summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust2022-02-161-6/+3
* NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust2022-02-141-2/+2
* NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()Trond Myklebust2022-02-141-2/+1
* NFS: Fix nfs4_proc_get_locations() kernel-doc commentYang Li2022-02-081-1/+2
* NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust2022-02-081-1/+1
* NFS: Avoid duplicate uncached readdir calls on eofTrond Myklebust2022-02-021-5/+15
* NFS: Don't skip directory entries when doing uncached readdirtrondmy@kernel.org2022-02-021-0/+1
* NFS: Don't overfill uncached readdir pagestrondmy@kernel.org2022-02-021-1/+2
* Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-01-2517-111/+382
|\
| * NFSv4.1 test and add 4.1 trunking transportOlga Kornievskaia2022-01-131-1/+55
| * NFSv4 handle port presence in fs_location server stringOlga Kornievskaia2022-01-132-7/+12
| * NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia2022-01-132-3/+4
| * NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia2022-01-134-15/+80
| * NFSv4 store server support for fs_location attributeOlga Kornievskaia2022-01-121-0/+2
| * NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia2022-01-122-2/+3
| * NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust2022-01-071-0/+5
| * NFSv4: Handle case where the lookup of a directory failsTrond Myklebust2022-01-071-0/+13
| * NFSv42: Fallocate and clone should also request 'blocks used'Trond Myklebust2022-01-061-5/+8
| * NFSv4: Allow writebacks to request 'blocks used'Trond Myklebust2022-01-062-14/+9
| * NFS: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-061-1/+2
| * NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()Trond Myklebust2022-01-061-1/+6
| * NFS: Add a helper to remove case-insensitive aliasesTrond Myklebust2022-01-063-2/+16
| * NFS: Invalidate negative dentries on all case insensitive directory changesTrond Myklebust2022-01-061-4/+15
| * NFSv4: Just don't cache negative dentries on case insensitive serversTrond Myklebust2022-01-061-0/+3
| * NFSv4: Add some support for case insensitive filesystemsTrond Myklebust2022-01-062-1/+47
| * NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust2022-01-063-11/+11
| * nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang2022-01-061-1/+4
| * NFSv4 only print the label when its queriedOlga Kornievskaia2022-01-061-3/+4
| * nfs41: pnfs: filelayout: Replace one-element array with flexible-array memberGustavo A. R. Silva2022-01-062-4/+2
| * NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust2022-01-061-0/+2
| * NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust2022-01-061-0/+2
| * NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown2022-01-062-7/+44
| * NFS: pass cred explicitly for access testsNeilBrown2022-01-063-14/+20
| * NFS: change nfs_access_get_cached to only report the maskNeilBrown2022-01-062-20/+18
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-172-3/+3
|\ \
| * | exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-132-3/+3
* | | Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-01-162-24/+10
|\ \ \
| * | | nfs: block notification on fs with its own ->lockJ. Bruce Fields2022-01-081-1/+1
| * | | NFS: switch the callback service back to non-pooled.NeilBrown2021-12-131-1/+1
| * | | SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown2021-12-131-5/+3
| * | | SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown2021-12-131-1/+1
| * | | SUNRPC/NFSD: clean up get/put functions.NeilBrown2021-12-131-12/+2
| * | | SUNRPC: change svc_get() to return the svc.NeilBrown2021-12-131-4/+2
| | |/ | |/|
* | | Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-1212-642/+262
|\ \ \
| * | | 9p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells2022-01-111-1/+2
| * | | nfs: Implement cache I/O by accessing the cache directlyDavid Howells2022-01-104-83/+127
| * | | nfs: Convert to new fscache volume/cookie APIDave Wysochanski2022-01-1012-595/+170
| * | | fscache, cachefiles: Disable configurationDavid Howells2022-01-071-1/+1
| |/ /
* / / net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-292-0/+2
|/ /
* | Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-11-275-3/+10
|\ \ | |/ |/|