summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs40proc.c
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2026-01-30NFS: Move sequence slot operations into minorversion operationsAnna Schumaker-0/+30
2026-01-30NFS: Pass a struct nfs_client to nfs4_init_sequence()Anna Schumaker-6/+8
2026-01-30NFS: Move nfs40_shutdown_client into nfs40client.cAnna Schumaker-0/+1
2026-01-30NFS: Make the various NFS v4.0 operations static againAnna Schumaker-5/+5
2026-01-30NFS: Move the NFS v4.0 minor version ops into nfs40proc.cAnna Schumaker-0/+106
2026-01-30NFS: Split out the nfs40_mig_recovery_ops to nfs40proc.cAnna Schumaker-0/+101
2026-01-30NFS: Split out the nfs40_state_renewal_ops into nfs40proc.cAnna Schumaker-0/+100
2026-01-30NFS: Split out the nfs40_nograce_recovery_ops into nfs40proc.cAnna Schumaker-0/+22
2026-01-30NFS: Split out the nfs40_reboot_recovery_ops into nfs40client.cAnna Schumaker-0/+9
2026-01-30NFS: Move nfs40_call_sync_ops into nfs40proc.cAnna Schumaker-0/+24