summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)Author
2024-02-05nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown
2024-01-24nfsd: fix RELEASE_LOCKOWNERNeilBrown
2024-01-07nfsd: remove unnecessary NULL checkDan Carpenter
2023-12-20Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-12-18NFSD: Revert 6c41d9a9bd0298002805758216a9c44e38a8500dChuck Lever
2023-11-18Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-11-17nfsd: fix file memleak on client_opens_releaseMahmoud Adam
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-16NFSD: clean up alloc_init_deleg()Sicong Huang
2023-10-16nfsd: Clean up errors in nfs4state.cKaiLong Wang
2023-10-16NFSD: Add nfsd4_encode_open_read_delegation4()Chuck Lever
2023-10-16NFSD: Remove a layering violation when encoding lock_deniedChuck Lever
2023-10-16NFSD: handle GETATTR conflict with write delegationDai Ngo
2023-10-16lockd: introduce safe async lock opAlexander Aring
2023-10-04nfsd: dynamically allocate the nfsd-client shrinkerQi Zheng
2023-08-29NFSD: Enable write delegation supportDai Ngo
2023-08-29NFSD: handle GETATTR conflict with write delegationDai Ngo
2023-08-04nfsd: Fix race to FREE_STATEID and cl_revokedBenjamin Coddington
2023-07-18nfsd: Remove incorrect check in nfsd4_validate_stateidTrond Myklebust
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds
2023-02-20nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_openJeff Layton
2023-02-20NFSD: fix problems with cleanup on errors in nfsd4_copyDai Ngo
2023-02-20nfsd: don't hand out delegation on setuid files being opened for writeJeff Layton
2023-02-20nfsd: eliminate __nfs4_get_fdJeff Layton
2023-02-20nfsd: add some kerneldoc comments for stateid preprocessing functionsJeff Layton
2023-02-20nfsd: eliminate find_deleg_file_lockedJeff Layton
2023-02-20nfsd: fix potential race in nfs4_find_fileJeff Layton
2023-02-20nfsd: allow nfsd_file_get to sanely handle a NULL pointerJeff Layton
2023-02-15Merge tag 'nfsd-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-02-11nfsd: don't destroy global nfs4_file table in per-net shutdownJeff Layton
2023-01-17Merge tag 'nfsd-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-01-12NFSD: replace delayed_work with work_struct for nfsd_client_shrinkerDai Ngo
2023-01-11NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown timeDai Ngo
2023-01-11fs: remove locks_inodeJeff Layton
2023-01-10Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-01-06nfsd: fix handling of cached open files in nfsd4_open codepathJeff Layton
2022-12-12Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-12-10NFSD: add CB_RECALL_ANY tracepointsDai Ngo
2022-12-10NFSD: add delegation reaper to react to low memory conditionDai Ngo
2022-12-10NFSD: refactoring courtesy_client_reaper to a generic low memory shrinkerDai Ngo
2022-12-10NFSD: Use struct_size() helper in alloc_session()Xiu Jianfeng
2022-11-30nfsd: use locks_inode_context helperJeff Layton
2022-11-28NFSD: Use rhashtable for managing nfs4_file objectsChuck Lever
2022-11-28NFSD: Refactor find_file()Chuck Lever
2022-11-28NFSD: Clean up find_or_add_file()Chuck Lever
2022-11-28NFSD: Add a nfsd4_file_hash_remove() helperChuck Lever
2022-11-28NFSD: Clean up nfsd4_init_file()Chuck Lever
2022-11-28NFSD: Update file_hashtbl() helpersChuck Lever
2022-11-28NFSD: Trace delegation revocationsChuck Lever