summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd: memory corruption in nfsd4_lock()Vasily Averin2020-05-021-0/+2
* SUNRPC: Fix backchannel RPC soft lockupsChuck Lever2020-04-291-1/+3
* nfsd: fsnotify on rmdir under nfsd/clients/J. Bruce Fields2020-04-171-0/+1
* nfsd: Clone should commit src file metadata tooTrond Myklebust2020-02-241-5/+14
* nfsd: Return the correct number of bytes written to the fileTrond Myklebust2020-02-111-0/+1
* nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann2020-02-112-2/+2
* nfsd: fix delay timer on 32-bit architecturesArnd Bergmann2020-02-111-1/+1
* nfsd: fix filecache lookupTrond Myklebust2020-02-111-0/+6
* nfsd: depend on CRYPTO_MD5 for legacy client trackingPatrick Steinhardt2020-01-261-0/+1
* NFSD fixing possible null pointer derefering in copy offloadOlga Kornievskaia2020-01-171-1/+2
* nfsd: v4 support requires CRYPTO_SHA256Scott Mayhew2020-01-171-1/+1
* nfsd: Fix cld_net->cn_tfm initializationScott Mayhew2020-01-171-5/+7
* nfsd4: fix up replay_matches_cache()Scott Mayhew2020-01-091-5/+10
* nfsd: restore NFSv3 ACL supportJ. Bruce Fields2019-12-131-2/+1
* nfsd: Ensure CLONE persists data and metadata changes to the target fileTrond Myklebust2019-12-133-3/+10
* 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