summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-11ext4: fix wrong assert in ext4_mb_normalize_request()Maurizio Lombardi1-1/+1
2014-07-11ext4: fix zeroing of page during writebackJan Kara1-12/+12
2014-05-18ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o1-1/+1
2014-05-18ext4: note the error in ext4_end_bio()Matthew Wilcox1-2/+3
2014-05-18ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio1-0/+5
2014-04-30ext4: fix partial cluster handling for bigalloc file systemsEric Whitney1-0/+21
2014-04-09ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o1-6/+9
2014-04-02ext4: don't leave i_crtime.tv_sec uninitializedTheodore Ts'o1-0/+2
2014-02-15ext4: add explicit casts when masking cluster sizesTheodore Ts'o3-16/+24
2014-02-15ext4: fix del_timer() misuse for ->s_err_reportAl Viro1-2/+2
2014-02-15ext4: check for overlapping extents in ext4_valid_extent_entries()Eryu Guan1-1/+18
2014-02-15ext4: fix use-after-free in ext4_mb_new_blocksJunho Ryu1-3/+8
2014-02-15ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() failsTheodore Ts'o1-0/+4
2014-01-03ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea()Theodore Ts'o1-0/+1
2013-11-28ext4: fix memory leak in xattrDave Jones1-0/+2
2013-11-28ext4: return 32/64-bit dir name hash according to usage typeFan Yong3-48/+176
2013-10-27ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o1-1/+2
2013-09-10jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara1-4/+4
2013-09-10ext4: fix mount/remount error messages for incompatible mount optionsPiotr Sarna1-1/+16
2013-08-03ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o1-3/+8
2013-07-27ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara1-2/+2
2013-07-27ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara1-2/+2
2013-07-27ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()Al Viro1-5/+2
2013-06-19ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o1-0/+2