summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
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-09NFSD: Clean up nfsd4_encode_replay()Chuck Lever
2024-03-05NFSD: send OP_CB_RECALL_ANY to clients when number of delegations reaches its...Dai Ngo
2024-03-05NFSD: Document nfsd_setattr() fill-attributes behaviorChuck Lever
2024-03-01nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()Trond Myklebust
2024-03-01nfsd: Fix a regression 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: add support for CB_GETATTR callbackDai 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: clean up comments over nfs4_client definitionChen Hanxiao
2024-03-01nfsd: Simplify the allocation of slab caches in nfsd4_init_slabsKunwu Chan
2024-03-01nfsd: Simplify the allocation of slab caches in nfsd_drc_slab_createKunwu Chan
2024-03-01nfsd: Simplify the allocation of slab caches in nfsd_file_cache_initKunwu Chan
2024-03-01nfsd: Simplify the allocation of slab caches in nfsd4_init_pnfsKunwu 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: Remove redundant cb_seq_status initializationChuck Lever
2024-03-01NFSD: Remove BUG_ON in nfsd4_process_cb_update()Chuck Lever
2024-03-01NFSD: Replace comment with lockdep assertionChuck Lever
2024-03-01NFSD: Remove unused @reason argumentChuck Lever
2024-03-01NFSD: Add callback operation lifetime trace pointsChuck Lever
2024-03-01NFSD: Rename nfsd_cb_state trace pointChuck Lever
2024-03-01NFSD: Replace dprintks in nfsd4_cb_sequence_done()Chuck Lever
2024-03-01NFSD: Add nfsd_seq4_status trace eventChuck Lever
2024-03-01NFSD: Retransmit callbacks after client reconnectsChuck Lever
2024-03-01NFSD: Reschedule CB operations when backchannel rpc_clnt is shut downChuck Lever
2024-03-01NFSD: Convert the callback workqueue to use delayed_workChuck Lever
2024-03-01NFSD: Reset cb_seq_status after NFS4ERR_DELAYChuck Lever
2024-03-01nfsd: make svc_stat per-network namespace instead of globalJosef Bacik
2024-03-01nfsd: remove nfsd_stats, make th_cnt a global counterJosef Bacik
2024-03-01nfsd: make all of the nfsd stats per-network namespaceJosef Bacik
2024-03-01nfsd: expose /proc/net/sunrpc/nfsd in net namespacesJosef Bacik
2024-03-01nfsd: rename NFSD_NET_* to NFSD_STATS_*Josef Bacik
2024-03-01sunrpc: remove ->pg_stats from svc_programJosef Bacik