summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-28nfsd: cstate->session->se_client -> cstate->clpJ. Bruce Fields1-8/+8
2021-01-28nfsd: simplify nfsd4_check_open_reclaimJ. Bruce Fields1-15/+3
2021-01-28nfsd: remove unused set_client argumentJ. Bruce Fields1-13/+10
2021-01-25nfsd: find_cpntf_state cleanupJ. Bruce Fields1-8/+14
2021-01-25nfsd: refactor set_clientJ. Bruce Fields1-16/+16
2021-01-25nfsd: rename lookup_clientid->set_clientJ. Bruce Fields1-10/+8
2021-01-25nfsd: simplify nfsd_renewJ. Bruce Fields1-6/+3
2021-01-25nfsd: simplify process_lockJ. Bruce Fields1-4/+0
2021-01-25nfsd4: simplify process_lookup1J. Bruce Fields1-2/+0
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-25nfsd: rq_lease_breaker cleanupJ. Bruce Fields1-1/+2
2020-09-25nfsd4: remove check_conflicting_opens warningJ. Bruce Fields1-1/+0
2020-09-25nfsd: rename delegation related tracepoints to make them less confusingHou Tao1-2/+2
2020-09-25nfsd: give up callbacks on revoked delegationsJ. Bruce Fields1-1/+2
2020-09-25nfsd: remove fault injection codeJ. Bruce Fields1-593/+0
2020-08-25Merge tag 'nfsd-5.9-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds1-0/+2
2020-08-23treewide: 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-13nfsd4: 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-20NFSD: Squash an annoying compiler warningChuck Lever1-3/+2
2020-05-20NFSD: Add tracepoints for monitoring NFSD callbacksChuck Lever1-4/+2
2020-05-20NFSD: Add tracepoints to the NFSD state management codeChuck Lever1-33/+19
2020-05-08nfsd: 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-19nfsd: use ktime_get_real_seconds() in nfs4_verifierArnd Bergmann1-1/+1
2019-12-19nfsd: use boottime for lease expiry calculationArnd Bergmann1-26/+22
2019-12-19nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann1-1/+1
2019-12-19nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann1-1/+1
2019-12-19nfsd: make 'boot_time' 64-bit wideArnd Bergmann1-7/+7
2019-12-19nfsd: print 64-bit timestamps in client_info_showArnd Bergmann1-3/+2
2019-12-19nfsd: use ktime_get_seconds() for timestampsArnd Bergmann1-5/+5
2019-12-19nfsd4: 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