summaryrefslogtreecommitdiff
path: root/fs/ext4/ext4_extents.h
Commit message (Expand)AuthorAge
* ext4: fix misspellings in comments.Adam Buchbinder2016-03-09
* ext4: teach ext4_ext_find_extent() to realloc path if necessaryTheodore Ts'o2014-09-01
* ext4: rename uninitialized extents to unwrittenLukas Czerner2014-04-20
* ext4: isolate ext4_extents.h fileZheng Liu2013-08-28
* ext4: mext_insert_extents should update extent block checksumDarrick J. Wong2013-04-19
* ext4: remove single extent cacheZheng Liu2013-02-18
* ext4: rationalize ext4_extents.h inclusionTheodore Ts'o2012-11-28
* ext4: prevent race while walking extent tree for fiemapLukas Czerner2012-11-28
* ext4: reimplement ext4_find_delay_alloc_range on extent status treeZheng Liu2012-11-08
* ext4: verify and calculate checksums for extent tree blocksDarrick J. Wong2012-04-29
* ext4: change on-disk layout to support extended metadata checksummingDarrick J. Wong2012-04-29
* ext4: add no_printk argument validation, fix falloutJoe Perches2012-03-19
* ext4: Fix bigalloc quota accounting and i_blocks valueAditya Kali2011-09-09
* ext4: use FIEMAP_EXTENT_LAST flag for last extent in fiemap Lukas Czerner2011-06-06
* ext4: Fix max file size and logical block counting of extent format fileLukas Czerner2011-06-06
* ext4: drop ec_type from the ext4_ext_cache structureTheodore Ts'o2011-01-10
* ext4: use ext4_lblk_t instead of sector_t for logical blocksTheodore Ts'o2011-01-10
* ext4: rename {ext,idx}_pblock and inline small extent functionsTheodore Ts'o2010-10-27
* ext4: make various ext4 functions be staticTheodore Ts'o2010-10-27
* ext4: Calculate metadata requirements more accuratelyTheodore Ts'o2010-01-01
* ext4: Split uninitialized extents for direct I/OMingming Cao2009-09-28
* ext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCKEric Sandeen2009-09-17
* ext4: Show unwritten extent flag in ext4_ext_show_leaf()Mingming2009-09-18
* ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctlAkira Fujita2009-06-17
* ext4: Validate extent details only when read from the diskAneesh Kumar K.V2009-03-27
* ext4: Remove i_ext_generation from ext4_inode_info structureTheodore Ts'o2008-11-04
* Hook ext4 to the vfs fiemap interface.Eric Sandeen2008-10-07
* ext4: journal credits reservation fixes for extent file writepageMingming Cao2008-08-19
* ext4: delayed allocation ENOSPC handlingMingming Cao2008-07-14
* ext4: move headers out of include/linuxChristoph Hellwig2008-04-29