aboutsummaryrefslogtreecommitdiff
path: root/lib/ext2fs/alloc_stats.c
AgeCommit message (Expand)Author
2015-06-10libext2fs: add new hooks to support large allocationsDarrick J. Wong
2014-12-02Merge branch 'maint' into nextTheodore Ts'o
2014-11-17libext2fs: don't allow alloc_stats on bad inode/block numbersDarrick J. Wong
2014-07-26Merge branch 'maint' into nextTheodore Ts'o
2014-07-26libext2fs: fix free block accounting for 64-bit file systemsTheodore Ts'o
2014-03-14libext2fs: fix 64bit overflow in ext2fs_block_alloc_stats_rangeDarrick J. Wong
2014-01-30Merge branch 'maint' into nextTheodore Ts'o
2014-01-20libext2fs: add ext2fs_block_alloc_stats_range()Theodore Ts'o
2012-08-02libext2fs: block group checksum should use metadata_csum algorithmDarrick J. Wong
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o
2011-07-07libext2fs: teach ext2fs_block_alloc_stats2() about bigallocTheodore 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: 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-06-01Add 64-bit alloc_stats interfaceJose R. Santos
2009-04-22libext2fs: Fix format string type warnings in alloc_stats.cTheodore Ts'o
2009-01-22libext2fs: Add sanity checks to ext2fs_{block,inode}_alloc_statsTheodore Ts'o
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o
2008-06-02libext2fs: Add callback functions for _alloc_block() and _block_alloc_stats()Theodore Ts'o
2008-04-21Transfer responsibility of setting the *_UNINIT flags to libext2fsTheodore Ts'o
2008-03-20Add uninit block group support to various libext2fs functionsJose R. Santos
2002-02-03Fix bug where ext2fs_mkdir wasn't correctly bumping the number ofTheodore Ts'o
2002-01-03dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block):Theodore Ts'o