index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
delegation.c
Age
Commit message (
Expand
)
Author
2020-02-03
NFSv4: Limit the total number of cached delegations
Trond Myklebust
2020-02-03
NFSv4: Add accounting for the number of active delegations held
Trond Myklebust
2020-02-03
NFSv4: Try to return the delegation immediately when marked for return on close
Trond Myklebust
2020-02-03
NFS: Clear NFS_DELEGATION_RETURN_IF_CLOSED when the delegation is returned
Trond Myklebust
2020-02-03
NFSv4: nfs_inode_evict_delegation() should set NFS_DELEGATION_RETURNING
Trond Myklebust
2019-11-03
NFSv4: Handle NFS4ERR_OLD_STATEID in delegreturn
Trond Myklebust
2019-11-03
NFSv4: Fix races between open and delegreturn
Trond Myklebust
2019-11-03
NFS: nfs_inode_find_state_and_recover() fix stateid matching
Trond Myklebust
2019-11-03
NFSv4: Fix nfs4_inode_make_writeable()
Trond Myklebust
2019-11-03
NFSv4: Don't reclaim delegations that have been returned or revoked
Trond Myklebust
2019-11-03
NFSv4: Ignore requests to return the delegation if it was revoked
Trond Myklebust
2019-11-03
NFSv4: Revoke the delegation on success in nfs4_delegreturn_done()
Trond Myklebust
2019-11-03
NFSv4: Update the stateid seqid in nfs_revoke_delegation()
Trond Myklebust
2019-11-03
NFSv4: Clear the NFS_DELEGATION_REVOKED flag in nfs_update_inplace_delegation()
Trond Myklebust
2019-11-03
NFSv4: Hold the delegation spinlock when updating the seqid
Trond Myklebust
2019-11-03
NFSv4: Don't remove the delegation from the super_list more than once
Trond Myklebust
2019-11-03
NFS: Rename nfs_inode_return_delegation_noreclaim()
Trond Myklebust
2019-11-03
NFSv4: fail nfs4_refresh_delegation_stateid() when the delegation was revoked
Trond Myklebust
2019-11-03
NFSv4: Delegation recalls should not find revoked delegations
Trond Myklebust
2019-11-01
NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()
Trond Myklebust
2019-11-01
NFSv4: Don't allow a cached open with a revoked delegation
Trond Myklebust
2019-08-04
NFSv4.1: Only reap expired delegations
Trond Myklebust
2019-08-04
NFSv4: Fix delegation state recovery
Trond Myklebust
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-09
NFSv4: don't mark all open state for recovery when handling recallable state ...
Scott Mayhew
2019-02-21
NFS: Fix a soft lockup in the delegation recovery code
Trond Myklebust
2019-02-20
NFS: Fix up documentation warnings
Trond Myklebust
2018-12-19
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
NeilBrown
2018-11-13
NFSv4: Fix an Oops during delegation callbacks
Trond Myklebust
2018-10-05
NFSv4.x: fix lock recovery during delegation recall
Olga Kornievskaia
2018-09-30
NFS: Convert lookups of the open context to RCU
Trond Myklebust
2018-06-14
NFS: Fix an rcu deadlock in nfs_delegation_find_inode()
Anna Schumaker
2018-06-08
NFSv4: Return NFS4ERR_DELAY when a delegation recall fails due to igrab()
Trond Myklebust
2018-06-04
NFSv4: Ensure the inode is clean when we set a delegation
Trond Myklebust
2018-05-31
NFS: Avoid quadratic search when freeing delegations.
NeilBrown
2018-05-31
NFS: use cond_resched() when restarting walk of delegation list.
NeilBrown
2018-05-31
NFS: slight optimization for walking list for delegations
NeilBrown
2018-04-10
NFSv4: Fix the nfs_inode_set_delegation() arguments
Trond Myklebust
2018-04-10
NFSv4: Don't return the delegation when not needed by NFSv4.x (x>0)
Trond Myklebust
2018-01-29
nfs: convert to new i_version API
Jeff Layton
2017-11-17
NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.
Trond Myklebust
2017-08-15
NFS: Use an atomic_long_t to count the number of requests
Trond Myklebust
2016-12-01
NFSv4: Optimise away forced revalidation when we know the attributes are OK
Trond Myklebust
2016-09-27
NFS: Always call nfs_inode_find_state_and_recover() when revoking a delegation
Trond Myklebust
2016-09-27
NFSv4: Fix a race in nfs_inode_reclaim_delegation()
Trond Myklebust
2016-09-27
NFSv4: nfs_inode_find_state_and_recover() should check all stateids
Trond Myklebust
2016-09-27
NFSv4: Ensure we don't re-test revoked and freed stateids
Trond Myklebust
2016-09-27
NFSv4.1: Deal with server reboots during delegation expiration recovery
Trond Myklebust
2016-09-27
NFSv4.1: Test delegation stateids when server declares "some state revoked"
Trond Myklebust
2016-09-27
NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateid
Trond Myklebust
[next]