summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-06-051-1/+1
* ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o2017-06-051-1/+2
* ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o2017-06-051-2/+4
* ext4: fix inline data error pathsTheodore Ts'o2017-06-052-6/+23
* ext4: fix data corruption in data=journal modeJan Kara2017-06-051-10/+13
* ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o2017-06-051-1/+33
* ext4: trim allocation requests to group sizeJan Kara2017-06-051-0/+7
* ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2017-06-053-54/+74
* ext4: avoid deadlock when expanding inode sizeJan Kara2017-06-052-8/+13
* ext4: return -ENOMEM instead of successDan Carpenter2017-03-161-1/+3
* ext4: reject inodes with negative sizeDarrick J. Wong2017-03-161-0/+6
* ext4: add sanity checking to count_overhead()Theodore Ts'o2017-03-161-3/+8
* ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o2017-03-161-9/+6
* ext4: fix in-superblock mount options processingTheodore Ts'o2017-03-161-15/+23
* ext4: fix stack memory corruption with 64k block sizeChandan Rajendra2017-03-161-1/+1
* ext4: fix mballoc breakage with 64k block sizeChandan Rajendra2017-03-161-1/+1
* ext4: validate s_first_meta_bg at mount timeEryu Guan2017-02-261-0/+9
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2017-02-232-1/+17
* ext4: release bh in make_indexed_dirgmail2017-02-231-8/+6
* ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang2017-02-231-0/+2
* ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2017-02-231-4/+4
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2017-02-231-1/+1
* Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings2017-02-231-1/+1
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-11-201-8/+4
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-11-201-1/+1
* ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2016-11-201-1/+17
* ext4: short-cut orphan cleanup on errorVegard Nossum2016-11-201-0/+10
* ext4: fix reference counting bug on block allocation errorVegard Nossum2016-11-201-14/+3
* ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2016-11-202-0/+10
* ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum2016-11-201-3/+3
* ext4: fix deadlock during page writebackJan Kara2016-11-201-3/+26
* ext4: check for extents that wrap aroundVegard Nossum2016-11-201-2/+6
* ext4: fix oops on corrupted filesystemJan Kara2016-08-221-1/+1
* ext4: clean up error handling when orphan list is corruptedTheodore Ts'o2016-08-221-24/+21
* ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o2016-08-221-4/+6
* ext4: fix data exposure after a crashJan Kara2016-08-221-9/+14
* ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan2016-05-011-3/+3
* ext4: add lockdep annotations for i_data_semTheodore Ts'o2016-05-013-4/+55
* ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan2016-03-241-0/+1
* ext4: fix crashes in dioread_nolock modeJan Kara2016-03-041-20/+20
* ext4: fix bh->b_state corruptionJan Kara2016-03-041-2/+30
* ext4: don't read blocks from disk after extents being swappedEryu Guan2016-03-041-3/+12
* ext4: fix potential integer overflowInsu Yun2016-03-041-1/+1
* ext4: Fix handling of extended tv_secDavid Turner2016-01-111-7/+44
* ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2015-12-131-2/+10
* [PATCH] fix calculation of meta_bg descriptor backupsAndy Leiserson2015-12-131-2/+2
* ext4: fix potential use after free in __ext4_journal_stopLukas Czerner2015-12-131-3/+3
* ext4: fix loss of delalloc extent info in ext4_zero_range()Eric Whitney2015-09-301-13/+0
* fs: create and use seq_show_option for escapingKees Cook2015-09-291-2/+2
* ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov2015-08-271-3/+3