summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
AgeCommit message (Expand)AuthorLines
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-560/+1933
2019-09-23nfsd: fix nfs read eof detectionTrond Myklebust-50/+41
2019-09-23nfsd: Make nfsd_reset_boot_verifier_locked staticYueHaibing-1/+1
2019-09-20nfsd: degraded slot-count more gracefully as allocation nears exhaustion.NeilBrown-4/+11
2019-09-20nfsd: handle drc over-allocation gracefully.NeilBrown-4/+15
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+1
2019-09-10nfsd: add support for upcall version 2Scott Mayhew-16/+216
2019-09-10nfsd: add a "GetVersion" upcall for nfsdcldScott Mayhew-50/+117
2019-09-10nfsd: Reset the boot verifier on all write I/O errorsTrond Myklebust-4/+15
2019-09-10nfsd: Don't garbage collect files that might contain write errorsTrond Myklebust-1/+42
2019-09-10nfsd: Support the server resetting the boot verifierTrond Myklebust-15/+48
2019-09-10nfsd: nfsd_file cache entries should be per net namespaceTrond Myklebust-14/+25
2019-09-05new helper: get_tree_keyed()Al Viro-2/+1
2019-08-28nfsd: eliminate an unnecessary acl size limitJ. Bruce Fields-9/+13
2019-08-26Deprecate nfsd fault injectionJ. Bruce Fields-1/+1
2019-08-20nfsd: remove duplicated include from filecache.cYueHaibing-1/+0
2019-08-19nfsd: Fix the documentation for svcxdr_tmpalloc()Trond Myklebust-3/+3
2019-08-19nfsd: Fix up some unused variable warningsTrond Myklebust-7/+4
2019-08-19nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton-9/+53
2019-08-19nfsd: rip out the raparms cacheJeff Layton-167/+1
2019-08-19nfsd: have nfsd_test_lock use the nfsd_file cacheJeff Layton-4/+4
2019-08-19nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cacheJeff Layton-74/+68
2019-08-19nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileJeff Layton-81/+84
2019-08-19nfsd: convert nfs4_file->fi_fds array to use nfsd_filesJeff Layton-18/+19
2019-08-19nfsd: hook nfsd_commit up to the nfsd_file cacheJeff Layton-7/+7
2019-08-19nfsd: hook up nfsd_read to the nfsd_file cacheJeff Layton-7/+4
2019-08-19nfsd: hook up nfsd_write to the new nfsd_file cacheJeff Layton-5/+7
2019-08-19nfsd: add a new struct file caching facility to nfsdJeff Layton-24/+1155
2019-08-16nfsd: Remove unnecessary NULL checksJ. Bruce Fields-20/+15
2019-08-16nfsd4: Fix kernel crash when reading proc file reply_cache_statsHe Zhe-1/+1
2019-08-15nfsd: initialize i_private before d_addJ. Bruce Fields-6/+6
2019-08-15nfsd: use i_wrlock instead of rcu for nfsdfs i_privateJ. Bruce Fields-4/+2
2019-08-15nfsd: fix dentry leak upon mkdir failure.Tetsuo Handa-0/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-7/+25
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-16/+5
2019-07-09nfsd: Make __get_nfsdfs_client() staticYueHaibing-1/+1
2019-07-09nfsd: Make two functions staticYueHaibing-2/+2
2019-07-08nfsd: Fix misuse of strlcpyJoe Perches-1/+1
2019-07-03nfsd: decode implementation idJ. Bruce Fields-12/+46
2019-07-03nfsd: create xdr_netobj_dup helperJ. Bruce Fields-7/+4
2019-07-03nfsd: allow forced expiration of NFSv4 clientsJ. Bruce Fields-1/+69
2019-07-03nfsd: create get_nfsdfs_clp helperJ. Bruce Fields-8/+13
2019-07-03nfsd4: show layout stateidsJ. Bruce Fields-0/+20
2019-07-03nfsd: show lock and deleg stateidsJ. Bruce Fields-0/+59
2019-07-03nfsd4: add file to display list of client's opensJ. Bruce Fields-2/+147
2019-07-03nfsd: add more information to client info fileJ. Bruce Fields-0/+12
2019-07-03nfsd: copy client's address including port number to cl_addrJ. Bruce Fields-1/+1
2019-07-03nfsd4: add a client info fileJ. Bruce Fields-8/+148
2019-07-03nfsd: make client/ directory names small intsJ. Bruce Fields-3/+5
2019-07-03nfsd: add nfsd/clients directoryJ. Bruce Fields-10/+133