aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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/git/ebiederm/user-namespaceLinus 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
2022-01-13NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia4-15/+80
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds12-642/+262
2022-01-12NFSv4 store server support for fs_location attributeOlga Kornievskaia1-0/+2
2022-01-12NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia2-2/+3
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocking()David Howells1-1/+2
2022-01-10nfs: Implement cache I/O by accessing the cache directlyDavid Howells4-83/+127
2022-01-10nfs: Convert to new fscache volume/cookie APIDave Wysochanski12-595/+170
2022-01-08nfs: block notification on fs with its own ->lockJ. Bruce Fields1-1/+1
2022-01-07NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust1-0/+5
2022-01-07NFSv4: Handle case where the lookup of a directory failsTrond Myklebust1-0/+13
2022-01-07fscache, cachefiles: Disable configurationDavid Howells1-1/+1
2022-01-06NFSv42: Fallocate and clone should also request 'blocks used'Trond Myklebust1-5/+8
2022-01-06NFSv4: Allow writebacks to request 'blocks used'Trond Myklebust2-14/+9
2022-01-06NFS: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2022-01-06NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()Trond Myklebust1-1/+6
2022-01-06NFS: Add a helper to remove case-insensitive aliasesTrond Myklebust3-2/+16
2022-01-06NFS: Invalidate negative dentries on all case insensitive directory changesTrond Myklebust1-4/+15
2022-01-06NFSv4: Just don't cache negative dentries on case insensitive serversTrond Myklebust1-0/+3
2022-01-06NFSv4: Add some support for case insensitive filesystemsTrond Myklebust2-1/+47
2022-01-06NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust3-11/+11
2022-01-06nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang1-1/+4
2022-01-06NFSv4 only print the label when its queriedOlga Kornievskaia1-3/+4
2022-01-06nfs41: pnfs: filelayout: Replace one-element array with flexible-array memberGustavo A. R. Silva2-4/+2
2022-01-06NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust1-0/+2
2022-01-06NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust1-0/+2
2022-01-06NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown2-7/+44
2022-01-06NFS: pass cred explicitly for access testsNeilBrown3-14/+20
2022-01-06NFS: change nfs_access_get_cached to only report the maskNeilBrown2-20/+18
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski2-0/+2
2021-12-13NFS: switch the callback service back to non-pooled.NeilBrown1-1/+1
2021-12-13SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown1-5/+3
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown1-1/+1
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown1-12/+2
2021-12-13SUNRPC: change svc_get() to return the svc.NeilBrown1-4/+2
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2-3/+3
2021-11-27Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-3/+10