summaryrefslogtreecommitdiffstats
path: root/fs/affs/super.c
Commit message (Expand)AuthorAgeFilesLines
* affs: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-261-2/+1
* affs: free affs_sb_info with kfree_rcu()Al Viro2024-02-251-1/+1
* affs: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-1/+1
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* affs: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-181-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
|/
* affs: fix a memory leak in affs_remountNavid Emamdoost2019-11-181-6/+0
* affs: Replace binary semaphores with mutexesDavidlohr Bueso2019-11-181-2/+2
* fs: affs: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-301-0/+4
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-1/+2
|\
| * fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-1/+2
* | affs: switch to ->free_inode()Al Viro2019-05-011-8/+2
|/
* affs: fix potential memory leak when parsing option 'prefix'Chengguang Xu2018-05-281-0/+1
* affs: convert to new i_version APIJeff Layton2018-01-291-1/+2
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-8/+8
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-3/+3
* affs: Implement show_optionsDavid Howells2017-07-111-5/+37
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* fs/affs: add prefix to some functionsFabian Frederick2017-02-271-1/+1
* fs/affs: make affs exportableFabian Frederick2017-02-271-0/+1
* affs: fix remount failure when there are no options changedMikulas Patocka2016-05-281-2/+3
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* fs:affs:Replace time_t with time64_tDengChao2016-01-091-1/+1
* fs/affs: make root lookup from blkdev logical sizePranay Kr. Srivastava2015-09-101-3/+5
* affs: kstrdup() memory handlingSanidhya Kashyap2015-04-171-1/+5
* fs/affs: use affs_test_opt()Fabian Frederick2015-04-171-3/+3
* fs/affs/super.c: use affs_set_opt()Fabian Frederick2015-04-171-15/+16
* fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick2015-04-171-18/+18
* 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/+0
* fs/affs/super.c: remove unused variableFabian Frederick2014-10-141-3/+1
* fs/affs: pr_debug cleanupFabian Frederick2014-06-061-9/+10
* fs/affs: convert printk to pr_foo()Fabian Frederick2014-06-061-13/+11
* fs/affs/super.c: bugfix / double freeFabian Frederick2014-05-061-2/+0
* affs: add mount option to avoid filename truncatesFabian Frederick2014-04-071-1/+5
* affs: add __init to init_inodecache ()Fabian Frederick2014-04-071-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/+25
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-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