Whamcloud - gitweb
mmp: abstract out repeated 'sizeof(buf), buf' usage
[tools/e2fsprogs.git] / misc / e2image.c
2020-01-01 Benno Schulenberge2image: remove redundant -fr from man page and usage...
2019-11-05 Theodore Ts'oFix UBSan when shifting (1LL << 63)
2019-03-06 Artem Blagodarenkoe2image: add -b and -B options to specify where to...
2018-08-22 Artem Blagodarenkoe2image: copy mmp block when create metadata only image
2018-06-24 Theodore Ts'oe2image, libext2fs: check for corrupted qcow2 image
2018-06-24 Theodore Ts'oe2image: Add an assertion/sanity check in initialize_qc...
2018-06-24 Theodore Ts'oe2image: calculate progress rate using floating point
2018-04-09 Lukas Czernere2image: fix metadata image handling on big endian...
2017-12-21 Tyson NottinghamAdd missing information to various man pages and usage...
2017-10-16 Sebastian RasmussenFix typos in code comments and developer docs
2017-08-28 Theodore Ts'oFix FreeBSD portability problem caused by it using...
2016-04-25 Darrick J. Wonge2image: ignore checksum errors
2016-04-15 Theodore Ts'oMerge branch 'maint' into next
2016-04-15 Eric Sandeene2image: don't leak progress info to stdout
2015-07-13 Theodore Ts'oEliminate doubly defined _LARGEFILE_SOURCE warning
2015-07-13 Theodore Ts'oMove the check_plausibility() function from misc to...
2014-09-20 Darrick J. Wongmisc: add plausibility checks to debugfs/tune2fs/dumpe2...
2014-07-06 Theodore Ts'oMerge branch 'maint' into next
2014-07-06 Lukas Czernere2fsprogs: introduce ext2fs_close_free() helper
2014-02-21 Theodore Ts'oMerge branch 'maint' into next
2014-02-18 Andreas Dilgerbuild: fix LLVM compiler warnings
2014-01-06 Theodore Ts'oMerge branch 'maint' into next
2014-01-05 Theodore Ts'oe2image: avoid potential divide by zero
2014-01-05 Theodore Ts'oe2image: eliminate division by zero
2014-01-05 Theodore Ts'oe2image: fix resource leak when running e2image -n
2014-01-05 jon ernste2image: mark strings for internationalization
2013-12-30 Theodore Ts'oe2image: fix printf format type match
2013-12-29 Theodore Ts'oMerge branch 'maint' into next
2013-12-27 Theodore Ts'oe2image: Clarify e2image's usage message
2013-12-27 Theodore Ts'oe2image: write progress information to stderr
2013-12-27 Theodore Ts'oe2image: clean up progress reporting
2013-12-26 Theodore Ts'oMerge branch 'maint' into next
2013-12-26 Theodore Ts'oe2image: make sure all strings are marked for internati...
2013-12-26 Theodore Ts'oe2image: add -n option to show what blocks would have...
2013-12-26 Theodore Ts'oe2image: add -c option to optimize file system copying...
2013-12-26 Theodore Ts'oe2image: only skip writing zero blocks when writing...
2013-12-26 Theodore Ts'oe2image: clean up gcc -Wall and sparse nits
2013-12-26 Theodore Ts'oe2image: refactor calls to ext2fs_llseek()
2013-12-26 Phillip Susie2image: handle SIGINT safely
2013-12-26 Phillip Susie2image: add progress indicator
2013-12-26 Phillip Susie2image: perform in-place move
2013-12-25 Phillip Susie2image: add offset switches
2013-12-16 Theodore Ts'oClean up sparse warnings
2013-12-16 Theodore Ts'oMerge branch 'maint' into next
2013-12-16 Andreas Dilgerbuild: quiet LLVM non-literal string format warning
2013-12-13 Darrick J. Wongmisc: use the checksum predicate function, not raw...
2013-12-12 Darrick J. Wonge2image: check return value from check_if_mounted()
2013-12-12 Darrick J. Wongmisc: don't leak file descriptors (on error paths)
2013-12-02 Theodore Ts'oe2image: pass the correct size write_header
2013-10-12 Carlos Maiolinoe2image: complain if running e2image -r or -Q on a...
2013-06-16 Theodore Ts'oe2image: fix crash when using e2image -I with a 64...
2013-05-20 Theodore Ts'omisc: fix gcc -Wall warnings
2013-04-22 Tomas Raceke2image: require that -a option is used only with raw...
2013-04-22 Tomas Raceke2image: remove useless exit call
2013-01-16 Phillip Susie2image: add -a switch to include all data
2012-07-14 Andreas Dilgere2fsck: rename "bool" variables
2012-04-05 Theodore Ts'oFix gcc -Wall nitpicks
2012-02-27 Phillip Susie2image: skip uninitialized bitmaps and inode tables
2012-02-17 Theodore Ts'oe2image: attempt to use ftruncate64 to set i_size for...
2012-02-17 Theodore Ts'oe2image: fix logic bug which could cause a raw image...
2011-10-17 Theodore Ts'olibext2fs: ext2fs_[set_]file_acl_block needs to check...
2011-10-06 Theodore Ts'olibext2fs: make ext2fs_open_file() always use 3 argumen...
2011-10-05 Theodore Ts'oPass the gettext() function to libcom_err
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-09-16 Lukas Czernere2fsprogs: create open() and stat() helpers
2011-09-14 Lukas Czernere2image: fix invalid lseek error detection
2011-06-16 Andreas Dilgermisc: quiet "unused variable" compiler warnings
2011-05-18 Lukas Czernere2image: Support for conversion QCOW2 image into raw
2011-05-18 Lukas Czernere2image: Add support for qcow2 format
2010-06-13 Valerie Aurora Hensone2image: Fix up to be 64-bit block number safe
2009-10-26 Valerie Aurora HensonConvert to use block group accessor functions
2009-09-08 Valerie Aurora HensonConvert uses of super->s_*_blocks_count to ext2fs_...
2009-09-08 Valerie Aurora HensonUse ext2fs_file_acl_block() instead of using .i_file_ac...
2009-09-08 Valerie Aurora HensonConvert to use io_channel_read_blk64() and io_channel_w...
2009-08-23 Valerie Aurora HensonConvert tune2fs, dumpe2fs, and e2image to the new bitma...
2009-06-22 Theodore Ts'oFix encoding for rec_len in directories for >= 64k...
2008-09-01 Theodore Ts'oOnly use the test_io manager if the right environment...
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-08-26 Theodore Ts'oAdd support for with empty directory blocks in 64k...
2008-03-13 Theodore Ts'oMerge branch 'maint'
2008-03-13 Theodore Ts'oe2image: Use open64() so that "e2image -I" works on...
2008-02-19 Theodore Ts'oUse BLOCK_FLAG_READ_ONLY flag in debugfs, e2image,...
2008-01-28 Theodore Ts'oMerge branch 'maint' into next
2008-01-27 Theodore Ts'oe2image: Fix potential overflow if the device name...
2008-01-01 Theodore Ts'oMerge branch 'maint' into next
2008-01-01 Theodore Ts'oe2image: If there is an error while writing a block...
2007-12-09 Theodore Ts'oMerge branch 'maint' into next
2007-11-26 Arun Thomase2image in raw-mode appends an extra byte to image...
2007-10-29 Dmitry V. Levine2image: Fix potential off-by-one fs_device_name buffer...
2007-08-11 Theodore Ts'oClean up applications to not use EXT2FS_ENABLE_SWAPFS...
2007-03-21 Brian Behlendorf[COVERITY] Fix memory leak in e2image (write_raw_image_...
2007-03-21 Brian Behlendorf[COVERITY] Fix memory leak in e2image
2006-12-26 Theodore Ts'oUse the newer add/remove_error_table com_err interfaces
2006-09-12 Eric SandeenFix signed vs unsigned printf format strings for block...
2006-09-12 Eric SandeenRemove unused variables
2006-09-12 Eric SandeenFix loops over group descriptors to prevent 2**32-1...
2006-03-19 Takashi SatoFix format statements to make e2fsprogs programs 32...
2005-12-11 Theodore Ts'oFix various gcc -Wall complaints.
2005-01-26 Theodore Ts'oe2image.c (scramble_dir_block): Make sure the unused...
2005-01-19 Theodore Ts'oRemove debugging printf from e2image -s's code.
next