freebsd-skq/sys/fs
Gleb Smirnoff 093c7f396d Make KPI of vm_pager_get_pages() more strict: if a pager changes a page
in the requested array, then it is responsible for disposition of previous
page and is responsible for updating the entry in the requested array.
Now consumers of KPI do not need to re-lookup the pages after call to
vm_pager_get_pages().

Reviewed by:	kib
Sponsored by:	Netflix
Sponsored by:	Nginx, Inc.
2015-06-12 11:32:20 +00:00
..
autofs
cd9660
cuse
deadfs
devfs Add a new file operations hook for mmap operations. File type-specific 2015-06-04 19:41:15 +00:00
ext2fs Provide VOP_GETPAGES_ASYNC() for extfs. 2015-05-28 21:06:59 +00:00
fdescfs Implement lockless resource limits. 2015-06-10 10:48:12 +00:00
fifofs
fuse
msdosfs
nandfs
nfs Make the size of the hash tables used by the NFSv4 server tunable. 2015-05-27 22:00:05 +00:00
nfsclient The NFS client generated directory block(s) with d_fileno == 0 2015-05-23 21:58:41 +00:00
nfsserver Make the NFS server use shared vnode locks for a few cases 2015-05-29 20:22:53 +00:00
nullfs
procfs Provide vnode in memory map info for files on tmpfs 2015-06-02 18:37:04 +00:00
pseudofs Hide vfs.pfs.trace variable if it is not used. 2015-05-24 18:11:22 +00:00
smbfs
tmpfs Make KPI of vm_pager_get_pages() more strict: if a pager changes a page 2015-06-12 11:32:20 +00:00
udf
unionfs unionfs: fix suspendability check bugs 2015-06-06 16:36:13 +00:00