aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2017-11-20Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidlsk-v3.18-androidAmit Pundir
2017-11-08ext4: do not use stripe_width if it is not setJan Kara
2017-10-12ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o
2017-10-12ext4: validate s_first_meta_bg at mount timeEryu Guan
2017-10-04Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidAlex Shi
2017-09-27ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)
2017-05-15Revert "BACKPORT: [UPSTREAM] ext4: convert to mbcache2"Chenbo Feng
2017-05-15UPSTREAM: ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o
2017-05-15BACKPORT: ext4: validate s_first_meta_bg at mount timeEryu Guan
2017-05-15BACKPORT: [UPSTREAM] ext4: convert to mbcache2Jan Kara
2017-01-19Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidAlex Shi
2017-01-15ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-01-15ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-01-15ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2016-10-28ext4 crypto: fail the mount if blocksize != pagesizeTheodore Ts'o
2016-10-28ext4 crypto: release crypto resource on module exitChao Yu
2016-10-28ext4 crypto: use per-inode tfm structureTheodore Ts'o
2016-10-28ext4: clean up superblock encryption mode fieldsTheodore Ts'o
2016-10-28ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o
2016-10-28ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o
2016-10-28ext4 crypto: enable encryption feature flagTheodore Ts'o
2016-10-28ext4 crypto: add ext4 encryption facilitiesMichael Halcrow
2016-10-19Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidAlex Shi
2016-09-12ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2016-08-23Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidAlex Shi
2016-08-22ext4: short-cut orphan cleanup on errorVegard Nossum
2016-08-22ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o
2016-05-05Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidAlex Shi
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-02-10Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidMark Brown
2016-01-21ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2015-11-11Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-10-27ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen
2015-08-06Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-07-03ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o
2015-06-16Merge branch 'android-3.18' of https://android.googlesource.com/kernel/common...Kevin Hilman
2015-05-22ext4: don't save the error information if the block device is read-onlyTheodore Ts'o
2015-02-26ext4: ignore journal checksum on remount; don't failEric Sandeen
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
2014-10-30ext4: enable journal checksum when metadata checksum feature enabledDarrick J. Wong
2014-10-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-10-14ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong
2014-10-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov
2014-10-05ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo
2014-09-18ext4: fold ext4_nojournal_sops into ext4_sopsTheodore Ts'o
2014-09-18ext4: support freezing ext2 (nojournal) file systemsTheodore Ts'o
2014-09-18ext4: fold ext4_sync_fs_nojournal() into ext4_sync_fs()Theodore Ts'o