summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2017-11-30ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o
2017-11-08ext4: do not use stripe_width if it is not setJan Kara
2017-11-08ext4: fix stripe-unaligned allocationsJan Kara
2017-10-21ext4: avoid deadlock when expanding inode sizeJan Kara
2017-10-18ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong
2017-10-12ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o
2017-10-12ext4: validate s_first_meta_bg at mount timeEryu Guan
2017-10-12ext4: Don't clear SGID when inheriting ACLsJan Kara
2017-10-12ext4: fix data corruption for mmap writesJan Kara
2017-10-12ext4: only call ext4_truncate when size <= isizeJosef Bacik
2017-09-27ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)
2017-08-11ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee
2017-08-11ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara
2017-06-14ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov
2017-06-14ext4: fix SEEK_HOLEJan Kara
2017-05-20ext4: fix potential use after free in __ext4_journal_stopLukas Czerner
2017-05-08posix_acl: Clear SGID bit when setting file permissionsJan Kara
2017-05-08ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o
2017-04-22ext4: mark inode dirty after converting inline directoryEric Biggers
2017-01-15ext4: return -ENOMEM instead of successDan Carpenter
2017-01-15ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-01-15ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-01-15ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2017-01-13ext4: fix stack memory corruption with 64k block sizeChandan Rajendra
2017-01-13ext4: fix mballoc breakage with 64k block sizeChandan Rajendra
2016-09-12ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2016-08-22ext4: short-cut orphan cleanup on errorVegard Nossum
2016-08-22ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o
2016-08-22ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum
2016-08-22ext4: fix deadlock during page writebackJan Kara
2016-08-22ext4: check for extents that wrap aroundVegard Nossum
2016-07-12ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan
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