summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2017-03-16ext4: reject inodes with negative sizeDarrick J. Wong
2017-03-16ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-03-16ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-03-16ext4: fix in-superblock mount options processingTheodore Ts'o
2017-03-16ext4: fix stack memory corruption with 64k block sizeChandan Rajendra
2017-03-16ext4: fix mballoc breakage with 64k block sizeChandan Rajendra
2017-02-23ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2017-02-23ext4: release bh in make_indexed_dirgmail
2017-02-23ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong
2016-11-20posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-11-20ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2016-11-20ext4: short-cut orphan cleanup on errorVegard Nossum
2016-11-20ext4: fix reference counting bug on block allocation errorVegard Nossum
2016-11-20ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o
2016-11-20ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum
2016-11-20ext4: check for extents that wrap aroundVegard Nossum
2016-08-22ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o
2016-05-01ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan
2016-04-01ext4: fix bh->b_state corruptionJan Kara
2015-12-30ext4: Fix handling of extended tv_secDavid Turner
2015-11-27ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2015-10-13fs: create and use seq_show_option for escapingKees Cook
2015-08-12ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko
2015-08-12ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov
2015-08-12ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong
2015-08-12ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o
2015-08-12ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o
2015-08-07ext4: check for zero length extent explicitlyEryu Guan
2015-08-07ext4: move check under lock scope to close a race.Davide Italiano
2015-08-07ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner
2015-01-01ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov
2015-01-01move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-12-14ext4: bail out from make_indexed_dir() on first errorJan Kara
2014-12-14ext4: fix oops when loading block bitmap failedJan Kara
2014-12-14ext4: fix overflow when updating superblock backups after resizeJan Kara
2014-12-14ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen
2014-12-14ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o
2014-12-14ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o
2014-12-14ext4: don't check quota format when there are no quota filesJan Kara
2014-12-14ext4: check EA value offset when loadingDarrick J. Wong
2014-11-05ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o
2014-09-13ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o
2014-09-13ext4: cleanup in ext4_discard_allocated_blocks()Zheng Liu
2014-08-06ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen
2014-08-06ext4: clarify error count warning messagesTheodore Ts'o
2014-07-11ext4: fix wrong assert in ext4_mb_normalize_request()Maurizio Lombardi
2014-07-11ext4: fix zeroing of page during writebackJan Kara
2014-05-18ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o
2014-05-18ext4: note the error in ext4_end_bio()Matthew Wilcox