summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2022-02-16NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust
2022-02-14NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust
2022-02-14NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()Trond Myklebust
2022-02-08NFS: Fix nfs4_proc_get_locations() kernel-doc commentYang Li
2022-02-08NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust
2022-02-02NFS: Avoid duplicate uncached readdir calls on eofTrond Myklebust
2022-02-02NFS: Don't skip directory entries when doing uncached readdirtrondmy@kernel.org
2022-02-02NFS: Don't overfill uncached readdir pagestrondmy@kernel.org
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-01-13NFSv4.1 test and add 4.1 trunking transportOlga Kornievskaia
2022-01-13NFSv4 handle port presence in fs_location server stringOlga Kornievskaia
2022-01-13NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia
2022-01-13NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-12NFSv4 store server support for fs_location attributeOlga Kornievskaia
2022-01-12NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells
2022-01-10nfs: Implement cache I/O by accessing the cache directlyDavid Howells
2022-01-10nfs: Convert to new fscache volume/cookie APIDave Wysochanski
2022-01-08nfs: block notification on fs with its own ->lockJ. Bruce Fields
2022-01-07NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust
2022-01-07NFSv4: Handle case where the lookup of a directory failsTrond Myklebust
2022-01-07fscache, cachefiles: Disable configurationDavid Howells
2022-01-06NFSv42: Fallocate and clone should also request 'blocks used'Trond Myklebust
2022-01-06NFSv4: Allow writebacks to request 'blocks used'Trond Myklebust
2022-01-06NFS: use default_groups in kobj_typeGreg Kroah-Hartman
2022-01-06NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()Trond Myklebust
2022-01-06NFS: Add a helper to remove case-insensitive aliasesTrond Myklebust
2022-01-06NFS: Invalidate negative dentries on all case insensitive directory changesTrond Myklebust
2022-01-06NFSv4: Just don't cache negative dentries on case insensitive serversTrond Myklebust
2022-01-06NFSv4: Add some support for case insensitive filesystemsTrond Myklebust
2022-01-06NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust
2022-01-06nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang
2022-01-06NFSv4 only print the label when its queriedOlga Kornievskaia
2022-01-06nfs41: pnfs: filelayout: Replace one-element array with flexible-array memberGustavo A. R. Silva
2022-01-06NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust
2022-01-06NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust
2022-01-06NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown
2022-01-06NFS: pass cred explicitly for access testsNeilBrown
2022-01-06NFS: change nfs_access_get_cached to only report the maskNeilBrown
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-13NFS: switch the callback service back to non-pooled.NeilBrown
2021-12-13SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown
2021-12-13SUNRPC: change svc_get() to return the svc.NeilBrown
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman
2021-11-27Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds