aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
Commit message (Expand)AuthorAgeFilesLines
* 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