summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-12-0712-52/+136
|\
| * nfsd: depend on CRYPTO_MD5 for legacy client trackingPatrick Steinhardt2019-12-071-0/+1
| * NFSD fixing possible null pointer derefering in copy offloadOlga Kornievskaia2019-12-071-1/+2
| * nfsd: check for EBUSY from vfs_rmdir/vfs_unink.NeilBrown2019-11-302-2/+13
| * nfsd: Ensure CLONE persists data and metadata changes to the target fileTrond Myklebust2019-11-303-3/+10
| * nfsd: restore NFSv3 ACL supportJ. Bruce Fields2019-11-191-2/+1
| * nfsd: v4 support requires CRYPTO_SHA256Scott Mayhew2019-11-121-1/+1
| * nfsd: Fix cld_net->cn_tfm initializationScott Mayhew2019-11-121-5/+7
| * nfsd: Drop LIST_HEAD where the variable it declares is never used.Mao Wenan2019-11-081-2/+0
| * nfsd: document callback_wq serialization of callback codeJ. Bruce Fields2019-11-081-0/+6
| * nfsd: mark cb path down on unknown errorsJ. Bruce Fields2019-11-081-0/+1
| * nfsd: Fix races between nfsd4_cb_release() and nfsd4_shutdown_callback()Trond Myklebust2019-11-082-9/+59
| * nfsd: minor 4.1 callback cleanupTrond Myklebust2019-11-081-10/+20
| * nfsd: remove private bin2hex implementationAndy Shevchenko2019-10-111-8/+3
| * nfsd4: fix up replay_matches_cache()Scott Mayhew2019-10-091-5/+10
| * nfsd: "\%s" should be "%s"J. Bruce Fields2019-10-081-2/+2
| * nfsd: remove set but not used variable 'len'YueHaibing2019-10-081-2/+0
* | new helper: lookup_positive_unlocked()Al Viro2019-11-152-13/+2
|/
* 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