aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4state.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20NFSv4: Fixup smatch warning for ambiguous returnGravatar Benjamin Coddington 1-7/+5
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-5/+7
2024-03-09NFSv4: nfs4_do_open() is incorrectly triggering state recoveryGravatar Trond Myklebust 1-5/+7
2024-02-05nfs: adapt to breakup of struct file_lockGravatar Jeff Layton 1-2/+2
2024-02-05nfs: convert to using new filelock helpersGravatar Jeff Layton 1-9/+9
2023-09-27NFSv4: Fix a state manager thread deadlock regressionGravatar Trond Myklebust 1-12/+26
2023-09-27NFSv4: Fix a nfs4_state_manager() raceGravatar Trond Myklebust 1-0/+7
2023-06-19NFSv4: Clean up some shutdown loopsGravatar Benjamin Coddington 1-0/+3
2023-04-21NFS: Cleanup unused rpc_clnt variableGravatar Benjamin Coddington 1-4/+0
2023-04-10NFSv4.1: Always send a RECLAIM_COMPLETE after establishing leaseGravatar Trond Myklebust 1-0/+4
2022-12-13Merge tag 'nfs-for-6.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+4
2022-12-06NFSv4.x: Fail client initialisation if state manager thread can't runGravatar Trond Myklebust 1-0/+2
2022-12-06NFS: avoid spurious warning of lost lock that is being unlocked.Gravatar NeilBrown 1-1/+2
2022-11-30nfs: use locks_inode_context helperGravatar Jeff Layton 1-1/+1
2022-10-27NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootGravatar Trond Myklebust 1-0/+1
2022-10-27NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsGravatar Trond Myklebust 1-0/+1
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-6/+4
2022-10-03NFSv4: Directly use ida_alloc()/free()Gravatar Bo Liu 1-6/+4
2022-09-07freezer,sched: Rewrite core freezer logicGravatar Peter Zijlstra 1-1/+2
2022-06-30NFS: restore module put when manager exits.Gravatar NeilBrown 1-0/+1
2022-05-31NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Gravatar Benjamin Coddington 1-1/+8
2022-05-17NFS: Improve warning message when locks are lost.Gravatar NeilBrown 1-5/+15
2022-03-29Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-10/+49
2022-03-13NFSv4: keep state manager thread active if swap is enabledGravatar NeilBrown 1-7/+33
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleGravatar Chuck Lever 1-1/+0
2022-02-25NFS: Convert GFP_NOFS to GFP_KERNELGravatar Trond Myklebust 1-1/+1
2022-02-25NFSv4: Charge NFSv4 open state trackers to kmemcgGravatar Trond Myklebust 1-3/+4
2022-02-25NFSv4: Protect the state recovery thread against direct reclaimGravatar Trond Myklebust 1-0/+12
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-1/+5
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2022-01-13NFSv4.1 query for fs_location attr on a new file systemGravatar Olga Kornievskaia 1-1/+2
2022-01-12NFSv4 remove zero number of fs_locations entries error checkGravatar Olga Kornievskaia 1-0/+3
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitGravatar Eric W. Biederman 1-1/+1
2021-11-17NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSIONGravatar Olga Kornievskaia 1-0/+4
2021-10-03NFS: Fix a few more clear_bit() instances that need release semanticsGravatar Trond Myklebust 1-4/+1
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+1
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-6/+0
2021-04-05NFS: Fix up incorrect documentationGravatar Trond Myklebust 1-1/+1
2021-02-01nfs: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-7/+7
2020-07-29NFSv4: Use sequence counter with associated spinlockGravatar Ahmed S. Darwish 1-1/+1
2020-05-11nfs: fix NULL deference in nfs4_get_valid_delegationGravatar J. Bruce Fields 1-1/+1
2020-03-16NFSv4: Add support for CB_RECALL_ANY for flexfiles layoutsGravatar Trond Myklebust 1-2/+22
2020-02-04NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsGravatar Robert Milkowski 1-3/+1
2020-02-03NFSv4: Try to return the delegation immediately when marked for return on closeGravatar Trond Myklebust 1-0/+1
2020-01-15NFS4: Remove unneeded semicolonGravatar zhengbin 1-1/+1
2019-11-18NFS4: Trace lock reclaimsGravatar Chuck Lever 1-0/+1
2019-11-18NFS4: Trace state recovery operationGravatar Chuck Lever 1-0/+3
2019-11-06Merge branch 'linux-ssc-for-5.5'Gravatar Trond Myklebust 1-5/+35
2019-11-03NFS: nfs_inode_find_state_and_recover() fix stateid matchingGravatar Trond Myklebust 1-3/+4