aboutsummaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
2013-09-07afs: get rid of redundant ->d_name.len checksAl Viro
2013-09-05afs: use check_submounts_and_drop()Miklos Szeredi
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton
2013-06-29[readdir] convert afsAl Viro
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-13afs: Support interacting with multiple user namespacesEric W. Biederman
2013-02-13afs: Only allow mounting afs in the intial network namespaceEric W. Biederman
2013-02-12afs: Remove unused structure afs_store_statusEric W. Biederman
2013-01-21fs/afs: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20AFS: checking wrong bit in afs_readpages()Dan Carpenter
2012-03-20afs: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-16afs: Remote abort can cause BUG in rxrpc codeAnton Blanchard
2012-03-16afs: Read of file returns EBADMSGAnton Blanchard
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2012-01-03vfs: kill ->mnt_devname use in afs printksAl Viro
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-07-20AFS: Fix silly characters in a commentDavid Howells
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro
2011-07-20kill check_acl callback of generic_permission()Al Viro
2011-06-16AFS: Use i_generation not i_version for the vnode uniquifierDavid Howells
2011-06-16AFS: Set s_id in the superblock to the volume nameDavid Howells
2011-06-16afs: afs_fill_page reads too much, or wrong dataAnton Blanchard
2011-06-12afs: fix sget() races, close leak on umountAl Viro
2011-05-28afs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-03-31Fix common misspellingsLucas De Marchi