summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: allow delegation state ids to be revoked and then freedNeilBrown2024-03-011-3/+25
* nfsd: allow open state ids to be revoked and then freedNeilBrown2024-03-011-1/+24
* nfsd: allow lock state ids to be revoked and then freedNeilBrown2024-03-011-1/+39
* nfsd: allow admin-revoked NFSv4.0 state to be freed.NeilBrown2024-03-011-1/+97
* nfsd: report in /proc/fs/nfsd/clients/*/states when state is admin-revokeNeilBrown2024-03-011-1/+9
* nfsd: allow state with no file to appear in /proc/fs/nfsd/clients/*/statesNeilBrown2024-03-011-60/+58
* nfsd: prepare for supporting admin-revocation of stateNeilBrown2024-03-011-1/+84
* nfsd: split sc_status out of sc_typeNeilBrown2024-03-011-105/+102
* nfsd: avoid race after unhash_delegation_locked()NeilBrown2024-03-011-10/+10
* nfsd: don't call functions with side-effecting inside WARN_ON()NeilBrown2024-03-011-5/+5
* nfsd: hold ->cl_lock for hash_delegation_locked()NeilBrown2024-03-011-0/+3
* nfsd: remove stale comment in nfs4_show_deleg()NeilBrown2024-03-011-1/+0
* NFSD: Add nfsd_seq4_status trace eventChuck Lever2024-03-011-0/+1
* nfsd: make all of the nfsd stats per-network namespaceJosef Bacik2024-03-011-1/+2
* nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown2024-02-051-6/+5
* nfsd: fix RELEASE_LOCKOWNERNeilBrown2024-01-241-11/+15
* nfsd: remove unnecessary NULL checkDan Carpenter2024-01-071-1/+1
* Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-12-201-103/+11
|\
| * NFSD: Revert 6c41d9a9bd0298002805758216a9c44e38a8500dChuck Lever2023-12-181-103/+11
* | Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-11-181-1/+1
|\|
| * nfsd: fix file memleak on client_opens_releaseMahmoud Adam2023-11-171-1/+1
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-8/+11
|\ \ | |/ |/|
| * nfsd: dynamically allocate the nfsd-client shrinkerQi Zheng2023-10-041-8/+11
* | NFSD: clean up alloc_init_deleg()Sicong Huang2023-10-161-2/+4
* | nfsd: Clean up errors in nfs4state.cKaiLong Wang2023-10-161-2/+2
* | NFSD: Add nfsd4_encode_open_read_delegation4()Chuck Lever2023-10-161-3/+3
* | NFSD: Remove a layering violation when encoding lock_deniedChuck Lever2023-10-161-0/+16
* | NFSD: handle GETATTR conflict with write delegationDai Ngo2023-10-161-11/+103
* | lockd: introduce safe async lock opAlexander Aring2023-10-161-3/+7
|/
* NFSD: Enable write delegation supportDai Ngo2023-08-291-20/+77
* NFSD: handle GETATTR conflict with write delegationDai Ngo2023-08-291-0/+65
* nfsd: Fix race to FREE_STATEID and cl_revokedBenjamin Coddington2023-08-041-1/+1
* nfsd: Remove incorrect check in nfsd4_validate_stateidTrond Myklebust2023-07-181-2/+0
* Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-02-221-47/+83
|\
| * nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_openJeff Layton2023-02-201-10/+11
| * NFSD: fix problems with cleanup on errors in nfsd4_copyDai Ngo2023-02-201-2/+3
| * nfsd: don't hand out delegation on setuid files being opened for writeJeff Layton2023-02-201-0/+27
| * nfsd: eliminate __nfs4_get_fdJeff Layton2023-02-201-13/+7
| * nfsd: add some kerneldoc comments for stateid preprocessing functionsJeff Layton2023-02-201-4/+25
| * nfsd: eliminate find_deleg_file_lockedJeff Layton2023-02-201-10/+1
| * nfsd: fix potential race in nfs4_find_fileJeff Layton2023-02-201-6/+9
| * nfsd: allow nfsd_file_get to sanely handle a NULL pointerJeff Layton2023-02-201-3/+1
* | Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds2023-02-201-2/+2
|\ \ | |/ |/|
| * fs: remove locks_inodeJeff Layton2023-01-111-2/+2
* | Merge tag 'nfsd-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-02-151-1/+1
|\ \
| * | nfsd: don't destroy global nfs4_file table in per-net shutdownJeff Layton2023-02-111-1/+1
* | | Merge tag 'nfsd-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-01-171-15/+15
|\| |
| * | NFSD: replace delayed_work with work_struct for nfsd_client_shrinkerDai Ngo2023-01-121-4/+4
| * | NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown timeDai Ngo2023-01-111-11/+11
* | | Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-01-101-12/+4
|\| | | |/ |/|