aboutsummaryrefslogtreecommitdiff
path: root/misc/e2image.c
AgeCommit message (Expand)Author
2013-06-15e2image: fix crash when using e2image -I with a 64-bit file systemTheodore Ts'o
2013-05-19misc: fix gcc -Wall warningsTheodore Ts'o
2013-04-21e2image: require that -a option is used only with raw or QCOW2 imageTomas Racek
2013-04-21e2image: remove useless exit callTomas Racek
2013-01-16e2image: add -a switch to include all dataPhillip Susi
2012-07-14e2fsck: rename "bool" variablesAndreas Dilger
2012-04-05Fix gcc -Wall nitpicksTheodore Ts'o
2012-02-27e2image: skip uninitialized bitmaps and inode tablesPhillip Susi
2012-02-17e2image: attempt to use ftruncate64 to set i_size for raw imagesTheodore Ts'o
2012-02-17e2image: fix logic bug which could cause a raw image not to be extendedTheodore Ts'o
2011-10-16libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o
2011-10-06libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargsTheodore Ts'o
2011-10-05Pass the gettext() function to libcom_errTheodore Ts'o
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o
2011-09-15e2fsprogs: create open() and stat() helpersLukas Czerner
2011-09-14e2image: fix invalid lseek error detectionLukas Czerner
2011-06-15misc: quiet "unused variable" compiler warningsAndreas Dilger
2011-05-18e2image: Support for conversion QCOW2 image into rawLukas Czerner
2011-05-18e2image: Add support for qcow2 formatLukas Czerner
2010-06-13e2image: Fix up to be 64-bit block number safeValerie Aurora Henson
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson
2009-09-07Use ext2fs_file_acl_block() instead of using .i_file_acl directlyValerie Aurora Henson
2009-09-07Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson
2009-08-22Convert tune2fs, dumpe2fs, and e2image to the new bitmap interfaceValerie Aurora Henson
2009-06-21Fix encoding for rec_len in directories for >= 64k blocksize file systemsTheodore Ts'o
2008-09-01Only use the test_io manager if the right environment variables are setTheodore Ts'o
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o
2008-08-25Add support for with empty directory blocks in 64k blocksize filesystemsTheodore Ts'o
2008-03-13Merge branch 'maint'Theodore Ts'o
2008-03-13e2image: Use open64() so that "e2image -I" works on image files > 2GBTheodore Ts'o
2008-02-18Use BLOCK_FLAG_READ_ONLY flag in debugfs, e2image, and tune2fsTheodore Ts'o
2008-01-27Merge branch 'maint' into nextTheodore Ts'o
2008-01-27e2image: Fix potential overflow if the device name is too longTheodore Ts'o
2008-01-01Merge branch 'maint' into nextTheodore Ts'o
2008-01-01e2image: If there is an error while writing a block, call exit(1)Theodore Ts'o
2007-12-09Merge branch 'maint' into nextTheodore Ts'o
2007-11-26e2image in raw-mode appends an extra byte to image-fileArun Thomas
2007-10-29e2image: Fix potential off-by-one fs_device_name buffer overflowDmitry V. Levin
2007-08-11Clean up applications to not use EXT2FS_ENABLE_SWAPFS or EXT2_FLAG_SWAP_BYTESTheodore Ts'o
2007-03-21[COVERITY] Fix memory leak in e2image (write_raw_image_file)Brian Behlendorf
2007-03-21[COVERITY] Fix memory leak in e2imageBrian Behlendorf
2006-12-26Use the newer add/remove_error_table com_err interfacesTheodore Ts'o
2006-09-12Fix signed vs unsigned printf format strings for block and inode numbersEric Sandeen
2006-09-12Remove unused variablesEric Sandeen
2006-09-12Fix loops over group descriptors to prevent 2**32-1 block number overflowsEric Sandeen
2006-03-18Fix format statements to make e2fsprogs programs 32-bit cleanTakashi Sato
2005-12-10Fix various gcc -Wall complaints.Theodore Ts'o
2005-01-26e2image.c (scramble_dir_block): Make sure the unused spaceTheodore Ts'o
2005-01-19Remove debugging printf from e2image -s's code.Theodore Ts'o