aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/nfs/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-5/+7
2024-03-09NFSv4: nfs4_do_open() is incorrectly triggering state recoveryTrond Myklebust1-5/+7
2024-02-05nfs: adapt to breakup of struct file_lockJeff Layton1-2/+2
2024-02-05nfs: convert to using new filelock helpersJeff Layton1-9/+9
2023-09-27NFSv4: Fix a state manager thread deadlock regressionTrond Myklebust1-12/+26
2023-09-27NFSv4: Fix a nfs4_state_manager() raceTrond Myklebust1-0/+7
2023-06-19NFSv4: Clean up some shutdown loopsBenjamin Coddington1-0/+3
2023-04-21NFS: Cleanup unused rpc_clnt variableBenjamin Coddington1-4/+0
2023-04-10NFSv4.1: Always send a RECLAIM_COMPLETE after establishing leaseTrond Myklebust1-0/+4
2022-12-13Merge tag 'nfs-for-6.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+4
2022-12-06NFSv4.x: Fail client initialisation if state manager thread can't runTrond Myklebust1-0/+2
2022-12-06NFS: avoid spurious warning of lost lock that is being unlocked.NeilBrown1-1/+2
2022-11-30nfs: use locks_inode_context helperJeff Layton1-1/+1
2022-10-27NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust1-0/+1
2022-10-27NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsTrond Myklebust1-0/+1
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-6/+4
2022-10-03NFSv4: Directly use ida_alloc()/free()Bo Liu1-6/+4
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra1-1/+2
2022-06-30NFS: restore module put when manager exits.NeilBrown1-0/+1
2022-05-31NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Benjamin Coddington1-1/+8
2022-05-17NFS: Improve warning message when locks are lost.NeilBrown1-5/+15
2022-03-29Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-10/+49
2022-03-13NFSv4: keep state manager thread active if swap is enabledNeilBrown1-7/+33
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-1/+0
2022-02-25NFS: Convert GFP_NOFS to GFP_KERNELTrond Myklebust1-1/+1
2022-02-25NFSv4: Charge NFSv4 open state trackers to kmemcgTrond Myklebust1-3/+4
2022-02-25NFSv4: Protect the state recovery thread against direct reclaimTrond Myklebust1-0/+12
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+5
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2022-01-13NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia1-1/+2
2022-01-12NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia1-0/+3
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman1-1/+1
2021-11-17NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSIONOlga Kornievskaia1-0/+4
2021-10-03NFS: Fix a few more clear_bit() instances that need release semanticsTrond Myklebust1-4/+1
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-6/+0
2021-04-05NFS: Fix up incorrect documentationTrond Myklebust1-1/+1
2021-02-01nfs: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-7/+7
2020-07-29NFSv4: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+1
2020-05-11nfs: fix NULL deference in nfs4_get_valid_delegationJ. Bruce Fields1-1/+1
2020-03-16NFSv4: Add support for CB_RECALL_ANY for flexfiles layoutsTrond Myklebust1-2/+22
2020-02-04NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski1-3/+1
2020-02-03NFSv4: Try to return the delegation immediately when marked for return on closeTrond Myklebust1-0/+1
2020-01-15NFS4: Remove unneeded semicolonzhengbin1-1/+1
2019-11-18NFS4: Trace lock reclaimsChuck Lever1-0/+1
2019-11-18NFS4: Trace state recovery operationChuck Lever1-0/+3
2019-11-06Merge branch 'linux-ssc-for-5.5'Trond Myklebust1-5/+35
2019-11-03NFS: nfs_inode_find_state_and_recover() fix stateid matchingTrond Myklebust1-3/+4
2019-10-09NFS: handle source server rebootOlga Kornievskaia1-5/+21