aboutsummaryrefslogtreecommitdiffstats
path: root/misc/e2image.c
Commit message (Expand)AuthorAgeFilesLines
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-191-188/+1142
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-061-1142/+188
* Add files that would normally be generated by the e2fsprogs build systemBernhard Rosenkränzer2014-01-051-1/+0
* e2image: Clarify e2image's usage messageTheodore Ts'o2013-12-271-2/+5
* e2image: write progress information to stderrTheodore Ts'o2013-12-271-19/+28
* e2image: clean up progress reportingTheodore Ts'o2013-12-261-29/+23
* e2image: make sure all strings are marked for internationalizationTheodore Ts'o2013-12-261-62/+64
* e2image: add -n option to show what blocks would have been writtenTheodore Ts'o2013-12-261-12/+23
* e2image: add -c option to optimize file system copying for flash devicesTheodore Ts'o2013-12-261-4/+63
* e2image: only skip writing zero blocks when writing to a new fileTheodore Ts'o2013-12-261-3/+15
* e2image: clean up gcc -Wall and sparse nitsTheodore Ts'o2013-12-261-22/+21
* e2image: refactor calls to ext2fs_llseek()Theodore Ts'o2013-12-261-73/+56
* e2image: handle SIGINT safelyPhillip Susi2013-12-261-0/+39
* e2image: add progress indicatorPhillip Susi2013-12-261-2/+64
* e2image: perform in-place movePhillip Susi2013-12-261-7/+64
* e2image: add offset switchesPhillip Susi2013-12-241-6/+24
* Clean up sparse warningsTheodore Ts'o2013-12-161-8/+8
* build: quiet LLVM non-literal string format warningAndreas Dilger2013-12-151-9/+15
* e2image: check return value from check_if_mounted()Darrick J. Wong2013-12-121-1/+5
* misc: don't leak file descriptors (on error paths)Darrick J. Wong2013-12-121-0/+1
* e2image: pass the correct size write_headerTheodore Ts'o2013-12-021-2/+2
* e2image: complain if running e2image -r or -Q on a mounted filesystemCarlos Maiolino2013-10-111-2/+20
* e2image: fix crash when using e2image -I with a 64-bit file systemTheodore Ts'o2013-06-151-1/+1
* misc: fix gcc -Wall warningsTheodore Ts'o2013-05-191-1/+1
* e2image: require that -a option is used only with raw or QCOW2 imageTomas Racek2013-04-211-0/+7
* e2image: remove useless exit callTomas Racek2013-04-211-1/+0
* e2image: add -a switch to include all dataPhillip Susi2013-01-161-7/+25
* e2fsck: rename "bool" variablesAndreas Dilger2012-07-141-2/+2
* Fix gcc -Wall nitpicksTheodore Ts'o2012-04-051-4/+3
* e2image: skip uninitialized bitmaps and inode tablesPhillip Susi2012-02-271-6/+16
* e2image: attempt to use ftruncate64 to set i_size for raw imagesTheodore Ts'o2012-02-171-0/+11
* e2image: fix logic bug which could cause a raw image not to be extendedTheodore Ts'o2012-02-171-4/+3
* libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o2011-10-161-4/+4
* libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargsTheodore Ts'o2011-10-061-1/+1
* Pass the gettext() function to libcom_errTheodore Ts'o2011-10-051-0/+1
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* e2fsprogs: create open() and stat() helpersLukas Czerner2011-09-151-15/+3
* e2image: fix invalid lseek error detectionLukas Czerner2011-09-141-1/+2
* misc: quiet "unused variable" compiler warningsAndreas Dilger2011-06-151-10/+3
* e2image: Support for conversion QCOW2 image into rawLukas Czerner2011-05-181-1/+50
* e2image: Add support for qcow2 formatLukas Czerner2011-05-181-85/+687
* e2image: Fix up to be 64-bit block number safeValerie Aurora Henson2010-06-131-14/+14
* Convert to use block group accessor functionsValerie Aurora Henson2009-10-251-6/+6
* Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson2009-09-071-1/+1
* Use ext2fs_file_acl_block() instead of using .i_file_acl directlyValerie Aurora Henson2009-09-071-2/+2
* Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson2009-09-071-1/+1
* Convert tune2fs, dumpe2fs, and e2image to the new bitmap interfaceValerie Aurora Henson2009-08-221-11/+11
* Fix encoding for rec_len in directories for >= 64k blocksize file systemsTheodore Ts'o2009-06-211-4/+11
* Only use the test_io manager if the right environment variables are setTheodore Ts'o2008-09-011-4/+7
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-33/+33