summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Fix a state manager thread deadlock regressionTrond Myklebust2023-09-271-12/+26
* NFSv4: Fix a nfs4_state_manager() raceTrond Myklebust2023-09-271-0/+7
* NFSv4: Clean up some shutdown loopsBenjamin Coddington2023-06-191-0/+3
* NFS: Cleanup unused rpc_clnt variableBenjamin Coddington2023-04-211-4/+0
* NFSv4.1: Always send a RECLAIM_COMPLETE after establishing leaseTrond Myklebust2023-04-101-0/+4
* Merge tag 'nfs-for-6.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-12-131-1/+4
|\
| * NFSv4.x: Fail client initialisation if state manager thread can't runTrond Myklebust2022-12-061-0/+2
| * NFS: avoid spurious warning of lost lock that is being unlocked.NeilBrown2022-12-061-1/+2
* | nfs: use locks_inode_context helperJeff Layton2022-11-301-1/+1
|/
* NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust2022-10-271-0/+1
* NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsTrond Myklebust2022-10-271-0/+1
* Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-10-131-6/+4
|\
| * NFSv4: Directly use ida_alloc()/free()Bo Liu2022-10-031-6/+4
* | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-1/+2
|/
* NFS: restore module put when manager exits.NeilBrown2022-06-301-0/+1
* NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Benjamin Coddington2022-05-311-1/+8
* NFS: Improve warning message when locks are lost.NeilBrown2022-05-171-5/+15
* Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-03-291-10/+49
|\
| * NFSv4: keep state manager thread active if swap is enabledNeilBrown2022-03-131-7/+33
| * NFS: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-251-1/+1
| * NFSv4: Charge NFSv4 open state trackers to kmemcgTrond Myklebust2022-02-251-3/+4
| * NFSv4: Protect the state recovery thread against direct reclaimTrond Myklebust2022-02-251-0/+12
* | NFSD: Remove svc_serv_ops::svo_moduleChuck Lever2022-02-281-1/+0
|/
* Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-01-251-1/+5
|\
| * NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia2022-01-131-1/+2
| * NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia2022-01-121-0/+3
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\ \ | |/ |/|
| * exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-131-1/+1
* | NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSIONOlga Kornievskaia2021-11-171-0/+4
|/
* NFS: Fix a few more clear_bit() instances that need release semanticsTrond Myklebust2021-10-031-4/+1
* Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-071-1/+1
|\
| * NFS: Fix up incorrect documentationTrond Myklebust2021-04-051-1/+1
* | treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-6/+0
|/
* nfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-02-011-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-7/+7
* NFSv4: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-291-1/+1
* nfs: fix NULL deference in nfs4_get_valid_delegationJ. Bruce Fields2020-05-111-1/+1
* NFSv4: Add support for CB_RECALL_ANY for flexfiles layoutsTrond Myklebust2020-03-161-2/+22
* NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski2020-02-041-3/+1
* NFSv4: Try to return the delegation immediately when marked for return on closeTrond Myklebust2020-02-031-0/+1
* NFS4: Remove unneeded semicolonzhengbin2020-01-151-1/+1
* NFS4: Trace lock reclaimsChuck Lever2019-11-181-0/+1
* NFS4: Trace state recovery operationChuck Lever2019-11-181-0/+3
* Merge branch 'linux-ssc-for-5.5'Trond Myklebust2019-11-061-5/+35
|\
| * NFS: handle source server rebootOlga Kornievskaia2019-10-091-5/+21
| * NFS: skip recovery of copy open on dest serverOlga Kornievskaia2019-10-091-0/+14
* | NFS: nfs_inode_find_state_and_recover() fix stateid matchingTrond Myklebust2019-11-031-3/+4
|/
* NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADETrond Myklebust2019-09-201-16/+0
* NFSv4: Fix a memory leak bugWenwen Wang2019-08-211-2/+4
* NFSv4: Ensure state recovery handles ETIMEDOUT correctlyTrond Myklebust2019-08-071-2/+5