aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-17ext4: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-04-17ext4: use ext4_get_group_desc()Akinobu Mita1-17/+3
2008-04-29ext4: Fix race between migration and mmap writeAneesh Kumar K.V1-1/+12
2008-04-21ext*: spelling fix prefered -> preferredBenoit Boissinot1-3/+3
2008-02-25ext4: Fix BUG when writing to an unitialized extentMingming Cao1-3/+44
2008-02-15ext4: modify block allocation algorithm for the last groupValerie Clement1-1/+7
2008-02-25Remove incorrect BKL comments in ext4Andi Kleen1-1/+0
2008-02-10ext4: Fix Direct I/O lockingJan Kara1-54/+53
2008-02-05allow in-inode EAs on ext4 root inodeEric Sandeen1-7/+1
2008-02-07iget: stop EXT4 from using iget() and read_inode()David Howells1-6/+19
2008-02-06ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita1-6/+3
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter1-2/+2
2008-01-29ext4: Add multi block allocator for ext4Alex Tomas1-7/+8
2008-01-28ext4: Add inode version support in ext4Jean Noel Cordenner1-1/+17
2008-01-28ext4: Take read lock during overwrite case.Aneesh Kumar K.V1-8/+24
2008-01-28ext4: Convert truncate_mutex to read write semaphore.Aneesh Kumar K.V1-7/+33
2008-01-28ext4: Make ext4_get_blocks_wrap take the truncate_mutex early.Aneesh Kumar K.V1-61/+8
2008-01-28ext4: store maxbytes for bitmapped files and return EFBIG as appropriateEric Sandeen1-1/+15
2008-01-28ext4: Support large filesAneesh Kumar K.V1-7/+25
2008-01-28ext4: Add support for 48 bit inode i_blocks.Aneesh Kumar K.V1-2/+56
2008-01-28ext4: Rename i_dir_acl to i_size_highAneesh Kumar K.V1-33/+22
2008-01-28ext4: Rename i_file_acl to i_file_acl_loAneesh Kumar K.V1-2/+2
2008-01-28ext4: Fix sparse warnings.Aneesh Kumar K.V1-7/+11
2008-01-28ext4: add ext4_group_t, and change all group variables to this type.Avantika Mathur1-2/+3
2008-01-28ext4: Introduce ext4_lblk_tAneesh Kumar K.V1-15/+19
2007-10-17ext4: sparse fixesAneesh Kumar K.V1-1/+1
2007-10-17ext4: Fix sparse warningsAneesh Kumar K.V1-2/+4
2007-10-17ext4: Remove (partial, never completed) fragment supportColy Li1-10/+0
2007-10-16ext4: convert to new aopsNick Piggin1-54/+120
2007-07-19fix ext4/JBD2 build warningsMingming Cao1-1/+1
2007-07-18ext4: remove extra IS_RDONLY() checkDave Hansen1-1/+1
2007-07-18Use zero_user_page() in ext4 where possibleEric Sandeen1-9/+2
2007-07-18ext4: Expand extra_inodes space per the s_{want,min}_extra_isize fields Kalpak Shah1-1/+62
2007-07-18ext4: Add nanosecond timestampsKalpak Shah1-9/+13