index
:
kernel/git/stable/linux.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
unlink.c
Age
Commit message (
Expand
)
Author
2026-06-23
Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2026-06-08
nfs: replace NFS_FILEID() and nfsi->fileid with inode->i_ino
Jeff Layton
2026-06-05
VFS: use wait_var_event for waiting in d_alloc_parallel()
NeilBrown
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-11-23
NFS: Request a directory delegation during RENAME
Anna Schumaker
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
2024-07-08
Return the delegation when deleting sillyrenamed files
Lance Shelton
2024-01-04
nfs: rename the nfs_async_rename_done tracepoint
Jeff Layton
2022-11-27
NFS: Fix a race in nfs_call_unlink()
Trond Myklebust
2022-05-31
NFSv4.1 mark qualified async operations as MOVEABLE tasks
Olga Kornievskaia
2022-04-07
NFS: Ensure rpc_run_task() cannot fail in nfs_async_rename()
Trond Myklebust
2021-03-08
NFS: Fix open coded versions of nfs_set_cache_invalid()
Trond Myklebust
2020-03-16
NFS: Avoid referencing the cred twice in async rename/unlink
Trond Myklebust
2019-06-20
fsnotify: move fsnotify_nameremove() hook out of d_delete()
Amir Goldstein
2019-02-20
NFS: Fix up documentation warnings
Trond Myklebust
2019-01-02
NFS: remove unnecessary test for IS_ERR(cred)
NeilBrown
2018-12-19
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
NeilBrown
2018-05-31
NFS: Fix up sillyrename()
Trond Myklebust
2018-05-31
NFSv4: Fix sillyrename to return the delegation when appropriate
Trond Myklebust
2018-04-10
NFS: Add a delegation return into nfs4_proc_unlink_setup()
Trond Myklebust
2018-04-10
NFS: Move delegation recall into the NFSv4 callback for rename_setup()
Trond Myklebust
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-13
NFS: nfs_rename() - revalidate directories on -ERESTARTSYS
Benjamin Coddington
2016-07-20
qstr: constify instances in nfs
Al Viro
2016-05-09
nfs: per-name sillyunlink exclusion
Al Viro
2016-05-02
nfs: missing wakeup in nfs_unblock_sillyrename()
Al Viro
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2014-03-17
nfs: emit a fsnotify_nameremove call in sillyrename codepath
Jeff Layton
2014-03-17
nfs: make nfs_async_rename non-static
Jeff Layton
2014-03-17
nfs: abstract out code needed to complete a sillyrename
Jeff Layton
2013-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-10-28
nfs: Remove useless 'error' assignment
Geyslan G. Bem
2013-10-24
nfs: use %p[dD] instead of open-coded (and often racy) equivalents
Al Viro
2013-09-03
NFS: Ensure that rmdir() waits for sillyrenames to complete
Trond Myklebust
2013-08-22
NFS: Add tracepoints for debugging NFS rename and sillyrename issues
Trond Myklebust
2013-08-22
NFS: Clean up nfs_sillyrename()
Trond Myklebust
2013-07-05
helper for reading ->d_count
Al Viro
2013-02-22
NFS: Don't allow NFS silly-renamed files to be deleted, no signal
Trond Myklebust
2013-02-17
nfs: remove kfree() redundant null checks
Tim Gardner
2013-02-01
Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"
Trond Myklebust
2012-10-31
NFS: add nfs_sb_deactive_async to avoid deadlock
Weston Andros Adamson
2012-06-29
NFS: Create a return_delegation rpc op
Bryan Schumaker
2012-03-21
NFS: Remove nfs4_setup_sequence from generic rename code
Bryan Schumaker
2012-03-21
NFS: Remove nfs4_setup_sequence from generic unlink code
Bryan Schumaker
2012-03-11
NFS: Fix a number of sparse warnings
Trond Myklebust
2012-01-31
NFSv41: Add a new helper nfs4_init_sequence()
Trond Myklebust
2011-10-19
NFS: Get rid of nfs_restart_rpc()
Trond Myklebust
2011-07-25
nfs: don't use d_move in nfs_async_rename_done
Jeff Layton
2011-07-15
nfs: document nfsv4 sillyrename issues
J. Bruce Fields
[next]