summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2017-11-08ext4: do not use stripe_width if it is not setJan Kara
2017-09-27ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)
2017-09-27ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)
2017-03-26ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o
2017-03-12ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o
2017-03-12ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o
2017-02-09ext4: validate s_first_meta_bg at mount timeEryu Guan
2017-01-06ext4: do not perform data journaling when data is encryptedSergey Karamov
2017-01-06ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-01-06ext4: fix in-superblock mount options processingTheodore Ts'o
2017-01-06ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2016-11-26ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2016-09-15ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong
2016-09-15ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2016-08-16ext4: short-cut orphan cleanup on errorVegard Nossum
2016-08-16ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o
2016-05-04ext4: fix races between page faults and hole punchingJan Kara
2016-04-20ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o
2016-04-20ext4: add lockdep annotations for i_data_semTheodore Ts'o
2015-11-16ext2, ext4: warn when mounting with dax enabledDan Williams
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-18ext4: do not allow journal_opts for fs w/o journalDmitry Monakhov
2015-10-18ext4: explicit mount options parsing cleanupDmitry Monakhov
2015-10-18ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong
2015-10-17ext4: store checksum seed in superblockDarrick J. Wong
2015-09-23ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o
2015-09-23ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o
2015-09-04fs: create and use seq_show_option for escapingKees Cook
2015-09-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-08-16Revert "ext4: remove block_device_ejected"Theodore Ts'o
2015-08-15ext4: ratelimit the file system mounted messageTheodore Ts'o
2015-08-15ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen
2015-07-23fs: Remove ext3 filesystem driverJan Kara
2015-07-23ext4, jbd2: add REQ_FUA flag when recording an error in the superblockDaeho Jeong
2015-07-21ext4: reject journal options for ext2 mountsCarlos Maiolino
2015-07-21ext4: implement cgroup writeback supportTejun Heo
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-06-25fs/ext4/super.c: use strreplace() in ext4_fill_super()Rasmus Villemoes
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-23vfs: add file_path() helperMiklos Szeredi
2015-06-23ext4: set lazytime on remount if MS_LAZYTIME is set by mountTheodore Ts'o
2015-06-21ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o
2015-06-20ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o
2015-06-15ext4: improve warning directory handling messagesAndreas Dilger
2015-06-12ext4 crypto: fail the mount if blocksize != pagesizeTheodore Ts'o
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo