summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* tracing: Remove __assign_str_len()Steven Rostedt (Google)2024-03-181-4/+4
* NFSD: Fix nfsd_clid_class use of __string_len() macroSteven Rostedt (Google)2024-03-181-1/+1
* Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-121-2/+1
|\
| * ima: Move to LSM infrastructureRoberto Sassu2024-02-151-7/+0
| * security: Introduce file_post_open hookRoberto Sassu2024-02-151-0/+6
* | Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-03-1227-551/+1344
|\ \
| * | NFSD: Clean up nfsd4_encode_replay()Chuck Lever2024-03-092-16/+31
| * | NFSD: send OP_CB_RECALL_ANY to clients when number of delegations reaches its...Dai Ngo2024-03-051-0/+3
| * | NFSD: Document nfsd_setattr() fill-attributes behaviorChuck Lever2024-03-051-0/+7
| * | nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()Trond Myklebust2024-03-018-21/+25
| * | nfsd: Fix a regression in nfsd_setattr()Trond Myklebust2024-03-012-2/+11
| * | NFSD: OP_CB_RECALL_ANY should recall both read and write delegationsDai Ngo2024-03-011-0/+2
| * | NFSD: handle GETATTR conflict with write delegationDai Ngo2024-03-014-13/+123
| * | NFSD: add support for CB_GETATTR callbackDai Ngo2024-03-013-1/+128
| * | NFSD: Document the phases of CREATE_SESSIONChuck Lever2024-03-011-0/+6
| * | NFSD: Fix the NFSv4.1 CREATE_SESSION operationChuck Lever2024-03-011-26/+31
| * | nfsd: clean up comments over nfs4_client definitionChen Hanxiao2024-03-011-3/+4
| * | nfsd: Simplify the allocation of slab caches in nfsd4_init_slabsKunwu Chan2024-03-011-14/+7
| * | nfsd: Simplify the allocation of slab caches in nfsd_drc_slab_createKunwu Chan2024-03-011-2/+1
| * | nfsd: Simplify the allocation of slab caches in nfsd_file_cache_initKunwu Chan2024-03-011-4/+2
| * | nfsd: Simplify the allocation of slab caches in nfsd4_init_pnfsKunwu Chan2024-03-011-4/+2
| * | nfsd: don't call locks_release_private() twice concurrentlyNeilBrown2024-03-011-1/+1
| * | nfsd: allow layout state to be admin-revoked.NeilBrown2024-03-014-16/+50
| * | nfsd: allow delegation state ids to be revoked and then freedNeilBrown2024-03-011-3/+25
| * | nfsd: allow open state ids to be revoked and then freedNeilBrown2024-03-011-1/+24
| * | nfsd: allow lock state ids to be revoked and then freedNeilBrown2024-03-011-1/+39
| * | nfsd: allow admin-revoked NFSv4.0 state to be freed.NeilBrown2024-03-012-1/+101
| * | nfsd: report in /proc/fs/nfsd/clients/*/states when state is admin-revokeNeilBrown2024-03-011-1/+9
| * | nfsd: allow state with no file to appear in /proc/fs/nfsd/clients/*/statesNeilBrown2024-03-011-60/+58
| * | nfsd: prepare for supporting admin-revocation of stateNeilBrown2024-03-015-2/+98
| * | nfsd: split sc_status out of sc_typeNeilBrown2024-03-014-141/+151
| * | nfsd: avoid race after unhash_delegation_locked()NeilBrown2024-03-011-10/+10
| * | nfsd: don't call functions with side-effecting inside WARN_ON()NeilBrown2024-03-011-5/+5
| * | nfsd: hold ->cl_lock for hash_delegation_locked()NeilBrown2024-03-011-0/+3
| * | nfsd: remove stale comment in nfs4_show_deleg()NeilBrown2024-03-011-1/+0
| * | NFSD: Remove redundant cb_seq_status initializationChuck Lever2024-03-011-1/+0
| * | NFSD: Remove BUG_ON in nfsd4_process_cb_update()Chuck Lever2024-03-011-1/+2
| * | NFSD: Replace comment with lockdep assertionChuck Lever2024-03-011-1/+2
| * | NFSD: Remove unused @reason argumentChuck Lever2024-03-011-9/+9
| * | NFSD: Add callback operation lifetime trace pointsChuck Lever2024-03-012-0/+50
| * | NFSD: Rename nfsd_cb_state trace pointChuck Lever2024-03-012-2/+5
| * | NFSD: Replace dprintks in nfsd4_cb_sequence_done()Chuck Lever2024-03-012-5/+86
| * | NFSD: Add nfsd_seq4_status trace eventChuck Lever2024-03-012-0/+36
| * | NFSD: Retransmit callbacks after client reconnectsChuck Lever2024-03-011-2/+11
| * | NFSD: Reschedule CB operations when backchannel rpc_clnt is shut downChuck Lever2024-03-011-9/+23
| * | NFSD: Convert the callback workqueue to use delayed_workChuck Lever2024-03-012-4/+4
| * | NFSD: Reset cb_seq_status after NFS4ERR_DELAYChuck Lever2024-03-011-0/+1
| * | nfsd: make svc_stat per-network namespace instead of globalJosef Bacik2024-03-015-9/+11
| * | nfsd: remove nfsd_stats, make th_cnt a global counterJosef Bacik2024-03-014-10/+5
| * | nfsd: make all of the nfsd stats per-network namespaceJosef Bacik2024-03-0110-96/+69