summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-01NFSD: OP_CB_RECALL_ANY should recall both read and write delegationsDai Ngo1-0/+2
2024-03-01NFSD: handle GETATTR conflict with write delegationDai Ngo1-10/+105
2024-03-01NFSD: Document the phases of CREATE_SESSIONChuck Lever1-0/+6
2024-03-01NFSD: Fix the NFSv4.1 CREATE_SESSION operationChuck Lever1-26/+31
2024-03-01nfsd: Simplify the allocation of slab caches in nfsd4_init_slabsKunwu Chan1-14/+7
2024-03-01nfsd: don't call locks_release_private() twice concurrentlyNeilBrown1-1/+1
2024-03-01nfsd: allow layout state to be admin-revoked.NeilBrown1-2/+9
2024-03-01nfsd: allow delegation state ids to be revoked and then freedNeilBrown1-3/+25
2024-03-01nfsd: allow open state ids to be revoked and then freedNeilBrown1-1/+24
2024-03-01nfsd: allow lock state ids to be revoked and then freedNeilBrown1-1/+39
2024-03-01nfsd: allow admin-revoked NFSv4.0 state to be freed.NeilBrown1-1/+97
2024-03-01nfsd: report in /proc/fs/nfsd/clients/*/states when state is admin-revokeNeilBrown1-1/+9
2024-03-01nfsd: allow state with no file to appear in /proc/fs/nfsd/clients/*/statesNeilBrown1-60/+58
2024-03-01nfsd: prepare for supporting admin-revocation of stateNeilBrown1-1/+84
2024-03-01nfsd: split sc_status out of sc_typeNeilBrown1-105/+102
2024-03-01nfsd: avoid race after unhash_delegation_locked()NeilBrown1-10/+10
2024-03-01nfsd: don't call functions with side-effecting inside WARN_ON()NeilBrown1-5/+5
2024-03-01nfsd: hold ->cl_lock for hash_delegation_locked()NeilBrown1-0/+3
2024-03-01nfsd: remove stale comment in nfs4_show_deleg()NeilBrown1-1/+0
2024-03-01NFSD: Add nfsd_seq4_status trace eventChuck Lever1-0/+1
2024-03-01nfsd: make all of the nfsd stats per-network namespaceJosef Bacik1-1/+2
2024-02-05nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown1-6/+5
2024-01-24nfsd: fix RELEASE_LOCKOWNERNeilBrown1-11/+15
2024-01-08nfsd: remove unnecessary NULL checkDan Carpenter1-1/+1
2023-12-20Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-103/+11
2023-12-18NFSD: Revert 6c41d9a9bd0298002805758216a9c44e38a8500dChuck Lever1-103/+11
2023-11-18Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-1/+1
2023-11-17nfsd: fix file memleak on client_opens_releaseMahmoud Adam1-1/+1
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+11
2023-10-16NFSD: clean up alloc_init_deleg()Sicong Huang1-2/+4
2023-10-16nfsd: Clean up errors in nfs4state.cKaiLong Wang1-2/+2
2023-10-16NFSD: Add nfsd4_encode_open_read_delegation4()Chuck Lever1-3/+3
2023-10-16NFSD: Remove a layering violation when encoding lock_deniedChuck Lever1-0/+16
2023-10-16NFSD: handle GETATTR conflict with write delegationDai Ngo1-11/+103
2023-10-16lockd: introduce safe async lock opAlexander Aring1-3/+7
2023-10-04nfsd: dynamically allocate the nfsd-client shrinkerQi Zheng1-8/+11
2023-08-30NFSD: Enable write delegation supportDai Ngo1-20/+77
2023-08-30NFSD: handle GETATTR conflict with write delegationDai Ngo1-0/+65
2023-08-04nfsd: Fix race to FREE_STATEID and cl_revokedBenjamin Coddington1-1/+1
2023-07-18nfsd: Remove incorrect check in nfsd4_validate_stateidTrond Myklebust1-2/+0
2023-02-23Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-47/+83
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds1-2/+2
2023-02-20nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_openJeff Layton1-10/+11
2023-02-20NFSD: fix problems with cleanup on errors in nfsd4_copyDai Ngo1-2/+3
2023-02-20nfsd: don't hand out delegation on setuid files being opened for writeJeff Layton1-0/+27
2023-02-20nfsd: eliminate __nfs4_get_fdJeff Layton1-13/+7
2023-02-20nfsd: add some kerneldoc comments for stateid preprocessing functionsJeff Layton1-4/+25
2023-02-20nfsd: eliminate find_deleg_file_lockedJeff Layton1-10/+1
2023-02-20nfsd: fix potential race in nfs4_find_fileJeff Layton1-6/+9
2023-02-20nfsd: allow nfsd_file_get to sanely handle a NULL pointerJeff Layton1-3/+1