aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
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
2008-08-02ext4: Fix lack of credits BUG() when deleting a badly fragmented inodeTheodore Ts'o
2008-08-02ext4: fix ext4_da_write_begin error pathEric Sandeen
2008-07-26ext4: don't read inode block if the buffer has a write errorHidehiro Kawai
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi
2008-07-11ext4: delayed allocation i_blocks fix for statMingming Cao
2008-07-11ext4: fix delalloc i_disksize early update issueMingming Cao
2008-07-11ext4: Handle page without buffers in ext4_*_writepage()Aneesh Kumar K.V
2008-07-11ext4: Add ordered mode support for delallocAneesh Kumar K.V
2008-07-11ext4: Invert lock ordering of page_lock and transaction start in delallocMingming Cao
2008-07-14ext4: delayed allocation ENOSPC handlingMingming Cao
2008-07-11ext4: Add delayed allocation support in data=writeback modeAlex Tomas
2008-07-11ext4: Use new framework for data=ordered mode in JBD2Jan Kara
2008-07-11ext4: Invert the locking order of page_lock and transaction startJan Kara
2008-07-11ext4: Use page_mkwrite vma_operations to get mmap write notification.Aneesh Kumar K.V
2008-07-11ext4: cleanup block allocatorAneesh Kumar K.V
2008-07-11ext4: Use inode preallocation with -o noextentsAneesh Kumar K.V
2008-07-11ext4: handle deleting corrupted indirect blocksDuane Griffin
2008-07-11ext4: handle corrupted orphan list at mountDuane Griffin
2008-04-29ext4: fix test ext_generic_write_end() copied return valueRoel Kluin
2008-04-29ext4: move headers out of include/linuxChristoph Hellwig
2008-04-17ext4: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-17ext4: use ext4_get_group_desc()Akinobu Mita
2008-04-29ext4: Fix race between migration and mmap writeAneesh Kumar K.V
2008-04-21ext*: spelling fix prefered -> preferredBenoit Boissinot
2008-02-25ext4: Fix BUG when writing to an unitialized extentMingming Cao
2008-02-15ext4: modify block allocation algorithm for the last groupValerie Clement
2008-02-25Remove incorrect BKL comments in ext4Andi Kleen
2008-02-10ext4: Fix Direct I/O lockingJan Kara
2008-02-05allow in-inode EAs on ext4 root inodeEric Sandeen
2008-02-07iget: stop EXT4 from using iget() and read_inode()David Howells
2008-02-06ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter
2008-01-29ext4: Add multi block allocator for ext4Alex Tomas
2008-01-28ext4: Add inode version support in ext4Jean Noel Cordenner
2008-01-28ext4: Take read lock during overwrite case.Aneesh Kumar K.V
2008-01-28ext4: Convert truncate_mutex to read write semaphore.Aneesh Kumar K.V
2008-01-28ext4: Make ext4_get_blocks_wrap take the truncate_mutex early.Aneesh Kumar K.V
2008-01-28ext4: store maxbytes for bitmapped files and return EFBIG as appropriateEric Sandeen
2008-01-28ext4: Support large filesAneesh Kumar K.V