1. a9e55a1 e4defrag: fix ppc build by Kyle McMartin · 16 years ago
  2. c1b8759 e4defrag: Link with ext2fs library by Theodore Ts'o · 16 years ago
  3. 3346084 resize2fs: Move everything to new bitmap interface by Valerie Aurora Henson · 16 years ago
  4. 3c041a5 Convert tune2fs, dumpe2fs, and e2image to the new bitmap interface by Valerie Aurora Henson · 16 years ago
  5. 6d879a9 debugfs: Move everything to new bitmap interface by Valerie Aurora Henson · 16 years ago
  6. c5d2f50 e2fsck: Convert e2fsck to new bitmap interface by Valerie Aurora Henson · 16 years ago
  7. 463e732 Convert mke2fs to new bitmap interface by Valerie Aurora Henson · 16 years ago
  8. 8f82ef9 Convert libext2fs to 64-bit bitmap interface by Valerie Aurora Henson · 16 years ago
  9. 69365c6 Add support for 64-bit bitmaps by Theodore Ts'o · 16 years ago
  10. bee24f3 e2fsck: Allow cancellation during group descriptor checks. by Valerie Aurora Henson · 16 years ago
  11. 1d72214 Merge branch 'maint' into next by Theodore Ts'o · 16 years ago
  12. 88fca20 Move declaration of FS_IOC_FIEMAP ioctl to fiemap.h by Theodore Ts'o · 16 years ago
  13. 154a5d7 tune2fs: handle bad blocks when resizing inodes by Aneesh Kumar K.V · 16 years ago
  14. 91fac97 tune2fs: Handle fs meta-data blocks during inode resize by Aneesh Kumar K.V · 16 years ago
  15. a9e5177 tune2fs: Make e2fsprogs handle ENOSPC better with inode resize by Aneesh Kumar K.V · 16 years ago
  16. edc9e25 f_illitable_flexbg: Add new test by Theodore Ts'o · 16 years ago
  17. 6013915 e2fsck: Add a global latch question for bad group descriptor checksums by Theodore Ts'o · 16 years ago
  18. 9a7fe4b e2fsck: Only ask to relocate a block group's inode table once by Theodore Ts'o · 16 years ago
  19. 617446e e2fsck: Teach new_table_block() to allocate new itables/bitmaps with FLEX_BG by Theodore Ts'o · 16 years ago
  20. 334cfcc filefrag: don't print extent header on bmap fallback by Eric Sandeen · 16 years ago
  21. 1f3d16d filefrag: fix frag count in bmap case by Eric Sandeen · 16 years ago
  22. 5d5e01d filefrag: Add option to force use of the FIBMAP ioctl by Theodore Ts'o · 16 years ago
  23. f4240c8 libext2fs: Treat uninitialized parts of bitmaps as unallocated by Theodore Ts'o · 16 years ago
  24. 0d990d0 Add V=1 support when linking e2freefrag in misc/Makefile.in by Theodore Ts'o · 16 years ago
  25. 1e48a45 e2freefrag: Take into account the last free extent in the file system by Theodore Ts'o · 16 years ago
  26. 3e343b8 e2freefrag: Fix to work correctly for file systems with 1kb block sizes by Theodore Ts'o · 16 years ago
  27. cba91c4 e2freefrag: Do not print chunk-related information by default by Theodore Ts'o · 16 years ago
  28. aff2cf8 e2freefrag: Clarify e2freefrag's messages by Theodore Ts'o · 16 years ago
  29. 137a7dc e2freefrag: Initialize the ext2 error table by Theodore Ts'o · 16 years ago
  30. fe26a55 e2fsck: Fix and enhance superblock dates in future problem reports by Theodore Ts'o · 16 years ago
  31. baa8dbe Merge branch 'maint' into next by Theodore Ts'o · 16 years ago
  32. bf3941a po: update sv.po (from translationproject.org) by Göran Uddeborg · 16 years ago
  33. bc46edf po: update fr.po (from translationproject.org) by Samuel Thibault · 16 years ago
  34. c1695eb po: update pl.po (from translationproject.org) by Jakub Bogusz · 16 years ago
  35. 39c7d13 po: update cs.po (from translationproject.org) by Petr Pisar · 16 years ago
  36. 4f1d0e8 e4defrag: remove a lot of cruft by Eric Sandeen · 16 years ago
  37. 187cb62 debugfs: Add the new command dump_extents and extent the stat command by Theodore Ts'o · 16 years ago
  38. ad751f1 e2freefrag: Improve output to include be more like xfs_db's freesp -s by Andreas Dilger · 16 years ago
  39. f668c2c po: update sv.po (from translationproject.org) by Göran Uddeborg · 16 years ago
  40. 0b2681f e2freefrag: New program which displays how fragmented the free space is by Theodore Ts'o · 16 years ago
  41. 1451c20 libext2fs: Use blk_t instead of int in ext2fs_allocate_group_table by Theodore Ts'o · 16 years ago
  42. 776a374 Update debian changelog and RELEASE-NOTES for interim release by Theodore Ts'o · 16 years ago
  43. 8b5ed49 libext2fs: Avoid creating unneeded new extents in ext2fs_extent_set_bmap() by Theodore Ts'o · 16 years ago
  44. 64cb68b libext2fs: Improve debugging printf's in extent.c by Theodore Ts'o · 16 years ago
  45. 16e470e libext2fs: Fix regression in ext2fs_extent_set_bmap() by Theodore Ts'o · 16 years ago
  46. 95f65c3 debian: Allow building with util-linux-ng by Theodore Ts'o · 16 years ago
  47. d0c5377 mke2fs: Add strings.h include for strcasecmp() declaration by Theodore Ts'o · 16 years ago
  48. 1e69a24 debian/control: fix incorrect use of apostrophe's by Scott James Remnant · 16 years ago
  49. bb3875e Fix release date, to silence configure complaints by Matthias Andree · 16 years ago
  50. 98a5ad6 Fix intl/ build: add E/Q/V macros, process intl/libgnuintl.h by Matthias Andree · 16 years ago
  51. 9922c53 libext2fs: fix memory leak in error path in ext2fs_block_iterate2() by Theodore Ts'o · 16 years ago
  52. bbbb81c filefrag: fix it so it works in the bmap fallback case. by Eric Sandeen · 16 years ago
  53. 26ea489 e2fsck: Fix superblock times in the future even if buggy_init_scripts=1 by Theodore Ts'o · 16 years ago
  54. 25c7e0c libext2fs: Fix minor gcc -Wall warnings by Theodore Ts'o · 16 years ago
  55. 3c77b8e Fix miscellaneous gcc -Wall warnings in blkid and tune2fs by Theodore Ts'o · 16 years ago
  56. 9d4bade filefrag: Restore "perfect" number of extents calculation for ext2/ext3 by Theodore Ts'o · 16 years ago
  57. 42080a8 debugfs: Fix miscellaneous gcc -Wall warnings by Theodore Ts'o · 16 years ago
  58. 7391066 debian: Don't use dietlibc when building for mips and mipsel by Theodore Ts'o · 16 years ago
  59. c179bca Update date in the RELEASE-NOTES file. by Theodore Ts'o · 16 years ago
  60. 989a01f Update release notes, version string, etc. for E2fsprogs 1.41.8 release by Theodore Ts'o · 16 years ago
  61. cf268fd Remove tst_csum.c from lib/ext2fs/Makefile.in's SRCS list by Theodore Ts'o · 16 years ago
  62. be6b924 debian: Update standards version to 3.8.2 by Theodore Ts'o · 16 years ago
  63. e2193cf Update the sample e2fsprogs.spec.in RPM spec file to mention ext3/ext4 by Theodore Ts'o · 16 years ago
  64. 90075df debian: Update package descriptions to mention ext3/ext4 filesystems by Theodore Ts'o · 16 years ago
  65. 4fd0e65 po: update id.po (from translationproject.org) by Arif E. Nugroho · 16 years ago
  66. 96cdb37 resize2fs: If resize2fs fails, tell the user to run e2fsck by Theodore Ts'o · 16 years ago
  67. 0dc2916 libext2fs: Make ext2fs_extent_set_bmap() more robust against ENOSPC by Theodore Ts'o · 16 years ago
  68. ef1a526 libext2fs: Add new function ext2fs_test_inode_bitmap_range() by Theodore Ts'o · 16 years ago
  69. 24a24cc Interim in-progress update of the release notes and debian/changelog by Theodore Ts'o · 16 years ago
  70. 8e4addb po: update sv.po (from translationproject.org) by Göran Uddeborg · 16 years ago
  71. 4bd87f2 libext2fs: reset handle after inserting new extent by Eric Sandeen · 16 years ago
  72. e31b327 e2fsck: remove unused variable in check_block_bitmap() by Kazuya Mio · 16 years ago
  73. 01ec126 e2fsck: optimize loop counter when fixing bitmap padding by Kazuya Mio · 16 years ago
  74. f27aea2 e2fsck: remove unnecessary continue statement by Kazuya Mio · 16 years ago
  75. bcb915b Enhance build system so that "make V=1" works like the Linux Kernel by Theodore Ts'o · 16 years ago
  76. 3a4d986 resize2fs: Fix error message so the mountpoint is printed correctly by Theodore Ts'o · 16 years ago
  77. 7ad8da3 Add e2croncheck script to the contrib directory by Theodore Ts'o · 16 years ago
  78. 6c0d548 po: update fr.po (from translationproject.org) by Samuel Thibault · 16 years ago
  79. d4adea5 po: update cs.po (from translationproject.org) by Petr Pisar · 16 years ago
  80. f97ea10 filefrag: fix fm_start in filefrag_fiemap loop by Peng Tao · 16 years ago
  81. ca4d95a remove bogus "-e" option from filefrag manpage by Peng Tao · 16 years ago
  82. c13351f Add support for configure --enable-verbose-makecmds by Theodore Ts'o · 16 years ago
  83. a6a1c08 Fix Makefile dependencies for libcom_err by Theodore Ts'o · 16 years ago
  84. dd6d671 po: update pl.po (from translationproject.org) by Jakub Bogusz · 16 years ago
  85. 4a1e15a Fix compilation problem when building with --disable-uuid by Theodore Ts'o · 16 years ago
  86. 4b76dfb Update Czech translation of e2fsprogs by Theodore Ts'o · 16 years ago
  87. 3381a63 libuuid: Don't run uuidd if it would fail due to permission problems by Theodore Ts'o · 16 years ago
  88. 6013bbf Do not build and install uuidgen from if the uuid library was disabled. by Theodore Ts'o · 16 years ago
  89. caa6003 libuuid, uuidd: Avoid infinite loop while reading from the socket fd by Theodore Ts'o · 16 years ago
  90. 2842bb3 uuidd: Avoid closing the server socket when calling create_daemon() by Theodore Ts'o · 16 years ago
  91. e8b9466 libuuid: Make sure fd's 0, 1, and 2 are valid before exec'ing uuidd by Theodore Ts'o · 16 years ago
  92. d9206a3 Update release notes, version string, etc. for E2fsprogs 1.41.7 release by Theodore Ts'o · 16 years ago
  93. 930e281 Update Czech and Chinese translations from the Translation Project. by Theodore Ts'o · 16 years ago
  94. 427f95f logsave: Don't send the ^A and ^B delimiters to the console by Theodore Ts'o · 16 years ago
  95. fa9e841 Update e2fsprogs.pot file for 1.41.7 release by Theodore Ts'o · 16 years ago
  96. 6a8da46 libext2fs: ensure validate_entry doesn't read beyond blocksize by Nic Case · 16 years ago
  97. dad0bab debugfs: don't try to fclose NULL by Eric Sandeen · 16 years ago
  98. c510d6f badblocks: Make sure the list of bad blocks found is flushed on interrupt by Theodore Ts'o · 16 years ago
  99. 4001b8a badblocks.8: Alphabetize options in badblocks man page by Theodore Ts'o · 16 years ago
  100. e3dee8c badblocks.8: Update description of the -s option in badblocks man page by Theodore Ts'o · 16 years ago