summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| | | |/ |/|
| * nfsd: fix handling of cached open files in nfsd4_open codepathJeff Layton2023-01-061-12/+4
* | Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-12-121-109/+232
|\|
| * NFSD: add CB_RECALL_ANY tracepointsDai Ngo2022-12-101-0/+2
| * NFSD: add delegation reaper to react to low memory conditionDai Ngo2022-12-101-4/+84
| * NFSD: refactoring courtesy_client_reaper to a generic low memory shrinkerDai Ngo2022-12-101-9/+16
| * NFSD: Use struct_size() helper in alloc_session()Xiu Jianfeng2022-12-101-5/+4
| * NFSD: Use rhashtable for managing nfs4_file objectsChuck Lever2022-11-281-35/+62
| * NFSD: Refactor find_file()Chuck Lever2022-11-281-21/+15
| * NFSD: Clean up find_or_add_file()Chuck Lever2022-11-281-36/+28
| * NFSD: Add a nfsd4_file_hash_remove() helperChuck Lever2022-11-281-1/+7
| * NFSD: Clean up nfsd4_init_file()Chuck Lever2022-11-281-6/+4
| * NFSD: Update file_hashtbl() helpersChuck Lever2022-11-281-2/+2
| * NFSD: Trace delegation revocationsChuck Lever2022-11-281-0/+2
| * NFSD: Trace stateids returned via DELEGRETURNChuck Lever2022-11-281-0/+1