summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
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
2015-09-29fs: create and use seq_show_option for escapingKees Cook
2015-08-27ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov
2015-07-20ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko
2015-07-20ext4: correctly migrate a file with a hole at the beginningEryu Guan
2015-07-20ext4: be more strict when migrating to non-extent based fileEryu Guan
2015-07-20ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner
2015-07-15ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong
2015-07-15ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o
2015-07-15ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o
2015-05-28ext4: check for zero length extent explicitlyEryu Guan
2015-05-28ext4: fix NULL pointer dereference when journal restart failsLukas Czerner
2015-05-12ext4: move check under lock scope to close a race.Davide Italiano
2015-05-12ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner
2015-05-06ext4: allocate entire range in zero rangeLukas Czerner
2015-05-06ext4: fix ZERO_RANGE bug hidden by flag aliasingTheodore Ts'o
2015-05-06ext4: fix accidental flag aliasing in ext4_map_blocks flagsTheodore Ts'o
2015-05-05ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner
2015-04-27ext4: fix indirect punch hole corruptionOmar Sandoval
2014-11-13ext4: bail out from make_indexed_dir() on first errorJan Kara
2014-11-13ext4: convert do_split() to use the ERR_PTR conventionTheodore Ts'o
2014-11-13ext4: prevent bugon on race between write/fcntlDmitry Monakhov
2014-11-13ext4: enable journal checksum when metadata checksum feature enabledDarrick J. Wong
2014-11-13ext4: fix oops when loading block bitmap failedJan Kara
2014-11-13ext4: fix overflow when updating superblock backups after resizeJan Kara
2014-11-05ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong