summaryrefslogtreecommitdiffstats
path: root/fs/affs
Commit message (Expand)AuthorAgeFilesLines
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-18/+8
* [readdir] convert affsAl Viro2013-06-291-45/+24
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | fs/affs: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-2/+2
|/
* affs: drop vmtruncateMarco Stornelli2012-12-202-7/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-023-19/+23
|\ \
| * | userns: Convert affs to use kuid/kgid wherwe appropriateEric W. Biederman2012-09-213-19/+23
| |/
* / workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
|/
* affs: use memweight()Akinobu Mita2012-07-301-26/+2
* don't pass nameidata to ->create()Al Viro2012-07-142-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-142-2/+2
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-1/+2
* affs: unobfuscate affs_fix_dcache()Al Viro2012-07-141-6/+8
* affs: get rid of open-coded list_for_each_entry()Al Viro2012-07-141-6/+1
* affs: get rid of affs_sync_superArtem Bityutskiy2012-07-143-13/+45
* affs: introduce VFS superblock object back-referenceArtem Bityutskiy2012-07-142-0/+2
* affs: stop using lock_superArtem Bityutskiy2012-07-141-2/+3
* affs: re-structure superblock locking a bitArtem Bityutskiy2012-07-141-5/+2
* affs: remove useless superblock writeout on remountArtem Bityutskiy2012-07-141-3/+2
* affs: remove useless superblock writeout on unmountArtem Bityutskiy2012-07-141-3/+0
* affs: stop setting bm_flagsArtem Bityutskiy2012-07-141-5/+4
* affs: bury unused macrosAl Viro2012-05-291-8/+0
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-5/+2
* affs: propagate umode_tAl Viro2012-01-032-4/+4
* switch ->create() to umode_tAl Viro2012-01-032-3/+3
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-032-3/+3
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* filesystems: add set_nlink()Miklos Szeredi2011-11-022-5/+5
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-022-4/+4
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-202-2/+8
* affs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-5/+0
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-2/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-2/+0
* | fs: change to new flag variablematt mooney2011-03-171-1/+1
|/
* switch affsAl Viro2011-01-123-3/+7
* fs: dcache per-inode inode alias lockingNick Piggin2011-01-071-2/+2
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-072-2/+2
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* fs: dcache remove dcache_lockNick Piggin2011-01-071-2/+0
* fs: scale inode alias listNick Piggin2011-01-071-0/+2
* fs: change d_hash for rcu-walkNick Piggin2011-01-071-8/+12
* fs: change d_compare for rcu-walkNick Piggin2011-01-071-18/+28