index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
delegation.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFSv4: Add lease breakpoints in case of a delegation recall or return
Trond Myklebust
2021-06-13
1
-6
/
+17
*
NFSv4: Fix delegation return in cases where we have to retry
Trond Myklebust
2021-06-13
1
-15
/
+56
*
NFS: Don't store NFS_INO_REVAL_FORCED
Trond Myklebust
2021-04-14
1
-5
/
+16
*
NFS: Fix up incorrect documentation
Trond Myklebust
2021-04-05
1
-4
/
+4
*
NFS: nfs_delegation_find_inode_server must first reference the superblock
Trond Myklebust
2021-01-10
1
-5
/
+7
*
NFS: Beware when dereferencing the delegation cred
Trond Myklebust
2020-04-03
1
-1
/
+8
*
NFSv4: Clean up nfs_delegation_reap_expired()
Trond Myklebust
2020-03-16
1
-43
/
+40
*
NFSv4: Clean up nfs_delegation_reap_unclaimed()
Trond Myklebust
2020-03-16
1
-39
/
+37
*
NFSv4: Clean up nfs_client_return_marked_delegations()
Trond Myklebust
2020-03-16
1
-69
/
+60
*
NFSv4: nfs_update_inplace_delegation() should update delegation cred
Trond Myklebust
2020-03-16
1
-1
/
+19
*
NFSv4: Ensure the delegation cred is pinned when we call delegreturn
Trond Myklebust
2020-02-13
1
-3
/
+8
*
NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()
Trond Myklebust
2020-02-13
1
-7
/
+26
*
NFSv4: Fix revalidation of dentries with delegations
Trond Myklebust
2020-02-12
1
-0
/
+6
*
NFSv4: Limit the total number of cached delegations
Trond Myklebust
2020-02-03
1
-1
/
+7
*
NFSv4: Add accounting for the number of active delegations held
Trond Myklebust
2020-02-03
1
-12
/
+24
*
NFSv4: Try to return the delegation immediately when marked for return on close
Trond Myklebust
2020-02-03
1
-0
/
+33
*
NFS: Clear NFS_DELEGATION_RETURN_IF_CLOSED when the delegation is returned
Trond Myklebust
2020-02-03
1
-1
/
+3
*
NFSv4: nfs_inode_evict_delegation() should set NFS_DELEGATION_RETURNING
Trond Myklebust
2020-02-03
1
-0
/
+1
*
NFSv4: Handle NFS4ERR_OLD_STATEID in delegreturn
Trond Myklebust
2019-11-03
1
-0
/
+1
*
NFSv4: Fix races between open and delegreturn
Trond Myklebust
2019-11-03
1
-35
/
+29
*
NFS: nfs_inode_find_state_and_recover() fix stateid matching
Trond Myklebust
2019-11-03
1
-1
/
+2
*
NFSv4: Fix nfs4_inode_make_writeable()
Trond Myklebust
2019-11-03
1
-4
/
+12
*
NFSv4: Don't reclaim delegations that have been returned or revoked
Trond Myklebust
2019-11-03
1
-1
/
+1
*
NFSv4: Ignore requests to return the delegation if it was revoked
Trond Myklebust
2019-11-03
1
-3
/
+4
*
NFSv4: Revoke the delegation on success in nfs4_delegreturn_done()
Trond Myklebust
2019-11-03
1
-0
/
+36
*
NFSv4: Update the stateid seqid in nfs_revoke_delegation()
Trond Myklebust
2019-11-03
1
-2
/
+13
*
NFSv4: Clear the NFS_DELEGATION_REVOKED flag in nfs_update_inplace_delegation()
Trond Myklebust
2019-11-03
1
-0
/
+1
*
NFSv4: Hold the delegation spinlock when updating the seqid
Trond Myklebust
2019-11-03
1
-0
/
+2
*
NFSv4: Don't remove the delegation from the super_list more than once
Trond Myklebust
2019-11-03
1
-0
/
+4
*
NFS: Rename nfs_inode_return_delegation_noreclaim()
Trond Myklebust
2019-11-03
1
-4
/
+7
*
NFSv4: fail nfs4_refresh_delegation_stateid() when the delegation was revoked
Trond Myklebust
2019-11-03
1
-1
/
+2
*
NFSv4: Delegation recalls should not find revoked delegations
Trond Myklebust
2019-11-03
1
-1
/
+2
*
NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()
Trond Myklebust
2019-11-01
1
-1
/
+1
*
NFSv4: Don't allow a cached open with a revoked delegation
Trond Myklebust
2019-11-01
1
-0
/
+10
*
NFSv4.1: Only reap expired delegations
Trond Myklebust
2019-08-04
1
-6
/
+17
*
NFSv4: Fix delegation state recovery
Trond Myklebust
2019-08-04
1
-1
/
+1
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
NFSv4: don't mark all open state for recovery when handling recallable state ...
Scott Mayhew
2019-05-09
1
-0
/
+12
*
NFS: Fix a soft lockup in the delegation recovery code
Trond Myklebust
2019-02-21
1
-8
/
+12
*
NFS: Fix up documentation warnings
Trond Myklebust
2019-02-20
1
-1
/
+1
*
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
NeilBrown
2018-12-19
1
-15
/
+13
*
NFSv4: Fix an Oops during delegation callbacks
Trond Myklebust
2018-11-13
1
-2
/
+9
*
NFSv4.x: fix lock recovery during delegation recall
Olga Kornievskaia
2018-10-05
1
-3
/
+3
*
NFS: Convert lookups of the open context to RCU
Trond Myklebust
2018-09-30
1
-5
/
+6
*
NFS: Fix an rcu deadlock in nfs_delegation_find_inode()
Anna Schumaker
2018-06-14
1
-1
/
+3
*
NFSv4: Return NFS4ERR_DELAY when a delegation recall fails due to igrab()
Trond Myklebust
2018-06-08
1
-7
/
+9
*
NFSv4: Ensure the inode is clean when we set a delegation
Trond Myklebust
2018-06-04
1
-0
/
+4
*
NFS: Avoid quadratic search when freeing delegations.
NeilBrown
2018-05-31
1
-4
/
+53
*
NFS: use cond_resched() when restarting walk of delegation list.
NeilBrown
2018-05-31
1
-0
/
+3
*
NFS: slight optimization for walking list for delegations
NeilBrown
2018-05-31
1
-3
/
+3
[next]