summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2009-06-11ext4: Fix race in ext4_inode_info.i_cached_extentTheodore Ts'o
2009-06-11ext4: Clear the unwritten buffer_head flag after the extent is initializedAneesh Kumar K.V
2009-06-11ext4: Use a fake block number for delayed new buffer_headAneesh Kumar K.V
2009-06-11ext4: Fix sub-block zeroing for writes into preallocated extentsAneesh Kumar K.V
2009-06-11ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is presentTheodore Ts'o
2009-06-11ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inodeTheodore Ts'o
2009-06-11ext4: really print the find_group_flex fallback warning only onceChuck Ebbert
2009-06-11ext4: fix locking typo in mballoc which could cause soft lockup hangsTheodore Ts'o
2009-06-11ext4: fix typo which causes a memory leak on error pathDan Carpenter
2009-06-11ext4: Check for an valid i_mode when reading the inode from diskTheodore Ts'o
2009-06-11ext4: Fix discard of inode prealloc space with delayed allocation.Aneesh Kumar K.V
2009-06-11ext4: Automatically allocate delay allocated blocks on renameTheodore Ts'o
2009-06-11ext4: Automatically allocate delay allocated blocks on closeTheodore Ts'o
2009-06-11ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctlTheodore Ts'o
2009-06-11ext4: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan
2009-06-11ext4: tighten restrictions on inode flagsDuane Griffin
2009-06-11ext4: don't inherit inappropriate inode flags from parentDuane Griffin
2009-06-11ext4: fix bb_prealloc_list corruption due to wrong group lockingEric Sandeen
2009-06-11ext4: fix bogus BUG_ONs in in mballoc codeEric Sandeen
2009-06-11ext4: Print the find_group_flex() warning only onceTheodore Ts'o
2009-06-11ext4: fix header check in ext4_ext_search_right() for deep extent trees.Eric Sandeen
2009-06-11ext4: fix ext4_free_inode() vs. ext4_claim_inode() raceEric Sandeen
2009-05-19mm: page_mkwrite change prototype to match faultNick Piggin
2009-03-16ext4: Fix deadlock in ext4_write_begin() and ext4_da_write_begin()Jan Kara
2009-03-16ext4: Add fallback for find_group_flexTheodore Ts'o
2009-03-16ext4: Fix NULL dereference in ext4_ext_migrate()'s error handlingDan Carpenter
2009-03-16ext4: Initialize preallocation list_head's properlyAneesh Kumar K.V
2009-03-16ext4: Fix lockdep warningAneesh Kumar K.V
2009-03-16ext4: Fix to read empty directory blocks correctly in 64kWei Yongjun
2009-03-16jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()Jan Kara
2009-03-16Revert "ext4: wait on all pending commits in ext4_sync_fs()"Jan Kara
2009-02-20ext4: Initialize the new group descriptor when resizing the filesystemTheodore Ts'o
2009-02-20ext4: Add sanity check to make_indexed_dirTheodore Ts'o
2009-02-20ext4: only use i_size_high for regular filesTheodore Ts'o
2009-02-20ext4: Add sanity checks for the superblock before mounting the filesystemTheodore Ts'o
2009-02-20ext4: Init the complete page while building buddy cacheAneesh Kumar K.V
2009-02-20ext4: Don't allow new groups to be added during block allocationAneesh Kumar K.V
2009-02-20ext4: mark the blocks/inode bitmap beyond end of group as usedAneesh Kumar K.V
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