1. ba5131f e2fsck: Accept superblock times to be fudged by up to 24 hours by default by Theodore Ts'o · 15 years ago
  2. 8a8f365 e2fsck: Fix handling of non-zero i_blocks_high field by Theodore Ts'o · 15 years ago
  3. 695706c e2fsck: Interpret negative blkcount in file system problem reports by Theodore Ts'o · 15 years ago
  4. f790bc3 libext2fs: Always build file_io.c by Theodore Ts'o · 15 years ago
  5. a321afa tests: Account for new mke2fs topology information by Theodore Ts'o · 15 years ago
  6. 9ed8e5f mke2fs: get device topology values from blkid by Eric Sandeen · 15 years ago
  7. e1f0850 Don't use in-tree header files if using system uuid or blkid libraries by Theodore Ts'o · 15 years ago
  8. 61a9d2b e2fsck: Use the correct problem code in the case of LAST_WRITE_FUDGED by Theodore Ts'o · 15 years ago
  9. 7822f78 blkid: Avoid a potentially error message when running "make clean" by Theodore Ts'o · 15 years ago
  10. 2d7ef23 debugfs: add matching fclose by Peng Tao · 15 years ago
  11. 484ddc8 fix fd leak that causes fsck to fail with "too many open files" by Cristian Rodríguez · 15 years ago
  12. 04f13d6 libext2fs: Add error table initialization to test programs by Theodore Ts'o · 15 years ago
  13. 1d4a493 e2undo: Initialize com_err error tables for the ext2fs library by Theodore Ts'o · 15 years ago
  14. 51e6459 libext2fs: Round up the bitmap size when allocating a new bitmap by Theodore Ts'o · 15 years ago
  15. 7a9f055 mke2fs.8.in: Clarify flex_bg feature description by Theodore Ts'o · 15 years ago
  16. 73ebdf9 tune2fs.8: Document the flex_bg file system option in the man page by Theodore Ts'o · 15 years ago
  17. 2884d20 resize2fs: fix minimum resize size calculation with flex_bg by Peng Tao · 15 years ago
  18. 1d8af18 resize2fs: calculate minimal fs size only once by Peng Tao · 15 years ago
  19. 0b5b9f9 configure.in, configure: Drop --with-cc, --with-ccopts, --with-ldopts by Theodore Ts'o · 15 years ago
  20. 1d9b818 dumpe2fs: Print more information about the inline journal by Theodore Ts'o · 15 years ago
  21. 1be2ce0 debian: Make sure libblkid1 and libblkid1-dbg have changelogs by Theodore Ts'o · 15 years ago
  22. 82b59ca e2fsck: Avoid scary failure messages on low-memory systems by Theodore Ts'o · 15 years ago
  23. 249c962 blkid: support .ko.gz in modules.dep parser by Karel Zak · 15 years ago
  24. 8bafedb tune2fs: Fix "tune2fs -j <dev>" for extent-enabled filesystems by Theodore Ts'o · 15 years ago
  25. 31b5a2b mke2fs.conf: Use the feature name "extent" instead of "extents" by Theodore Ts'o · 15 years ago
  26. 686c4c1 Fix debian packaging to work correctly on post-Lenny systems by Theodore Ts'o · 15 years ago
  27. ffd8078 e2freefrag: Update manpage to include e2fsprogs version and release date by Theodore Ts'o · 15 years ago
  28. edde3e5 Update release notes, version string, etc. for E2fsprogs 1.41.9 release by Theodore Ts'o · 15 years ago
  29. 4087bbd make-sparse: Write a zero-byte at the end of the image by Theodore Ts'o · 15 years ago
  30. 154a5d7 tune2fs: handle bad blocks when resizing inodes by Aneesh Kumar K.V · 15 years ago
  31. 91fac97 tune2fs: Handle fs meta-data blocks during inode resize by Aneesh Kumar K.V · 15 years ago
  32. a9e5177 tune2fs: Make e2fsprogs handle ENOSPC better with inode resize by Aneesh Kumar K.V · 15 years ago
  33. edc9e25 f_illitable_flexbg: Add new test by Theodore Ts'o · 15 years ago
  34. 6013915 e2fsck: Add a global latch question for bad group descriptor checksums by Theodore Ts'o · 15 years ago
  35. 9a7fe4b e2fsck: Only ask to relocate a block group's inode table once by Theodore Ts'o · 15 years ago
  36. 617446e e2fsck: Teach new_table_block() to allocate new itables/bitmaps with FLEX_BG by Theodore Ts'o · 15 years ago
  37. 334cfcc filefrag: don't print extent header on bmap fallback by Eric Sandeen · 15 years ago
  38. 1f3d16d filefrag: fix frag count in bmap case by Eric Sandeen · 15 years ago
  39. 5d5e01d filefrag: Add option to force use of the FIBMAP ioctl by Theodore Ts'o · 15 years ago
  40. f4240c8 libext2fs: Treat uninitialized parts of bitmaps as unallocated by Theodore Ts'o · 15 years ago
  41. 0d990d0 Add V=1 support when linking e2freefrag in misc/Makefile.in by Theodore Ts'o · 15 years ago
  42. 1e48a45 e2freefrag: Take into account the last free extent in the file system by Theodore Ts'o · 15 years ago
  43. 3e343b8 e2freefrag: Fix to work correctly for file systems with 1kb block sizes by Theodore Ts'o · 15 years ago
  44. cba91c4 e2freefrag: Do not print chunk-related information by default by Theodore Ts'o · 15 years ago
  45. aff2cf8 e2freefrag: Clarify e2freefrag's messages by Theodore Ts'o · 15 years ago
  46. 137a7dc e2freefrag: Initialize the ext2 error table by Theodore Ts'o · 15 years ago
  47. fe26a55 e2fsck: Fix and enhance superblock dates in future problem reports by Theodore Ts'o · 15 years ago
  48. bf3941a po: update sv.po (from translationproject.org) by Göran Uddeborg · 15 years ago
  49. bc46edf po: update fr.po (from translationproject.org) by Samuel Thibault · 15 years ago
  50. c1695eb po: update pl.po (from translationproject.org) by Jakub Bogusz · 15 years ago
  51. 39c7d13 po: update cs.po (from translationproject.org) by Petr Pisar · 15 years ago
  52. 187cb62 debugfs: Add the new command dump_extents and extent the stat command by Theodore Ts'o · 15 years ago
  53. ad751f1 e2freefrag: Improve output to include be more like xfs_db's freesp -s by Andreas Dilger · 15 years ago
  54. f668c2c po: update sv.po (from translationproject.org) by Göran Uddeborg · 15 years ago
  55. 0b2681f e2freefrag: New program which displays how fragmented the free space is by Theodore Ts'o · 15 years ago
  56. 1451c20 libext2fs: Use blk_t instead of int in ext2fs_allocate_group_table by Theodore Ts'o · 15 years ago
  57. 776a374 Update debian changelog and RELEASE-NOTES for interim release by Theodore Ts'o · 15 years ago
  58. 8b5ed49 libext2fs: Avoid creating unneeded new extents in ext2fs_extent_set_bmap() by Theodore Ts'o · 15 years ago
  59. 64cb68b libext2fs: Improve debugging printf's in extent.c by Theodore Ts'o · 15 years ago
  60. 16e470e libext2fs: Fix regression in ext2fs_extent_set_bmap() by Theodore Ts'o · 15 years ago
  61. 95f65c3 debian: Allow building with util-linux-ng by Theodore Ts'o · 15 years ago
  62. d0c5377 mke2fs: Add strings.h include for strcasecmp() declaration by Theodore Ts'o · 15 years ago
  63. 1e69a24 debian/control: fix incorrect use of apostrophe's by Scott James Remnant · 15 years ago
  64. bb3875e Fix release date, to silence configure complaints by Matthias Andree · 15 years ago
  65. 98a5ad6 Fix intl/ build: add E/Q/V macros, process intl/libgnuintl.h by Matthias Andree · 15 years ago
  66. 9922c53 libext2fs: fix memory leak in error path in ext2fs_block_iterate2() by Theodore Ts'o · 15 years ago
  67. bbbb81c filefrag: fix it so it works in the bmap fallback case. by Eric Sandeen · 15 years ago
  68. 26ea489 e2fsck: Fix superblock times in the future even if buggy_init_scripts=1 by Theodore Ts'o · 15 years ago
  69. 25c7e0c libext2fs: Fix minor gcc -Wall warnings by Theodore Ts'o · 15 years ago
  70. 3c77b8e Fix miscellaneous gcc -Wall warnings in blkid and tune2fs by Theodore Ts'o · 15 years ago
  71. 9d4bade filefrag: Restore "perfect" number of extents calculation for ext2/ext3 by Theodore Ts'o · 15 years ago
  72. 42080a8 debugfs: Fix miscellaneous gcc -Wall warnings by Theodore Ts'o · 15 years ago
  73. 7391066 debian: Don't use dietlibc when building for mips and mipsel by Theodore Ts'o · 15 years ago
  74. c179bca Update date in the RELEASE-NOTES file. by Theodore Ts'o · 15 years ago
  75. 989a01f Update release notes, version string, etc. for E2fsprogs 1.41.8 release by Theodore Ts'o · 15 years ago
  76. cf268fd Remove tst_csum.c from lib/ext2fs/Makefile.in's SRCS list by Theodore Ts'o · 15 years ago
  77. be6b924 debian: Update standards version to 3.8.2 by Theodore Ts'o · 15 years ago
  78. e2193cf Update the sample e2fsprogs.spec.in RPM spec file to mention ext3/ext4 by Theodore Ts'o · 15 years ago
  79. 90075df debian: Update package descriptions to mention ext3/ext4 filesystems by Theodore Ts'o · 15 years ago
  80. 4fd0e65 po: update id.po (from translationproject.org) by Arif E. Nugroho · 15 years ago
  81. 96cdb37 resize2fs: If resize2fs fails, tell the user to run e2fsck by Theodore Ts'o · 15 years ago
  82. 0dc2916 libext2fs: Make ext2fs_extent_set_bmap() more robust against ENOSPC by Theodore Ts'o · 15 years ago
  83. ef1a526 libext2fs: Add new function ext2fs_test_inode_bitmap_range() by Theodore Ts'o · 15 years ago
  84. 24a24cc Interim in-progress update of the release notes and debian/changelog by Theodore Ts'o · 15 years ago
  85. 8e4addb po: update sv.po (from translationproject.org) by Göran Uddeborg · 15 years ago
  86. 4bd87f2 libext2fs: reset handle after inserting new extent by Eric Sandeen · 15 years ago
  87. e31b327 e2fsck: remove unused variable in check_block_bitmap() by Kazuya Mio · 15 years ago
  88. 01ec126 e2fsck: optimize loop counter when fixing bitmap padding by Kazuya Mio · 15 years ago
  89. f27aea2 e2fsck: remove unnecessary continue statement by Kazuya Mio · 15 years ago
  90. bcb915b Enhance build system so that "make V=1" works like the Linux Kernel by Theodore Ts'o · 15 years ago
  91. 3a4d986 resize2fs: Fix error message so the mountpoint is printed correctly by Theodore Ts'o · 15 years ago
  92. 7ad8da3 Add e2croncheck script to the contrib directory by Theodore Ts'o · 15 years ago
  93. 6c0d548 po: update fr.po (from translationproject.org) by Samuel Thibault · 15 years ago
  94. d4adea5 po: update cs.po (from translationproject.org) by Petr Pisar · 15 years ago
  95. f97ea10 filefrag: fix fm_start in filefrag_fiemap loop by Peng Tao · 15 years ago
  96. ca4d95a remove bogus "-e" option from filefrag manpage by Peng Tao · 15 years ago
  97. c13351f Add support for configure --enable-verbose-makecmds by Theodore Ts'o · 15 years ago
  98. a6a1c08 Fix Makefile dependencies for libcom_err by Theodore Ts'o · 15 years ago
  99. dd6d671 po: update pl.po (from translationproject.org) by Jakub Bogusz · 15 years ago
  100. 4a1e15a Fix compilation problem when building with --disable-uuid by Theodore Ts'o · 15 years ago