summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2010-07-05ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pagesAneesh Kumar K.V
2010-07-05ext4: Fix file fragmentation during large file write.Aneesh Kumar K.V
2010-07-05ext4: Use our own write_cache_pages()Theodore Ts'o
2010-07-05ext4: check s_log_groups_per_flex in online resize codeEric Sandeen
2010-05-26ext4: Use tag dirty lookup during mpage_da_submit_ioAneesh Kumar K.V
2010-05-26ext4: Retry block allocation if we have free blocks leftAneesh Kumar K.V
2010-05-26ext4: Retry block reservationAneesh Kumar K.V
2010-05-26ext4: Add percpu dirty block accounting.Aneesh Kumar K.V
2010-05-26ext4: Make sure all the block allocation paths reserve blocksAneesh Kumar K.V
2010-05-26percpu counter: clean up percpu_counter_sum_and_set()Mingming Cao
2010-05-26ext4: invalidate pages if delalloc block allocation fails.Aneesh Kumar K.V
2010-04-01ext4: Avoid null pointer dereference when decoding EROFS w/o a journalTheodore Ts'o
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