summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee2019-06-111-1/+1
* ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2019-01-131-0/+11
* ext4: fix possible use after free in ext4_quota_enablePan Bian2019-01-131-1/+1
* ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o2018-11-211-8/+8
* ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o2018-09-291-0/+2
* ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2018-08-151-7/+1
* ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o2018-08-091-2/+2
* ext4: check superblock mapped prior to committingJon Derrick2018-07-111-0/+8
* ext4: add more mount time checks of the superblockTheodore Ts'o2018-07-111-11/+26
* ext4: add more inode number paranoia checksTheodore Ts'o2018-07-111-0/+5
* ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-07-111-1/+10
* ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o2018-07-111-0/+25
* ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o2018-04-241-0/+6
* ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou2018-02-221-0/+1
* ext4: do not use stripe_width if it is not setJan Kara2017-11-081-2/+2
* ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)2017-09-271-7/+31
* ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)2017-09-271-3/+3
* ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-03-261-1/+1
* ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o2017-03-121-1/+2
* ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o2017-03-121-2/+4
* ext4: validate s_first_meta_bg at mount timeEryu Guan2017-02-091-0/+9
* ext4: do not perform data journaling when data is encryptedSergey Karamov2017-01-061-0/+5
* ext4: add sanity checking to count_overhead()Theodore Ts'o2017-01-061-3/+8
* ext4: fix in-superblock mount options processingTheodore Ts'o2017-01-061-15/+23
* ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o2017-01-061-9/+6
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2016-11-261-1/+16
* ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2016-09-151-9/+9
* ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2016-09-151-1/+17
* ext4: short-cut orphan cleanup on errorVegard Nossum2016-08-161-0/+10
* ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2016-08-161-0/+7
* ext4: fix races between page faults and hole punchingJan Kara2016-05-041-0/+1
* ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o2016-04-201-11/+11
* ext4: add lockdep annotations for i_data_semTheodore Ts'o2016-04-201-2/+23
* ext2, ext4: warn when mounting with dax enabledDan Williams2015-11-161-1/+5
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-1/+1
|\
| * mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* | ext4: do not allow journal_opts for fs w/o journalDmitry Monakhov2015-10-181-2/+29
* | ext4: explicit mount options parsing cleanupDmitry Monakhov2015-10-181-2/+6
* | ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2015-10-181-2/+10
* | ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-94/+71
* | ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-171-1/+9
* | ext4: store checksum seed in superblockDarrick J. Wong2015-10-171-1/+3
* | ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o2015-09-231-38/+3
* | ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o2015-09-231-409/+17
|/
* fs: create and use seq_show_option for escapingKees Cook2015-09-041-2/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-09-031-12/+38
|\
| * Revert "ext4: remove block_device_ejected"Theodore Ts'o2015-08-161-1/+17
| * ext4: ratelimit the file system mounted messageTheodore Ts'o2015-08-151-3/+6
| * ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen2015-08-151-4/+8
| * ext4, jbd2: add REQ_FUA flag when recording an error in the superblockDaeho Jeong2015-07-231-1/+2