aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs/super.c
AgeCommit message (Expand)AuthorFilesLines
11 daysaffs: handle set_blocksize failuresChristoph Hellwig1-2/+4
2026-03-26affs: Track metadata bhs in fs-private inode partJan Kara1-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2025-06-10new helper: set_default_d_op()Al Viro1-2/+2
2024-09-18affs: convert affs to use the new mount apiEric Sandeen1-184/+186
2024-02-26affs: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-2/+1
2024-02-25affs: free affs_sb_info with kfree_rcu()Al Viro1-1/+1
2022-08-19affs: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2021-10-18affs: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2019-11-18affs: fix a memory leak in affs_remountNavid Emamdoost1-6/+0
2019-11-18affs: Replace binary semaphores with mutexesDavidlohr Bueso1-2/+2
2019-08-30fs: affs: Initialize filesystem timestamp rangesDeepa Dinamani1-0/+4
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+2
2019-05-01affs: switch to ->free_inode()Al Viro1-8/+2
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva1-1/+2
2018-05-28affs: fix potential memory leak when parsing option 'prefix'Chengguang Xu1-0/+1
2018-01-29affs: convert to new i_version APIJeff Layton1-1/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-8/+8
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-3/+3
2017-07-11affs: Implement show_optionsDavid Howells1-5/+37
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-02-27fs/affs: add prefix to some functionsFabian Frederick1-1/+1
2017-02-27fs/affs: make affs exportableFabian Frederick1-0/+1
2016-05-28affs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-09fs:affs:Replace time_t with time64_tDengChao1-1/+1
2015-09-10fs/affs: make root lookup from blkdev logical sizePranay Kr. Srivastava1-3/+5
2015-04-17affs: kstrdup() memory handlingSanidhya Kashyap1-1/+5
2015-04-17fs/affs: use affs_test_opt()Fabian Frederick1-3/+3
2015-04-17fs/affs/super.c: use affs_set_opt()Fabian Frederick1-15/+16
2015-04-17fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick1-18/+18
2015-02-17fs/affs/super.c: fix switch indentationFabian Frederick1-33/+33
2015-02-17fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick1-1/+1
2015-02-17fs/affs/super.c: destroy sbi mutex in affs_kill_sb()Fabian Frederick1-0/+1
2014-10-14fs/affs: remove redundant sys_tz declarationsFabian Frederick1-2/+0
2014-10-14fs/affs/super.c: remove unused variableFabian Frederick1-3/+1
2014-06-06fs/affs: pr_debug cleanupFabian Frederick1-9/+10
2014-06-06fs/affs: convert printk to pr_foo()Fabian Frederick1-13/+11
2014-05-06fs/affs/super.c: bugfix / double freeFabian Frederick1-2/+0
2014-04-07affs: add mount option to avoid filename truncatesFabian Frederick1-1/+5
2014-04-07affs: add __init to init_inodecache ()Fabian Frederick1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-01-25affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()Al Viro1-32/+25
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-7/+11
2012-09-21userns: Convert affs to use kuid/kgid wherwe appropriateEric W. Biederman1-7/+11
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-07-14affs: get rid of affs_sync_superArtem Bityutskiy1-11/+37
2012-07-14affs: introduce VFS superblock object back-referenceArtem Bityutskiy1-0/+1
2012-07-14affs: stop using lock_superArtem Bityutskiy1-2/+3
2012-07-14affs: re-structure superblock locking a bitArtem Bityutskiy1-5/+2
2012-07-14affs: remove useless superblock writeout on remountArtem Bityutskiy1-3/+2
2012-07-14affs: remove useless superblock writeout on unmountArtem Bityutskiy1-3/+0
2012-07-14affs: stop setting bm_flagsArtem Bityutskiy1-5/+4
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-5/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-01-12switch affsAl Viro1-1/+5
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-10/+4
2010-10-12affs: Use sema_init instead of init_MUTEXThomas Gleixner1-2/+2
2010-10-04BKL: Remove BKL from Amiga FFSJan Blunck1-18/+5
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+8
2010-08-09AFFS: wait for sb synchronization when neededArtem Bityutskiy1-5/+7
2010-08-09AFFS: clean up dirty flag usageArtem Bityutskiy1-14/+5
2010-08-09switch affs to ->evict_inode()Al Viro1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-26fix affs parse_options()Al Viro1-6/+6
2010-01-26Fix remount races with symlink handling in affsAl Viro1-3/+14
2010-01-26Fix a leak in affs_fill_super()Al Viro1-0/+2
2009-06-11affs: add ->sync_fsChristoph Hellwig1-13/+27
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-1/+6
2009-06-11->write_super lock_super pushdownChristoph Hellwig1-0/+2
2009-06-11push BKL down into ->put_superChristoph Hellwig1-1/+4
2009-05-09Fix races around the access to ->s_optionsAl Viro1-2/+1
2009-04-02fs/affs: return f_fsid for statfs(2)Coly Li1-0/+4
2008-11-14CRED: Wrap task credential accesses in the AFFS filesystemDavid Howells1-2/+2
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-26affs: convert s_bmlock into a mutexMatthias Kaehlcke1-1/+1
2008-05-06[PATCH] fix reservation discarding in affsRoman Zippel1-7/+11
2008-04-29affs: handle match_strdup failureJim Meyering1-1/+2
2008-02-08mount options: fix affsMiklos Szeredi1-2/+12
2008-02-07iget: stop AFFS from using iget() and read_inode()David Howells1-3/+9
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-5/+3
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-02-20[PATCH] affs: implement ->drop_inodeChristoph Hellwig1-0/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik1-0/+1
2006-06-25[PATCH] fix %s in affs_fill_super()Al Viro1-5/+7
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-2/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+4
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl1-10/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+569