summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)Author
2024-04-06Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-04-05nfsd: hold a lighter-weight client reference over CB_RECALL_ANYJeff Layton
2024-03-28Merge tag 'nfsd-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-03-27NFSD: CREATE_SESSION must never cache NFS4ERR_DELAY repliesChuck Lever
2024-03-12Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-05NFSD: send OP_CB_RECALL_ANY to clients when number of delegations reaches its...Dai Ngo
2024-03-01nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()Trond Myklebust
2024-03-01NFSD: OP_CB_RECALL_ANY should recall both read and write delegationsDai Ngo
2024-03-01NFSD: handle GETATTR conflict with write delegationDai Ngo
2024-03-01NFSD: Document the phases of CREATE_SESSIONChuck Lever
2024-03-01NFSD: Fix the NFSv4.1 CREATE_SESSION operationChuck Lever
2024-03-01nfsd: Simplify the allocation of slab caches in nfsd4_init_slabsKunwu Chan
2024-03-01nfsd: don't call locks_release_private() twice concurrentlyNeilBrown
2024-03-01nfsd: allow layout state to be admin-revoked.NeilBrown
2024-03-01nfsd: allow delegation state ids to be revoked and then freedNeilBrown
2024-03-01nfsd: allow open state ids to be revoked and then freedNeilBrown
2024-03-01nfsd: allow lock state ids to be revoked and then freedNeilBrown
2024-03-01nfsd: allow admin-revoked NFSv4.0 state to be freed.NeilBrown
2024-03-01nfsd: report in /proc/fs/nfsd/clients/*/states when state is admin-revokeNeilBrown
2024-03-01nfsd: allow state with no file to appear in /proc/fs/nfsd/clients/*/statesNeilBrown
2024-03-01nfsd: prepare for supporting admin-revocation of stateNeilBrown
2024-03-01nfsd: split sc_status out of sc_typeNeilBrown
2024-03-01nfsd: avoid race after unhash_delegation_locked()NeilBrown
2024-03-01nfsd: don't call functions with side-effecting inside WARN_ON()NeilBrown
2024-03-01nfsd: hold ->cl_lock for hash_delegation_locked()NeilBrown
2024-03-01nfsd: remove stale comment in nfs4_show_deleg()NeilBrown
2024-03-01NFSD: Add nfsd_seq4_status trace eventChuck Lever
2024-03-01nfsd: make all of the nfsd stats per-network namespaceJosef Bacik
2024-02-05nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown
2024-02-05filelock: don't do security checks on nfsd setlease callsJeff Layton
2024-02-05filelock: split leases out of struct file_lockJeff Layton
2024-02-05nfsd: adapt to breakup of struct file_lockJeff Layton
2024-02-05nfsd: convert to using new filelock helpersJeff Layton
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