summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4state.c
AgeCommit message (Expand)Author
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
2019-08-04NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust
2019-08-04NFSv4: When recovering state fails with EAGAIN, retry the same recoveryTrond Myklebust
2019-08-04NFSv4: Print an error in the syslog when state is marked as irrecoverableTrond Myklebust
2019-07-18NFSv4: Don't use the zero stateid with layoutgetTrond Myklebust
2019-07-13nfs4.0: Refetch lease_time after clientid updateDonald Buczek
2019-07-13nfs4: Rename nfs41_setup_state_renewalDonald Buczek
2019-05-09NFSv4: don't mark all open state for recovery when handling recallable state ...Scott Mayhew
2019-05-09NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu
2019-02-20NFS: Fix up documentation warningsTrond Myklebust
2019-01-02NFSv4.2 fix async copy reboot recoveryOlga Kornievskaia
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown
2018-12-19NFSv4: don't require lock for get_renew_cred or get_machine_credNeilBrown
2018-12-19NFSv4: add cl_root_cred for use when machine cred is not available.NeilBrown
2018-11-19NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust