aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: only look at the bg_flags field if it is validTheodore Ts'o2019-05-021-1/+7
* ext4: add more inode number paranoia checksTheodore Ts'o2018-12-021-0/+5
* ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o2018-12-021-2/+2
* ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2018-12-021-7/+1
* ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-12-021-1/+10
* ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o2018-12-021-0/+2
* ext4: add more mount time checks of the superblockTheodore Ts'o2018-12-021-11/+26
* ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o2018-12-021-0/+25
* ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o2018-12-011-0/+6
* ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o2018-12-011-0/+8
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-291-1/+1
* ext4: convert to mbcache2Jan Kara2017-12-311-2/+5
* ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2017-12-311-0/+7
* ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o2017-12-311-11/+11
* ext4: don't save the error information if the block device is read-onlyTheodore Ts'o2017-12-311-0/+2
* ext4: reject journal options for ext2 mountsCarlos Maiolino2017-12-311-3/+3
* fs/ext4/super.c: use strreplace() in ext4_fill_super()Rasmus Villemoes2017-12-311-3/+1
* ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o2017-12-311-38/+3
* ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o2017-12-311-409/+17
* ext4: improve ext4lazyinit scalabilityDmitry Monakhov2017-12-311-10/+31
* ext4: explicit mount options parsing cleanupDmitry Monakhov2017-12-311-2/+6
* ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen2017-12-311-4/+8
* ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o2017-07-041-1/+2
* ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o2017-07-041-2/+4
* ext4: fix in-superblock mount options processingTheodore Ts'o2017-07-041-15/+23
* ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2017-05-291-9/+9
* ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2017-05-291-1/+17
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2017-05-291-1/+16
* ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o2017-05-291-9/+6
* ext4: add sanity checking to count_overhead()Theodore Ts'o2017-05-291-3/+8
* ext4: short-cut orphan cleanup on errorVegard Nossum2017-05-291-0/+10
* ext4: add lockdep annotations for i_data_semTheodore Ts'o2017-05-291-2/+23
* ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2017-05-291-2/+10
* ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o2017-05-291-0/+1
* ext4: set lazytime on remount if MS_LAZYTIME is set by mountTheodore Ts'o2017-05-291-0/+3
* ext4: add optimization for the lazytime mount optionTheodore Ts'o2017-05-291-0/+10
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2017-05-291-0/+2
* UPSTREAM: ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-05-271-1/+1
* BACKPORT: ext4: validate s_first_meta_bg at mount timeEryu Guan2017-05-271-0/+9
* ext4 crypto: release crypto resource on module exitChao Yu2017-05-271-0/+1
* ext4 crypto: use per-inode tfm structureTheodore Ts'o2017-05-271-1/+1
* ext4: clean up superblock encryption mode fieldsTheodore Ts'o2017-05-271-5/+0
* ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o2017-05-271-2/+5
* ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o2017-05-271-1/+1
* ext4 crypto: enable encryption feature flagTheodore Ts'o2017-05-271-1/+28
* ext4 crypto: add ext4 encryption facilitiesMichael Halcrow2017-05-271-0/+8
* ext4: use old percpu_counter_init() function signatureTheodore Ts'o2017-05-271-7/+4
* BACKPORT: ext4 from 3.18 to mtk-3.10Mister Oyster2017-05-271-366/+464
* UPSTREAM: ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-04-261-1/+1
* ext4: validate s_first_meta_bg at mount timeEryu Guan2017-04-161-0/+9