summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2017-07-18ext4: lock the xattr block before checksuming itTheodore Ts'o
2017-07-18ext4: mark inode dirty after converting inline directoryEric Biggers
2017-06-05ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o
2017-06-05ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o
2017-06-05ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o
2017-06-05ext4: fix inline data error pathsTheodore Ts'o
2017-06-05ext4: fix data corruption in data=journal modeJan Kara
2017-06-05ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o
2017-06-05ext4: trim allocation requests to group sizeJan Kara
2017-06-05ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o
2017-06-05ext4: avoid deadlock when expanding inode sizeJan Kara
2017-03-16ext4: return -ENOMEM instead of successDan Carpenter
2017-03-16ext4: reject inodes with negative sizeDarrick J. Wong
2017-03-16ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-03-16ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-03-16ext4: fix in-superblock mount options processingTheodore Ts'o
2017-03-16ext4: fix stack memory corruption with 64k block sizeChandan Rajendra
2017-03-16ext4: fix mballoc breakage with 64k block sizeChandan Rajendra
2017-02-26ext4: validate s_first_meta_bg at mount timeEryu Guan
2017-02-23ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2017-02-23ext4: release bh in make_indexed_dirgmail
2017-02-23ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang
2017-02-23ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong
2017-02-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2017-02-23Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings
2016-11-20posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-11-20ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2016-11-20ext4: short-cut orphan cleanup on errorVegard Nossum
2016-11-20ext4: fix reference counting bug on block allocation errorVegard Nossum
2016-11-20ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o
2016-11-20ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum
2016-11-20ext4: fix deadlock during page writebackJan Kara
2016-11-20ext4: check for extents that wrap aroundVegard Nossum
2016-08-22ext4: fix oops on corrupted filesystemJan Kara
2016-08-22ext4: clean up error handling when orphan list is corruptedTheodore Ts'o
2016-08-22ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o
2016-08-22ext4: fix data exposure after a crashJan Kara
2016-05-01ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan
2016-05-01ext4: add lockdep annotations for i_data_semTheodore Ts'o
2016-03-24ext4: 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: fix bh->b_state corruptionJan Kara
2016-03-04ext4: don't read blocks from disk after extents being swappedEryu Guan
2016-03-04ext4: fix potential integer overflowInsu Yun
2016-01-11ext4: Fix handling of extended tv_secDavid Turner
2015-12-13ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2015-12-13[PATCH] fix calculation of meta_bg descriptor backupsAndy Leiserson
2015-12-13ext4: fix potential use after free in __ext4_journal_stopLukas Czerner
2015-09-30ext4: fix loss of delalloc extent info in ext4_zero_range()Eric Whitney