summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2014-02-06ext4: avoid clearing beyond i_blocks when truncating an inline data fileTheodore Ts'o1-3/+5
2014-01-10ext4: fix bigalloc regressionEric Whitney1-1/+1
2014-01-10ext4: fix FITRIM in no journal modeLukas Czerner1-2/+2
2014-01-10ext4: add explicit casts when masking cluster sizesTheodore Ts'o3-16/+24
2014-01-10ext4: fix deadlock when writing in ENOSPC conditionsJan Kara1-12/+0
2014-01-10ext4: Do not reserve clusters when fs doesn't support extentsJan Kara1-4/+13
2014-01-10ext4: check for overlapping extents in ext4_valid_extent_entries()Eryu Guan1-1/+18
2014-01-10ext4: fix use-after-free in ext4_mb_new_blocksJunho Ryu1-3/+8
2014-01-10ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() failsTheodore Ts'o1-0/+9
2013-12-04ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea()Theodore Ts'o1-0/+1
2013-10-18ext4: fix memory leak in xattrDave Jones1-0/+2
2013-09-27ext4: simplify truncation code in ext4_setattr()Jan Kara1-60/+49
2013-08-20jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara1-4/+4
2013-08-15ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOTTheodore Ts'o1-2/+4
2013-08-15ext4: fix mount/remount error messages for incompatible mount optionsPiotr Sarna1-1/+16
2013-08-15ext4: allow the mount options nodelalloc and data=journalTheodore Ts'o1-1/+1
2013-08-15ext4: fix retry handling in ext4_ext_truncate()Theodore Ts'o1-1/+1
2013-08-15ext4: make sure group number is bumped after a inode allocation raceTheodore Ts'o1-5/+5
2013-08-15ext4: destroy ext4_es_cachep on module unloadEric Sandeen1-0/+1
2013-07-29ext4: fix error handling in ext4_ext_truncate()Theodore Ts'o1-0/+11
2013-07-22ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o1-3/+8
2013-07-22ext4: don't show usrquota/grpquota twice in /proc/mountsTheodore Ts'o1-6/+0
2013-07-22ext4: fix ext4_get_group_number()Theodore Ts'o2-6/+6
2013-07-22ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara1-2/+2
2013-07-22ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara1-2/+2
2013-07-22ext4: fix overflows in SEEK_HOLE, SEEK_DATA implementationsJan Kara1-7/+7
2013-07-22ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap()Jan Kara1-1/+1
2013-07-22ext4: check error return from ext4_write_inline_data_end()Theodore Ts'o1-4/+7
2013-07-22ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()Al Viro1-5/+2
2013-07-22ext4: fix corruption when online resizing a fs with 1K block sizeMaarten ter Huurne1-3/+1
2013-05-14Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-142/+111
2013-05-12ext4: revert "ext4: use io_end for multiple bios"Theodore Ts'o3-129/+85
2013-05-08Merge branch 'akpm' (incoming from Andrew)Linus Torvalds4-0/+4
2013-05-08aio: don't include aio.h in sched.hKent Overstreet4-0/+4
2013-05-07make blkdev_put() return voidAl Viro1-7/+4
2013-05-06ext4: limit group search loop for non-extent filesLachlan McIlroy1-1/+5
2013-05-03ext4: fix fio regressionYan, Zheng4-12/+21
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+2
2013-04-23ext4: fix type-widening bug in inode table readahead codeTheodore Ts'o1-2/+3
2013-04-22ext4: add check for inodes_count overflow in new resize ioctlTheodore Ts'o1-0/+4
2013-04-22ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUGTheodore Ts'o1-1/+2
2013-04-22ext4: fix online resizing for ext3-compat file systemsTheodore Ts'o1-0/+2
2013-04-22ext4: mark metadata blocks using bh flagsTheodore Ts'o2-1/+7
2013-04-20ext4: mark all metadata I/O with REQ_METATheodore Ts'o4-5/+5
2013-04-20ext4: fix readdir error in case inline_data+^dir_index.Tao Ma1-18/+51
2013-04-20ext4: fix readdir error in the case of inline_data+dir_indexTao Ma4-28/+153
2013-04-19ext4: mext_insert_extents should update extent block checksumDarrick J. Wong3-17/+8
2013-04-19ext4: move quota initialization out of inode allocation transactionJan Kara2-44/+53
2013-04-18ext4: reserve xattr index for Rich ACL supportTheodore Ts'o1-0/+1
2013-04-12ext4: clear buffer_uninit flag when submitting IOJan Kara1-1/+1