aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2009-02-20ext4: Use new buffer_head flag to check uninit group bitmaps initializationAneesh Kumar K.V
2009-02-20ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()Aneesh Kumar K.V
2009-02-20ext4: Fix race between read_block_bitmap() and mark_diskspace_used()Aneesh Kumar K.V
2009-02-20ext4: don't use blocks freed but not yet committed in buddy cache initAneesh Kumar K.V
2009-02-20ext4: Use an rbtree for tracking blocks freed during transaction.Aneesh Kumar K.V
2009-02-20ext4: cleanup mballoc header filesAneesh Kumar K.V
2009-02-20ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resizeAneesh Kumar K.V
2009-02-20ext4: Add blocks added during resize to bitmapAneesh Kumar K.V
2009-02-20ext4: Don't overwrite allocation_context ac_statusAneesh Kumar K.V
2009-02-20ext4: Widen type of ext4_sb_info.s_mb_maxs[]Yasunori Goto
2009-02-20ext4: avoid ext4_error when mounting a fs with a single bgAneesh Kumar K.V
2009-02-20ext4: Fix the delalloc writepages to allocate blocks at the right offset.Aneesh Kumar K.V
2009-02-20ext4: tone down ext4_da_writepages warningsTheodore Ts'o
2009-02-20ext4: Add support for non-native signed/unsigned htree hash algorithmsTheodore Ts'o
2009-01-18fs: symlink write_begin allocation context fixNick Piggin
2008-12-05ext4: add checksum calculation when clearing UNINIT flag in ext4_new_inodeFrederic Bohe
2008-12-05ext4: Mark the buffer_heads as dirty and uptodate after prepare_writeAneesh Kumar K.V
2008-12-05ext4: calculate journal credits correctlyTheodore Ts'o
2008-12-05ext4: wait on all pending commits in ext4_sync_fs()Theodore Ts'o
2008-12-05ext4: Convert to host order before using the values.Aneesh Kumar K.V
2008-12-05ext4: Fix duplicate entries returned from getdents() system callTheodore Ts'o
2008-12-05ext4: Do mballoc init before doing filesystem recoveryAneesh Kumar K.V
2008-12-05ext4: Free ext4_prealloc_space using kmem_cache_freeAneesh Kumar K.V
2008-12-05ext4: fix xattr deadlockKalpak Shah
2008-12-05ext4/jbd2: Avoid WARN() messages when failing to write to the superblockTheodore Ts'o
2008-12-05ext4: Renumber EXT4_IOC_MIGRATETheodore Ts'o
2008-12-05ext4: elevate write count for migrate ioctlAneesh Kumar K.V
2008-12-05ext4: add missing unlock in ext4_check_descriptors() on error pathLi Zefan
2008-12-05ext4: fix #11321: create /proc/ext4/*/stats more carefullyAlexey Dobriyan
2008-12-05ext4: Update flex_bg free blocks and free inodes counters when resizing.Frederic Bohe
2008-10-25ext[234]: Avoid printk floods in the face of directory corruption (CVE-2008-3...Eric Sandeen
2008-08-18ext4: Fix small file fragmentationAneesh Kumar K.V
2008-08-19ext4: Initialize writeback_index to 0 when allocating a new inodeAneesh Kumar K.V
2008-08-19ext4: make sure ext4_has_free_blocks returns 0 for ENOSPCAneesh Kumar K.V
2008-08-19ext4: journal credit fix for the delayed allocation's writepages() functionMingming Cao
2008-08-19ext4: Rework the ext4_da_writepages() functionAneesh Kumar K.V
2008-08-19ext4: journal credits reservation fixes for DIO, fallocateMingming Cao
2008-08-19ext4: journal credits reservation fixes for extent file writepageMingming Cao
2008-08-19ext4: journal credits calulation cleanup and fix for non-extent writepageMingming Cao
2008-08-19ext4: Fix bug where we return ENOSPC even though we have plenty of inodesEric Sandeen
2008-08-19ext4: don't try to resize if there are no reserved gdt blocks leftJosef Bacik
2008-08-16ext4: Use ext4_discard_reservations instead of mballoc-specific callTheodore Ts'o
2008-08-19ext4: Fix ext4_dx_readdir hash collision handlingTheodore Ts'o
2008-08-19ext4: Fix delalloc release block reservation for truncateMingming Cao
2008-08-13ext4: Fix potential truncate BUG due to i_prealloc_list being non-emptyTheodore Ts'o
2008-08-19ext4: Handle unwritten extent properly with delayed allocationAneesh Kumar K.V
2008-08-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2008-08-02ext4: remove write-only variables from ext4_ordered_write_endEric Sandeen
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi