summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2017-01-12ext4: return -ENOMEM instead of successDan Carpenter
2017-01-12ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-01-12ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-01-12ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2017-01-12ext4: fix stack memory corruption with 64k block sizeChandan Rajendra
2017-01-12ext4: fix mballoc breakage with 64k block sizeChandan Rajendra
2016-12-23posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-12-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-12-23xattr: Option to disable meta-data block cacheAndreas Dilger
2016-10-02fscrypto: require write access to mount to set encryption policyEric Biggers
2016-09-12ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2016-08-19ext4: verify extent header depthVegard Nossum
2016-08-19ext4: short-cut orphan cleanup on errorVegard Nossum
2016-08-17ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o
2016-08-17ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum
2016-08-17ext4: fix deadlock during page writebackJan Kara
2016-08-16ext4: check for extents that wrap aroundVegard Nossum
2016-07-10ext4: 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-04-11ext4: fix bh->b_state corruptionJan Kara
2016-04-11dax: don't abuse get_block mapping for endio callbacksDave Chinner
2016-03-23ext4: fix races of writeback with punch hole and zero rangeJan Kara
2016-03-23ext4: fix races between buffered IO and collapse / insert rangeJan Kara
2016-03-23ext4: move unlocked dio protection from ext4_alloc_file_blocks()Jan Kara
2016-03-23ext4: fix races between page faults and hole punchingJan Kara
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: fix potential integer overflowInsu Yun
2015-12-14ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2015-12-14ext4: fix potential use after free in __ext4_journal_stopLukas Czerner
2015-12-14ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o
2015-09-29Revert "ext4: remove block_device_ejected"Theodore Ts'o
2015-09-29ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen
2015-09-21fs: create and use seq_show_option for escapingKees Cook
2015-08-03ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko
2015-08-03ext4: correctly migrate a file with a hole at the beginningEryu Guan
2015-08-03ext4: be more strict when migrating to non-extent based fileEryu Guan
2015-08-03ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner
2015-08-03ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov
2015-08-03ext4: fix fencepost error in lazytime optimizationTheodore Ts'o
2015-08-03ext4: set lazytime on remount if MS_LAZYTIME is set by mountTheodore Ts'o
2015-08-03ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong
2015-08-03ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o