summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4state.c
AgeCommit message (Expand)Author
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
2022-01-12NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman
2021-11-17NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSIONOlga Kornievskaia
2021-10-03NFS: Fix a few more clear_bit() instances that need release semanticsTrond Myklebust
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-04-05NFS: Fix up incorrect documentationTrond Myklebust
2021-02-01nfs: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-29NFSv4: Use sequence counter with associated spinlockAhmed S. Darwish
2020-05-11nfs: fix NULL deference in nfs4_get_valid_delegationJ. Bruce Fields
2020-03-16NFSv4: Add support for CB_RECALL_ANY for flexfiles layoutsTrond Myklebust
2020-02-04NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski
2020-02-03NFSv4: Try to return the delegation immediately when marked for return on closeTrond Myklebust
2020-01-15NFS4: Remove unneeded semicolonzhengbin
2019-11-18NFS4: Trace lock reclaimsChuck Lever
2019-11-18NFS4: Trace state recovery operationChuck Lever
2019-11-06Merge branch 'linux-ssc-for-5.5'Trond Myklebust
2019-11-03NFS: nfs_inode_find_state_and_recover() fix stateid matchingTrond Myklebust
2019-10-09NFS: handle source server rebootOlga Kornievskaia
2019-10-09NFS: skip recovery of copy open on dest serverOlga Kornievskaia
2019-09-20NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADETrond Myklebust
2019-08-21NFSv4: Fix a memory leak bugWenwen Wang
2019-08-07NFSv4: Ensure state recovery handles ETIMEDOUT correctlyTrond Myklebust