summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
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-13ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o1-1/+20
2014-09-13ext4: 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-26ext4: 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-02ext4: 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
2013-05-30ext4: limit group search loop for non-extent filesLachlan McIlroy1-1/+5
2013-05-13ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUGTheodore Ts'o1-1/+2
2013-05-13ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o2-4/+2
2013-03-27ext4: fix data=journal fast mount/umount hangTheodore Ts'o1-1/+2
2013-03-27ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o5-15/+15
2013-03-27ext4: convert number of blocks to clusters properlyLukas Czerner3-7/+7
2013-03-27ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Zheng Liu1-1/+5
2013-03-06ext4: fix kernel BUG on large-scale rm -rf commandsTheodore Ts'o1-0/+1