summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-09NFSD: Fix 5 seconds delay when doing inter server copyDai Ngo1-0/+1
2020-11-30NFSD: Add a helper to decode state_protect4_aChuck Lever1-1/+1
2020-10-16nfsd: remove unneeded breakTom Rix1-1/+0
2020-09-26nfsd: rq_lease_breaker cleanupJ. Bruce Fields1-1/+2
2020-09-26nfsd4: remove check_conflicting_opens warningJ. Bruce Fields1-1/+0
2020-09-26nfsd: rename delegation related tracepoints to make them less confusingHou Tao1-2/+2
2020-09-26nfsd: give up callbacks on revoked delegationsJ. Bruce Fields1-1/+2
2020-09-26nfsd: remove fault injection codeJ. Bruce Fields1-593/+0
2020-08-26Merge tag 'nfsd-5.9-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds1-0/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+6
2020-08-16nfsd: fix oops on mixed NFSv4/NFSv3 client accessJ. Bruce Fields1-0/+2
2020-08-09Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds1-14/+40
2020-07-22nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields1-1/+19
2020-07-14nfsd4: a client's own opens needn't prevent delegationsJ. Bruce Fields1-14/+40
2020-06-29nfsd4: fix nfsdfs reference count loopJ. Bruce Fields1-1/+7
2020-05-21Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields1-40/+23
2020-05-21NFSD: Squash an annoying compiler warningChuck Lever1-3/+2
2020-05-21NFSD: Add tracepoints for monitoring NFSD callbacksChuck Lever1-4/+2
2020-05-21NFSD: Add tracepoints to the NFSD state management codeChuck Lever1-33/+19
2020-05-09nfsd: clients don't need to break their own delegationsJ. Bruce Fields1-0/+14
2020-05-06nfsd: handle repeated BIND_CONN_TO_SESSIONJ. Bruce Fields1-12/+42
2020-05-06nfsd4: add filename to states outputAchilles Gaikwad1-0/+13
2020-05-06nfsd4: stid display should preserve on-the-wire byte orderJ. Bruce Fields1-1/+2
2020-05-06nfsd4: common stateid-printing codeJ. Bruce Fields1-4/+17
2020-04-13nfsd: memory corruption in nfsd4_lock()Vasily Averin1-0/+2
2020-03-19nfsd4: kill warnings on testing stateids with mismatched clientidsJ. Bruce Fields1-8/+1
2020-03-16nfsd: remove read permission bit for ctl sysctlPetr Vorel1-1/+1
2020-03-16nfsd: Don't add locks to closed or closing open stateidsTrond Myklebust1-30/+43
2020-03-16fs: nfsd: nfs4state.c: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+2
2019-12-20nfsd: use ktime_get_real_seconds() in nfs4_verifierArnd Bergmann1-1/+1
2019-12-20nfsd: use boottime for lease expiry calculationArnd Bergmann1-26/+22
2019-12-20nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann1-1/+1
2019-12-20nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann1-1/+1
2019-12-20nfsd: make 'boot_time' 64-bit wideArnd Bergmann1-7/+7
2019-12-20nfsd: print 64-bit timestamps in client_info_showArnd Bergmann1-3/+2
2019-12-20nfsd: use ktime_get_seconds() for timestampsArnd Bergmann1-5/+5
2019-12-20nfsd4: Remove unneeded semicolonzhengbin1-1/+1
2019-12-09nfsd: unlock on error in manage_cpntf_state()Dan Carpenter1-2/+5
2019-12-09NFSD add nfs4 inter ssc to nfsd4_copyOlga Kornievskaia1-5/+10
2019-12-09NFSD generalize nfsd4_compound_state flag namesOlga Kornievskaia1-3/+4
2019-12-09NFSD check stateids against copy stateidsOlga Kornievskaia1-8/+66
2019-12-09NFSD add COPY_NOTIFY operationOlga Kornievskaia1-10/+96
2019-10-09nfsd4: fix up replay_matches_cache()Scott Mayhew1-5/+10
2019-10-08nfsd: "\%s" should be "%s"J. Bruce Fields1-2/+2
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-10nfsd: add support for upcall version 2Scott Mayhew1-1/+5
2019-08-19nfsd: have nfsd_test_lock use the nfsd_file cacheJeff Layton1-4/+4
2019-08-19nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cacheJeff Layton1-14/+10
2019-08-19nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileJeff Layton1-71/+73