Age | Commit message (Expand) | Author | Files | Lines |
2017-07-10 | afs: Add metadata xattrs | David Howells | 1 | -0/+1 |
2017-02-28 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 1 | -7/+7 |
2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 1 | -1/+1 |
2016-09-27 | fs: make remaining filesystems use .rename2 | Miklos Szeredi | 1 | -3/+8 |
2016-05-10 | afs: switch to ->iterate_shared() | Al Viro | 1 | -1/+1 |
2016-05-03 | make ext2_get_page() and friends work without external serialization | Al Viro | 1 | -7/+7 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -1/+1 |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -21/+21 |
2014-11-19 | assorted conversions to %p[dD] | Al Viro | 1 | -36/+35 |
2014-11-01 | vfs: make first argument of dir_context.actor typed | Miklos Szeredi | 1 | -4/+5 |
2014-10-09 | vfs: Remove unnecessary calls of check_submounts_and_drop | Eric W. Biederman | 1 | -5/+0 |
2013-09-30 | afs: dget_parent() can't return a negative dentry | Al Viro | 1 | -3/+0 |
2013-09-08 | afs: get rid of redundant ->d_name.len checks | Al Viro | 1 | -24/+0 |
2013-09-06 | afs: use check_submounts_and_drop() | Miklos Szeredi | 1 | -7/+3 |
2013-06-29 | [readdir] convert afs | Al Viro | 1 | -62/+37 |
2013-02-23 | new helper: file_inode(file) | Al Viro | 1 | -2/+2 |
2012-07-14 | don't pass nameidata to ->create() | Al Viro | 1 | -2/+2 |
2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -2/+2 |
2012-07-14 | stop passing nameidata * to ->d_revalidate() | Al Viro | 1 | -3/+3 |
2012-01-04 | switch ->create() to umode_t | Al Viro | 1 | -3/+3 |
2012-01-04 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -3/+3 |
2011-06-16 | AFS: Use i_generation not i_version for the vnode uniquifier | David Howells | 1 | -4/+4 |
2011-05-28 | afs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -5/+0 |
2011-05-26 | vfs: push dentry_unhash on rename_dir into file systems | Sage Weil | 1 | -0/+3 |
2011-05-26 | vfs: push dentry_unhash on rmdir into file systems | Sage Weil | 1 | -0/+2 |
2011-01-16 | AFS: Use d_automount() rather than abusing follow_link() | David Howells | 1 | -0/+1 |
2011-01-13 | switch afs | Al Viro | 1 | -3/+1 |
2011-01-07 | fs: rcu-walk aware d_revalidate method | Nick Piggin | 1 | -0/+4 |
2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 1 | -1/+1 |
2011-01-07 | fs: change d_delete semantics | Nick Piggin | 1 | -2/+2 |
2010-10-26 | new helper: ihold() | Al Viro | 1 | -1/+1 |
2010-08-11 | AFS: Implement an autocell mount capability [ver #2] | wanglei | 1 | -2/+45 |
2010-05-22 | AFS: Don't put struct file on the stack | Al Viro | 1 | -5/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2009-07-12 | AFS: Fix compilation warning | Artem Bityutskiy | 1 | -1/+1 |
2009-03-27 | constify dentry_operations: AFS | Al Viro | 1 | -1/+1 |
2008-10-23 | [PATCH] fix ->llseek for more directories | Christoph Hellwig | 1 | -0/+1 |
2008-04-30 | afs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -2/+2 |
2008-02-07 | Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) | David Howells | 1 | -2/+2 |
2008-01-29 | vfs: Add 64 bit i_version support | Jean Noel Cordenner | 1 | -4/+5 |
2007-07-16 | AFS: implement file locking | David Howells | 1 | -0/+1 |
2007-05-21 | Detach sched.h from mm.h | Alexey Dobriyan | 1 | -0/+1 |
2007-05-11 | AFS: implement statfs | David Howells | 1 | -9/+9 |
2007-05-09 | AFS: implement basic file write support | David Howells | 1 | -0/+1 |
2007-05-09 | AFS: AFS fixups | David Howells | 1 | -9/+9 |
2007-05-07 | mm: make read_cache_page synchronous | Nick Piggin | 1 | -3/+0 |
2007-04-27 | [AFS]: Fix u64 printing in debug logging. | David S. Miller | 1 | -1/+2 |
2007-04-27 | [AFS]: Add "directory write" support. | David Howells | 1 | -140/+536 |
2007-04-27 | [AFS]: Add security support. | David Howells | 1 | -13/+38 |
2007-04-27 | [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC. | David Howells | 1 | -108/+178 |