summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2017-05-09ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o
2017-05-03ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong
2017-04-07ext4: mark inode dirty after converting inline directoryEric Biggers
2017-03-13ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o
2017-03-13ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o
2017-03-13ext4: trim allocation requests to group sizeJan Kara
2017-03-03ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o
2017-03-03ext4: validate s_first_meta_bg at mount timeEryu Guan
2017-01-27posix_acl: Clear SGID bit when setting file permissionsJan Kara
2017-01-26ext4: return -ENOMEM instead of successDan Carpenter
2017-01-26ext4: reject inodes with negative sizeDarrick J. Wong
2017-01-26ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-01-26ext4: fix in-superblock mount options processingTheodore Ts'o
2017-01-26ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-01-26ext4: fix stack memory corruption with 64k block sizeChandan Rajendra
2017-01-26ext4: fix mballoc breakage with 64k block sizeChandan Rajendra
2017-01-26ext4: fix data exposure after a crashJan Kara
2016-11-24ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2016-10-25ext4: allow DAX writeback for hole punchRoss Zwisler
2016-10-25ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong
2016-09-29ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov
2016-09-29ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong
2016-09-29ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2016-08-19ext4: fix reference counting bug on block allocation errorVegard Nossum
2016-08-19ext4: short-cut orphan cleanup on errorVegard Nossum
2016-08-19ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum
2016-08-19ext4: fix deadlock during page writebackJan Kara
2016-08-19ext4: check for extents that wrap aroundVegard Nossum
2016-08-19ext4: verify extent header depthVegard Nossum
2016-06-15ext4: silence UBSAN in ext4_mb_init()Nicolai Stange
2016-06-15ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange
2016-06-15ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o
2016-04-20ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan
2016-04-20ext4: add lockdep annotations for i_data_semTheodore Ts'o
2016-02-24ext4: fix potential integer overflowInsu Yun
2016-02-23ext4: Fix handling of extended tv_secDavid Turner
2016-02-15fix calculation of meta_bg descriptor backupsAndy Leiserson
2016-01-05ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2016-01-05ext4: fix potential use after free in __ext4_journal_stopLukas Czerner
2015-09-18ext4: move check under lock scope to close a race.Davide Italiano
2015-08-04ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko
2015-08-04ext4: correctly migrate a file with a hole at the beginningEryu Guan
2015-08-04ext4: be more strict when migrating to non-extent based fileEryu Guan
2015-08-04ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner
2015-08-04ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong
2015-08-04ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o
2015-08-04ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o
2015-06-03ext4: check for zero length extent explicitlyEryu Guan
2015-06-03ext4: fix NULL pointer dereference when journal restart failsLukas Czerner
2015-05-15ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner