summaryrefslogtreecommitdiff
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: do not use stripe_width if it is not setJan Kara2017-11-081-2/+2
* ext4: fix stripe-unaligned allocationsJan Kara2017-11-081-2/+4
* ext4: avoid deadlock when expanding inode sizeJan Kara2017-10-212-8/+13
* ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong2017-10-181-2/+2
* ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-10-121-1/+1
* ext4: validate s_first_meta_bg at mount timeEryu Guan2017-10-121-0/+9
* ext4: Don't clear SGID when inheriting ACLsJan Kara2017-10-121-7/+15
* ext4: fix data corruption for mmap writesJan Kara2017-10-121-5/+19
* ext4: only call ext4_truncate when size <= isizeJosef Bacik2017-10-121-21/+19
* ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)2017-09-271-3/+3
* ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee2017-08-111-1/+2
* ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara2017-08-111-0/+3
* ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov2017-06-141-2/+3
* ext4: fix SEEK_HOLEJan Kara2017-06-141-36/+14
* ext4: fix potential use after free in __ext4_journal_stopLukas Czerner2017-05-201-3/+3
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2017-05-081-8/+4
* ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o2017-05-081-4/+28
* ext4: mark inode dirty after converting inline directoryEric Biggers2017-04-221-3/+2
* ext4: return -ENOMEM instead of successDan Carpenter2017-01-151-1/+3
* ext4: add sanity checking to count_overhead()Theodore Ts'o2017-01-151-3/+8
* ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o2017-01-151-9/+6
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2017-01-152-1/+17
* ext4: fix stack memory corruption with 64k block sizeChandan Rajendra2017-01-131-1/+1
* ext4: fix mballoc breakage with 64k block sizeChandan Rajendra2017-01-131-1/+1
* ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2016-09-121-1/+17
* ext4: short-cut orphan cleanup on errorVegard Nossum2016-08-221-0/+10
* ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2016-08-222-0/+10
* ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum2016-08-221-3/+3
* ext4: fix deadlock during page writebackJan Kara2016-08-221-3/+26
* ext4: check for extents that wrap aroundVegard Nossum2016-08-221-2/+6
* ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan2016-07-121-3/+3
* ext4: silence UBSAN in ext4_mb_init()Nicolai Stange2016-06-031-2/+4
* ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange2016-06-031-1/+3
* ext4: fix oops on corrupted filesystemJan Kara2016-06-031-1/+1
* ext4: clean up error handling when orphan list is corruptedTheodore Ts'o2016-06-031-24/+22
* ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o2016-06-031-4/+6
* ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o2016-04-201-11/+11
* ext4: add lockdep annotations for i_data_semTheodore Ts'o2016-04-203-4/+55
* ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan2016-04-181-0/+1
* ext4: fix crashes in dioread_nolock modeJan Kara2016-03-041-20/+20
* ext4: don't read blocks from disk after extents being swappedEryu Guan2016-03-041-3/+12
* ext4: move_extent improve bh vanishing success factorDmitry Monakhov2016-03-041-2/+6
* ext4: fix potential integer overflowInsu Yun2016-03-041-1/+1
* ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2016-01-211-2/+10
* ext4: fix loss of delalloc extent info in ext4_zero_range()Eric Whitney2015-11-151-13/+0
* ext4: allocate entire range in zero rangeLukas Czerner2015-11-151-12/+19
* ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen2015-10-271-4/+8
* ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2015-08-041-11/+5
* ext4: correctly migrate a file with a hole at the beginningEryu Guan2015-08-041-4/+5
* ext4: be more strict when migrating to non-extent based fileEryu Guan2015-08-041-1/+11