summaryrefslogtreecommitdiff
path: root/fs/affs
AgeCommit message (Expand)AuthorFilesLines
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-01-21fs/affs: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-12-20affs: drop vmtruncateMarco Stornelli2-7/+16
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-19/+23
2012-09-21userns: Convert affs to use kuid/kgid wherwe appropriateEric W. Biederman3-19/+23
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-07-30affs: use memweight()Akinobu Mita1-26/+2
2012-07-14don't pass nameidata to ->create()Al Viro2-2/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro2-2/+2
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+2
2012-07-14affs: unobfuscate affs_fix_dcache()Al Viro1-6/+8
2012-07-14affs: get rid of open-coded list_for_each_entry()Al Viro1-6/+1
2012-07-14affs: get rid of affs_sync_superArtem Bityutskiy3-13/+45
2012-07-14affs: introduce VFS superblock object back-referenceArtem Bityutskiy2-0/+2
2012-07-14affs: stop using lock_superArtem Bityutskiy1-2/+3
2012-07-14affs: re-structure superblock locking a bitArtem Bityutskiy1-5/+2
2012-07-14affs: remove useless superblock writeout on remountArtem Bityutskiy1-3/+2
2012-07-14affs: remove useless superblock writeout on unmountArtem Bityutskiy1-3/+0
2012-07-14affs: stop setting bm_flagsArtem Bityutskiy1-5/+4
2012-05-29affs: bury unused macrosAl Viro1-8/+0
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-5/+2
2012-01-03affs: propagate umode_tAl Viro2-4/+4
2012-01-03switch ->create() to umode_tAl Viro2-3/+3
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2-3/+3
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi2-5/+5
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi2-4/+4
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-2/+8
2011-05-28affs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+0
2011-03-17fs: change to new flag variablematt mooney1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+0
2011-01-12switch affsAl Viro3-3/+7
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin1-2/+2
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin2-2/+2
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: dcache remove dcache_lockNick Piggin1-2/+0
2011-01-07fs: scale inode alias listNick Piggin1-0/+2
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-8/+12
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-18/+28
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-25new helper: ihold()Al Viro1-1/+1