aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-09NFS: skip recovery of copy open on dest serverOlga Kornievskaia1-0/+14
2019-09-20NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADETrond Myklebust1-16/+0
2019-08-21NFSv4: Fix a memory leak bugWenwen Wang1-2/+4
2019-08-07NFSv4: Ensure state recovery handles ETIMEDOUT correctlyTrond Myklebust1-2/+5
2019-08-04NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust1-5/+22
2019-08-04NFSv4: When recovering state fails with EAGAIN, retry the same recoveryTrond Myklebust1-1/+8
2019-08-04NFSv4: Print an error in the syslog when state is marked as irrecoverableTrond Myklebust1-2/+4
2019-07-18NFSv4: Don't use the zero stateid with layoutgetTrond Myklebust1-2/+1
2019-07-13nfs4.0: Refetch lease_time after clientid updateDonald Buczek1-22/+22
2019-07-13nfs4: Rename nfs41_setup_state_renewalDonald Buczek1-2/+2
2019-05-09NFSv4: don't mark all open state for recovery when handling recallable state revoked flagScott Mayhew1-2/+1
2019-05-09NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu1-0/+4
2019-02-20NFS: Fix up documentation warningsTrond Myklebust1-0/+1
2019-01-02NFSv4.2 fix async copy reboot recoveryOlga Kornievskaia1-1/+1
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown1-45/+47
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown1-17/+4
2018-12-19NFSv4: don't require lock for get_renew_cred or get_machine_credNeilBrown1-16/+10
2018-12-19NFSv4: add cl_root_cred for use when machine cred is not available.NeilBrown1-8/+12
2018-11-19NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust1-5/+11