summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2017-05-08posix_acl: Clear SGID bit when setting file permissionsJan Kara1-8/+4
2017-05-08ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o1-4/+28
2017-04-22ext4: mark inode dirty after converting inline directoryEric Biggers1-3/+2
2017-01-15ext4: return -ENOMEM instead of successDan Carpenter1-1/+3
2017-01-15ext4: add sanity checking to count_overhead()Theodore Ts'o1-3/+8
2017-01-15ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o1-9/+6
2017-01-15ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2-1/+17
2017-01-14ext4: fix stack memory corruption with 64k block sizeChandan Rajendra1-1/+1
2017-01-14ext4: fix mballoc breakage with 64k block sizeChandan Rajendra1-1/+1
2016-09-12ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o1-1/+17
2016-08-22ext4: short-cut orphan cleanup on errorVegard Nossum1-0/+10
2016-08-22ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2-0/+10
2016-08-22ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum1-3/+3
2016-08-22ext4: fix deadlock during page writebackJan Kara1-3/+26
2016-08-22ext4: check for extents that wrap aroundVegard Nossum1-2/+6
2016-07-12ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan1-3/+3
2016-06-03ext4: silence UBSAN in ext4_mb_init()Nicolai Stange1-2/+4
2016-06-03ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange1-1/+3
2016-06-03ext4: fix oops on corrupted filesystemJan Kara1-1/+1
2016-06-03ext4: clean up error handling when orphan list is corruptedTheodore Ts'o1-24/+22
2016-06-03ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o1-4/+6
2016-04-20ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o1-11/+11
2016-04-20ext4: add lockdep annotations for i_data_semTheodore Ts'o3-4/+55
2016-04-18ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan1-0/+1
2016-03-04ext4: fix crashes in dioread_nolock modeJan Kara1-20/+20
2016-03-04ext4: don't read blocks from disk after extents being swappedEryu Guan1-3/+12
2016-03-04ext4: move_extent improve bh vanishing success factorDmitry Monakhov1-2/+6
2016-03-04ext4: fix potential integer overflowInsu Yun1-1/+1
2016-01-21ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong1-2/+10
2015-11-15ext4: fix loss of delalloc extent info in ext4_zero_range()Eric Whitney1-13/+0
2015-11-15ext4: allocate entire range in zero rangeLukas Czerner1-12/+19
2015-10-27ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen1-4/+8
2015-08-04ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko1-11/+5
2015-08-04ext4: correctly migrate a file with a hole at the beginningEryu Guan1-4/+5
2015-08-04ext4: be more strict when migrating to non-extent based fileEryu Guan1-1/+11
2015-08-04ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner1-3/+12
2015-07-05ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong1-1/+1
2015-07-04ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o1-0/+1
2015-07-04ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o1-4/+19
2015-06-28ext4: fix bh leak on error paths in ext4_rename() and ext4_cross_rename()Konstantin Khlebnikov1-6/+15
2015-06-10ext4: check for zero length extent explicitlyEryu Guan1-1/+1
2015-06-10ext4: fix NULL pointer dereference when journal restart failsLukas Czerner1-0/+6
2015-05-18ext4: move check under lock scope to close a race.Davide Italiano1-7/+8
2015-05-18ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2-0/+10
2015-05-18ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner1-9/+11
2015-04-25ext4: fix indirect punch hole corruptionOmar Sandoval1-34/+71
2015-02-27ext4: ignore journal checksum on remount; don't failEric Sandeen1-3/+2
2014-10-30ext4: make ext4_ext_convert_to_initialized() return proper number of blocksJan Kara1-5/+4
2014-10-30ext4: bail early when clearing inode journal flag failsJan Kara1-1/+6
2014-10-30ext4: bail out from make_indexed_dir() on first errorJan Kara1-10/+18