aboutsummaryrefslogtreecommitdiff
path: root/lib/ext2fs/gen_bitmap64.c
AgeCommit message (Expand)Author
2023-01-27lib/ext2fs: consistently use #ifdefs in ext2fs_print_bmap_statistics()Eric Biggers
2023-01-24libext2fs: fix ext2fs_compare_generic_bmap logicRitesh Harjani (IBM)
2022-08-09libext2fs: fix potential integer overflow in bitmap accessorsTheodore Ts'o
2021-08-10ext2fs: initialize retval before using itLukas Czerner
2021-02-11Fix clang warnings on architectures with a 64-bit longTheodore Ts'o
2020-01-26mke2fs: set overhead in super blockLi Dongyang
2020-01-26libext2fs: optimize ext2fs_convert_subcluster_bitmap()Li Dongyang
2019-01-29Merge branch 'maint' into nextTheodore Ts'o
2019-01-29libext2fs: add checks for block number wrapping for bitmap range functionsTheodore Ts'o
2018-08-08libext2fs: revamp bitmap types to fix LTO warningsTheodore Ts'o
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-19libext2fs: clean up generic handling of ext2fs_find_first_{set,zero}_*()Theodore Ts'o
2014-01-13libext2fs: add ext2fs_find_first_set_{block,inode}_bitmap2()Theodore Ts'o
2013-12-12Merge branch 'maint' into nextTheodore Ts'o
2013-12-12libext2fs: fix memory leaks (on error paths)Darrick J. Wong
2013-05-19Merge branch 'maint' into nextTheodore Ts'o
2013-05-19libext2fs: fix gcc -Wall warningsTheodore Ts'o
2013-03-13Merge branch 'maint' into nextTheodore Ts'o
2013-01-27Fix warnings about functions not returning a valuePhilipp Thomas
2013-01-21Merge branch 'maint' into nextTheodore Ts'o
2013-01-19libext2fs: teach the ext2fs_*_block_bitmap_range2() about clustersTheodore Ts'o
2012-07-30libext2fs: use strcpy()/strcat() instead of sprintf() in bmap functionsTheodore Ts'o
2012-07-30Add support so that all bmap statistics via configure optionsTony Breeds
2012-04-09libext2fs: add 32-bit compat code for ext2fs_find_first_zero_generic_bmap()Theodore Ts'o
2012-04-05Fix gcc -Wall nitpicksTheodore Ts'o
2012-03-25libext2fs: Implement ext2fs_find_first_zero_generic_bmap().Sami Liedes
2012-02-27libext2fs: include sys/time.h for gettimeofday()Mike Frysinger
2011-12-18libext2fs: add bitmap statisticsLukas Czerner
2011-12-18libext2fs: adjust the description when copying a bitmapTheodore Ts'o
2011-12-18libext2fs: add pseudo bitmap backend type EXT2FS_BMAP64_AUTODIRTheodore Ts'o
2011-12-18libext2fs: add a bitmap implementation using rbtree'sLukas Czerner
2011-12-18libext2fs: add default_bitmap_type to the ext2_filsys structureTheodore Ts'o
2011-12-05libext2fs: don't break when ext2fs_clear_generic_bmap() for 32-bit bitmapsTheodore Ts'o
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o
2011-09-15libext2fs: fix the range validation in bitmap_range2 funcsAmir Goldstein
2011-08-10libext2fs: copy cluster_bits in ext2fs_copy_generic_bmapEric Sandeen
2011-06-11ext2fs: fix ext2fs_warn_bitmap32() return warningAndreas Dilger
2011-06-10libext2fs: teach bitmap functions about bigalloc/clusterTheodore Ts'o
2011-05-08e2fsprogs: fix memory leak in ext2fs_free_generic_bmap()Lukas Czerner
2011-05-08e2fsprogs: fix freeing bitmap in allocation error pathLukas Czerner
2010-12-20libext2fs: remove unnecessary casts to ext2fs_generic_bitmapNamhyung Kim
2010-01-30libext2fs: Add some fail-safe checks to the 32-bit bitmap codeTheodore Ts'o
2009-08-22Add support for 64-bit bitmapsTheodore Ts'o