summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* NFSD: Fix 5 seconds delay when doing inter server copyDai Ngo2020-12-091-0/+1
* NFSD: Add a helper to decode state_protect4_aChuck Lever2020-11-301-1/+1
* nfsd: remove unneeded breakTom Rix2020-10-161-1/+0
* nfsd: rq_lease_breaker cleanupJ. Bruce Fields2020-09-251-1/+2
* nfsd4: remove check_conflicting_opens warningJ. Bruce Fields2020-09-251-1/+0
* nfsd: rename delegation related tracepoints to make them less confusingHou Tao2020-09-251-2/+2
* nfsd: give up callbacks on revoked delegationsJ. Bruce Fields2020-09-251-1/+2
* nfsd: remove fault injection codeJ. Bruce Fields2020-09-251-593/+0
* Merge tag 'nfsd-5.9-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-08-251-0/+2
|\
| * nfsd: fix oops on mixed NFSv4/NFSv3 client accessJ. Bruce Fields2020-08-161-0/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-6/+6
|/
* Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-08-091-14/+40
|\
| * nfsd4: a client's own opens needn't prevent delegationsJ. Bruce Fields2020-07-131-14/+40
* | nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields2020-07-221-1/+19
|/
* nfsd4: fix nfsdfs reference count loopJ. Bruce Fields2020-06-291-1/+7
* Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields2020-05-211-40/+23
|\
| * NFSD: Squash an annoying compiler warningChuck Lever2020-05-201-3/+2
| * NFSD: Add tracepoints for monitoring NFSD callbacksChuck Lever2020-05-201-4/+2
| * NFSD: Add tracepoints to the NFSD state management codeChuck Lever2020-05-201-33/+19
* | nfsd: clients don't need to break their own delegationsJ. Bruce Fields2020-05-081-0/+14
* | nfsd: handle repeated BIND_CONN_TO_SESSIONJ. Bruce Fields2020-05-061-12/+42
* | nfsd4: add filename to states outputAchilles Gaikwad2020-05-061-0/+13
* | nfsd4: stid display should preserve on-the-wire byte orderJ. Bruce Fields2020-05-061-1/+2
* | nfsd4: common stateid-printing codeJ. Bruce Fields2020-05-061-4/+17
|/
* nfsd: memory corruption in nfsd4_lock()Vasily Averin2020-04-131-0/+2
* nfsd4: kill warnings on testing stateids with mismatched clientidsJ. Bruce Fields2020-03-191-8/+1
* nfsd: remove read permission bit for ctl sysctlPetr Vorel2020-03-161-1/+1
* nfsd: Don't add locks to closed or closing open stateidsTrond Myklebust2020-03-161-30/+43
* fs: nfsd: nfs4state.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-03-161-1/+2
* nfsd: use ktime_get_real_seconds() in nfs4_verifierArnd Bergmann2019-12-191-1/+1
* nfsd: use boottime for lease expiry calculationArnd Bergmann2019-12-191-26/+22
* nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann2019-12-191-1/+1
* nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann2019-12-191-1/+1
* nfsd: make 'boot_time' 64-bit wideArnd Bergmann2019-12-191-7/+7
* nfsd: print 64-bit timestamps in client_info_showArnd Bergmann2019-12-191-3/+2
* nfsd: use ktime_get_seconds() for timestampsArnd Bergmann2019-12-191-5/+5
* nfsd4: Remove unneeded semicolonzhengbin2019-12-191-1/+1
* nfsd: unlock on error in manage_cpntf_state()Dan Carpenter2019-12-091-2/+5
* NFSD add nfs4 inter ssc to nfsd4_copyOlga Kornievskaia2019-12-091-5/+10
* NFSD generalize nfsd4_compound_state flag namesOlga Kornievskaia2019-12-091-3/+4
* NFSD check stateids against copy stateidsOlga Kornievskaia2019-12-091-8/+66
* NFSD add COPY_NOTIFY operationOlga Kornievskaia2019-12-091-10/+96
* nfsd4: fix up replay_matches_cache()Scott Mayhew2019-10-091-5/+10
* nfsd: "\%s" should be "%s"J. Bruce Fields2019-10-081-2/+2
* 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-101-1/+5
* 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-191-14/+10
* nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileJeff Layton2019-08-191-71/+73