summaryrefslogtreecommitdiff
path: root/misc/e2image.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-15e2fsprogs: create open() and stat() helpersLukas Czerner1-15/+3
2011-09-14e2image: fix invalid lseek error detectionLukas Czerner1-1/+2
2011-06-15misc: quiet "unused variable" compiler warningsAndreas Dilger1-10/+3
2011-05-18e2image: Support for conversion QCOW2 image into rawLukas Czerner1-1/+50
2011-05-18e2image: Add support for qcow2 formatLukas Czerner1-85/+687
2010-06-13e2image: Fix up to be 64-bit block number safeValerie Aurora Henson1-14/+14
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson1-6/+6
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson1-1/+1
2009-09-07Use ext2fs_file_acl_block() instead of using .i_file_acl directlyValerie Aurora Henson1-2/+2
2009-09-07Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson1-1/+1
2009-08-22Convert tune2fs, dumpe2fs, and e2image to the new bitmap interfaceValerie Aurora Henson1-11/+11
2009-06-21Fix encoding for rec_len in directories for >= 64k blocksize file systemsTheodore Ts'o1-4/+11
2008-09-01Only use the test_io manager if the right environment variables are setTheodore Ts'o1-4/+7
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-33/+33
2008-08-25Add support for with empty directory blocks in 64k blocksize filesystemsTheodore Ts'o1-0/+2
2008-03-13Merge branch 'maint'Theodore Ts'o1-1/+4
2008-03-13e2image: Use open64() so that "e2image -I" works on image files > 2GBTheodore Ts'o1-1/+4
2008-02-18Use BLOCK_FLAG_READ_ONLY flag in debugfs, e2image, and tune2fsTheodore Ts'o1-4/+6
2008-01-27Merge branch 'maint' into nextTheodore Ts'o1-1/+2
2008-01-27e2image: Fix potential overflow if the device name is too longTheodore Ts'o1-1/+1
2008-01-01Merge branch 'maint' into nextTheodore Ts'o1-0/+1
2008-01-01e2image: If there is an error while writing a block, call exit(1)Theodore Ts'o1-0/+1
2007-12-09Merge branch 'maint' into nextTheodore Ts'o1-1/+2
2007-11-26e2image in raw-mode appends an extra byte to image-fileArun Thomas1-1/+2
2007-10-29e2image: Fix potential off-by-one fs_device_name buffer overflowDmitry V. Levin1-2/+1
2007-08-11Clean up applications to not use EXT2FS_ENABLE_SWAPFS or EXT2_FLAG_SWAP_BYTESTheodore Ts'o1-5/+3
2007-03-21[COVERITY] Fix memory leak in e2image (write_raw_image_file)Brian Behlendorf1-0/+1
2007-03-21[COVERITY] Fix memory leak in e2imageBrian Behlendorf1-0/+2
2006-12-26Use the newer add/remove_error_table com_err interfacesTheodore Ts'o1-1/+2
2006-09-12Fix signed vs unsigned printf format strings for block and inode numbersEric Sandeen1-3/+3
2006-09-12Remove unused variablesEric Sandeen1-1/+0
2006-09-12Fix loops over group descriptors to prevent 2**32-1 block number overflowsEric Sandeen1-5/+5
2006-03-18Fix format statements to make e2fsprogs programs 32-bit cleanTakashi Sato1-1/+1
2005-12-10Fix various gcc -Wall complaints.Theodore Ts'o1-2/+4
2005-01-26e2image.c (scramble_dir_block): Make sure the unused spaceTheodore Ts'o1-6/+6
2005-01-19Remove debugging printf from e2image -s's code.Theodore Ts'o1-4/+0
2005-01-19e2image.c, e2image.8.in: Add support for the -s option whichTheodore Ts'o1-6/+105
2005-01-05Fix gcc -Wall nits.Theodore Ts'o1-5/+4
2004-07-28e2image.c, e2image.8.in: Add new option -I which allows theTheodore Ts'o1-7/+85
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o1-14/+23
2003-05-03Add Czech translation.Theodore Ts'o1-1/+1
2003-03-14e2image.c (write_raw_image_file): Include blocks from slowTheodore Ts'o1-0/+2
2002-10-20Add support for the meta_blockgroup filesystem format.Theodore Ts'o1-1/+1
2002-10-02e2image.c (write_raw_image_file): Handle a bad block in theTheodore Ts'o1-0/+2
2002-08-16Fix up extended attribute handling in e2image, resize2fs, and in Theodore Ts'o1-6/+7
2002-03-05Newer libintl needs LC_CTYPE to be set in addition to LC_MESSAGES.Theodore Ts'o1-0/+1
2001-12-16Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogusTheodore Ts'o1-2/+27
2001-11-05e2image.c (output_meta_data_blocks): Optimize away excessTheodore Ts'o1-19/+32
2001-08-27Remove EXT2FS_VERSION from the version display, since it Theodore Ts'o1-3/+2
2001-08-09Add support for specifiying - as the image file (to send the imageTheodore Ts'o1-9/+12