summaryrefslogtreecommitdiff
path: root/fs/affs/super.c
Commit message (Expand)AuthorAge
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* affs: Implement show_optionsDavid Howells2017-07-11
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-02
* fs/affs: add prefix to some functionsFabian Frederick2017-02-27
* fs/affs: make affs exportableFabian Frederick2017-02-27
* affs: fix remount failure when there are no options changedMikulas Patocka2016-05-28
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
* fs:affs:Replace time_t with time64_tDengChao2016-01-09
* fs/affs: make root lookup from blkdev logical sizePranay Kr. Srivastava2015-09-10
* affs: kstrdup() memory handlingSanidhya Kashyap2015-04-17
* fs/affs: use affs_test_opt()Fabian Frederick2015-04-17
* fs/affs/super.c: use affs_set_opt()Fabian Frederick2015-04-17
* fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick2015-04-17
* fs/affs/super.c: fix switch indentationFabian Frederick2015-02-17
* fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick2015-02-17
* fs/affs/super.c: destroy sbi mutex in affs_kill_sb()Fabian Frederick2015-02-17
* fs/affs: remove redundant sys_tz declarationsFabian Frederick2014-10-14
* fs/affs/super.c: remove unused variableFabian Frederick2014-10-14
* fs/affs: pr_debug cleanupFabian Frederick2014-06-06
* fs/affs: convert printk to pr_foo()Fabian Frederick2014-06-06
* fs/affs/super.c: bugfix / double freeFabian Frederick2014-05-06
* affs: add mount option to avoid filename truncatesFabian Frederick2014-04-07
* affs: add __init to init_inodecache ()Fabian Frederick2014-04-07
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
* affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()Al Viro2014-01-25
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-02
|\ \
| * | userns: Convert affs to use kuid/kgid wherwe appropriateEric W. Biederman2012-09-21
| |/
* | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-20
|/
* affs: get rid of affs_sync_superArtem Bityutskiy2012-07-14
* affs: introduce VFS superblock object back-referenceArtem Bityutskiy2012-07-14
* affs: stop using lock_superArtem Bityutskiy2012-07-14
* affs: re-structure superblock locking a bitArtem Bityutskiy2012-07-14
* affs: remove useless superblock writeout on remountArtem Bityutskiy2012-07-14
* affs: remove useless superblock writeout on unmountArtem Bityutskiy2012-07-14
* affs: stop setting bm_flagsArtem Bityutskiy2012-07-14
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
* switch affsAl Viro2011-01-12
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: icache RCU free inodesNick Piggin2011-01-07
* new helper: mount_bdev()Al Viro2010-10-29
* Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * BKL: Remove BKL from Amiga FFSJan Blunck2010-10-04
| * BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-04
* | affs: Use sema_init instead of init_MUTEXThomas Gleixner2010-10-12
|/
* AFFS: wait for sb synchronization when neededArtem Bityutskiy2010-08-09
* AFFS: clean up dirty flag usageArtem Bityutskiy2010-08-09