summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-20nfsd: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-04-19nfsd: grant read delegations to clients holding writesJ. Bruce Fields1-14/+68
2021-04-19nfsd: reshuffle some codeJ. Bruce Fields1-117/+118
2021-04-19nfsd: track filehandle aliasing in nfs4_filesJ. Bruce Fields1-9/+28
2021-04-19nfsd: hash nfs4_files by inode numberJ. Bruce Fields1-15/+12
2021-04-16nfsd: ensure new clients break delegationsJ. Bruce Fields1-5/+19
2021-04-15nfsd: remove unused functionJiapeng Chong1-9/+0
2021-03-22nfsd: report client confirmation status in "info" fileNeilBrown1-4/+15
2021-03-22nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust1-7/+1
2021-03-22nfsd: helper for laundromat expiry calculationsJ. Bruce Fields1-22/+27
2021-03-22NFSD: Extract the svcxdr_init_encode() helperChuck Lever1-3/+3
2021-03-09Revert "nfsd4: a client's own opens needn't prevent delegations"J. Bruce Fields1-40/+14
2021-03-09Revert "nfsd4: remove check_conflicting_opens warning"J. Bruce Fields1-0/+1
2021-03-07nfsd: don't abort copies earlyJ. Bruce Fields1-1/+1
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-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