aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/unlink.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-20qstr: constify instances in nfsGravatar Al Viro 1-1/+1
2016-05-09nfs: per-name sillyunlink exclusionGravatar Al Viro 1-142/+51
2016-05-02nfs: missing wakeup in nfs_unblock_sillyrename()Gravatar Al Viro 1-0/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-10/+10
2014-03-17nfs: emit a fsnotify_nameremove call in sillyrename codepathGravatar Jeff Layton 1-2/+13
2014-03-17nfs: make nfs_async_rename non-staticGravatar Jeff Layton 1-1/+1
2014-03-17nfs: abstract out code needed to complete a sillyrenameGravatar Jeff Layton 1-4/+18
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+4
2013-10-28nfs: Remove useless 'error' assignmentGravatar Geyslan G. Bem 1-2/+1
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsGravatar Al Viro 1-5/+4
2013-09-03NFS: Ensure that rmdir() waits for sillyrenames to completeGravatar Trond Myklebust 1-0/+7
2013-08-22NFS: Add tracepoints for debugging NFS rename and sillyrename issuesGravatar Trond Myklebust 1-0/+5
2013-08-22NFS: Clean up nfs_sillyrename()Gravatar Trond Myklebust 1-10/+16
2013-07-05helper for reading ->d_countGravatar Al Viro 1-1/+1
2013-02-22NFS: Don't allow NFS silly-renamed files to be deleted, no signalGravatar Trond Myklebust 1-7/+13
2013-02-17nfs: remove kfree() redundant null checksGravatar Tim Gardner 1-2/+1
2013-02-01Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"Gravatar Trond Myklebust 1-1/+1
2012-10-31NFS: add nfs_sb_deactive_async to avoid deadlockGravatar Weston Andros Adamson 1-1/+1
2012-06-29NFS: Create a return_delegation rpc opGravatar Bryan Schumaker 1-1/+1
2012-03-21NFS: Remove nfs4_setup_sequence from generic rename codeGravatar Bryan Schumaker 1-22/+1
2012-03-21NFS: Remove nfs4_setup_sequence from generic unlink codeGravatar Bryan Schumaker 1-19/+1
2012-03-11NFS: Fix a number of sparse warningsGravatar Trond Myklebust 1-1/+1
2012-01-31NFSv41: Add a new helper nfs4_init_sequence()Gravatar Trond Myklebust 1-2/+2
2011-10-19NFS: Get rid of nfs_restart_rpc()Gravatar Trond Myklebust 1-2/+2
2011-07-25nfs: don't use d_move in nfs_async_rename_doneGravatar Jeff Layton 1-10/+19
2011-07-15nfs: document nfsv4 sillyrename issuesGravatar J. Bruce Fields 1-0/+8
2011-03-16nfs: store devname at disconnected NFS rootsGravatar Al Viro 1-0/+20
2011-03-10SUNRPC: Close a race in __rpc_wait_for_completion_task()Gravatar Trond Myklebust 1-1/+1
2011-01-11Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar Linus Torvalds 1-1/+1
2011-01-07fs: dcache scale dentry refcountGravatar Nick Piggin 1-1/+1
2010-12-21NFSv4: Convert a few commas into semicolons...Gravatar Trond Myklebust 1-1/+1
2010-10-29a couple of open-coded ihold() introduced by nfs mergeGravatar Al Viro 1-2/+2
2010-09-24NFSv4.1: keep seq_res.sr_slot as pointer rather than an indexGravatar Benny Halevy 1-2/+1
2010-09-21NFS: Fix a use-after-free case in nfs_async_rename()Gravatar Trond Myklebust 1-7/+2
2010-09-17nfs: make sillyrename an async operationGravatar Jeff Layton 1-11/+189
2010-09-17nfs: move nfs_sillyrename to unlink.cGravatar Jeff Layton 1-1/+84
2010-06-22NFSv4.1: Make nfs4_setup_sequence take a nfs_server argumentGravatar Trond Myklebust 1-1/+1
2010-05-14NFS: Reduce stack footprint of nfs_proc_remove()Gravatar Trond Myklebust 1-1/+3
2009-12-07NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configuredGravatar Trond Myklebust 1-1/+1
2009-12-05NFSv41: Clean up slot table managementGravatar Trond Myklebust 1-3/+1
2009-12-04nfs41: call free slot from nfs4_restart_rpcGravatar Andy Adamson 1-1/+3
2009-06-17nfs41: use rpc prepare call state for session resetGravatar Andy Adamson 1-1/+1
2009-06-17nfs41: unlink sequence setup/done supportGravatar Andy Adamson 1-0/+17
2009-06-17nfs41: set up seq_res.sr_slotidGravatar Andy Adamson 1-0/+1
2008-10-06NFS: Clean up nfs_sb_active/nfs_sb_deactiveGravatar Trond Myklebust 1-2/+3
2008-07-27NFS: Ensure we call nfs_sb_deactive() after releasing the directory inodeGravatar Trond Myklebust 1-1/+2
2008-03-14SUNRPC: Add a helper rpcauth_lookup_generic_cred()Gravatar Trond Myklebust 1-1/+1
2008-01-30NFS/SUNRPC: Convert all users of rpc_call_setup()Gravatar Trond Myklebust 1-20/+8
2008-01-30SUNRPC: Clean up rpc_run_taskGravatar Trond Myklebust 1-1/+8
2008-01-30NFS: Stop sillyname renames and unmounts from racingGravatar Steve Dickson 1-0/+4