freebsd-dev/sys/fs
Alan Cox b88b6c9d80 It makes no sense for vm_page_sleep_if_busy()'s helper, vm_page_sleep(),
to unconditionally set PG_REFERENCED on a page before sleeping.  In many
cases, it's perfectly ok for the page to disappear, i.e., be reclaimed by
the page daemon, before the caller to vm_page_sleep() is reawakened.
Instead, we now explicitly set PG_REFERENCED in those cases where having
the page persist until the caller is awakened is clearly desirable.  Note,
however, that setting PG_REFERENCED on the page is still only a hint,
and not a guarantee that the page should persist.
2010-05-02 17:33:46 +00:00
..
cd9660
coda Synchronize Coda kernel module definitions in our coda.h to Coda 6's 2010-04-05 20:12:54 +00:00
deadfs Add function vop_rename_fail(9) that performs needed cleanup for locks 2010-04-02 14:03:01 +00:00
devfs Revert r206560. The change doesn't work correctly in all cases with 2010-04-16 07:02:28 +00:00
ext2fs
fdescfs
fifofs
hpfs
msdosfs mountmsdosfs: reject too high value of bytes per cluster 2010-04-02 15:22:23 +00:00
nfs An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCs 2010-04-24 22:52:14 +00:00
nfsclient For the experimental NFS client, it should always flush dirty 2010-04-28 23:16:21 +00:00
nfsserver An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCs 2010-04-24 22:52:14 +00:00
ntfs
nullfs
nwfs Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
portalfs
procfs
pseudofs The cache_enter(9) function shall not be called for doomed dvp. 2010-04-20 10:19:27 +00:00
smbfs Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
tmpfs It makes no sense for vm_page_sleep_if_busy()'s helper, vm_page_sleep(), 2010-05-02 17:33:46 +00:00
udf
unionfs