Age | Commit message (Expand) | Author |
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 |
2011-03-16 | nfs: store devname at disconnected NFS roots | Al Viro |
2011-03-10 | SUNRPC: Close a race in __rpc_wait_for_completion_task() | Trond Myklebust |
2011-01-11 | Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds |
2011-01-07 | fs: dcache scale dentry refcount | Nick Piggin |
2010-12-21 | NFSv4: Convert a few commas into semicolons... | Trond Myklebust |
2010-10-29 | a couple of open-coded ihold() introduced by nfs merge | Al Viro |
2010-09-24 | NFSv4.1: keep seq_res.sr_slot as pointer rather than an index | Benny Halevy |
2010-09-21 | NFS: Fix a use-after-free case in nfs_async_rename() | Trond Myklebust |
2010-09-17 | nfs: make sillyrename an async operation | Jeff Layton |
2010-09-17 | nfs: move nfs_sillyrename to unlink.c | Jeff Layton |
2010-06-22 | NFSv4.1: Make nfs4_setup_sequence take a nfs_server argument | Trond Myklebust |
2010-05-14 | NFS: Reduce stack footprint of nfs_proc_remove() | Trond Myklebust |
2009-12-07 | NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configured | Trond Myklebust |
2009-12-05 | NFSv41: Clean up slot table management | Trond Myklebust |
2009-12-04 | nfs41: call free slot from nfs4_restart_rpc | Andy Adamson |