summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4state.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-09NFSv4: pass lease period in seconds to nfs4_set_lease_period()Sergey Shtylyov
2026-01-30NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4Anna Schumaker
2026-01-30NFS: Add a way to disable NFS v4.0 via KConfigAnna Schumaker
2026-01-30NFS: Move NFS v4.0 pathdown recovery into nfs40client.cAnna Schumaker
2026-01-30NFS: Split out the nfs40_reboot_recovery_ops into nfs40client.cAnna Schumaker
2026-01-07NFSv4.x: Directory delegations don't require any state recoveryTrond Myklebust
2025-09-23NFSv4.1: fix mount hang after CREATE_SESSION failureAnthony Iliopoulos
2025-03-26NFSv4: Treat ENETUNREACH errors as fatal for state recoveryTrond Myklebust
2025-03-26NFSv4: clp->cl_cons_state < 0 signifies an invalid nfs_clientTrond Myklebust
2025-03-26NFSv4: Further cleanups to shutdown loopsTrond Myklebust
2025-01-14nfs: probe for LOCALIO when v4 client reconnects to serverMike Snitzer
2024-11-09NFSv4.0: Fix the wake up of the next waiter in nfs_release_seqid()Trond Myklebust
2024-10-03NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang
2024-09-23NFSv4: Fail mounts if the lease setup times outTrond Myklebust
2024-09-23nfs: simplify and guarantee owner uniqueness.NeilBrown
2024-09-23nfs: fix memory leak in error path of nfs4_do_reclaimLi Lingfeng
2024-07-08NFSv4/pNFS: Do layout state recovery upon rebootTrond Myklebust
2024-05-20NFSv4: Fixup smatch warning for ambiguous returnBenjamin Coddington
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-03-09NFSv4: nfs4_do_open() is incorrectly triggering state recoveryTrond Myklebust
2024-02-05nfs: adapt to breakup of struct file_lockJeff Layton
2024-02-05nfs: convert to using new filelock helpersJeff Layton
2023-09-27NFSv4: Fix a state manager thread deadlock regressionTrond Myklebust
2023-09-27NFSv4: Fix a nfs4_state_manager() raceTrond Myklebust
2023-06-19NFSv4: Clean up some shutdown loopsBenjamin Coddington
2023-04-21NFS: Cleanup unused rpc_clnt variableBenjamin Coddington
2023-04-10NFSv4.1: Always send a RECLAIM_COMPLETE after establishing leaseTrond Myklebust
2022-12-13Merge tag 'nfs-for-6.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-12-06NFSv4.x: Fail client initialisation if state manager thread can't runTrond Myklebust
2022-12-06NFS: avoid spurious warning of lost lock that is being unlocked.NeilBrown
2022-11-30nfs: use locks_inode_context helperJeff Layton
2022-10-27NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust
2022-10-27NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsTrond Myklebust
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-10-03NFSv4: Directly use ida_alloc()/free()Bo Liu
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-06-30NFS: restore module put when manager exits.NeilBrown
2022-05-31NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Benjamin Coddington
2022-05-17NFS: Improve warning message when locks are lost.NeilBrown
2022-03-29Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-03-13NFSv4: keep state manager thread active if swap is enabledNeilBrown
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleChuck Lever
2022-02-25NFS: Convert GFP_NOFS to GFP_KERNELTrond Myklebust
2022-02-25NFSv4: Charge NFSv4 open state trackers to kmemcgTrond Myklebust
2022-02-25NFSv4: Protect the state recovery thread against direct reclaimTrond Myklebust
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-13NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia