summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2024-03-01NFSD: add support for CB_GETATTR callbackDai Ngo3-1/+128
2024-03-01NFSD: Document the phases of CREATE_SESSIONChuck Lever1-0/+6
2024-03-01NFSD: Fix the NFSv4.1 CREATE_SESSION operationChuck Lever1-26/+31
2024-03-01nfsd: clean up comments over nfs4_client definitionChen Hanxiao1-3/+4
2024-03-01nfsd: Simplify the allocation of slab caches in nfsd4_init_slabsKunwu Chan1-14/+7
2024-03-01nfsd: Simplify the allocation of slab caches in nfsd_drc_slab_createKunwu Chan1-2/+1
2024-03-01nfsd: Simplify the allocation of slab caches in nfsd_file_cache_initKunwu Chan1-4/+2
2024-03-01nfsd: Simplify the allocation of slab caches in nfsd4_init_pnfsKunwu Chan1-4/+2
2024-03-01nfsd: don't call locks_release_private() twice concurrentlyNeilBrown1-1/+1
2024-03-01nfsd: allow layout state to be admin-revoked.NeilBrown4-16/+50
2024-03-01nfsd: allow delegation state ids to be revoked and then freedNeilBrown1-3/+25
2024-03-01nfsd: allow open state ids to be revoked and then freedNeilBrown1-1/+24
2024-03-01nfsd: allow lock state ids to be revoked and then freedNeilBrown1-1/+39
2024-03-01nfsd: allow admin-revoked NFSv4.0 state to be freed.NeilBrown2-1/+101
2024-03-01nfsd: report in /proc/fs/nfsd/clients/*/states when state is admin-revokeNeilBrown1-1/+9
2024-03-01nfsd: allow state with no file to appear in /proc/fs/nfsd/clients/*/statesNeilBrown1-60/+58
2024-03-01nfsd: prepare for supporting admin-revocation of stateNeilBrown5-2/+98
2024-03-01nfsd: split sc_status out of sc_typeNeilBrown4-141/+151
2024-03-01nfsd: avoid race after unhash_delegation_locked()NeilBrown1-10/+10
2024-03-01nfsd: don't call functions with side-effecting inside WARN_ON()NeilBrown1-5/+5
2024-03-01nfsd: hold ->cl_lock for hash_delegation_locked()NeilBrown1-0/+3
2024-03-01nfsd: remove stale comment in nfs4_show_deleg()NeilBrown1-1/+0
2024-03-01NFSD: Remove redundant cb_seq_status initializationChuck Lever1-1/+0
2024-03-01NFSD: Remove BUG_ON in nfsd4_process_cb_update()Chuck Lever1-1/+2
2024-03-01NFSD: Replace comment with lockdep assertionChuck Lever1-1/+2
2024-03-01NFSD: Remove unused @reason argumentChuck Lever1-9/+9
2024-03-01NFSD: Add callback operation lifetime trace pointsChuck Lever2-0/+50
2024-03-01NFSD: Rename nfsd_cb_state trace pointChuck Lever2-2/+5
2024-03-01NFSD: Replace dprintks in nfsd4_cb_sequence_done()Chuck Lever2-5/+86
2024-03-01NFSD: Add nfsd_seq4_status trace eventChuck Lever2-0/+36
2024-03-01NFSD: Retransmit callbacks after client reconnectsChuck Lever1-2/+11
2024-03-01NFSD: Reschedule CB operations when backchannel rpc_clnt is shut downChuck Lever1-9/+23
2024-03-01NFSD: Convert the callback workqueue to use delayed_workChuck Lever2-4/+4
2024-03-01NFSD: Reset cb_seq_status after NFS4ERR_DELAYChuck Lever1-0/+1
2024-03-01nfsd: make svc_stat per-network namespace instead of globalJosef Bacik5-9/+11
2024-03-01nfsd: remove nfsd_stats, make th_cnt a global counterJosef Bacik4-10/+5
2024-03-01nfsd: make all of the nfsd stats per-network namespaceJosef Bacik10-96/+69
2024-03-01nfsd: expose /proc/net/sunrpc/nfsd in net namespacesJosef Bacik3-20/+15
2024-03-01nfsd: rename NFSD_NET_* to NFSD_STATS_*Josef Bacik3-7/+7
2024-03-01sunrpc: remove ->pg_stats from svc_programJosef Bacik1-1/+0
2024-03-01sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik1-1/+2
2024-03-01nfsd: stop setting ->pg_stats for unused statsJosef Bacik1-5/+0
2024-03-01NFSD: fix LISTXATTRS returning more bytes than maxcountJorge Mora1-2/+3
2024-03-01NFSD: fix LISTXATTRS returning a short list with eof=TRUEJorge Mora1-1/+2
2024-03-01NFSD: change LISTXATTRS cookie encoding to big-endianJorge Mora1-1/+3
2024-03-01NFSD: fix nfsd4_listxattr_validate_cookieJorge Mora1-6/+1
2024-03-01nfsd: use __fput_sync() to avoid delayed closing of files.NeilBrown3-7/+40
2024-03-01nfsd: Don't leave work of closing files to a work queueNeilBrown3-36/+34
2024-02-16ima: Move to LSM infrastructureRoberto Sassu1-7/+0
2024-02-16security: Introduce file_post_open hookRoberto Sassu1-0/+6