summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
Commit message (Expand)AuthorAgeFilesLines
* ext4: quota reservation for delayed allocationMingming Cao2009-03-261-0/+2
* ext4: Fix to read empty directory blocks correctly in 64kWei Yongjun2009-02-101-1/+1
* ext4: only use i_size_high for regular filesTheodore Ts'o2009-01-171-2/+5
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-01-081-33/+119
|\
| * ext4: Remove "extents" mount optionTheodore Ts'o2009-01-061-1/+0
| * ext4: Use new buffer_head flag to check uninit group bitmaps initializationAneesh Kumar K.V2009-01-051-0/+18
| * ext4: Use high 16 bits of the block group descriptor's free counts fieldsAneesh Kumar K.V2009-01-051-5/+21
| * ext4: fix BUG when calling ext4_error with locked block groupAneesh Kumar K.V2009-01-051-0/+47
| * ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resizeAneesh Kumar K.V2009-01-051-3/+4
| * ext4: Add blocks added during resize to bitmapAneesh Kumar K.V2009-01-051-3/+2
| * ext4: sparse fixesAneesh Kumar K.V2008-11-221-3/+6
| * ext4: Change unsigned long to unsigned intTheodore Ts'o2008-11-051-12/+10
| * ext4: Make ext4_group_t be an unsigned intTheodore Ts'o2009-01-051-1/+1
| * ext4: add fsync batch tuning knobsTheodore Ts'o2009-01-031-0/+7
| * ext4: remove ext4_new_meta_block()Theodore Ts'o2008-12-071-2/+0
| * ext4: remove ext4_new_blocks() and call ext4_mb_new_blocks() directlyTheodore Ts'o2009-01-011-3/+0
| * ext4: Add support for non-native signed/unsigned htree hash algorithmsTheodore Ts'o2008-10-281-0/+3
* | percpu_counter: FBC_BATCH should be a variableEric Dumazet2009-01-061-3/+3
|/
* merge ext4_claim_free_blocks & ext4_has_free_blocksEric Sandeen2008-10-281-2/+1
* ext4: Remove unused mount options: nomballoc, mballoc, nocheckTheodore Ts'o2008-10-171-1/+0
* ext4: add an option to control error handling on file dataHidehiro Kawai2008-10-101-0/+2
* Hook ext4 to the vfs fiemap interface.Eric Sandeen2008-10-071-0/+2
* ext4: Remove old legacy block allocatorTheodore Ts'o2008-10-101-7/+1
* ext4: Use readahead when reading an inode from the inode tableTheodore Ts'o2008-10-091-0/+2
* ext4: Combine proc file handling into a single set of functionsTheodore Ts'o2008-09-231-0/+16
* ext4: move /proc setup and teardown out of mballoc.cTheodore Ts'o2008-09-231-0/+2
* ext4: Renumber EXT4_IOC_MIGRATETheodore Ts'o2008-09-131-3/+4
* ext4: hook the ext3 migration interface to the EXT4_IOC_SETFLAGS ioctlAneesh Kumar K.V2008-10-081-1/+1
* ext4: elevate write count for migrate ioctlAneesh Kumar K.V2008-09-131-2/+1
* ext4: Properly update i_disksize.Aneesh Kumar K.V2008-09-131-0/+11
* ext4: Signed arithmetic fixAneesh Kumar K.V2008-10-081-3/+2
* ext4: Make sure all the block allocation paths reserve blocksAneesh Kumar K.V2008-10-091-0/+13
* ext4: Fix whitespace checkpatch warnings/errorsTheodore Ts'o2008-09-081-34/+34
* ext4: journal credits reservation fixes for DIO, fallocateMingming Cao2008-08-191-0/+1
* ext4: journal credits calulation cleanup and fix for non-extent writepageMingming Cao2008-08-191-0/+3
* ext4: Cleanup the block reservation code pathAneesh Kumar K.V2008-07-171-1/+0
* ext4: delayed allocation i_blocks fix for statMingming Cao2008-07-111-0/+2
* ext4: delayed allocation ENOSPC handlingMingming Cao2008-07-141-1/+5
* ext4: Add delayed allocation support in data=writeback modeAlex Tomas2008-07-111-0/+1
* ext4: Invert the locking order of page_lock and transaction startJan Kara2008-07-111-2/+2
* ext4: Use page_mkwrite vma_operations to get mmap write notification.Aneesh Kumar K.V2008-07-111-0/+1
* ext4: fix online resize with mballocFrederic Bohe2008-07-111-0/+4
* ext4: mballoc avoid use root reserved blocks for non root allocationMingming Cao2008-07-111-0/+2
* ext4: cleanup block allocatorAneesh Kumar K.V2008-07-111-1/+1
* ext4: Use inode preallocation with -o noextentsAneesh Kumar K.V2008-07-111-2/+5
* ext4: New inode allocation for FLEX_BG meta-data groups.Jose R. Santos2008-07-111-1/+24
* ext4: replace __FUNCTION__ occurrencesStoyan Gaydarov2008-07-131-2/+2
* ext4: fix comments to say "ext4"Shen Feng2008-07-111-1/+1
* ext4: handle corrupted orphan list at mountDuane Griffin2008-07-111-0/+1
* ext4: move headers out of include/linuxChristoph Hellwig2008-04-291-0/+1205
OpenPOWER on IntegriCloud