freebsd-dev/sys/fs
Jaakko Heinonen 1bb015c07c Create verifier used by FreeBSD NFS client is suboptimal because the
first part of a verifier is set to the first IP address from
V_in_ifaddrhead list. This address is typically the loopback address
making the first part of the verifier practically non-unique. The second
part of the verifier is initialized to zero making its initial value
non-unique too.

This commit changes the strategy for create verifier initialization:
just initialize it to a random value. Also move verifier handling into
its own function and use a mutex to protect the variable.

This change is a candidate for porting to sys/nfsclient.

Reviewed by:	jhb, rmacklem
Approved by:	trasz (mentor)
2009-11-11 15:43:07 +00:00
..
cd9660
coda
deadfs
devfs
fdescfs
fifofs - Improve comments about locking of the "struct fifoinfo" which is a bit 2009-11-06 22:29:46 +00:00
hpfs
msdosfs Revert previous commit and add myself to the list of people who should 2009-09-08 13:19:05 +00:00
nfs Fix typo in the comment. 2009-09-30 18:50:50 +00:00
nfsclient Create verifier used by FreeBSD NFS client is suboptimal because the 2009-11-11 15:43:07 +00:00
nfsserver Build on Jeff Roberson's linker-set based dynamic per-CPU allocator 2009-07-14 22:48:30 +00:00
ntfs
nullfs
nwfs
portalfs
procfs Add per-process osrel node to the procfs, to allow read and set p_osrel 2009-09-23 12:08:08 +00:00
pseudofs If a race is detected, pfs_vncache_alloc() may reclaim a vnode that had 2009-09-07 12:10:41 +00:00
smbfs Spell DIAGNOSTIC correctly. 2009-10-24 18:49:17 +00:00
tmpfs There is no need to "busy" a page when the object is locked for the duration 2009-10-26 18:02:05 +00:00
udf
unionfs Fix some LORs between vnode locks and filedescriptor table locks. 2009-07-31 13:40:06 +00:00