summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-24ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o1-0/+6
2018-02-22ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou1-0/+1
2017-11-08ext4: do not use stripe_width if it is not setJan Kara1-2/+2
2017-09-27ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)1-7/+31
2017-09-27ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)1-3/+3
2017-03-26ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o1-1/+1
2017-03-12ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o1-1/+2
2017-03-12ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o1-2/+4
2017-02-09ext4: validate s_first_meta_bg at mount timeEryu Guan1-0/+9
2017-01-06ext4: do not perform data journaling when data is encryptedSergey Karamov1-0/+5
2017-01-06ext4: add sanity checking to count_overhead()Theodore Ts'o1-3/+8
2017-01-06ext4: fix in-superblock mount options processingTheodore Ts'o1-15/+23
2017-01-06ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o1-9/+6
2016-11-26ext4: sanity check the block and cluster size at mount timeTheodore Ts'o1-1/+16
2016-09-15ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong1-9/+9
2016-09-15ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o1-1/+17
2016-08-16ext4: short-cut orphan cleanup on errorVegard Nossum1-0/+10
2016-08-16ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o1-0/+7
2016-05-05ext4: fix races between page faults and hole punchingJan Kara1-0/+1
2016-04-20ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o1-11/+11
2016-04-20ext4: add lockdep annotations for i_data_semTheodore Ts'o1-2/+23
2015-11-16ext2, ext4: warn when mounting with dax enabledDan Williams1-1/+5
2015-11-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1
2015-10-19ext4: do not allow journal_opts for fs w/o journalDmitry Monakhov1-2/+29
2015-10-19ext4: explicit mount options parsing cleanupDmitry Monakhov1-2/+6
2015-10-19ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong1-2/+10
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong1-94/+71
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong1-1/+9
2015-10-17ext4: store checksum seed in superblockDarrick J. Wong1-1/+3
2015-09-23ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o1-38/+3
2015-09-23ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o1-409/+17
2015-09-05fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-09-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-12/+38
2015-08-16Revert "ext4: remove block_device_ejected"Theodore Ts'o1-1/+17
2015-08-15ext4: ratelimit the file system mounted messageTheodore Ts'o1-3/+6
2015-08-15ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen1-4/+8
2015-07-23fs: Remove ext3 filesystem driverJan Kara1-12/+2
2015-07-23ext4, jbd2: add REQ_FUA flag when recording an error in the superblockDaeho Jeong1-1/+2
2015-07-22ext4: reject journal options for ext2 mountsCarlos Maiolino1-3/+3
2015-07-22ext4: implement cgroup writeback supportTejun Heo1-0/+2
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+1
2015-06-26fs/ext4/super.c: use strreplace() in ext4_fill_super()Rasmus Villemoes1-3/+1
2015-06-26Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-06-24vfs: add file_path() helperMiklos Szeredi1-1/+1
2015-06-23ext4: set lazytime on remount if MS_LAZYTIME is set by mountTheodore Ts'o1-0/+3
2015-06-21ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o1-1/+7
2015-06-21ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o1-0/+1
2015-06-15ext4: improve warning directory handling messagesAndreas Dilger1-2/+23