summaryrefslogtreecommitdiffstats
path: root/fs/nfs/unlink.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-5/+4
|\
| * nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro2013-10-241-5/+4
* | nfs: Remove useless 'error' assignmentGeyslan G. Bem2013-10-281-2/+1
|/
* NFS: Ensure that rmdir() waits for sillyrenames to completeTrond Myklebust2013-09-031-0/+7
* NFS: Add tracepoints for debugging NFS rename and sillyrename issuesTrond Myklebust2013-08-221-0/+5
* NFS: Clean up nfs_sillyrename()Trond Myklebust2013-08-221-10/+16
* helper for reading ->d_countAl Viro2013-07-051-1/+1
* NFS: Don't allow NFS silly-renamed files to be deleted, no signalTrond Myklebust2013-02-221-7/+13
* nfs: remove kfree() redundant null checksTim Gardner2013-02-171-2/+1
* Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"Trond Myklebust2013-02-011-1/+1
* NFS: add nfs_sb_deactive_async to avoid deadlockWeston Andros Adamson2012-10-311-1/+1
* NFS: Create a return_delegation rpc opBryan Schumaker2012-06-291-1/+1
* NFS: Remove nfs4_setup_sequence from generic rename codeBryan Schumaker2012-03-211-22/+1
* NFS: Remove nfs4_setup_sequence from generic unlink codeBryan Schumaker2012-03-211-19/+1
* NFS: Fix a number of sparse warningsTrond Myklebust2012-03-111-1/+1
* NFSv41: Add a new helper nfs4_init_sequence()Trond Myklebust2012-01-311-2/+2
* NFS: Get rid of nfs_restart_rpc()Trond Myklebust2011-10-191-2/+2
* nfs: don't use d_move in nfs_async_rename_doneJeff Layton2011-07-251-10/+19
* nfs: document nfsv4 sillyrename issuesJ. Bruce Fields2011-07-151-0/+8
* nfs: store devname at disconnected NFS rootsAl Viro2011-03-161-0/+20
* SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust2011-03-101-1/+1
* Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2011-01-111-1/+1
|\
| * NFSv4: Convert a few commas into semicolons...Trond Myklebust2010-12-211-1/+1
* | fs: dcache scale dentry refcountNick Piggin2011-01-071-1/+1
|/
* a couple of open-coded ihold() introduced by nfs mergeAl Viro2010-10-291-2/+2
* NFSv4.1: keep seq_res.sr_slot as pointer rather than an indexBenny Halevy2010-09-241-2/+1
* NFS: Fix a use-after-free case in nfs_async_rename()Trond Myklebust2010-09-211-7/+2
* nfs: make sillyrename an async operationJeff Layton2010-09-171-11/+189
* nfs: move nfs_sillyrename to unlink.cJeff Layton2010-09-171-1/+84
* NFSv4.1: Make nfs4_setup_sequence take a nfs_server argumentTrond Myklebust2010-06-221-1/+1
* NFS: Reduce stack footprint of nfs_proc_remove()Trond Myklebust2010-05-141-1/+3
* NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configuredTrond Myklebust2009-12-071-1/+1
* NFSv41: Clean up slot table managementTrond Myklebust2009-12-051-3/+1
* nfs41: call free slot from nfs4_restart_rpcAndy Adamson2009-12-041-1/+3
* nfs41: use rpc prepare call state for session resetAndy Adamson2009-06-171-1/+1
* nfs41: unlink sequence setup/done supportAndy Adamson2009-06-171-0/+17
* nfs41: set up seq_res.sr_slotidAndy Adamson2009-06-171-0/+1
* NFS: Clean up nfs_sb_active/nfs_sb_deactiveTrond Myklebust2008-10-061-2/+3
* NFS: Ensure we call nfs_sb_deactive() after releasing the directory inodeTrond Myklebust2008-07-271-1/+2
* SUNRPC: Add a helper rpcauth_lookup_generic_cred()Trond Myklebust2008-03-141-1/+1
* NFS/SUNRPC: Convert all users of rpc_call_setup()Trond Myklebust2008-01-301-20/+8
* SUNRPC: Clean up rpc_run_taskTrond Myklebust2008-01-301-1/+8
* NFS: Stop sillyname renames and unmounts from racingSteve Dickson2008-01-301-0/+4
* NFS: Sillyrename: in the case of a race, check aliases are really positiveTrond Myklebust2008-01-301-1/+3
* NFS: Fix a sillyrename race...Trond Myklebust2008-01-301-1/+1
* NFS: Fix a typo in nfs_call_unlink()Trond Myklebust2007-10-211-1/+1
* Avoid compile error in fs/nfs/unlink.cLinus Torvalds2007-10-191-1/+2
* NFS: Fix a race in sillyrenameTrond Myklebust2007-10-191-15/+99
* NFS: Remove nfs_begin_data_update/nfs_end_data_updateTrond Myklebust2007-10-091-3/+0
* SUNRPC: Clean up the sillyrename codeTrond Myklebust2007-07-191-109/+86