aboutsummaryrefslogtreecommitdiff
path: root/lib/ext2fs/alloc.c
AgeCommit message (Expand)Author
2017-07-05Use i_size to determine whether a symlink is a fast symlinkTahsin Erdogan
2017-05-23AOSP: libext2fs: add context to get_alloc_blockAdrien Schildknecht
2016-05-11libext2fs: sanity check group argument to ext2fs_clear_{block,inode}_uninit()Theodore Ts'o
2016-03-06resize2fs: clear uninit BG if allocating from new groupEric Sandeen
2015-06-10libext2fs: add new hooks to support large allocationsDarrick J. Wong
2015-05-16libext2fs: find/alloc a range of empty blocksDarrick J. Wong
2015-03-28libext2fs: ext2fs_new_block2() should call alloc_block hookDarrick J. Wong
2014-12-13libext2fs: find inode goal when allocating blocksDarrick J. Wong
2014-12-12libext2fs: use block_buf in ext2fs_alloc_block2() if it is providedTheodore Ts'o
2014-10-13libext2fs/e2fsck: refactor everyone who writes zero blocks to diskDarrick J. Wong
2014-07-25Merge branch 'maint' into nextTheodore Ts'o
2014-07-25libext2fs: fix bounds check of the bitmap test range in get_free_blocks2Darrick J. Wong
2014-04-20Merge branch 'maint' into nextTheodore Ts'o
2014-04-14fix miscellaneous build warningsAndreas Dilger
2014-01-30Merge branch 'maint' into nextTheodore Ts'o
2014-01-20libext2fs: optimize ext2fs_new_block2()Theodore Ts'o
2014-01-20libext2fs: further clean up and rename check_block_uninitTheodore Ts'o
2014-01-11libext2fs: mark group data blocks when loading block bitmapDarrick J. Wong
2013-01-05Merge branch 'maint' into nextTheodore Ts'o
2013-01-05Fix 32-bit overflow problems: dgrp_t * s_blocks_per_groupTheodore Ts'o
2012-08-02libext2fs: block group checksum should use metadata_csum algorithmDarrick J. Wong
2012-03-26libext2fs: update dirty flags if the uninit flags are clearedTheodore Ts'o
2012-03-25libext2fs: Implement ext2fs_find_first_zero_generic_bmap().Sami Liedes
2012-03-22libext2fs: move a modulo operation out of a hot loop.Sami Liedes
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o
2011-07-07libext2fs: don't hang in ext2fs_new_block2() on a full bigalloc file systemTheodore Ts'o
2011-06-15misc: quiet "unused variable" compiler warningsAndreas Dilger
2011-06-15libext2fs: fix regression in ext2fs_new_block2() for uninit_bg file systemsTheodore Ts'o
2011-06-10libext2fs: teach block allocation functions about bigalloc/clustersTheodore Ts'o
2010-06-07Merge branch 'maint' into nextTheodore Ts'o
2010-05-17libe2p, libext2fs: Update file copyright permission states to match COPYINGTheodore Ts'o
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson
2009-10-25libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test()Theodore Ts'o
2009-10-25libext2fs: clean up ext2fs_bg_flags_ interfacesEric Sandeen
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson
2009-09-07Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o
2009-08-05Convert libext2fs to 64-bit bitmap interfaceValerie Aurora Henson
2009-07-11Use new ext2fs_super_and_bgd_loc2 call in libext2fsJose R. Santos
2009-06-01Add 64-bit alloc interfaceJose R. Santos
2009-01-22ext2fs_new_inode(): Add sanity check to assure a valid inode numberTheodore Ts'o
2008-11-16Fix various signed/unsigned gcc warningsTheodore Ts'o
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o
2008-08-22libext2fs: Add support for uninit_bg feature to allocation functionsTheodore Ts'o
2008-06-02libext2fs: Add callback functions for _alloc_block() and _block_alloc_stats()Theodore Ts'o
2008-02-19Fix memory leak in ext2fs_alloc_block()Theodore Ts'o
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o
2003-08-01ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() Theodore Ts'o
2002-01-03dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block):Theodore Ts'o
2001-08-05Performance enhancements to speed up creating a journal and Theodore Ts'o
2001-05-14Many files:Theodore Ts'o