aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2016-06-03ext4: silence UBSAN in ext4_mb_init()Nicolai Stange
2016-06-03ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange
2016-06-03ext4: fix oops on corrupted filesystemJan Kara
2016-06-03ext4: clean up error handling when orphan list is corruptedTheodore Ts'o
2016-06-03ext4: fix hang when processing corrupted orphaned inode listTheodore 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-04-18ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan
2016-03-04ext4: fix crashes in dioread_nolock modeJan Kara
2016-03-04ext4: don't read blocks from disk after extents being swappedEryu Guan
2016-03-04ext4: move_extent improve bh vanishing success factorDmitry Monakhov
2016-03-04ext4: fix potential integer overflowInsu Yun
2016-01-21ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2015-11-15ext4: fix loss of delalloc extent info in ext4_zero_range()Eric Whitney
2015-11-15ext4: allocate entire range in zero rangeLukas Czerner
2015-10-27ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen
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-07-05ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong
2015-07-03ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o
2015-07-03ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o
2015-06-28ext4: fix bh leak on error paths in ext4_rename() and ext4_cross_rename()Konstantin Khlebnikov
2015-06-10ext4: check for zero length extent explicitlyEryu Guan
2015-06-10ext4: fix NULL pointer dereference when journal restart failsLukas Czerner
2015-05-17ext4: move check under lock scope to close a race.Davide Italiano
2015-05-17ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner
2015-05-17ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner
2015-04-24ext4: fix indirect punch hole corruptionOmar Sandoval
2015-02-26ext4: ignore journal checksum on remount; don't failEric Sandeen
2014-10-30ext4: make ext4_ext_convert_to_initialized() return proper number of blocksJan Kara
2014-10-30ext4: bail early when clearing inode journal flag failsJan Kara
2014-10-30ext4: bail out from make_indexed_dir() on first errorJan Kara
2014-10-30ext4: prevent bugon on race between write/fcntlDmitry Monakhov
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-30ext4: fix oops when loading block bitmap failedJan Kara
2014-10-30ext4: fix overflow when updating superblock backups after resizeJan Kara
2014-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-24ext4: support RENAME_WHITEOUTMiklos Szeredi
2014-10-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-14ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong
2014-10-13ext4: move error report out of atomic context in ext4_init_block_bitmap()Dmitry Monakhov
2014-10-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov
2014-10-11ext4: delete useless comments about ext4_move_extentsXiaoguang Wang
2014-10-11ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen
2014-10-05ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o