summaryrefslogtreecommitdiffstats
path: root/fs/affs/super.c
AgeCommit message (Expand)AuthorLines
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2021-10-18affs: use bdev_nr_sectors instead of open coding itChristoph Hellwig-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+3
2019-11-18affs: fix a memory leak in affs_remountNavid Emamdoost-6/+0
2019-11-18affs: Replace binary semaphores with mutexesDavidlohr Bueso-2/+2
2019-08-30fs: affs: Initialize filesystem timestamp rangesDeepa Dinamani-0/+4
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-1/+2
2019-05-01affs: switch to ->free_inode()Al Viro-8/+2
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva-1/+2
2018-05-28affs: fix potential memory leak when parsing option 'prefix'Chengguang Xu-0/+1
2018-01-29affs: convert to new i_version APIJeff Layton-1/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-8/+8
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells-3/+3
2017-07-11affs: Implement show_optionsDavid Howells-5/+37
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar-0/+1
2017-02-27fs/affs: add prefix to some functionsFabian Frederick-1/+1
2017-02-27fs/affs: make affs exportableFabian Frederick-0/+1
2016-05-28affs: fix remount failure when there are no options changedMikulas Patocka-2/+3
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov-1/+1
2016-01-09fs:affs:Replace time_t with time64_tDengChao-1/+1
2015-09-10fs/affs: make root lookup from blkdev logical sizePranay Kr. Srivastava-3/+5
2015-04-17affs: kstrdup() memory handlingSanidhya Kashyap-1/+5
2015-04-17fs/affs: use affs_test_opt()Fabian Frederick-3/+3
2015-04-17fs/affs/super.c: use affs_set_opt()Fabian Frederick-15/+16
2015-04-17fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick-18/+18
2015-02-17fs/affs/super.c: fix switch indentationFabian Frederick-33/+33
2015-02-17fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick-1/+1
2015-02-17fs/affs/super.c: destroy sbi mutex in affs_kill_sb()Fabian Frederick-0/+1
2014-10-14fs/affs: remove redundant sys_tz declarationsFabian Frederick-2/+0
2014-10-14fs/affs/super.c: remove unused variableFabian Frederick-3/+1
2014-06-06fs/affs: pr_debug cleanupFabian Frederick-9/+10
2014-06-06fs/affs: convert printk to pr_foo()Fabian Frederick-13/+11
2014-05-06fs/affs/super.c: bugfix / double freeFabian Frederick-2/+0
2014-04-07affs: add mount option to avoid filename truncatesFabian Frederick-1/+5
2014-04-07affs: add __init to init_inodecache ()Fabian Frederick-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o-0/+1
2014-01-25affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()Al Viro-32/+25
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman-0/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov-0/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-7/+11
2012-09-21userns: Convert affs to use kuid/kgid wherwe appropriateEric W. Biederman-7/+11
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo-1/+1
2012-07-14affs: get rid of affs_sync_superArtem Bityutskiy-11/+37
2012-07-14affs: introduce VFS superblock object back-referenceArtem Bityutskiy-0/+1
2012-07-14affs: stop using lock_superArtem Bityutskiy-2/+3
2012-07-14affs: re-structure superblock locking a bitArtem Bityutskiy-5/+2