aboutsummaryrefslogtreecommitdiff
path: root/fs/affs
AgeCommit message (Expand)Author
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-01-21fs/affs: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-12-20affs: drop vmtruncateMarco Stornelli
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-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-21userns: Convert affs to use kuid/kgid wherwe appropriateEric W. Biederman
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-07-30affs: use memweight()Akinobu Mita
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro
2012-07-14affs: unobfuscate affs_fix_dcache()Al Viro
2012-07-14affs: get rid of open-coded list_for_each_entry()Al Viro
2012-07-14affs: get rid of affs_sync_superArtem Bityutskiy
2012-07-14affs: introduce VFS superblock object back-referenceArtem Bityutskiy
2012-07-14affs: stop using lock_superArtem Bityutskiy
2012-07-14affs: re-structure superblock locking a bitArtem Bityutskiy
2012-07-14affs: remove useless superblock writeout on remountArtem Bityutskiy
2012-07-14affs: remove useless superblock writeout on unmountArtem Bityutskiy
2012-07-14affs: stop setting bm_flagsArtem Bityutskiy
2012-05-29affs: bury unused macrosAl Viro
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-03affs: propagate umode_tAl Viro
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
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-05-28affs: 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-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-17fs: change to new flag variablematt mooney
2011-03-10block: remove per-queue pluggingJens Axboe
2011-01-12switch affsAl Viro
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: scale inode alias listNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2011-01-07fs: change d_compare for rcu-walkNick Piggin
2010-10-29new helper: mount_bdev()Al Viro
2010-10-25new helper: ihold()Al Viro