summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2016-08-21ext4: fix reference counting bug on block allocation errorVegard Nossum
2016-08-21ext4: short-cut orphan cleanup on errorVegard Nossum
2016-08-21ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum
2016-08-21ext4: check for extents that wrap aroundVegard Nossum
2016-08-21ext4: verify extent header depthVegard Nossum
2016-08-21ext4: silence UBSAN in ext4_mb_init()Nicolai Stange
2016-08-21ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange
2016-08-21ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o
2016-06-07ext4: add lockdep annotations for i_data_semTheodore Ts'o
2016-06-07ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan
2016-02-25ext4: fix potential integer overflowInsu Yun
2016-02-19ext4: Fix handling of extended tv_secDavid Turner
2016-02-19fix calculation of meta_bg descriptor backupsAndy Leiserson
2016-01-22ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2015-08-03ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko
2015-08-03ext4: correctly migrate a file with a hole at the beginningEryu Guan
2015-08-03ext4: be more strict when migrating to non-extent based fileEryu Guan
2015-08-03ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner
2015-08-03ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong
2015-08-03ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o
2015-08-03ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o
2015-06-05ext4: check for zero length extent explicitlyEryu Guan
2015-06-05ext4: convert write_begin methods to stable_page_writes semanticsDmitry Monakhov
2015-05-13ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner
2015-05-06ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner
2015-02-11ext4: prevent bugon on race between write/fcntlDmitry Monakhov
2015-01-29ext4: fix warning in ext4_da_update_reserve_space()Jan Kara
2014-11-14ext4: fix oops when loading block bitmap failedJan Kara
2014-11-14ext4: fix overflow when updating superblock backups after resizeJan Kara
2014-11-14ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong
2014-11-14ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen
2014-11-14ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o
2014-11-14ext4: grab missed write_count for EXT4_IOC_SWAP_BOOTDmitry Monakhov
2014-11-14ext4: don't check quota format when there are no quota filesJan Kara
2014-11-14ext4: check EA value offset when loadingDarrick J. Wong
2014-09-05ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o
2014-09-05ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o
2014-07-17ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen
2014-07-17ext4: clarify error count warning messagesTheodore Ts'o
2014-07-17ext4: fix unjournalled bg descriptor while initializing inode bitmapTheodore Ts'o
2014-07-09ext4: Fix hole punching for files with indirect blocksJan Kara
2014-07-09ext4: Fix buffer double free in ext4_alloc_branch()Jan Kara
2014-06-30ext4: fix wrong assert in ext4_mb_normalize_request()Maurizio Lombardi
2014-06-30ext4: fix zeroing of page during writebackJan Kara
2014-05-06ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o
2014-05-06ext4: fix jbd2 warning under heavy xattr loadJan Kara
2014-04-26ext4: fix partial cluster handling for bigalloc file systemsEric Whitney
2014-04-26ext4: fix error return from ext4_ext_handle_uninitialized_extents()Eric Whitney
2014-04-03ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o
2014-03-06fs: fix iversion handlingChristoph Hellwig