1. 03509c9 e2fsprogs_custom: Created customized version of e2fsprogs lib. by Shay Nachmani · 9 years ago staging/n/fp2
  2. e0ed740 Switch back to 1.42.9 now that there is a fix by JP Abgrall · 10 years ago
  3. 65f0aab Revert changes that moved from 1.41.14 to 1.42.9 by JP Abgrall · 10 years ago
  4. 18a1444 Add files that would normally be generated by the e2fsprogs build system by Bernhard Rosenkränzer · 10 years ago
  5. c003f48 e2image: Clarify e2image's usage message by Theodore Ts'o · 10 years ago
  6. c8ee0d6 e2image: write progress information to stderr by Theodore Ts'o · 10 years ago
  7. 212c994 e2image: clean up progress reporting by Theodore Ts'o · 10 years ago
  8. 737a886 e2image: make sure all strings are marked for internationalization by Theodore Ts'o · 10 years ago
  9. 0155e77 e2image: add -n option to show what blocks would have been written by Theodore Ts'o · 10 years ago
  10. 38c771d e2image: add -c option to optimize file system copying for flash devices by Theodore Ts'o · 10 years ago
  11. aa2c743 e2image: only skip writing zero blocks when writing to a new file by Theodore Ts'o · 10 years ago
  12. d28759b e2image: clean up gcc -Wall and sparse nits by Theodore Ts'o · 10 years ago
  13. 80fe25a e2image: refactor calls to ext2fs_llseek() by Theodore Ts'o · 10 years ago
  14. ecc859b e2image: handle SIGINT safely by Phillip Susi · 10 years ago
  15. c40c7ce e2image: add progress indicator by Phillip Susi · 11 years ago
  16. 22b83f6 e2image: perform in-place move by Phillip Susi · 11 years ago
  17. 6b5535f e2image: add offset switches by Phillip Susi · 11 years ago
  18. f404167 Clean up sparse warnings by Theodore Ts'o · 11 years ago
  19. 45ff69f build: quiet LLVM non-literal string format warning by Andreas Dilger · 11 years ago
  20. b399382 e2image: check return value from check_if_mounted() by Darrick J. Wong · 11 years ago
  21. e39082e misc: don't leak file descriptors (on error paths) by Darrick J. Wong · 11 years ago
  22. 4c2ae57 e2image: pass the correct size write_header by Theodore Ts'o · 11 years ago
  23. 6c327e9 e2image: complain if running e2image -r or -Q on a mounted filesystem by Carlos Maiolino · 11 years ago
  24. e7f983b e2image: fix crash when using e2image -I with a 64-bit file system by Theodore Ts'o · 11 years ago
  25. 577c773 misc: fix gcc -Wall warnings by Theodore Ts'o · 11 years ago
  26. fdaf34f e2image: require that -a option is used only with raw or QCOW2 image by Tomas Racek · 11 years ago
  27. d55e68a e2image: remove useless exit call by Tomas Racek · 11 years ago
  28. 0e51f5a e2image: add -a switch to include all data by Phillip Susi · 11 years ago
  29. 2d2abcc e2fsck: rename "bool" variables by Andreas Dilger · 12 years ago
  30. e64e676 Fix gcc -Wall nitpicks by Theodore Ts'o · 12 years ago
  31. 6c9ce8a e2image: skip uninitialized bitmaps and inode tables by Phillip Susi · 12 years ago
  32. 50a676e e2image: attempt to use ftruncate64 to set i_size for raw images by Theodore Ts'o · 12 years ago
  33. 2b7a30c e2image: fix logic bug which could cause a raw image not to be extended by Theodore Ts'o · 12 years ago
  34. 0c80c44 libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag by Theodore Ts'o · 13 years ago
  35. c4012e5 libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargs by Theodore Ts'o · 13 years ago
  36. 9d4507c Pass the gettext() function to libcom_err by Theodore Ts'o · 13 years ago
  37. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  38. c859cb1 e2fsprogs: create open() and stat() helpers by Lukas Czerner · 13 years ago
  39. 9d10f01 e2image: fix invalid lseek error detection by Lukas Czerner · 13 years ago
  40. 96367ad misc: quiet "unused variable" compiler warnings by Andreas Dilger · 13 years ago
  41. 92dcfb7 e2image: Support for conversion QCOW2 image into raw by Lukas Czerner · 13 years ago
  42. bf0449b e2image: Add support for qcow2 format by Lukas Czerner · 13 years ago
  43. d991bc7 e2image: Fix up to be 64-bit block number safe by Valerie Aurora Henson · 14 years ago
  44. d7cca6b Convert to use block group accessor functions by Valerie Aurora Henson · 15 years ago
  45. 4efbac6 Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() by Valerie Aurora Henson · 15 years ago
  46. a63745e Use ext2fs_file_acl_block() instead of using .i_file_acl directly by Valerie Aurora Henson · 15 years ago
  47. 24a117a Convert to use io_channel_read_blk64() and io_channel_write_blk64() by Valerie Aurora Henson · 15 years ago
  48. 3c041a5 Convert tune2fs, dumpe2fs, and e2image to the new bitmap interface by Valerie Aurora Henson · 15 years ago
  49. 8a48035 Fix encoding for rec_len in directories for >= 64k blocksize file systems by Theodore Ts'o · 15 years ago
  50. f38cf3c Only use the test_io manager if the right environment variables are set by Theodore Ts'o · 16 years ago
  51. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  52. 5dd77db Add support for with empty directory blocks in 64k blocksize filesystems by Theodore Ts'o · 16 years ago
  53. a040a99 Merge branch 'maint' by Theodore Ts'o · 16 years ago
  54. 9fbec96 e2image: Use open64() so that "e2image -I" works on image files > 2GB by Theodore Ts'o · 16 years ago
  55. 43323be Use BLOCK_FLAG_READ_ONLY flag in debugfs, e2image, and tune2fs by Theodore Ts'o · 16 years ago
  56. 428f6b3 Merge branch 'maint' into next by Theodore Ts'o · 16 years ago
  57. df200ff e2image: Fix potential overflow if the device name is too long by Theodore Ts'o · 16 years ago
  58. fef2b38 Merge branch 'maint' into next by Theodore Ts'o · 16 years ago
  59. c9eaebf e2image: If there is an error while writing a block, call exit(1) by Theodore Ts'o · 16 years ago
  60. e6a4571 Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  61. 20abd3e e2image in raw-mode appends an extra byte to image-file by Arun Thomas · 17 years ago
  62. 84d51a2 e2image: Fix potential off-by-one fs_device_name buffer overflow by Dmitry V. Levin · 17 years ago
  63. 2eae093 Clean up applications to not use EXT2FS_ENABLE_SWAPFS or EXT2_FLAG_SWAP_BYTES by Theodore Ts'o · 17 years ago
  64. d7eee82 [COVERITY] Fix memory leak in e2image (write_raw_image_file) by Brian Behlendorf · 17 years ago
  65. 248c2f9 [COVERITY] Fix memory leak in e2image by Brian Behlendorf · 17 years ago
  66. a6d8302 Use the newer add/remove_error_table com_err interfaces by Theodore Ts'o · 17 years ago
  67. d0ff90d Fix signed vs unsigned printf format strings for block and inode numbers by Eric Sandeen · 18 years ago
  68. 62c6d14 Remove unused variables by Eric Sandeen · 18 years ago
  69. bb1a46a Fix loops over group descriptors to prevent 2**32-1 block number overflows by Eric Sandeen · 18 years ago
  70. 8deb80a Fix format statements to make e2fsprogs programs 32-bit clean by Takashi Sato · 18 years ago
  71. 9b9a780 Fix various gcc -Wall complaints. by Theodore Ts'o · 19 years ago
  72. 79fc2a9 e2image.c (scramble_dir_block): Make sure the unused space by Theodore Ts'o · 19 years ago
  73. e99decb Remove debugging printf from e2image -s's code. by Theodore Ts'o · 19 years ago
  74. d851ed3 e2image.c, e2image.8.in: Add support for the -s option which by Theodore Ts'o · 19 years ago
  75. 6e82cd7 Fix gcc -Wall nits. by Theodore Ts'o · 19 years ago
  76. 8c6b648 e2image.c, e2image.8.in: Add new option -I which allows the by Theodore Ts'o · 20 years ago
  77. 5443492 Fix gcc -Wall nitpicks by Theodore Ts'o · 21 years ago
  78. ddc32a0 Add Czech translation. by Theodore Ts'o · 21 years ago
  79. eca53e3 e2image.c (write_raw_image_file): Include blocks from slow by Theodore Ts'o · 21 years ago
  80. c046ac7 Add support for the meta_blockgroup filesystem format. by Theodore Ts'o · 22 years ago
  81. 3432a91 e2image.c (write_raw_image_file): Handle a bad block in the by Theodore Ts'o · 22 years ago
  82. ed909bb Fix up extended attribute handling in e2image, resize2fs, and in by Theodore Ts'o · 22 years ago
  83. 14308a5 Newer libintl needs LC_CTYPE to be set in addition to LC_MESSAGES. by Theodore Ts'o · 22 years ago
  84. 4ea7bd0 Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogus by Theodore Ts'o · 23 years ago
  85. e3ef350 e2image.c (output_meta_data_blocks): Optimize away excess by Theodore Ts'o · 23 years ago
  86. 0f8973f Remove EXT2FS_VERSION from the version display, since it only confuses people. by Theodore Ts'o · 23 years ago
  87. 1c1e004 Add support for specifiying - as the image file (to send the image by Theodore Ts'o · 23 years ago
  88. 6304baf Add support for raw image files in e2image. by Theodore Ts'o · 23 years ago
  89. 54c637d Many files: by Theodore Ts'o · 23 years ago
  90. a382795 e2image.c: Update copyright date. : by Theodore Ts'o · 23 years ago
  91. 095b459 ChangeLog, e2image.c: by Theodore Ts'o · 23 years ago
  92. c5423c5 ChangeLog, e2image.c: by Theodore Ts'o · 23 years ago
  93. c8c071a ChangeLog, e2image.c, mke2fs.c, mklost+found.c, tune2fs.c, util.c, uuidgen.c: by Theodore Ts'o · 23 years ago
  94. ef9abe5 ChangeLog, e2image.c, mke2fs.c: by Theodore Ts'o · 23 years ago
  95. 3e377db ChangeLog, MCONFIG.in, Makefile.in, Makefile.in.in: by Theodore Ts'o · 24 years ago
  96. 72ed126 ChangeLog, Makefile.in, e2image.h, ext2_err.et.in, ext2fs.h, imager.c: by Theodore Ts'o · 24 years ago