Whamcloud - gitweb
libext2fs: fix potential integer overflow in bitmap accessors
[tools/e2fsprogs.git] / lib / ext2fs / gen_bitmap64.c
2022-08-09 Theodore Ts'olibext2fs: fix potential integer overflow in bitmap...
2021-08-10 Lukas Czernerext2fs: initialize retval before using it
2021-02-11 Theodore Ts'oFix clang warnings on architectures with a 64-bit long
2020-01-27 Li Dongyangmke2fs: set overhead in super block
2020-01-27 Li Dongyanglibext2fs: optimize ext2fs_convert_subcluster_bitmap()
2019-01-30 Theodore Ts'oMerge branch 'maint' into next
2019-01-30 Theodore Ts'olibext2fs: add checks for block number wrapping for...
2018-08-08 Theodore Ts'olibext2fs: revamp bitmap types to fix LTO warnings
2014-04-20 Theodore Ts'oMerge branch 'maint' into next
2014-04-14 Andreas Dilgerfix miscellaneous build warnings
2014-01-31 Theodore Ts'oMerge branch 'maint' into next
2014-01-20 Theodore Ts'olibext2fs: clean up generic handling of ext2fs_find_fir...
2014-01-13 Theodore Ts'olibext2fs: add ext2fs_find_first_set_{block,inode}_bitm...
2013-12-12 Theodore Ts'oMerge branch 'maint' into next
2013-12-12 Darrick J. Wonglibext2fs: fix memory leaks (on error paths)
2013-05-20 Theodore Ts'oMerge branch 'maint' into next
2013-05-19 Theodore Ts'olibext2fs: fix gcc -Wall warnings
2013-03-13 Theodore Ts'oMerge branch 'maint' into next
2013-01-28 Philipp ThomasFix warnings about functions not returning a value
2013-01-22 Theodore Ts'oMerge branch 'maint' into next
2013-01-20 Theodore Ts'olibext2fs: teach the ext2fs_*_block_bitmap_range2(...
2012-07-30 Theodore Ts'olibext2fs: use strcpy()/strcat() instead of sprintf...
2012-07-30 Tony BreedsAdd support so that all bmap statistics via configure...
2012-04-09 Theodore Ts'olibext2fs: add 32-bit compat code for ext2fs_find_first...
2012-04-05 Theodore Ts'oFix gcc -Wall nitpicks
2012-03-25 Sami Liedeslibext2fs: Implement ext2fs_find_first_zero_generic_bmap().
2012-02-27 Mike Frysingerlibext2fs: include sys/time.h for gettimeofday()
2011-12-18 Lukas Czernerlibext2fs: add bitmap statistics
2011-12-18 Theodore Ts'olibext2fs: adjust the description when copying a bitmap
2011-12-18 Theodore Ts'olibext2fs: add pseudo bitmap backend type EXT2FS_BMAP64...
2011-12-18 Lukas Czernerlibext2fs: add a bitmap implementation using rbtree's
2011-12-18 Theodore Ts'olibext2fs: add default_bitmap_type to the ext2_filsys...
2011-12-05 Theodore Ts'olibext2fs: don't break when ext2fs_clear_generic_bmap...
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-09-16 Amir Goldsteinlibext2fs: fix the range validation in bitmap_range2...
2011-08-11 Eric Sandeenlibext2fs: copy cluster_bits in ext2fs_copy_generic_bmap
2011-06-11 Andreas Dilgerext2fs: fix ext2fs_warn_bitmap32() return warning
2011-06-10 Theodore Ts'olibext2fs: teach bitmap functions about bigalloc/cluster
2011-05-08 Lukas Czernere2fsprogs: fix memory leak in ext2fs_free_generic_bmap()
2011-05-08 Lukas Czernere2fsprogs: fix freeing bitmap in allocation error path
2010-12-20 Namhyung Kimlibext2fs: remove unnecessary casts to ext2fs_generic_b...
2010-01-31 Theodore Ts'olibext2fs: Add some fail-safe checks to the 32-bit...
2009-08-22 Theodore Ts'oAdd support for 64-bit bitmaps