index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
delegation.c
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
NFS: Don't immediately return directory delegations when disabled
Anna Schumaker
1
-1
/
+1
2026-01-07
NFSv4.x: Directory delegations don't require any state recovery
Trond Myklebust
1
-0
/
+5
2025-11-23
NFS: Add a module option to disable directory delegations
Anna Schumaker
1
-0
/
+7
2025-11-23
NFS: Request a directory delegation on ACCESS, CREATE, and UNLINK
Anna Schumaker
1
-0
/
+1
2025-07-22
NFS: use a hash table for delegation lookup
Christoph Hellwig
1
-1
/
+27
2025-07-22
NFS: track active delegations per-server
Christoph Hellwig
1
-16
/
+19
2025-07-22
NFS: move the delegation_watermark module parameter
Christoph Hellwig
1
-2
/
+1
2025-07-22
NFS: cleanup nfs_inode_reclaim_delegation
Christoph Hellwig
1
-24
/
+24
2025-07-14
nfs: new tracepoint in nfs_delegation_need_return
Jeff Layton
1
-0
/
+2
2025-07-14
nfs: add a tracepoint to nfs_inode_detach_delegation_locked
Jeff Layton
1
-0
/
+2
2025-05-28
NFSv4: Allow FREE_STATEID to clean up delegations
Benjamin Coddington
1
-7
/
+18
2025-03-28
NFSv4: Check for delegation validity in nfs_start_delegation_return_locked()
Trond Myklebust
1
-1
/
+2
2025-03-17
NFSv4: Avoid unnecessary scans of filesystems for delayed delegations
Trond Myklebust
1
-6
/
+12
2025-03-17
NFSv4: Avoid unnecessary scans of filesystems for expired delegations
Trond Myklebust
1
-0
/
+7
2025-03-17
NFSv4: Avoid unnecessary scans of filesystems for returning delegations
Trond Myklebust
1
-0
/
+5
2025-03-17
NFSv4: Don't trigger uneccessary scans for return-on-close delegations
Trond Myklebust
1
-15
/
+18
2025-02-19
NFSv4: Fix a deadlock when recovering state on a sillyrenamed file
Trond Myklebust
1
-0
/
+37
2024-10-09
NFS: remove revoked delegation from server's delegation list
Dai Ngo
1
-0
/
+5
2024-08-22
NFS: Avoid unnecessary rescanning of the per-server delegation list
Trond Myklebust
1
-10
/
+5
2024-07-08
NFSv4: Delegreturn must set m/atime when they are delegated
Trond Myklebust
1
-4
/
+5
2024-07-08
NFSv4: Add support for delegated atime and mtime attributes
Trond Myklebust
1
-5
/
+27
2024-07-08
NFSv4: Add a flags argument to the 'have_delegation' callback
Trond Myklebust
1
-13
/
+13
2024-03-16
Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-4
/
+0
2024-03-09
NFSv4: nfs4_do_open() is incorrectly triggering state recovery
Trond Myklebust
1
-4
/
+0
2024-02-05
nfs: adapt to breakup of struct file_lock
Jeff Layton
1
-1
/
+1
2024-02-05
nfs: convert to using new filelock helpers
Jeff Layton
1
-1
/
+1
2023-11-01
NFSv4: fairly test all delegations on a SEQ4_ revocation
Benjamin Coddington
1
-1
/
+6
2022-11-30
nfs: use locks_inode_context helper
Jeff Layton
1
-1
/
+1
2022-10-27
NFSv4: Fix a potential state reclaim deadlock
Trond Myklebust
1
-19
/
+17
2022-02-25
NFSv4: Charge NFSv4 open state trackers to kmemcg
Trond Myklebust
1
-1
/
+1
2021-10-20
NFSv4: Fixes for nfs4_inode_return_delegation()
Trond Myklebust
1
-4
/
+6
2021-06-13
NFSv4: Add lease breakpoints in case of a delegation recall or return
Trond Myklebust
1
-6
/
+17
2021-06-13
NFSv4: Fix delegation return in cases where we have to retry
Trond Myklebust
1
-15
/
+56
2021-04-14
NFS: Don't store NFS_INO_REVAL_FORCED
Trond Myklebust
1
-5
/
+16
2021-04-05
NFS: Fix up incorrect documentation
Trond Myklebust
1
-4
/
+4
2021-01-10
NFS: nfs_delegation_find_inode_server must first reference the superblock
Trond Myklebust
1
-5
/
+7
2020-04-03
NFS: Beware when dereferencing the delegation cred
Trond Myklebust
1
-1
/
+8
2020-03-16
NFSv4: Clean up nfs_delegation_reap_expired()
Trond Myklebust
1
-43
/
+40
2020-03-16
NFSv4: Clean up nfs_delegation_reap_unclaimed()
Trond Myklebust
1
-39
/
+37
2020-03-16
NFSv4: Clean up nfs_client_return_marked_delegations()
Trond Myklebust
1
-69
/
+60
2020-03-16
NFSv4: nfs_update_inplace_delegation() should update delegation cred
Trond Myklebust
1
-1
/
+19
2020-02-13
NFSv4: Ensure the delegation cred is pinned when we call delegreturn
Trond Myklebust
1
-3
/
+8
2020-02-13
NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()
Trond Myklebust
1
-7
/
+26
2020-02-12
NFSv4: Fix revalidation of dentries with delegations
Trond Myklebust
1
-0
/
+6
2020-02-03
NFSv4: Limit the total number of cached delegations
Trond Myklebust
1
-1
/
+7
2020-02-03
NFSv4: Add accounting for the number of active delegations held
Trond Myklebust
1
-12
/
+24
2020-02-03
NFSv4: Try to return the delegation immediately when marked for return on close
Trond Myklebust
1
-0
/
+33
2020-02-03
NFS: Clear NFS_DELEGATION_RETURN_IF_CLOSED when the delegation is returned
Trond Myklebust
1
-1
/
+3
2020-02-03
NFSv4: nfs_inode_evict_delegation() should set NFS_DELEGATION_RETURNING
Trond Myklebust
1
-0
/
+1
2019-11-03
NFSv4: Handle NFS4ERR_OLD_STATEID in delegreturn
Trond Myklebust
1
-0
/
+1
[next]