Age | Commit message (Expand) | Author | Files | Lines |
2011-09-15 | e2fsprogs: create open() and stat() helpers | Lukas Czerner | 1 | -15/+3 |
2011-09-14 | e2image: fix invalid lseek error detection | Lukas Czerner | 1 | -1/+2 |
2011-06-15 | misc: quiet "unused variable" compiler warnings | Andreas Dilger | 1 | -10/+3 |
2011-05-18 | e2image: Support for conversion QCOW2 image into raw | Lukas Czerner | 1 | -1/+50 |
2011-05-18 | e2image: Add support for qcow2 format | Lukas Czerner | 1 | -85/+687 |
2010-06-13 | e2image: Fix up to be 64-bit block number safe | Valerie Aurora Henson | 1 | -14/+14 |
2009-10-25 | Convert to use block group accessor functions | Valerie Aurora Henson | 1 | -6/+6 |
2009-09-07 | Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() | Valerie Aurora Henson | 1 | -1/+1 |
2009-09-07 | Use ext2fs_file_acl_block() instead of using .i_file_acl directly | Valerie Aurora Henson | 1 | -2/+2 |
2009-09-07 | Convert to use io_channel_read_blk64() and io_channel_write_blk64() | Valerie Aurora Henson | 1 | -1/+1 |
2009-08-22 | Convert tune2fs, dumpe2fs, and e2image to the new bitmap interface | Valerie Aurora Henson | 1 | -11/+11 |
2009-06-21 | Fix encoding for rec_len in directories for >= 64k blocksize file systems | Theodore Ts'o | 1 | -4/+11 |
2008-09-01 | Only use the test_io manager if the right environment variables are set | Theodore Ts'o | 1 | -4/+7 |
2008-08-27 | Remove trailing whitespace for the entire source tree | Theodore Ts'o | 1 | -33/+33 |
2008-08-25 | Add support for with empty directory blocks in 64k blocksize filesystems | Theodore Ts'o | 1 | -0/+2 |
2008-03-13 | Merge branch 'maint' | Theodore Ts'o | 1 | -1/+4 |
2008-03-13 | e2image: Use open64() so that "e2image -I" works on image files > 2GB | Theodore Ts'o | 1 | -1/+4 |
2008-02-18 | Use BLOCK_FLAG_READ_ONLY flag in debugfs, e2image, and tune2fs | Theodore Ts'o | 1 | -4/+6 |
2008-01-27 | Merge branch 'maint' into next | Theodore Ts'o | 1 | -1/+2 |
2008-01-27 | e2image: Fix potential overflow if the device name is too long | Theodore Ts'o | 1 | -1/+1 |
2008-01-01 | Merge branch 'maint' into next | Theodore Ts'o | 1 | -0/+1 |
2008-01-01 | e2image: If there is an error while writing a block, call exit(1) | Theodore Ts'o | 1 | -0/+1 |
2007-12-09 | Merge branch 'maint' into next | Theodore Ts'o | 1 | -1/+2 |
2007-11-26 | e2image in raw-mode appends an extra byte to image-file | Arun Thomas | 1 | -1/+2 |
2007-10-29 | e2image: Fix potential off-by-one fs_device_name buffer overflow | Dmitry V. Levin | 1 | -2/+1 |
2007-08-11 | Clean up applications to not use EXT2FS_ENABLE_SWAPFS or EXT2_FLAG_SWAP_BYTES | Theodore Ts'o | 1 | -5/+3 |
2007-03-21 | [COVERITY] Fix memory leak in e2image (write_raw_image_file) | Brian Behlendorf | 1 | -0/+1 |
2007-03-21 | [COVERITY] Fix memory leak in e2image | Brian Behlendorf | 1 | -0/+2 |
2006-12-26 | Use the newer add/remove_error_table com_err interfaces | Theodore Ts'o | 1 | -1/+2 |
2006-09-12 | Fix signed vs unsigned printf format strings for block and inode numbers | Eric Sandeen | 1 | -3/+3 |
2006-09-12 | Remove unused variables | Eric Sandeen | 1 | -1/+0 |
2006-09-12 | Fix loops over group descriptors to prevent 2**32-1 block number overflows | Eric Sandeen | 1 | -5/+5 |
2006-03-18 | Fix format statements to make e2fsprogs programs 32-bit clean | Takashi Sato | 1 | -1/+1 |
2005-12-10 | Fix various gcc -Wall complaints. | Theodore Ts'o | 1 | -2/+4 |
2005-01-26 | e2image.c (scramble_dir_block): Make sure the unused space | Theodore Ts'o | 1 | -6/+6 |
2005-01-19 | Remove debugging printf from e2image -s's code. | Theodore Ts'o | 1 | -4/+0 |
2005-01-19 | e2image.c, e2image.8.in: Add support for the -s option which | Theodore Ts'o | 1 | -6/+105 |
2005-01-05 | Fix gcc -Wall nits. | Theodore Ts'o | 1 | -5/+4 |
2004-07-28 | e2image.c, e2image.8.in: Add new option -I which allows the | Theodore Ts'o | 1 | -7/+85 |
2003-12-07 | Fix gcc -Wall nitpicks | Theodore Ts'o | 1 | -14/+23 |
2003-05-03 | Add Czech translation. | Theodore Ts'o | 1 | -1/+1 |
2003-03-14 | e2image.c (write_raw_image_file): Include blocks from slow | Theodore Ts'o | 1 | -0/+2 |
2002-10-20 | Add support for the meta_blockgroup filesystem format. | Theodore Ts'o | 1 | -1/+1 |
2002-10-02 | e2image.c (write_raw_image_file): Handle a bad block in the | Theodore Ts'o | 1 | -0/+2 |
2002-08-16 | Fix up extended attribute handling in e2image, resize2fs, and in | Theodore Ts'o | 1 | -6/+7 |
2002-03-05 | Newer libintl needs LC_CTYPE to be set in addition to LC_MESSAGES. | Theodore Ts'o | 1 | -0/+1 |
2001-12-16 | Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogus | Theodore Ts'o | 1 | -2/+27 |
2001-11-05 | e2image.c (output_meta_data_blocks): Optimize away excess | Theodore Ts'o | 1 | -19/+32 |
2001-08-27 | Remove EXT2FS_VERSION from the version display, since it | Theodore Ts'o | 1 | -3/+2 |
2001-08-09 | Add support for specifiying - as the image file (to send the image | Theodore Ts'o | 1 | -9/+12 |