summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-09-2725-560/+1933
|\
| * nfsd: fix nfs read eof detectionTrond Myklebust2019-09-236-50/+41
| * nfsd: Make nfsd_reset_boot_verifier_locked staticYueHaibing2019-09-231-1/+1
| * nfsd: degraded slot-count more gracefully as allocation nears exhaustion.NeilBrown2019-09-201-4/+11
| * nfsd: handle drc over-allocation gracefully.NeilBrown2019-09-201-4/+15
| * nfsd: add support for upcall version 2Scott Mayhew2019-09-103-16/+216
| * nfsd: add a "GetVersion" upcall for nfsdcldScott Mayhew2019-09-101-50/+117
| * nfsd: Reset the boot verifier on all write I/O errorsTrond Myklebust2019-09-101-4/+15
| * nfsd: Don't garbage collect files that might contain write errorsTrond Myklebust2019-09-101-1/+42
| * nfsd: Support the server resetting the boot verifierTrond Myklebust2019-09-105-15/+48
| * nfsd: nfsd_file cache entries should be per net namespaceTrond Myklebust2019-09-104-14/+25
| * nfsd: eliminate an unnecessary acl size limitJ. Bruce Fields2019-08-282-9/+13
| * Deprecate nfsd fault injectionJ. Bruce Fields2019-08-261-1/+1
| * nfsd: remove duplicated include from filecache.cYueHaibing2019-08-201-1/+0
| * nfsd: Fix the documentation for svcxdr_tmpalloc()Trond Myklebust2019-08-191-3/+3
| * nfsd: Fix up some unused variable warningsTrond Myklebust2019-08-191-7/+4
| * nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton2019-08-191-9/+53
| * nfsd: rip out the raparms cacheJeff Layton2019-08-193-167/+1
| * nfsd: have nfsd_test_lock use the nfsd_file cacheJeff Layton2019-08-191-4/+4
| * nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cacheJeff Layton2019-08-195-74/+68
| * nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileJeff Layton2019-08-194-81/+84
| * nfsd: convert nfs4_file->fi_fds array to use nfsd_filesJeff Layton2019-08-192-18/+19
| * nfsd: hook nfsd_commit up to the nfsd_file cacheJeff Layton2019-08-191-7/+7
| * nfsd: hook up nfsd_read to the nfsd_file cacheJeff Layton2019-08-191-7/+4
| * nfsd: hook up nfsd_write to the new nfsd_file cacheJeff Layton2019-08-191-5/+7
| * nfsd: add a new struct file caching facility to nfsdJeff Layton2019-08-199-24/+1155
| * nfsd: Remove unnecessary NULL checksJ. Bruce Fields2019-08-161-20/+15
* | Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-181-2/+1
|\ \ | |/ |/|
| * new helper: get_tree_keyed()Al Viro2019-09-051-2/+1
* | nfsd4: Fix kernel crash when reading proc file reply_cache_statsHe Zhe2019-08-161-1/+1
* | nfsd: initialize i_private before d_addJ. Bruce Fields2019-08-151-6/+6
* | nfsd: use i_wrlock instead of rcu for nfsdfs i_privateJ. Bruce Fields2019-08-151-4/+2
* | nfsd: fix dentry leak upon mkdir failure.Tetsuo Handa2019-08-151-0/+1
|/
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-7/+25
|\
| * vfs: Convert nfsctl to use the new mount APIDavid Howells2019-05-251-7/+26
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-123-16/+5
|\ \
| * | nfsd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-033-16/+5
* | | nfsd: Make __get_nfsdfs_client() staticYueHaibing2019-07-091-1/+1
* | | nfsd: Make two functions staticYueHaibing2019-07-091-2/+2
* | | nfsd: Fix misuse of strlcpyJoe Perches2019-07-081-1/+1
* | | nfsd: decode implementation idJ. Bruce Fields2019-07-034-12/+46
* | | nfsd: create xdr_netobj_dup helperJ. Bruce Fields2019-07-031-7/+4
* | | nfsd: allow forced expiration of NFSv4 clientsJ. Bruce Fields2019-07-031-1/+69
* | | nfsd: create get_nfsdfs_clp helperJ. Bruce Fields2019-07-031-8/+13
* | | nfsd4: show layout stateidsJ. Bruce Fields2019-07-031-0/+20
* | | nfsd: show lock and deleg stateidsJ. Bruce Fields2019-07-031-0/+59
* | | nfsd4: add file to display list of client's opensJ. Bruce Fields2019-07-031-2/+147
* | | nfsd: add more information to client info fileJ. Bruce Fields2019-07-031-0/+12
* | | nfsd: copy client's address including port number to cl_addrJ. Bruce Fields2019-07-031-1/+1
* | | nfsd4: add a client info fileJ. Bruce Fields2019-07-033-8/+148