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
/
dir.c
Age
Commit message (
Expand
)
Author
2026-01-04
NFSv4: Fix nfs_clear_verifier_delegated() for delegated directories
Trond Myklebust
2026-01-04
NFS: Fix directory delegation verifier checks
Anna Schumaker
2025-11-23
NFS: Shortcut lookup revalidations if we have a directory delegation
Anna Schumaker
2025-11-19
NFS: Initialise verifiers for visible dentries in nfs_atomic_open()
Trond Myklebust
2025-11-19
NFS: Initialise verifiers for visible dentries in readdir and lookup
Trond Myklebust
2025-11-17
NFS: Avoid changing nlink when file removes and attribute updates race
Trond Myklebust
2025-11-10
NFSv2/v3: Fix error handling in nfs_atomic_open_v23()
Trond Myklebust
2025-10-03
Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2025-09-23
NFS: Update readdir to use a scratch folio
Anna Schumaker
2025-09-16
slightly simplify nfs_atomic_open()
Al Viro
2025-09-16
simplify nfs_atomic_open_v23()
Al Viro
2025-07-22
NFS: Fix wakeup of __nfs_lookup_revalidate() in unblock_revalidate()
Trond Myklebust
2025-05-16
NFS: Avoid flushing data while holding directory locks in nfs_rename()
Trond Myklebust
2025-04-02
Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2025-03-21
NFS: Extend rdirplus mount option with "force|none"
Benjamin Coddington
2025-03-05
nfs: change mkdir inode_operation to return alternate dentry if needed.
NeilBrown
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
2025-02-19
VFS: add common error checks to lookup_one_qstr_excl()
NeilBrown
2025-01-27
nfs: fix ->d_revalidate() UAF on ->d_name accesses
Al Viro
2025-01-27
nfs{,4}_lookup_validate(): use stable parent inode passed by caller
Al Viro
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
2024-09-23
nfs: Annotate struct nfs_cache_array with __counted_by()
Thorsten Blum
2024-07-08
NFSv4: Add a flags argument to the 'have_delegation' callback
Trond Myklebust
2024-05-30
NFS: add barriers when testing for NFS_FSDATA_BLOCKED
NeilBrown
2024-05-30
NFS: abort nfs_atomic_open_v23 if name is too long.
NeilBrown
2024-05-24
nfs: don't invalidate dentries on transient errors
Scott Mayhew
2024-05-20
NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly.
NeilBrown
2024-02-25
nfs: make nfs_set_verifier() safe for use in RCU pathwalk
Al Viro
2024-01-04
nfs: add new tracepoint at nfs4 revalidate entry point
Jeff Layton
2024-01-04
NFS: Use parent's objective cred in nfs_access_login_time()
Scott Mayhew
2023-11-01
nfs: Convert nfs_symlink() to use a folio
Matthew Wilcox (Oracle)
2023-08-24
nfs: fix redundant readdir request after get eof
Kinglong Mee
2023-05-19
NFS: Convert kmap_atomic() to kmap_local_folio()
Fabio M. De Francesco
2023-05-09
nfs: fix another case of NULL/IS_ERR confusion wrt folio pointers
Linus Torvalds
2023-05-06
nfs: fix mis-merged __filemap_get_folio() error check
Linus Torvalds
2023-04-12
NFS: Convert readdir page array functions to use a folio
Anna Schumaker
2023-04-12
NFS: Convert the readdir array-of-pages into an array-of-folios
Anna Schumaker
2023-03-14
NFS: Correct timing for assigning access cache timestamp
Chengen Du
2023-02-22
Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-02-15
fs/nfs: Replace kmap_atomic() with kmap_local_page() in dir.c
Fabio M. De Francesco
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
2023-01-01
NFS: Fix up a sparse warning
Trond Myklebust
2023-01-01
NFS: Judge the file access cache's timestamp in rcu path
Chengen Du
2022-11-27
NFS: Trigger the "ls -l" readdir heuristic sooner
Benjamin Coddington
[next]