summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2017-01-12ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-01-12ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-01-12ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2016-12-23xattr: Option to disable meta-data block cacheAndreas Dilger
2016-09-12ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2016-08-19ext4: short-cut orphan cleanup on errorVegard Nossum
2016-08-17ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o
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
2016-03-23ext4: fix races between page faults and hole punchingJan Kara
2015-12-14ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2015-09-29Revert "ext4: remove block_device_ejected"Theodore Ts'o
2015-09-29ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen
2015-09-21fs: create and use seq_show_option for escapingKees Cook
2015-08-03ext4: set lazytime on remount if MS_LAZYTIME is set by mountTheodore Ts'o
2015-08-03ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o
2015-05-14ext4: don't save the error information if the block device is read-onlyTheodore Ts'o
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-19Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-04-16ext4 crypto: enable encryption feature flagTheodore Ts'o
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-12ext4 crypto: add ext4 encryption facilitiesMichael Halcrow
2015-04-02ext4: remove block_device_ejectedChristoph Hellwig
2015-04-02ext4: remove unused header filesSheng Yong
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara
2015-02-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-02-16ext4: add DAX functionalityRoss Zwisler
2015-02-12ext4: ignore journal checksum on remount; don't failEric Sandeen
2015-02-12ext4: remove duplicate remount check for JOURNAL_CHECKSUM changeEric Sandeen
2015-02-12ext4: support read-only imagesDarrick J. Wong
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-05ext4: add optimization for the lazytime mount optionTheodore Ts'o
2015-01-30ext4: Use generic helpers for quotaon and quotaoffJan Kara
2015-01-26ext4: change to use setup_timer() instead of init_timer()Jan Mrazek
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig
2015-01-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-01-02ext4: remove spurious KERN_INFO from ext4_warning callJakub Wilk
2014-12-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-11-25ext4: forbid journal_async_commit in data=ordered modeJan Kara
2014-11-25ext4: don't count external journal blocks as overheadEric Sandeen
2014-11-25ext4: create nojournal_checksum mount optionDarrick J. Wong
2014-11-25ext4: cleanup GFP flags inside resize pathDmitry Monakhov
2014-11-25ext4: limit number of scanned extents in status tree shrinkerJan Kara
2014-11-25ext4: move handling of list of shrinkable inodes into extent status codeJan Kara
2014-11-25ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu
2014-11-20ext4: kill ext4_kvfree()Al Viro
2014-11-10ext4: Convert to private i_dquot fieldJan Kara
2014-10-30ext4: remove extent status procfs files if journal load failsDarrick J. Wong
2014-10-30ext4: disallow changing journal_csum option during remountDarrick J. Wong