summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: delayed allocation i_blocks fix for statMingming Cao2008-07-111-0/+26
* ext4: fix delalloc i_disksize early update issueMingming Cao2008-07-111-16/+47
* ext4: Handle page without buffers in ext4_*_writepage()Aneesh Kumar K.V2008-07-111-45/+124
* ext4: Add ordered mode support for delallocAneesh Kumar K.V2008-07-111-5/+25
* ext4: Invert lock ordering of page_lock and transaction start in delallocMingming Cao2008-07-111-57/+144
* ext4: delayed allocation ENOSPC handlingMingming Cao2008-07-141-28/+156
* ext4: Add delayed allocation support in data=writeback modeAlex Tomas2008-07-111-5/+694
* ext4: Use new framework for data=ordered mode in JBD2Jan Kara2008-07-111-109/+49
* ext4: Invert the locking order of page_lock and transaction startJan Kara2008-07-111-143/+149
* ext4: Use page_mkwrite vma_operations to get mmap write notification.Aneesh Kumar K.V2008-07-111-0/+61
* ext4: cleanup block allocatorAneesh Kumar K.V2008-07-111-1/+1
* ext4: Use inode preallocation with -o noextentsAneesh Kumar K.V2008-07-111-18/+54
* ext4: handle deleting corrupted indirect blocksDuane Griffin2008-07-111-1/+15
* ext4: handle corrupted orphan list at mountDuane Griffin2008-07-111-6/+14
* ext4: fix test ext_generic_write_end() copied return valueRoel Kluin2008-04-291-6/+8
* ext4: move headers out of include/linuxChristoph Hellwig2008-04-291-1/+1
* ext4: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-171-4/+4
* ext4: use ext4_get_group_desc()Akinobu Mita2008-04-171-17/+3
* ext4: Fix race between migration and mmap writeAneesh Kumar K.V2008-04-291-1/+12
* ext*: spelling fix prefered -> preferredBenoit Boissinot2008-04-211-3/+3
* ext4: Fix BUG when writing to an unitialized extentMingming Cao2008-02-251-3/+44
* ext4: modify block allocation algorithm for the last groupValerie Clement2008-02-151-1/+7
* Remove incorrect BKL comments in ext4Andi Kleen2008-02-251-1/+0
* ext4: Fix Direct I/O lockingJan Kara2008-02-101-54/+53
* allow in-inode EAs on ext4 root inodeEric Sandeen2008-02-051-7/+1
* iget: stop EXT4 from using iget() and read_inode()David Howells2008-02-071-6/+19
* ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita2008-02-061-6/+3
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-051-2/+2
* ext4: Add multi block allocator for ext4Alex Tomas2008-01-291-7/+8
* ext4: Add inode version support in ext4Jean Noel Cordenner2008-01-281-1/+17
* ext4: Take read lock during overwrite case.Aneesh Kumar K.V2008-01-281-8/+24
* ext4: Convert truncate_mutex to read write semaphore.Aneesh Kumar K.V2008-01-281-7/+33
* ext4: Make ext4_get_blocks_wrap take the truncate_mutex early.Aneesh Kumar K.V2008-01-281-61/+8
* ext4: store maxbytes for bitmapped files and return EFBIG as appropriateEric Sandeen2008-01-281-1/+15
* ext4: Support large filesAneesh Kumar K.V2008-01-281-7/+25
* ext4: Add support for 48 bit inode i_blocks.Aneesh Kumar K.V2008-01-281-2/+56
* ext4: Rename i_dir_acl to i_size_highAneesh Kumar K.V2008-01-281-33/+22
* ext4: Rename i_file_acl to i_file_acl_loAneesh Kumar K.V2008-01-281-2/+2
* ext4: Fix sparse warnings.Aneesh Kumar K.V2008-01-281-7/+11
* ext4: add ext4_group_t, and change all group variables to this type.Avantika Mathur2008-01-281-2/+3
* ext4: Introduce ext4_lblk_tAneesh Kumar K.V2008-01-281-15/+19
* ext4: sparse fixesAneesh Kumar K.V2007-10-171-1/+1
* ext4: Fix sparse warningsAneesh Kumar K.V2007-10-171-2/+4
* ext4: Remove (partial, never completed) fragment supportColy Li2007-10-171-10/+0
* ext4: convert to new aopsNick Piggin2007-10-161-54/+120
* fix ext4/JBD2 build warningsMingming Cao2007-07-191-1/+1
* ext4: remove extra IS_RDONLY() checkDave Hansen2007-07-181-1/+1
* Use zero_user_page() in ext4 where possibleEric Sandeen2007-07-181-9/+2
* ext4: Expand extra_inodes space per the s_{want,min}_extra_isize fields Kalpak Shah2007-07-181-1/+62
* ext4: Add nanosecond timestampsKalpak Shah2007-07-181-9/+13
OpenPOWER on IntegriCloud