aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/unlink.c
AgeCommit message (Expand)Author
2018-05-31NFS: Fix up sillyrename()Trond Myklebust
2018-05-31NFSv4: Fix sillyrename to return the delegation when appropriateTrond Myklebust
2018-04-10NFS: Add a delegation return into nfs4_proc_unlink_setup()Trond Myklebust
2018-04-10NFS: Move delegation recall into the NFSv4 callback for rename_setup()Trond Myklebust
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-13NFS: nfs_rename() - revalidate directories on -ERESTARTSYSBenjamin Coddington
2016-07-20qstr: constify instances in nfsAl Viro
2016-05-09nfs: per-name sillyunlink exclusionAl Viro
2016-05-02nfs: missing wakeup in nfs_unblock_sillyrename()Al Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-03-17nfs: emit a fsnotify_nameremove call in sillyrename codepathJeff Layton
2014-03-17nfs: make nfs_async_rename non-staticJeff Layton
2014-03-17nfs: abstract out code needed to complete a sillyrenameJeff Layton
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-10-28nfs: Remove useless 'error' assignmentGeyslan G. Bem
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro
2013-09-03NFS: Ensure that rmdir() waits for sillyrenames to completeTrond Myklebust
2013-08-22NFS: Add tracepoints for debugging NFS rename and sillyrename issuesTrond Myklebust
2013-08-22NFS: Clean up nfs_sillyrename()Trond Myklebust
2013-07-05helper for reading ->d_countAl Viro
2013-02-22NFS: Don't allow NFS silly-renamed files to be deleted, no signalTrond Myklebust
2013-02-17nfs: remove kfree() redundant null checksTim Gardner
2013-02-01Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"Trond Myklebust
2012-10-31NFS: add nfs_sb_deactive_async to avoid deadlockWeston Andros Adamson
2012-06-29NFS: Create a return_delegation rpc opBryan Schumaker
2012-03-21NFS: Remove nfs4_setup_sequence from generic rename codeBryan Schumaker
2012-03-21NFS: Remove nfs4_setup_sequence from generic unlink codeBryan Schumaker
2012-03-11NFS: Fix a number of sparse warningsTrond Myklebust
2012-01-31NFSv41: Add a new helper nfs4_init_sequence()Trond Myklebust
2011-10-19NFS: Get rid of nfs_restart_rpc()Trond Myklebust
2011-07-25nfs: don't use d_move in nfs_async_rename_doneJeff Layton
2011-07-15nfs: document nfsv4 sillyrename issuesJ. Bruce Fields
2011-03-16nfs: store devname at disconnected NFS rootsAl Viro
2011-03-10SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust
2011-01-11Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2011-01-07fs: dcache scale dentry refcountNick Piggin
2010-12-21NFSv4: Convert a few commas into semicolons...Trond Myklebust
2010-10-29a couple of open-coded ihold() introduced by nfs mergeAl Viro
2010-09-24NFSv4.1: keep seq_res.sr_slot as pointer rather than an indexBenny Halevy
2010-09-21NFS: Fix a use-after-free case in nfs_async_rename()Trond Myklebust
2010-09-17nfs: make sillyrename an async operationJeff Layton
2010-09-17nfs: move nfs_sillyrename to unlink.cJeff Layton
2010-06-22NFSv4.1: Make nfs4_setup_sequence take a nfs_server argumentTrond Myklebust
2010-05-14NFS: Reduce stack footprint of nfs_proc_remove()Trond Myklebust
2009-12-07NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configuredTrond Myklebust
2009-12-05NFSv41: Clean up slot table managementTrond Myklebust
2009-12-04nfs41: call free slot from nfs4_restart_rpcAndy Adamson
2009-06-17nfs41: use rpc prepare call state for session resetAndy Adamson
2009-06-17nfs41: unlink sequence setup/done supportAndy Adamson
2009-06-17nfs41: set up seq_res.sr_slotidAndy Adamson