index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
delegation.c
Age
Commit message (
Expand
)
Author
10 days
NFS: Don't immediately return directory delegations when disabled
Anna Schumaker
2026-01-07
NFSv4.x: Directory delegations don't require any state recovery
Trond Myklebust
2025-11-23
NFS: Add a module option to disable directory delegations
Anna Schumaker
2025-11-23
NFS: Request a directory delegation on ACCESS, CREATE, and UNLINK
Anna Schumaker
2025-07-22
NFS: use a hash table for delegation lookup
Christoph Hellwig
2025-07-22
NFS: track active delegations per-server
Christoph Hellwig
2025-07-22
NFS: move the delegation_watermark module parameter
Christoph Hellwig
2025-07-22
NFS: cleanup nfs_inode_reclaim_delegation
Christoph Hellwig
2025-07-14
nfs: new tracepoint in nfs_delegation_need_return
Jeff Layton
2025-07-14
nfs: add a tracepoint to nfs_inode_detach_delegation_locked
Jeff Layton
2025-05-28
NFSv4: Allow FREE_STATEID to clean up delegations
Benjamin Coddington
2025-03-28
NFSv4: Check for delegation validity in nfs_start_delegation_return_locked()
Trond Myklebust
2025-03-17
NFSv4: Avoid unnecessary scans of filesystems for delayed delegations
Trond Myklebust
2025-03-17
NFSv4: Avoid unnecessary scans of filesystems for expired delegations
Trond Myklebust
2025-03-17
NFSv4: Avoid unnecessary scans of filesystems for returning delegations
Trond Myklebust
2025-03-17
NFSv4: Don't trigger uneccessary scans for return-on-close delegations
Trond Myklebust
2025-02-19
NFSv4: Fix a deadlock when recovering state on a sillyrenamed file
Trond Myklebust
2024-10-09
NFS: remove revoked delegation from server's delegation list
Dai Ngo
2024-08-22
NFS: Avoid unnecessary rescanning of the per-server delegation list
Trond Myklebust
2024-07-08
NFSv4: Delegreturn must set m/atime when they are delegated
Trond Myklebust
2024-07-08
NFSv4: Add support for delegated atime and mtime attributes
Trond Myklebust
2024-07-08
NFSv4: Add a flags argument to the 'have_delegation' callback
Trond Myklebust
2024-03-16
Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2024-03-09
NFSv4: nfs4_do_open() is incorrectly triggering state recovery
Trond Myklebust
2024-02-05
nfs: adapt to breakup of struct file_lock
Jeff Layton
2024-02-05
nfs: convert to using new filelock helpers
Jeff Layton
2023-11-01
NFSv4: fairly test all delegations on a SEQ4_ revocation
Benjamin Coddington
2022-11-30
nfs: use locks_inode_context helper
Jeff Layton
2022-10-27
NFSv4: Fix a potential state reclaim deadlock
Trond Myklebust
2022-02-25
NFSv4: Charge NFSv4 open state trackers to kmemcg
Trond Myklebust
2021-10-20
NFSv4: Fixes for nfs4_inode_return_delegation()
Trond Myklebust
2021-06-13
NFSv4: Add lease breakpoints in case of a delegation recall or return
Trond Myklebust
2021-06-13
NFSv4: Fix delegation return in cases where we have to retry
Trond Myklebust
2021-04-14
NFS: Don't store NFS_INO_REVAL_FORCED
Trond Myklebust
2021-04-05
NFS: Fix up incorrect documentation
Trond Myklebust
2021-01-10
NFS: nfs_delegation_find_inode_server must first reference the superblock
Trond Myklebust
2020-04-03
NFS: Beware when dereferencing the delegation cred
Trond Myklebust
2020-03-16
NFSv4: Clean up nfs_delegation_reap_expired()
Trond Myklebust
2020-03-16
NFSv4: Clean up nfs_delegation_reap_unclaimed()
Trond Myklebust
2020-03-16
NFSv4: Clean up nfs_client_return_marked_delegations()
Trond Myklebust
2020-03-16
NFSv4: nfs_update_inplace_delegation() should update delegation cred
Trond Myklebust
2020-02-13
NFSv4: Ensure the delegation cred is pinned when we call delegreturn
Trond Myklebust
2020-02-13
NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()
Trond Myklebust
2020-02-12
NFSv4: Fix revalidation of dentries with delegations
Trond Myklebust
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
[next]