summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2017-06-05ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o1-2/+4
2017-06-05ext4: fix data corruption in data=journal modeJan Kara1-11/+16
2017-06-05ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o1-1/+33
2017-06-05ext4: trim allocation requests to group sizeJan Kara1-0/+7
2017-03-16ext4: reject inodes with negative sizeDarrick J. Wong1-0/+6
2017-03-16ext4: add sanity checking to count_overhead()Theodore Ts'o1-3/+8
2017-03-16ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o1-9/+6
2017-03-16ext4: fix in-superblock mount options processingTheodore Ts'o1-15/+23
2017-03-16ext4: fix stack memory corruption with 64k block sizeChandan Rajendra1-1/+1
2017-03-16ext4: fix mballoc breakage with 64k block sizeChandan Rajendra1-1/+1
2017-02-23ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2-1/+17
2017-02-23ext4: release bh in make_indexed_dirgmail1-8/+6
2017-02-23ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong1-4/+4
2016-11-20posix_acl: Clear SGID bit when setting file permissionsJan Kara1-8/+4
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-11-20ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o1-1/+17
2016-11-20ext4: short-cut orphan cleanup on errorVegard Nossum1-0/+10
2016-11-20ext4: fix reference counting bug on block allocation errorVegard Nossum1-14/+3
2016-11-20ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o1-0/+7
2016-11-20ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum1-3/+3
2016-11-20ext4: check for extents that wrap aroundVegard Nossum1-2/+6
2016-08-23ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o1-4/+6
2016-05-01ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan1-3/+3
2016-04-01ext4: fix bh->b_state corruptionJan Kara1-2/+30
2015-12-30ext4: Fix handling of extended tv_secDavid Turner1-7/+44
2015-11-27ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong1-2/+10
2015-10-13fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-08-12ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko1-11/+5
2015-08-12ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov1-3/+4
2015-08-12ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong1-1/+1
2015-08-12ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o1-0/+1
2015-08-12ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o1-4/+19
2015-08-07ext4: check for zero length extent explicitlyEryu Guan1-1/+1
2015-08-07ext4: move check under lock scope to close a race.Davide Italiano1-7/+10
2015-08-07ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner1-8/+10
2015-01-01ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov1-4/+3
2015-01-01move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-12-14ext4: bail out from make_indexed_dir() on first errorJan Kara1-10/+17
2014-12-14ext4: fix oops when loading block bitmap failedJan Kara1-0/+4
2014-12-14ext4: fix overflow when updating superblock backups after resizeJan Kara1-1/+1
2014-12-14ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen1-1/+16
2014-12-14ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o4-3/+11
2014-12-14ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o2-5/+4
2014-12-14ext4: don't check quota format when there are no quota filesJan Kara1-7/+0
2014-12-14ext4: check EA value offset when loadingDarrick J. Wong1-8/+24
2014-11-05ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o1-0/+5
2014-09-14ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o1-1/+20
2014-09-14ext4: cleanup in ext4_discard_allocated_blocks()Zheng Liu1-6/+2
2014-08-06ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen1-2/+0
2014-08-06ext4: clarify error count warning messagesTheodore Ts'o1-3/+4