summaryrefslogtreecommitdiffstats
path: root/fs/affs
Commit message (Expand)AuthorAgeFilesLines
* 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
* new helper: mount_bdev()Al Viro2010-10-291-5/+4
* new helper: ihold()Al Viro2010-10-251-1/+1
* affs: testing the wrong variableDan Carpenter2010-10-251-2/+2
* Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-10/+4
|\
| * BKL: Remove BKL from Amiga FFSJan Blunck2010-10-041-18/+5
| * BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-1/+8
* | affs: Use sema_init instead of init_MUTEXThomas Gleixner2010-10-121-2/+2
|/
* AFFS: wait for sb synchronization when neededArtem Bityutskiy2010-08-091-5/+7
* AFFS: clean up dirty flag usageArtem Bityutskiy2010-08-091-14/+5
* switch affs to ->evict_inode()Al Viro2010-08-093-17/+14
* remove inode_setattrChristoph Hellwig2010-08-091-2/+11
* get rid of cont_write_begin_newtruncChristoph Hellwig2010-08-091-1/+10
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-272-3/+3
* fs/affs: use ERR_CASTJulia Lawall2010-05-271-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-052-2/+3
|/
* fix affs parse_options()Al Viro2010-01-261-6/+6
* Fix remount races with symlink handling in affsAl Viro2010-01-264-8/+25
* Fix a leak in affs_fill_super()Al Viro2010-01-261-0/+2
* affs: add ->sync_fsChristoph Hellwig2009-06-111-13/+27
* sanitize ->fsync() for affsAl Viro2009-06-113-2/+15
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-1/+6
* ->write_super lock_super pushdownChristoph Hellwig2009-06-111-0/+2
* push BKL down into ->put_superChristoph Hellwig2009-06-111-1/+4