aboutsummaryrefslogtreecommitdiff
path: root/fs/affs/super.c
AgeCommit message (Expand)Author
2015-09-10fs/affs: make root lookup from blkdev logical sizePranay Kr. Srivastava
2015-04-17affs: kstrdup() memory handlingSanidhya Kashyap
2015-04-17fs/affs: use affs_test_opt()Fabian Frederick
2015-04-17fs/affs/super.c: use affs_set_opt()Fabian Frederick
2015-04-17fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick
2015-02-17fs/affs/super.c: fix switch indentationFabian Frederick
2015-02-17fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick
2015-02-17fs/affs/super.c: destroy sbi mutex in affs_kill_sb()Fabian Frederick
2014-10-14fs/affs: remove redundant sys_tz declarationsFabian Frederick
2014-10-14fs/affs/super.c: remove unused variableFabian Frederick
2014-06-06fs/affs: pr_debug cleanupFabian Frederick
2014-06-06fs/affs: convert printk to pr_foo()Fabian Frederick
2014-05-06fs/affs/super.c: bugfix / double freeFabian Frederick
2014-04-07affs: add mount option to avoid filename truncatesFabian Frederick
2014-04-07affs: add __init to init_inodecache ()Fabian Frederick
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2014-01-25affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()Al Viro
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
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-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-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-01-12switch affsAl Viro
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-29new helper: mount_bdev()Al Viro
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-12affs: Use sema_init instead of init_MUTEXThomas Gleixner
2010-10-04BKL: Remove BKL from Amiga FFSJan Blunck
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-08-09AFFS: wait for sb synchronization when neededArtem Bityutskiy
2010-08-09AFFS: clean up dirty flag usageArtem Bityutskiy
2010-08-09switch affs to ->evict_inode()Al Viro
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-26fix affs parse_options()Al Viro
2010-01-26Fix remount races with symlink handling in affsAl Viro
2010-01-26Fix a leak in affs_fill_super()Al Viro
2009-06-11affs: add ->sync_fsChristoph Hellwig
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani
2009-06-11->write_super lock_super pushdownChristoph Hellwig