summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: Fix forced-expiry lockingJ. Bruce Fields2021-09-151-2/+2
* NFSD: fix error handling in NFSv4.0 callbacksOlga Kornievskaia2021-04-071-0/+1
* fs: nfsd: fix kconfig dependency warning for NFSD_V4Julian Braha2021-04-071-0/+1
* nfsd: Don't keep looking up unhashed files in the nfsd file cacheTrond Myklebust2021-03-241-0/+2
* nfsd: register pernet ops last, unregister firstJ. Bruce Fields2021-03-041-7/+7
* nfsd4: readdirplus shouldn't return parent of exportJ. Bruce Fields2021-01-231-1/+6
* nfsd: Fix message level for normal terminationkazuo ito2020-12-301-2/+1
* NFSD: Add missing NFSv2 .pc_func methodsChuck Lever2020-11-051-0/+16
* nfsd: Don't add locks to closed or closing open stateidsTrond Myklebust2020-10-011-30/+43
* nfsd: Fix a perf warningTrond Myklebust2020-10-011-6/+6
* nfsd: Fix a soft lockup race in nfsd_file_mark_find_or_create()Trond Myklebust2020-10-011-2/+6
* nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever2020-08-111-9/+11
* nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields2020-07-291-1/+19
* nfsd: apply umask on fs without ACL supportJ. Bruce Fields2020-07-091-0/+6
* nfsd: fix nfsdfs inode reference count leakJ. Bruce Fields2020-07-091-0/+1
* nfsd4: fix nfsdfs reference count loopJ. Bruce Fields2020-07-093-11/+22
* nfsd: safer handling of corrupted c_typeJ. Bruce Fields2020-06-241-2/+1
* nfsd4: make drc_slab global, not per-netJ. Bruce Fields2020-06-244-13/+25
* nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang2020-06-241-0/+2
* 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