aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2009-02-26ext4: don't call jbd2_journal_force_commit_nested without journalEric Sandeen
2009-02-22ext4: Fix deadlock in ext4_write_begin() and ext4_da_write_begin()Jan Kara
2009-02-14ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pagesAneesh Kumar K.V
2009-02-10jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()Jan Kara
2009-01-30ext4: Remove bogus BUG() check in ext4_bmap()Theodore Ts'o
2009-01-20ext4: Fix ext4_free_blocks() w/o a journal when files have indirect blocksTheodore Ts'o
2009-01-17ext4: only use i_size_high for regular filesTheodore Ts'o
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-01-06percpu_counter: FBC_BATCH should be a variableEric Dumazet
2009-01-04fs: symlink write_begin allocation context fixNick Piggin
2009-01-03ext4: Add markers for better debuggabilityTheodore Ts'o
2009-01-05ext4: Use high 16 bits of the block group descriptor's free counts fieldsAneesh Kumar K.V
2008-12-31ext4: ensure fast symlinks are NUL-terminatedDuane Griffin
2008-11-07ext4: Mark the buffer_heads as dirty and uptodate after prepare_writeAneesh Kumar K.V
2008-11-22ext4: sparse fixesAneesh Kumar K.V
2008-11-06ext4: calculate journal credits correctlyTheodore Ts'o
2008-11-05ext4: Change unsigned long to unsigned intTheodore Ts'o
2009-01-07ext4: Allow ext4 to run without a journalFrank Mayhar
2009-01-05ext4: Fix the delalloc writepages to allocate blocks at the right offset.Aneesh Kumar K.V
2008-11-05ext4: tone down ext4_da_writepages warningsTheodore Ts'o
2009-01-01ext4: remove ext4_new_blocks() and call ext4_mb_new_blocks() directlyTheodore Ts'o
2008-10-29ext4: fix printk format warningAlexander Beregalov
2008-10-16ext4: Remove automatic enabling of the HUGE_FILE feature flagTheodore Ts'o
2008-10-16ext4: Fix file fragmentation during large file write.Aneesh Kumar K.V
2008-10-14ext4: Use tag dirty lookup during mpage_da_submit_ioAneesh Kumar K.V
2008-10-10ext4: Rename ext4dev to ext4Theodore Ts'o
2008-10-07Hook ext4 to the vfs fiemap interface.Eric Sandeen
2008-10-10ext4: Remove old legacy block allocatorTheodore Ts'o
2008-10-09ext4: Use readahead when reading an inode from the inode tableTheodore Ts'o
2008-09-13ext4: Properly update i_disksize.Aneesh Kumar K.V
2008-09-13ext4: truncate block allocated on a failed ext4_write_beginAneesh Kumar K.V
2008-09-08ext4: Retry block allocation if we have free blocks leftAneesh Kumar K.V
2008-09-08ext4: Don't add the inode to journal handle until after the block is allocatedAneesh Kumar K.V
2008-10-08ext4: Switch to non delalloc mode when we are low on free blocks count.Aneesh Kumar K.V
2008-10-10ext4: Add percpu dirty block accounting.Aneesh Kumar K.V
2008-09-08ext4: Retry block reservationAneesh Kumar K.V
2008-10-09ext4: Make sure all the block allocation paths reserve blocksAneesh Kumar K.V
2008-08-19ext4: invalidate pages if delalloc block allocation fails.Aneesh Kumar K.V
2008-09-08ext4: Fix whitespace checkpatch warnings/errorsTheodore Ts'o
2008-08-18ext4: Fix small file fragmentationAneesh 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 calulation cleanup and fix for non-extent writepageMingming Cao
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-02ext4: remove write-only variables from ext4_ordered_write_endEric Sandeen
2008-07-26ext4: Cleanup whitespace and other miscellaneous style issuesTheodore Ts'o
2008-07-17ext4: Cleanup the block reservation code pathAneesh Kumar K.V