aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* fs: create and use seq_show_option for escapingKees Cook2015-10-131-2/+2
* ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2015-08-121-11/+5
* ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov2015-08-121-3/+4
* ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong2015-08-121-1/+1
* ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o2015-08-121-0/+1
* ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o2015-08-121-4/+19
* ext4: check for zero length extent explicitlyEryu Guan2015-08-071-1/+1
* ext4: move check under lock scope to close a race.Davide Italiano2015-08-071-7/+10
* ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner2015-08-071-8/+10
* ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov2015-01-011-4/+3
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-011-1/+1
* ext4: bail out from make_indexed_dir() on first errorJan Kara2014-12-141-10/+17
* ext4: fix oops when loading block bitmap failedJan Kara2014-12-141-0/+4
* ext4: fix overflow when updating superblock backups after resizeJan Kara2014-12-141-1/+1
* ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen2014-12-141-1/+16
* ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o2014-12-144-3/+11
* ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o2014-12-142-5/+4
* ext4: don't check quota format when there are no quota filesJan Kara2014-12-141-7/+0
* ext4: check EA value offset when loadingDarrick J. Wong2014-12-141-8/+24
* ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o2014-11-051-0/+5
* ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o2014-09-131-1/+20
* ext4: cleanup in ext4_discard_allocated_blocks()Zheng Liu2014-09-131-6/+2
* ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen2014-08-061-2/+0
* ext4: clarify error count warning messagesTheodore Ts'o2014-08-061-3/+4
* ext4: fix wrong assert in ext4_mb_normalize_request()Maurizio Lombardi2014-07-111-1/+1
* ext4: fix zeroing of page during writebackJan Kara2014-07-111-12/+12
* ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o2014-05-181-1/+1
* ext4: note the error in ext4_end_bio()Matthew Wilcox2014-05-181-2/+3
* ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio2014-05-181-0/+5
* ext4: fix partial cluster handling for bigalloc file systemsEric Whitney2014-04-301-0/+21
* ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o2014-04-091-6/+9
* ext4: don't leave i_crtime.tv_sec uninitializedTheodore Ts'o2014-04-021-0/+2
* ext4: add explicit casts when masking cluster sizesTheodore Ts'o2014-02-153-16/+24
* ext4: fix del_timer() misuse for ->s_err_reportAl Viro2014-02-151-2/+2
* ext4: check for overlapping extents in ext4_valid_extent_entries()Eryu Guan2014-02-151-1/+18
* ext4: fix use-after-free in ext4_mb_new_blocksJunho Ryu2014-02-151-3/+8
* ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() failsTheodore Ts'o2014-02-151-0/+4
* ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea()Theodore Ts'o2014-01-031-0/+1
* ext4: fix memory leak in xattrDave Jones2013-11-281-0/+2
* ext4: return 32/64-bit dir name hash according to usage typeFan Yong2013-11-283-48/+176
* ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o2013-10-261-1/+2
* jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara2013-09-101-4/+4
* ext4: fix mount/remount error messages for incompatible mount optionsPiotr Sarna2013-09-101-1/+16
* ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o2013-08-021-3/+8
* ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara2013-07-271-2/+2
* ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara2013-07-271-2/+2
* ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()Al Viro2013-07-271-5/+2
* ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o2013-06-191-0/+2
* ext4: limit group search loop for non-extent filesLachlan McIlroy2013-05-301-1/+5
* ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUGTheodore Ts'o2013-05-131-1/+2