aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-07ext4: Mark the buffer_heads as dirty and uptodate after prepare_writeAneesh Kumar K.V1-0/+2
2008-11-06ext4: calculate journal credits correctlyTheodore Ts'o1-2/+3
2008-10-16ext4: Remove automatic enabling of the HUGE_FILE feature flagTheodore Ts'o1-17/+7
2008-10-16ext4: Fix file fragmentation during large file write.Aneesh Kumar K.V1-34/+57
2008-10-14ext4: Use tag dirty lookup during mpage_da_submit_ioAneesh Kumar K.V1-17/+13
2008-10-10ext4: Rename ext4dev to ext4Theodore Ts'o1-1/+1
2008-10-07Hook ext4 to the vfs fiemap interface.Eric Sandeen1-2/+2
2008-10-10ext4: Remove old legacy block allocatorTheodore Ts'o1-30/+3
2008-10-09ext4: Use readahead when reading an inode from the inode tableTheodore Ts'o1-70/+64
2008-09-13ext4: Properly update i_disksize.Aneesh Kumar K.V1-24/+30
2008-09-13ext4: truncate block allocated on a failed ext4_write_beginAneesh Kumar K.V1-0/+14
2008-09-08ext4: Retry block allocation if we have free blocks leftAneesh Kumar K.V1-24/+57
2008-09-08ext4: Don't add the inode to journal handle until after the block is allocatedAneesh Kumar K.V1-21/+15
2008-10-08ext4: Switch to non delalloc mode when we are low on free blocks count.Aneesh Kumar K.V1-2/+50
2008-10-10ext4: Add percpu dirty block accounting.Aneesh Kumar K.V1-11/+11
2008-09-08ext4: Retry block reservationAneesh Kumar K.V1-3/+11
2008-10-09ext4: Make sure all the block allocation paths reserve blocksAneesh Kumar K.V1-4/+1
2008-08-19ext4: invalidate pages if delalloc block allocation fails.Aneesh Kumar K.V1-12/+73
2008-09-08ext4: Fix whitespace checkpatch warnings/errorsTheodore Ts'o1-48/+48
2008-08-18ext4: Fix small file fragmentationAneesh Kumar K.V1-6/+15
2008-08-19ext4: journal credit fix for the delayed allocation's writepages() functionMingming Cao1-20/+54
2008-08-19ext4: Rework the ext4_da_writepages() functionAneesh Kumar K.V1-88/+113
2008-08-19ext4: journal credits reservation fixes for DIO, fallocateMingming Cao1-21/+24
2008-08-19ext4: journal credits calulation cleanup and fix for non-extent writepageMingming Cao1-34/+97
2008-08-19ext4: Fix delalloc release block reservation for truncateMingming Cao1-0/+21
2008-08-13ext4: Fix potential truncate BUG due to i_prealloc_list being non-emptyTheodore Ts'o1-2/+3
2008-08-19ext4: Handle unwritten extent properly with delayed allocationAneesh Kumar K.V1-2/+10
2008-08-02ext4: remove write-only variables from ext4_ordered_write_endEric Sandeen1-4/+0
2008-07-26ext4: Cleanup whitespace and other miscellaneous style issuesTheodore Ts'o1-3/+2
2008-07-17ext4: Cleanup the block reservation code pathAneesh Kumar K.V1-41/+67
2008-08-02ext4: Fix lack of credits BUG() when deleting a badly fragmented inodeTheodore Ts'o1-1/+29
2008-08-02ext4: fix ext4_da_write_begin error pathEric Sandeen1-2/+5
2008-07-26ext4: don't read inode block if the buffer has a write errorHidehiro Kawai1-0/+10
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi1-44/+48
2008-07-11ext4: delayed allocation i_blocks fix for statMingming Cao1-0/+26
2008-07-11ext4: fix delalloc i_disksize early update issueMingming Cao1-16/+47
2008-07-11ext4: Handle page without buffers in ext4_*_writepage()Aneesh Kumar K.V1-45/+124
2008-07-11ext4: Add ordered mode support for delallocAneesh Kumar K.V1-5/+25
2008-07-11ext4: Invert lock ordering of page_lock and transaction start in delallocMingming Cao1-57/+144
2008-07-14ext4: delayed allocation ENOSPC handlingMingming Cao1-28/+156
2008-07-11ext4: Add delayed allocation support in data=writeback modeAlex Tomas1-5/+694
2008-07-11ext4: Use new framework for data=ordered mode in JBD2Jan Kara1-109/+49
2008-07-11ext4: Invert the locking order of page_lock and transaction startJan Kara1-143/+149
2008-07-11ext4: Use page_mkwrite vma_operations to get mmap write notification.Aneesh Kumar K.V1-0/+61
2008-07-11ext4: cleanup block allocatorAneesh Kumar K.V1-1/+1
2008-07-11ext4: Use inode preallocation with -o noextentsAneesh Kumar K.V1-18/+54
2008-07-11ext4: handle deleting corrupted indirect blocksDuane Griffin1-1/+15
2008-07-11ext4: handle corrupted orphan list at mountDuane Griffin1-6/+14
2008-04-29ext4: fix test ext_generic_write_end() copied return valueRoel Kluin1-6/+8
2008-04-29ext4: move headers out of include/linuxChristoph Hellwig1-1/+1