summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2022-03-02NFS: Adjust the amount of readahead performed by NFS readdirTrond Myklebust1-1/+52
2022-03-02NFS: Don't advance the page pointer unless the page is fullTrond Myklebust1-10/+22
2022-03-02NFS: Don't re-read the entire page cache to find the next cookieTrond Myklebust1-3/+7
2022-03-02NFS: Store the change attribute in the directory page cacheTrond Myklebust1-31/+37
2022-02-28NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever1-32/+11
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleChuck Lever2-6/+2
2022-02-28SUNRPC: Remove svc_shutdown_net()Chuck Lever1-1/+1
2022-02-28SUNRPC: Rename svc_create_xprt()Chuck Lever1-6/+6
2022-02-28SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever1-2/+0
2022-02-28NFS: Calculate page offsets algorithmicallyTrond Myklebust1-5/+13
2022-02-28NFS: Use kzalloc() to avoid initialising the nfs_open_dir_contextTrond Myklebust1-7/+4
2022-02-28NFS: Initialise the readdir verifier as best we can in nfs_opendir()Trond Myklebust1-0/+1
2022-02-28NFS: Trace lookup revalidation failureTrond Myklebust1-12/+5
2022-02-28NFS: Return valid errors from nfs2/3_decode_dirent()Trond Myklebust2-16/+7
2022-02-28Revert "NFSv4: use unique client identifiers in network namespaces"Trond Myklebust1-14/+0
2022-02-26NFS: Use of mapping_set_error() results in spurious errorsTrond Myklebust1-1/+4
2022-02-26NFS: Clean up NFSv4.2 xattrsTrond Myklebust3-12/+18
2022-02-26NFS: Remove unnecessary XATTR cache invalidation in nfs_fhget()Trond Myklebust1-2/+0
2022-02-26NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTRTrond Myklebust2-0/+2
2022-02-26NFS: Remove unused flag NFS_INO_REVAL_PAGECACHETrond Myklebust2-4/+2
2022-02-26NFS: Replace last uses of NFS_INO_REVAL_PAGECACHETrond Myklebust2-14/+12
2022-02-26NFSv4: use unique client identifiers in network namespacesBenjamin Coddington1-0/+14
2022-02-26NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKEDOlga Kornievskaia2-2/+10
2022-02-26NFSv4.2/copyoffload: Convert GFP_NOFS to GFP_KERNELTrond Myklebust3-8/+8
2022-02-26NFSv4/flexfiles: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2-9/+10
2022-02-26NFS: Convert GFP_NOFS to GFP_KERNELTrond Myklebust4-14/+13
2022-02-26NFSv4.2: Fix up an invalid combination of memory allocation flagsTrond Myklebust1-4/+3
2022-02-26NFSv4: Charge NFSv4 open state trackers to kmemcgTrond Myklebust2-4/+5
2022-02-26NFS: Charge open/lock file contexts to kmemcgTrond Myklebust2-3/+3
2022-02-26NFSv4: Protect the state recovery thread against direct reclaimTrond Myklebust1-0/+12
2022-02-26NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify()Xin Xiong1-3/+6
2022-02-25Convert NFS from readpages to readaheadMatthew Wilcox (Oracle)3-12/+17
2022-02-25NFS: simplify check for freeing cn_respTom Rix1-2/+2
2022-02-16NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust1-6/+3
2022-02-14NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust1-2/+2
2022-02-14NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()Trond Myklebust1-2/+1
2022-02-08NFS: Fix nfs4_proc_get_locations() kernel-doc commentYang Li1-1/+2
2022-02-08NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust1-1/+1
2022-02-02NFS: Avoid duplicate uncached readdir calls on eofTrond Myklebust1-5/+15
2022-02-02NFS: Don't skip directory entries when doing uncached readdirtrondmy@kernel.org1-0/+1
2022-02-02NFS: Don't overfill uncached readdir pagestrondmy@kernel.org1-1/+2
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+1
2022-02-02nfs/blocklayout: remove bl_alloc_init_bioChristoph Hellwig1-21/+5
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds17-111/+382
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-24/+10
2022-01-13NFSv4.1 test and add 4.1 trunking transportOlga Kornievskaia1-1/+55
2022-01-13NFSv4 handle port presence in fs_location server stringOlga Kornievskaia2-7/+12
2022-01-13NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia2-3/+4