summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2015-01-01ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov
2015-01-01move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-12-14ext4: bail out from make_indexed_dir() on first errorJan Kara
2014-12-14ext4: fix oops when loading block bitmap failedJan Kara
2014-12-14ext4: fix overflow when updating superblock backups after resizeJan Kara
2014-12-14ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen
2014-12-14ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o
2014-12-14ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o
2014-12-14ext4: don't check quota format when there are no quota filesJan Kara
2014-12-14ext4: check EA value offset when loadingDarrick J. Wong
2014-11-05ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o
2014-09-13ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o
2014-09-13ext4: cleanup in ext4_discard_allocated_blocks()Zheng Liu
2014-08-06ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen
2014-08-06ext4: clarify error count warning messagesTheodore Ts'o
2014-07-11ext4: fix wrong assert in ext4_mb_normalize_request()Maurizio Lombardi
2014-07-11ext4: fix zeroing of page during writebackJan Kara
2014-05-18ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o
2014-05-18ext4: note the error in ext4_end_bio()Matthew Wilcox
2014-05-18ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio
2014-04-30ext4: fix partial cluster handling for bigalloc file systemsEric Whitney
2014-04-09ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o
2014-04-02ext4: don't leave i_crtime.tv_sec uninitializedTheodore Ts'o
2014-02-15ext4: add explicit casts when masking cluster sizesTheodore Ts'o
2014-02-15ext4: fix del_timer() misuse for ->s_err_reportAl Viro
2014-02-15ext4: check for overlapping extents in ext4_valid_extent_entries()Eryu Guan
2014-02-15ext4: fix use-after-free in ext4_mb_new_blocksJunho Ryu
2014-02-15ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() failsTheodore Ts'o
2014-01-03ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea()Theodore Ts'o
2013-11-28ext4: fix memory leak in xattrDave Jones
2013-11-28ext4: return 32/64-bit dir name hash according to usage typeFan Yong
2013-10-26ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o
2013-09-10jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara
2013-09-10ext4: fix mount/remount error messages for incompatible mount optionsPiotr Sarna
2013-08-02ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o
2013-07-27ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara
2013-07-27ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara
2013-07-27ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()Al Viro
2013-06-19ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o
2013-05-30ext4: limit group search loop for non-extent filesLachlan McIlroy
2013-05-13ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUGTheodore Ts'o
2013-05-13ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o
2013-03-27ext4: fix data=journal fast mount/umount hangTheodore Ts'o
2013-03-27ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o
2013-03-27ext4: convert number of blocks to clusters properlyLukas Czerner
2013-03-27ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Zheng Liu
2013-03-06ext4: fix kernel BUG on large-scale rm -rf commandsTheodore Ts'o
2013-03-06ext4: fix hole punch failure when depth is greater than 0Ashish Sangwan
2013-03-06ext4: rewrite punch hole to use ext4_ext_remove_space()Lukas Czerner
2013-03-06ext4: fix free clusters calculation in bigalloc filesystemLukas Czerner