summaryrefslogtreecommitdiffstats
path: root/fs/affs/super.c
Commit message (Expand)AuthorAgeFilesLines
* fs/affs/super.c: fix switch indentationFabian Frederick2015-02-171-33/+33
* fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick2015-02-171-1/+1
* fs/affs/super.c: destroy sbi mutex in affs_kill_sb()Fabian Frederick2015-02-171-0/+1
* fs/affs: remove redundant sys_tz declarationsFabian Frederick2014-10-141-2/+0Star
* fs/affs/super.c: remove unused variableFabian Frederick2014-10-141-3/+1Star
* fs/affs: pr_debug cleanupFabian Frederick2014-06-071-9/+10
* fs/affs: convert printk to pr_foo()Fabian Frederick2014-06-071-13/+11Star
* fs/affs/super.c: bugfix / double freeFabian Frederick2014-05-061-2/+0Star
* affs: add mount option to avoid filename truncatesFabian Frederick2014-04-081-1/+5
* affs: add __init to init_inodecache ()Fabian Frederick2014-04-081-1/+1
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()Al Viro2014-01-251-32/+25Star
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-031-0/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-7/+11
|\ \
| * | userns: Convert affs to use kuid/kgid wherwe appropriateEric W. Biederman2012-09-211-7/+11
| |/
* / workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
|/
* affs: get rid of affs_sync_superArtem Bityutskiy2012-07-141-11/+37
* affs: introduce VFS superblock object back-referenceArtem Bityutskiy2012-07-141-0/+1
* affs: stop using lock_superArtem Bityutskiy2012-07-141-2/+3
* affs: re-structure superblock locking a bitArtem Bityutskiy2012-07-141-5/+2Star
* affs: remove useless superblock writeout on remountArtem Bityutskiy2012-07-141-3/+2Star
* affs: remove useless superblock writeout on unmountArtem Bityutskiy2012-07-141-3/+0Star
* affs: stop setting bm_flagsArtem Bityutskiy2012-07-141-5/+4Star
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-5/+2Star
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0Star
* switch affsAl Viro2011-01-131-1/+5
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* new helper: mount_bdev()Al Viro2010-10-291-5/+4Star
* Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-10/+4Star
|\
| * BKL: Remove BKL from Amiga FFSJan Blunck2010-10-041-18/+5Star
| * 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/+5Star
* switch affs to ->evict_inode()Al Viro2010-08-091-2/+1Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* fix affs parse_options()Al Viro2010-01-271-6/+6
* Fix remount races with symlink handling in affsAl Viro2010-01-271-3/+14
* Fix a leak in affs_fill_super()Al Viro2010-01-271-0/+2
* affs: add ->sync_fsChristoph Hellwig2009-06-121-13/+27
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-121-1/+6
* ->write_super lock_super pushdownChristoph Hellwig2009-06-121-0/+2
* push BKL down into ->put_superChristoph Hellwig2009-06-121-1/+4
* Fix races around the access to ->s_optionsAl Viro2009-05-091-2/+1Star
* fs/affs: return f_fsid for statfs(2)Coly Li2009-04-031-0/+4
* CRED: Wrap task credential accesses in the AFFS filesystemDavid Howells2008-11-141-2/+2
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1