summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2018-04-24ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o1-0/+6
2018-04-24ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o1-0/+6
2018-04-13ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan1-1/+1
2018-02-25ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou1-0/+1
2017-12-20ext4: fix crash when a directory's i_size is too smallChandan Rajendra1-0/+4
2017-11-30ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o1-2/+4
2017-11-08ext4: do not use stripe_width if it is not setJan Kara1-2/+2
2017-11-08ext4: fix stripe-unaligned allocationsJan Kara1-2/+4
2017-10-21ext4: avoid deadlock when expanding inode sizeJan Kara2-8/+13
2017-10-18ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong1-2/+2
2017-10-12ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o1-1/+1
2017-10-12ext4: validate s_first_meta_bg at mount timeEryu Guan1-0/+9
2017-10-12ext4: Don't clear SGID when inheriting ACLsJan Kara1-7/+15
2017-10-12ext4: fix data corruption for mmap writesJan Kara1-5/+19
2017-10-12ext4: only call ext4_truncate when size <= isizeJosef Bacik1-21/+19
2017-09-27ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)1-3/+3
2017-08-11ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee1-1/+2
2017-08-11ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara1-0/+3
2017-06-14ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov1-2/+3
2017-06-14ext4: fix SEEK_HOLEJan Kara1-36/+14
2017-05-20ext4: fix potential use after free in __ext4_journal_stopLukas Czerner1-3/+3
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