aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-18ext4: copy i_flags to inode flags on writeJan Kara1-0/+20
2007-06-24ext4: lost brelse in ext4_read_inode()Kirill Korotaev1-1/+3
2007-05-31EXT4: Fix whitespaceDave Kleikamp1-2/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08ext2/3/4: fix file date underflow on ext2 3 filesystems on 64 bit systemsMarkus Rechberger1-3/+3
2007-04-02[PATCH] revert "retries in ext4_prepare_write() violate ordering requirements"Andrew Morton1-75/+10
2007-02-11[PATCH] jbd layer function called instead of fs specific oneDmitriy Monakhov1-2/+2
2006-12-08[PATCH] ext4 calls journal_stopRandy Dunlap1-1/+1
2006-12-07[PATCH] retries in ext4_prepare_write() violate ordering requirementsAndrey Savochkin1-10/+75
2006-10-11[PATCH] ext4: move block number hi bitsAlexandre Ratchov1-4/+3
2006-10-11[PATCH] ext4: allow larger descriptor sizeAlexandre Ratchov1-3/+5
2006-10-11[PATCH] ext4: removesector_t bits checkMingming Cao1-6/+4
2006-10-11[PATCH] ext4: blk_type from sector_t to unsigned long longMingming Cao1-3/+3
2006-10-11[PATCH] ext4: 64bit metadataLaurent Vivier1-3/+3
2006-10-11[PATCH] ext4: 48bit i_file_aclBadari Pulavarty1-0/+10
2006-10-11[PATCH] ext3: add extent map supportAlex Tomas1-6/+11