freebsd-dev/sys/fs
Rick Macklem 377c50f67a Modify the experimental NFSv4 server's file handle hash function
to use the generic hash32_buf() function. Although adding the
bytes seemed sufficient for UFS and ZFS, since most of the bytes
are the same for file handles on the same volume, this might not
be sufficient for other file systems. Use of a generic function
also seems preferable to one specific to NFSv4.

Suggested by:	gleb.kurtsou at gmail.com
MFC after:	10 days
2010-10-23 22:28:29 +00:00
..
cd9660 The r184588 changed the layout of struct export_args, causing an ABI 2010-10-10 07:05:47 +00:00
coda Properly bounds check ioctl/pioctl data arguments for Coda: 2010-08-07 08:08:14 +00:00
deadfs Add function vop_rename_fail(9) that performs needed cleanup for locks 2010-04-02 14:03:01 +00:00
devfs Format prototypes to follow style(9) more closely. 2010-10-12 15:58:52 +00:00
ext2fs - Remove duplicate comment. 2010-09-01 05:34:17 +00:00
fdescfs Fix a long standing regression of readdir(3) in fdescfs(5) introduced 2010-03-16 19:59:14 +00:00
fifofs - Improve comments about locking of the "struct fifoinfo" which is a bit 2009-11-06 22:29:46 +00:00
hpfs The r184588 changed the layout of struct export_args, causing an ABI 2010-10-10 07:05:47 +00:00
msdosfs Fix a possible race where the directory dirent is moved to the location 2010-10-18 03:34:33 +00:00
nfs Modify the experimental NFSv4 server's file handle hash function 2010-10-23 22:28:29 +00:00
nfsclient Fix the type of the 3rd argument for nm_getinfo so that it works 2010-10-19 11:55:58 +00:00
nfsserver Modify the experimental NFSv4 server's file handle hash function 2010-10-23 22:28:29 +00:00
ntfs The r184588 changed the layout of struct export_args, causing an ABI 2010-10-10 07:05:47 +00:00
nullfs Add a null_remove() function to nullfs, so that the v_usecount 2010-08-31 01:16:45 +00:00
nwfs M_USE_RESERVE has been deprecated for a decade. Eliminate any uses that 2010-10-02 17:58:57 +00:00
portalfs Don't use ap->a_td->td_ucred when we were passed ap->a_cred. 2009-12-02 18:09:22 +00:00
procfs fix a few cases where a string is passed via format argument instead of 2010-06-11 19:27:21 +00:00
pseudofs Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and 2010-08-20 19:46:50 +00:00
smbfs M_USE_RESERVE has been deprecated for a decade. Eliminate any uses that 2010-10-02 17:58:57 +00:00
tmpfs tmpfs + sendfile: do not produce partially valid pages for vnode's tail 2010-10-12 17:16:51 +00:00
udf Revert the previous commit. The race is not applicable to the lockmgr 2010-07-16 19:52:03 +00:00
unionfs Allowed unionfs to use whiteout not supporting file system as 2010-09-05 04:58:16 +00:00