aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-10ext4: Fix to read empty directory blocks correctly in 64kWei Yongjun1-1/+1
2009-01-17ext4: only use i_size_high for regular filesTheodore Ts'o1-2/+5
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-33/+119
2009-01-06percpu_counter: FBC_BATCH should be a variableEric Dumazet1-3/+3
2009-01-06ext4: Remove "extents" mount optionTheodore Ts'o1-1/+0
2009-01-05ext4: Use new buffer_head flag to check uninit group bitmaps initializationAneesh Kumar K.V1-0/+18
2009-01-05ext4: Use high 16 bits of the block group descriptor's free counts fieldsAneesh Kumar K.V1-5/+21
2009-01-05ext4: fix BUG when calling ext4_error with locked block groupAneesh Kumar K.V1-0/+47
2009-01-05ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resizeAneesh Kumar K.V1-3/+4
2009-01-05ext4: Add blocks added during resize to bitmapAneesh Kumar K.V1-3/+2
2008-11-22ext4: sparse fixesAneesh Kumar K.V1-3/+6
2008-11-05ext4: Change unsigned long to unsigned intTheodore Ts'o1-12/+10
2009-01-05ext4: Make ext4_group_t be an unsigned intTheodore Ts'o1-1/+1
2009-01-03ext4: add fsync batch tuning knobsTheodore Ts'o1-0/+7
2008-12-07ext4: remove ext4_new_meta_block()Theodore Ts'o1-2/+0
2009-01-01ext4: remove ext4_new_blocks() and call ext4_mb_new_blocks() directlyTheodore Ts'o1-3/+0
2008-10-28ext4: Add support for non-native signed/unsigned htree hash algorithmsTheodore Ts'o1-0/+3
2008-10-28merge ext4_claim_free_blocks & ext4_has_free_blocksEric Sandeen1-2/+1
2008-10-17ext4: Remove unused mount options: nomballoc, mballoc, nocheckTheodore Ts'o1-1/+0
2008-10-10ext4: add an option to control error handling on file dataHidehiro Kawai1-0/+2
2008-10-07Hook ext4 to the vfs fiemap interface.Eric Sandeen1-0/+2
2008-10-10ext4: Remove old legacy block allocatorTheodore Ts'o1-7/+1
2008-10-09ext4: Use readahead when reading an inode from the inode tableTheodore Ts'o1-0/+2
2008-09-23ext4: Combine proc file handling into a single set of functionsTheodore Ts'o1-0/+16
2008-09-23ext4: move /proc setup and teardown out of mballoc.cTheodore Ts'o1-0/+2
2008-09-13ext4: Renumber EXT4_IOC_MIGRATETheodore Ts'o1-3/+4
2008-10-08ext4: hook the ext3 migration interface to the EXT4_IOC_SETFLAGS ioctlAneesh Kumar K.V1-1/+1
2008-09-13ext4: elevate write count for migrate ioctlAneesh Kumar K.V1-2/+1
2008-09-13ext4: Properly update i_disksize.Aneesh Kumar K.V1-0/+11
2008-10-08ext4: Signed arithmetic fixAneesh Kumar K.V1-3/+2
2008-10-09ext4: Make sure all the block allocation paths reserve blocksAneesh Kumar K.V1-0/+13
2008-09-08ext4: Fix whitespace checkpatch warnings/errorsTheodore Ts'o1-34/+34
2008-08-19ext4: journal credits reservation fixes for DIO, fallocateMingming Cao1-0/+1
2008-08-19ext4: journal credits calulation cleanup and fix for non-extent writepageMingming Cao1-0/+3
2008-07-17ext4: Cleanup the block reservation code pathAneesh Kumar K.V1-1/+0
2008-07-11ext4: delayed allocation i_blocks fix for statMingming Cao1-0/+2
2008-07-14ext4: delayed allocation ENOSPC handlingMingming Cao1-1/+5
2008-07-11ext4: Add delayed allocation support in data=writeback modeAlex Tomas1-0/+1
2008-07-11ext4: Invert the locking order of page_lock and transaction startJan Kara1-2/+2
2008-07-11ext4: Use page_mkwrite vma_operations to get mmap write notification.Aneesh Kumar K.V1-0/+1
2008-07-11ext4: fix online resize with mballocFrederic Bohe1-0/+4
2008-07-11ext4: mballoc avoid use root reserved blocks for non root allocationMingming Cao1-0/+2
2008-07-11ext4: cleanup block allocatorAneesh Kumar K.V1-1/+1
2008-07-11ext4: Use inode preallocation with -o noextentsAneesh Kumar K.V1-2/+5
2008-07-11ext4: New inode allocation for FLEX_BG meta-data groups.Jose R. Santos1-1/+24
2008-07-13ext4: replace __FUNCTION__ occurrencesStoyan Gaydarov1-2/+2
2008-07-11ext4: fix comments to say "ext4"Shen Feng1-1/+1
2008-07-11ext4: handle corrupted orphan list at mountDuane Griffin1-0/+1
2008-04-29ext4: move headers out of include/linuxChristoph Hellwig1-0/+1205