aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAge
* ext4: Cleanup the block reservation code pathAneesh Kumar K.V2008-07-17
* ext4: Fix lack of credits BUG() when deleting a badly fragmented inodeTheodore Ts'o2008-08-02
* ext4: fix ext4_da_write_begin error pathEric Sandeen2008-08-02
* ext4: don't read inode block if the buffer has a write errorHidehiro Kawai2008-07-26
* vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi2008-07-28
* ext4: delayed allocation i_blocks fix for statMingming Cao2008-07-11
* ext4: fix delalloc i_disksize early update issueMingming Cao2008-07-11
* ext4: Handle page without buffers in ext4_*_writepage()Aneesh Kumar K.V2008-07-11
* ext4: Add ordered mode support for delallocAneesh Kumar K.V2008-07-11
* ext4: Invert lock ordering of page_lock and transaction start in delallocMingming Cao2008-07-11
* ext4: delayed allocation ENOSPC handlingMingming Cao2008-07-14
* ext4: Add delayed allocation support in data=writeback modeAlex Tomas2008-07-11
* ext4: Use new framework for data=ordered mode in JBD2Jan Kara2008-07-11
* ext4: Invert the locking order of page_lock and transaction startJan Kara2008-07-11
* ext4: Use page_mkwrite vma_operations to get mmap write notification.Aneesh Kumar K.V2008-07-11
* ext4: cleanup block allocatorAneesh Kumar K.V2008-07-11
* ext4: Use inode preallocation with -o noextentsAneesh Kumar K.V2008-07-11
* ext4: handle deleting corrupted indirect blocksDuane Griffin2008-07-11
* ext4: handle corrupted orphan list at mountDuane Griffin2008-07-11
* ext4: fix test ext_generic_write_end() copied return valueRoel Kluin2008-04-29
* ext4: move headers out of include/linuxChristoph Hellwig2008-04-29
* ext4: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-17
* ext4: use ext4_get_group_desc()Akinobu Mita2008-04-17
* ext4: Fix race between migration and mmap writeAneesh Kumar K.V2008-04-29
* ext*: spelling fix prefered -> preferredBenoit Boissinot2008-04-21
* ext4: Fix BUG when writing to an unitialized extentMingming Cao2008-02-25
* ext4: modify block allocation algorithm for the last groupValerie Clement2008-02-15
* Remove incorrect BKL comments in ext4Andi Kleen2008-02-25
* ext4: Fix Direct I/O lockingJan Kara2008-02-10
* allow in-inode EAs on ext4 root inodeEric Sandeen2008-02-05
* iget: stop EXT4 from using iget() and read_inode()David Howells2008-02-07
* ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita2008-02-06
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-05
* ext4: Add multi block allocator for ext4Alex Tomas2008-01-29
* ext4: Add inode version support in ext4Jean Noel Cordenner2008-01-28
* ext4: Take read lock during overwrite case.Aneesh Kumar K.V2008-01-28
* ext4: Convert truncate_mutex to read write semaphore.Aneesh Kumar K.V2008-01-28
* ext4: Make ext4_get_blocks_wrap take the truncate_mutex early.Aneesh Kumar K.V2008-01-28
* ext4: store maxbytes for bitmapped files and return EFBIG as appropriateEric Sandeen2008-01-28
* ext4: Support large filesAneesh Kumar K.V2008-01-28
* ext4: Add support for 48 bit inode i_blocks.Aneesh Kumar K.V2008-01-28
* ext4: Rename i_dir_acl to i_size_highAneesh Kumar K.V2008-01-28
* ext4: Rename i_file_acl to i_file_acl_loAneesh Kumar K.V2008-01-28
* ext4: Fix sparse warnings.Aneesh Kumar K.V2008-01-28
* ext4: add ext4_group_t, and change all group variables to this type.Avantika Mathur2008-01-28
* ext4: Introduce ext4_lblk_tAneesh Kumar K.V2008-01-28
* ext4: sparse fixesAneesh Kumar K.V2007-10-17
* ext4: Fix sparse warningsAneesh Kumar K.V2007-10-17
* ext4: Remove (partial, never completed) fragment supportColy Li2007-10-17
* ext4: convert to new aopsNick Piggin2007-10-16