summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2021-04-07NFSD: fix error handling in NFSv4.0 callbacksOlga Kornievskaia1-0/+1
2021-04-07fs: nfsd: fix kconfig dependency warning for NFSD_V4Julian Braha1-0/+1
2021-03-24nfsd: Don't keep looking up unhashed files in the nfsd file cacheTrond Myklebust1-0/+2
2021-03-04nfsd: register pernet ops last, unregister firstJ. Bruce Fields1-7/+7
2021-01-23nfsd4: readdirplus shouldn't return parent of exportJ. Bruce Fields1-1/+6
2020-12-30nfsd: Fix message level for normal terminationkazuo ito1-2/+1
2020-11-05NFSD: Add missing NFSv2 .pc_func methodsChuck Lever1-0/+16
2020-10-01nfsd: Don't add locks to closed or closing open stateidsTrond Myklebust1-30/+43
2020-10-01nfsd: Fix a perf warningTrond Myklebust1-6/+6
2020-10-01nfsd: Fix a soft lockup race in nfsd_file_mark_find_or_create()Trond Myklebust1-2/+6
2020-08-11nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever1-9/+11
2020-07-29nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields1-1/+19
2020-07-09nfsd: apply umask on fs without ACL supportJ. Bruce Fields1-0/+6
2020-07-09nfsd: fix nfsdfs inode reference count leakJ. Bruce Fields1-0/+1
2020-07-09nfsd4: fix nfsdfs reference count loopJ. Bruce Fields3-11/+22
2020-06-24nfsd: safer handling of corrupted c_typeJ. Bruce Fields1-2/+1
2020-06-24nfsd4: make drc_slab global, not per-netJ. Bruce Fields4-13/+25
2020-06-24nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang1-0/+2
2020-05-02nfsd: memory corruption in nfsd4_lock()Vasily Averin1-0/+2
2020-04-29SUNRPC: Fix backchannel RPC soft lockupsChuck Lever1-1/+3
2020-04-17nfsd: fsnotify on rmdir under nfsd/clients/J. Bruce Fields1-0/+1
2020-02-24nfsd: Clone should commit src file metadata tooTrond Myklebust1-5/+14
2020-02-11nfsd: Return the correct number of bytes written to the fileTrond Myklebust1-0/+1
2020-02-11nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann2-2/+2
2020-02-11nfsd: fix delay timer on 32-bit architecturesArnd Bergmann1-1/+1
2020-02-11nfsd: fix filecache lookupTrond Myklebust1-0/+6
2020-01-26nfsd: depend on CRYPTO_MD5 for legacy client trackingPatrick Steinhardt1-0/+1
2020-01-17NFSD fixing possible null pointer derefering in copy offloadOlga Kornievskaia1-1/+2
2020-01-17nfsd: v4 support requires CRYPTO_SHA256Scott Mayhew1-1/+1
2020-01-17nfsd: Fix cld_net->cn_tfm initializationScott Mayhew1-5/+7
2020-01-09nfsd4: fix up replay_matches_cache()Scott Mayhew1-5/+10
2019-12-13nfsd: restore NFSv3 ACL supportJ. Bruce Fields1-2/+1
2019-12-13nfsd: Ensure CLONE persists data and metadata changes to the target fileTrond Myklebust3-3/+10
2019-09-28Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds25-560/+1933
2019-09-23nfsd: fix nfs read eof detectionTrond Myklebust6-50/+41
2019-09-23nfsd: Make nfsd_reset_boot_verifier_locked staticYueHaibing1-1/+1
2019-09-20nfsd: degraded slot-count more gracefully as allocation nears exhaustion.NeilBrown1-4/+11
2019-09-20nfsd: handle drc over-allocation gracefully.NeilBrown1-4/+15
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2019-09-10nfsd: add support for upcall version 2Scott Mayhew3-16/+216
2019-09-10nfsd: add a "GetVersion" upcall for nfsdcldScott Mayhew1-50/+117
2019-09-10nfsd: Reset the boot verifier on all write I/O errorsTrond Myklebust1-4/+15
2019-09-10nfsd: Don't garbage collect files that might contain write errorsTrond Myklebust1-1/+42
2019-09-10nfsd: Support the server resetting the boot verifierTrond Myklebust5-15/+48
2019-09-10nfsd: nfsd_file cache entries should be per net namespaceTrond Myklebust4-14/+25
2019-09-05new helper: get_tree_keyed()Al Viro1-2/+1
2019-08-29nfsd: eliminate an unnecessary acl size limitJ. Bruce Fields2-9/+13
2019-08-26Deprecate nfsd fault injectionJ. Bruce Fields1-1/+1
2019-08-20nfsd: remove duplicated include from filecache.cYueHaibing1-1/+0
2019-08-19nfsd: Fix the documentation for svcxdr_tmpalloc()Trond Myklebust1-3/+3