aboutsummaryrefslogtreecommitdiff
path: root/fs/affs/super.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-18affs: fix a memory leak in affs_remountGravatar Navid Emamdoost 1-6/+0
2019-11-18affs: Replace binary semaphores with mutexesGravatar Davidlohr Bueso 1-2/+2
2019-08-30fs: affs: Initialize filesystem timestamp rangesGravatar Deepa Dinamani 1-0/+4
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-1/+2
2019-05-01affs: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2019-04-08fs: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-1/+2
2018-05-28affs: fix potential memory leak when parsing option 'prefix'Gravatar Chengguang Xu 1-0/+1
2018-01-29affs: convert to new i_version APIGravatar Jeff Layton 1-1/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-8/+8
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-3/+3
2017-07-11affs: Implement show_optionsGravatar David Howells 1-5/+37
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-02-27fs/affs: add prefix to some functionsGravatar Fabian Frederick 1-1/+1
2017-02-27fs/affs: make affs exportableGravatar Fabian Frederick 1-0/+1
2016-05-28affs: fix remount failure when there are no options changedGravatar Mikulas Patocka 1-2/+3
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2016-01-09fs:affs:Replace time_t with time64_tGravatar DengChao 1-1/+1
2015-09-10fs/affs: make root lookup from blkdev logical sizeGravatar Pranay Kr. Srivastava 1-3/+5
2015-04-17affs: kstrdup() memory handlingGravatar Sanidhya Kashyap 1-1/+5
2015-04-17fs/affs: use affs_test_opt()Gravatar Fabian Frederick 1-3/+3
2015-04-17fs/affs/super.c: use affs_set_opt()Gravatar Fabian Frederick 1-15/+16
2015-04-17fs/affs: use AFFS_MOUNT prefix for mount optionsGravatar Fabian Frederick 1-18/+18
2015-02-17fs/affs/super.c: fix switch indentationGravatar Fabian Frederick 1-33/+33
2015-02-17fs/affs: define AFFSNAMEMAX to replace constant useGravatar Fabian Frederick 1-1/+1
2015-02-17fs/affs/super.c: destroy sbi mutex in affs_kill_sb()Gravatar Fabian Frederick 1-0/+1
2014-10-14fs/affs: remove redundant sys_tz declarationsGravatar Fabian Frederick 1-2/+0
2014-10-14fs/affs/super.c: remove unused variableGravatar Fabian Frederick 1-3/+1
2014-06-06fs/affs: pr_debug cleanupGravatar Fabian Frederick 1-9/+10
2014-06-06fs/affs: convert printk to pr_foo()Gravatar Fabian Frederick 1-13/+11
2014-05-06fs/affs/super.c: bugfix / double freeGravatar Fabian Frederick 1-2/+0
2014-04-07affs: add mount option to avoid filename truncatesGravatar Fabian Frederick 1-1/+5
2014-04-07affs: add __init to init_inodecache ()Gravatar Fabian Frederick 1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2014-01-25affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()Gravatar Al Viro 1-32/+25
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-7/+11
2012-09-21userns: Convert affs to use kuid/kgid wherwe appropriateGravatar Eric W. Biederman 1-7/+11
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Gravatar Tejun Heo 1-1/+1
2012-07-14affs: get rid of affs_sync_superGravatar Artem Bityutskiy 1-11/+37
2012-07-14affs: introduce VFS superblock object back-referenceGravatar Artem Bityutskiy 1-0/+1
2012-07-14affs: stop using lock_superGravatar Artem Bityutskiy 1-2/+3
2012-07-14affs: re-structure superblock locking a bitGravatar Artem Bityutskiy 1-5/+2
2012-07-14affs: remove useless superblock writeout on remountGravatar Artem Bityutskiy 1-3/+2
2012-07-14affs: remove useless superblock writeout on unmountGravatar Artem Bityutskiy 1-3/+0
2012-07-14affs: stop setting bm_flagsGravatar Artem Bityutskiy 1-5/+4
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-5/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0