aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2024-04-29Merge tag 'nfsd-6.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-1/+1
2024-04-25NFSD: Fix nfsd4_encode_fattr4() crasherGravatar Chuck Lever 1-1/+1
2024-04-25Merge tag 'nfsd-6.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 2-22/+6
2024-04-23Revert "NFSD: Convert the callback workqueue to use delayed_work"Gravatar Chuck Lever 2-4/+4
2024-04-23Revert "NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down"Gravatar Chuck Lever 1-18/+2
2024-04-15Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-24/+23
2024-04-11NFSD: fix endianness issue in nfsd4_encode_fattr4Gravatar Vasily Gorbik 1-24/+23
2024-04-06Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-5/+2
2024-04-05nfsd: hold a lighter-weight client reference over CB_RECALL_ANYGravatar Jeff Layton 1-5/+2
2024-03-28Merge tag 'nfsd-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 2-12/+27
2024-03-27NFSD: CREATE_SESSION must never cache NFS4ERR_DELAY repliesGravatar Chuck Lever 1-11/+25
2024-03-22nfsd: Fix error cleanup path in nfsd_rename()Gravatar Jan Kara 1-1/+2
2024-03-18tracing: Remove __assign_str_len()Gravatar Steven Rostedt (Google) 1-4/+4
2024-03-18NFSD: Fix nfsd_clid_class use of __string_len() macroGravatar Steven Rostedt (Google) 1-1/+1
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+1
2024-03-12Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 27-551/+1344
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 4-82/+83
2024-03-09NFSD: Clean up nfsd4_encode_replay()Gravatar Chuck Lever 2-16/+31
2024-03-05NFSD: send OP_CB_RECALL_ANY to clients when number of delegations reaches its...Gravatar Dai Ngo 1-0/+3
2024-03-05NFSD: Document nfsd_setattr() fill-attributes behaviorGravatar Chuck Lever 1-0/+7
2024-03-01nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()Gravatar Trond Myklebust 8-21/+25
2024-03-01nfsd: Fix a regression in nfsd_setattr()Gravatar Trond Myklebust 2-2/+11
2024-03-01NFSD: OP_CB_RECALL_ANY should recall both read and write delegationsGravatar Dai Ngo 1-0/+2
2024-03-01NFSD: handle GETATTR conflict with write delegationGravatar Dai Ngo 4-13/+123
2024-03-01NFSD: add support for CB_GETATTR callbackGravatar Dai Ngo 3-1/+128
2024-03-01NFSD: Document the phases of CREATE_SESSIONGravatar Chuck Lever 1-0/+6
2024-03-01NFSD: Fix the NFSv4.1 CREATE_SESSION operationGravatar Chuck Lever 1-26/+31
2024-03-01nfsd: clean up comments over nfs4_client definitionGravatar Chen Hanxiao 1-3/+4
2024-03-01nfsd: Simplify the allocation of slab caches in nfsd4_init_slabsGravatar Kunwu Chan 1-14/+7
2024-03-01nfsd: Simplify the allocation of slab caches in nfsd_drc_slab_createGravatar Kunwu Chan 1-2/+1
2024-03-01nfsd: Simplify the allocation of slab caches in nfsd_file_cache_initGravatar Kunwu Chan 1-4/+2
2024-03-01nfsd: Simplify the allocation of slab caches in nfsd4_init_pnfsGravatar Kunwu Chan 1-4/+2
2024-03-01nfsd: don't call locks_release_private() twice concurrentlyGravatar NeilBrown 1-1/+1
2024-03-01nfsd: allow layout state to be admin-revoked.Gravatar NeilBrown 4-16/+50
2024-03-01nfsd: allow delegation state ids to be revoked and then freedGravatar NeilBrown 1-3/+25
2024-03-01nfsd: allow open state ids to be revoked and then freedGravatar NeilBrown 1-1/+24
2024-03-01nfsd: allow lock state ids to be revoked and then freedGravatar NeilBrown 1-1/+39
2024-03-01nfsd: allow admin-revoked NFSv4.0 state to be freed.Gravatar NeilBrown 2-1/+101
2024-03-01nfsd: report in /proc/fs/nfsd/clients/*/states when state is admin-revokeGravatar NeilBrown 1-1/+9
2024-03-01nfsd: allow state with no file to appear in /proc/fs/nfsd/clients/*/statesGravatar NeilBrown 1-60/+58
2024-03-01nfsd: prepare for supporting admin-revocation of stateGravatar NeilBrown 5-2/+98
2024-03-01nfsd: split sc_status out of sc_typeGravatar NeilBrown 4-141/+151
2024-03-01nfsd: avoid race after unhash_delegation_locked()Gravatar NeilBrown 1-10/+10
2024-03-01nfsd: don't call functions with side-effecting inside WARN_ON()Gravatar NeilBrown 1-5/+5
2024-03-01nfsd: hold ->cl_lock for hash_delegation_locked()Gravatar NeilBrown 1-0/+3
2024-03-01nfsd: remove stale comment in nfs4_show_deleg()Gravatar NeilBrown 1-1/+0
2024-03-01NFSD: Remove redundant cb_seq_status initializationGravatar Chuck Lever 1-1/+0
2024-03-01NFSD: Remove BUG_ON in nfsd4_process_cb_update()Gravatar Chuck Lever 1-1/+2
2024-03-01NFSD: Replace comment with lockdep assertionGravatar Chuck Lever 1-1/+2
2024-03-01NFSD: Remove unused @reason argumentGravatar Chuck Lever 1-9/+9