summaryrefslogtreecommitdiffstats
path: root/fs/adfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* block: move struct block_device to blk_types.hChristoph Hellwig2020-06-241-0/+1
* fs/adfs: super: add support for E and E+ floppy image formatsRussell King2020-01-201-1/+17
* fs/adfs: super: extract filesystem block probeRussell King2020-01-201-71/+78
* fs/adfs: super: fix inode droppingRussell King2020-01-201-1/+7
* fs/adfs: map: move map-specific sb initialisation to map.cRussell King2020-01-201-6/+1
* fs/adfs: map: factor out map cleanupRussell King2020-01-201-8/+2
* fs/adfs: map: rename adfs_map_free() to adfs_map_statfs()Russell King2020-01-201-5/+2
* fs/adfs: map: move map reading and validation to map.cRussell King2020-01-201-98/+0
* fs/adfs: inode: update timestamps to centisecond precisionRussell King2020-01-201-0/+2
* Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-07-191-50/+71
|\
| * fs/adfs: add time stamp and file type helpersRussell King2019-06-261-1/+0
| * fs/adfs: super: limit idlen according to directory typeRussell King2019-06-261-2/+8
| * fs/adfs: super: fix use-after-free bugRussell King2019-06-261-1/+4
| * fs/adfs: super: safely update options on remountRussell King2019-06-261-4/+13
| * fs/adfs: super: correct superblock flagsRussell King2019-06-261-2/+4
| * fs/adfs: clean up indirect disc addresses and fragment IDsRussell King2019-06-261-1/+1
| * fs/adfs: clean up error message printingRussell King2019-06-261-16/+29
| * fs/adfs: use %pV for error messagesRussell King2019-06-261-5/+7
| * fs/adfs: use format_version from disc_recordRussell King2019-06-261-2/+1
| * fs/adfs: add helper to get filesystem sizeRussell King2019-06-261-14/+3
| * fs/adfs: add helper to get discrecord from mapRussell King2019-06-261-2/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* adfs: switch to ->free_inode()Al Viro2019-05-011-8/+2
* adfs: don't put inodes into icacheAl Viro2018-08-031-0/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* fs/adfs: remove unneeded castFiro Yang2015-06-301-1/+1
* adfs: return correct return valuesSanidhya Kashyap2015-04-171-5/+15
* fs/adfs/super.c: 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
* adfs: delayed freeing of sbiAl Viro2013-10-241-2/+1
* 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
* | userns: Convert adfs to use kuid and kgid where appropriateEric W. Biederman2012-09-211-8/+13
|/
* adfs: don't bother with ->i_dentry in ->destroy_inode()Al Viro2012-07-141-1/+0
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-2/+2
* adfs: add hexadecimal filetype suffix optionStuart Swales2011-03-221-3/+20
* adfs: remove the big kernel lockArnd Bergmann2011-03-021-12/+1
* switch adfsAl Viro2011-01-121-2/+2
* 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/+4
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-1/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1