aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4_extents.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-30ext4: fix sparse warningsTheodore Ts'o1-2/+3
2020-06-03ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar1-3/+6
2020-01-17ext4: make some functions static in extents.cEric Biggers1-5/+0
2018-10-01ext4: adjust reserved cluster count when removing extentsEric Whitney1-0/+13
2018-06-14ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o1-0/+1
2017-12-17ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o1-13/+1
2016-03-09ext4: fix misspellings in comments.Adam Buchbinder1-1/+1
2014-09-01ext4: teach ext4_ext_find_extent() to realloc path if necessaryTheodore Ts'o1-0/+1
2014-04-20ext4: rename uninitialized extents to unwrittenLukas Czerner1-11/+11
2013-08-28ext4: isolate ext4_extents.h fileZheng Liu1-6/+0
2013-04-19ext4: mext_insert_extents should update extent block checksumDarrick J. Wong1-0/+5
2013-02-18ext4: remove single extent cacheZheng Liu1-6/+0
2012-11-28ext4: rationalize ext4_extents.h inclusionTheodore Ts'o1-25/+0
2012-11-28ext4: prevent race while walking extent tree for fiemapLukas Czerner1-14/+0
2012-11-08ext4: reimplement ext4_find_delay_alloc_range on extent status treeZheng Liu1-2/+1
2012-04-29ext4: verify and calculate checksums for extent tree blocksDarrick J. Wong1-0/+11
2012-04-29ext4: change on-disk layout to support extended metadata checksummingDarrick J. Wong1-0/+13
2012-03-19ext4: add no_printk argument validation, fix falloutJoe Perches1-2/+2
2011-09-09ext4: Fix bigalloc quota accounting and i_blocks valueAditya Kali1-0/+2
2011-06-06ext4: use FIEMAP_EXTENT_LAST flag for last extent in fiemap Lukas Czerner1-1/+1
2011-06-06ext4: Fix max file size and logical block counting of extent format fileLukas Czerner1-2/+5
2011-01-10ext4: drop ec_type from the ext4_ext_cache structureTheodore Ts'o1-5/+1
2011-01-10ext4: use ext4_lblk_t instead of sector_t for logical blocksTheodore Ts'o1-1/+1
2010-10-27ext4: rename {ext,idx}_pblock and inline small extent functionsTheodore Ts'o1-3/+52
2010-10-27ext4: make various ext4 functions be staticTheodore Ts'o1-10/+0
2010-01-01ext4: Calculate metadata requirements more accuratelyTheodore Ts'o1-1/+2
2009-09-28ext4: Split uninitialized extents for direct I/OMingming Cao1-1/+6
2009-09-17ext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCKEric Sandeen1-0/+1
2009-09-18ext4: Show unwritten extent flag in ext4_ext_show_leaf()Mingming1-2/+1
2009-06-17ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctlAkira Fujita1-0/+4
2009-03-27ext4: Validate extent details only when read from the diskAneesh Kumar K.V1-0/+1
2008-11-04ext4: Remove i_ext_generation from ext4_inode_info structureTheodore Ts'o1-5/+0
2008-10-07Hook ext4 to the vfs fiemap interface.Eric Sandeen1-0/+15
2008-08-19ext4: journal credits reservation fixes for extent file writepageMingming Cao1-1/+3
2008-07-14ext4: delayed allocation ENOSPC handlingMingming Cao1-0/+1
2008-04-29ext4: move headers out of include/linuxChristoph Hellwig1-0/+232