1. 4efbac6 Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() by Valerie Aurora Henson · 16 years ago
  2. a63745e Use ext2fs_file_acl_block() instead of using .i_file_acl directly by Valerie Aurora Henson · 16 years ago
  3. c5b7b6b Fix overflow in calculation of total file system blocks by Valerie Aurora Henson · 16 years ago
  4. 95fd65b libext2fs: create generic numeric progress meters and use them by Valerie Aurora Henson · 16 years ago
  5. 732c8cd Use accessor functions fields for bg_flags in the block group descriptors by Theodore Ts'o · 16 years ago
  6. 24a117a Convert to use io_channel_read_blk64() and io_channel_write_blk64() by Valerie Aurora Henson · 16 years ago
  7. d62d218 libext2fs: Fix counting routines in blknum.c to take/return __u32 counts by Nick Dokos · 16 years ago
  8. dc615a2 Merge branch 'maint' into next by Theodore Ts'o · 16 years ago
  9. a9e55a1 e4defrag: fix ppc build by Kyle McMartin · 16 years ago
  10. 51e6459 libext2fs: Round up the bitmap size when allocating a new bitmap by Theodore Ts'o · 16 years ago
  11. 7a9f055 mke2fs.8.in: Clarify flex_bg feature description by Theodore Ts'o · 16 years ago
  12. 73ebdf9 tune2fs.8: Document the flex_bg file system option in the man page by Theodore Ts'o · 16 years ago
  13. 2884d20 resize2fs: fix minimum resize size calculation with flex_bg by Peng Tao · 16 years ago
  14. 1d8af18 resize2fs: calculate minimal fs size only once by Peng Tao · 16 years ago
  15. 0b5b9f9 configure.in, configure: Drop --with-cc, --with-ccopts, --with-ldopts by Theodore Ts'o · 16 years ago
  16. 1d9b818 dumpe2fs: Print more information about the inline journal by Theodore Ts'o · 16 years ago
  17. 1be2ce0 debian: Make sure libblkid1 and libblkid1-dbg have changelogs by Theodore Ts'o · 16 years ago
  18. 82b59ca e2fsck: Avoid scary failure messages on low-memory systems by Theodore Ts'o · 16 years ago
  19. 249c962 blkid: support .ko.gz in modules.dep parser by Karel Zak · 16 years ago
  20. 8bafedb tune2fs: Fix "tune2fs -j <dev>" for extent-enabled filesystems by Theodore Ts'o · 16 years ago
  21. c1b8759 e4defrag: Link with ext2fs library by Theodore Ts'o · 16 years ago
  22. 31b5a2b mke2fs.conf: Use the feature name "extent" instead of "extents" by Theodore Ts'o · 16 years ago
  23. 686c4c1 Fix debian packaging to work correctly on post-Lenny systems by Theodore Ts'o · 16 years ago
  24. ffd8078 e2freefrag: Update manpage to include e2fsprogs version and release date by Theodore Ts'o · 16 years ago
  25. edde3e5 Update release notes, version string, etc. for E2fsprogs 1.41.9 release by Theodore Ts'o · 16 years ago
  26. 4087bbd make-sparse: Write a zero-byte at the end of the image by Theodore Ts'o · 16 years ago
  27. 3346084 resize2fs: Move everything to new bitmap interface by Valerie Aurora Henson · 16 years ago
  28. 3c041a5 Convert tune2fs, dumpe2fs, and e2image to the new bitmap interface by Valerie Aurora Henson · 16 years ago
  29. 6d879a9 debugfs: Move everything to new bitmap interface by Valerie Aurora Henson · 16 years ago
  30. c5d2f50 e2fsck: Convert e2fsck to new bitmap interface by Valerie Aurora Henson · 16 years ago
  31. 154a5d7 tune2fs: handle bad blocks when resizing inodes by Aneesh Kumar K.V · 16 years ago
  32. 91fac97 tune2fs: Handle fs meta-data blocks during inode resize by Aneesh Kumar K.V · 16 years ago
  33. a9e5177 tune2fs: Make e2fsprogs handle ENOSPC better with inode resize by Aneesh Kumar K.V · 16 years ago
  34. edc9e25 f_illitable_flexbg: Add new test by Theodore Ts'o · 16 years ago
  35. 6013915 e2fsck: Add a global latch question for bad group descriptor checksums by Theodore Ts'o · 16 years ago
  36. 9a7fe4b e2fsck: Only ask to relocate a block group's inode table once by Theodore Ts'o · 16 years ago
  37. 617446e e2fsck: Teach new_table_block() to allocate new itables/bitmaps with FLEX_BG by Theodore Ts'o · 16 years ago
  38. 334cfcc filefrag: don't print extent header on bmap fallback by Eric Sandeen · 16 years ago
  39. 1f3d16d filefrag: fix frag count in bmap case by Eric Sandeen · 16 years ago
  40. 5d5e01d filefrag: Add option to force use of the FIBMAP ioctl by Theodore Ts'o · 16 years ago
  41. f4240c8 libext2fs: Treat uninitialized parts of bitmaps as unallocated by Theodore Ts'o · 16 years ago
  42. 0d990d0 Add V=1 support when linking e2freefrag in misc/Makefile.in by Theodore Ts'o · 16 years ago
  43. 1e48a45 e2freefrag: Take into account the last free extent in the file system by Theodore Ts'o · 16 years ago
  44. 3e343b8 e2freefrag: Fix to work correctly for file systems with 1kb block sizes by Theodore Ts'o · 16 years ago
  45. cba91c4 e2freefrag: Do not print chunk-related information by default by Theodore Ts'o · 16 years ago
  46. aff2cf8 e2freefrag: Clarify e2freefrag's messages by Theodore Ts'o · 16 years ago
  47. 137a7dc e2freefrag: Initialize the ext2 error table by Theodore Ts'o · 16 years ago
  48. fe26a55 e2fsck: Fix and enhance superblock dates in future problem reports by Theodore Ts'o · 16 years ago
  49. 463e732 Convert mke2fs to new bitmap interface by Valerie Aurora Henson · 16 years ago
  50. 8f82ef9 Convert libext2fs to 64-bit bitmap interface by Valerie Aurora Henson · 16 years ago
  51. 69365c6 Add support for 64-bit bitmaps by Theodore Ts'o · 16 years ago
  52. bee24f3 e2fsck: Allow cancellation during group descriptor checks. by Valerie Aurora Henson · 16 years ago
  53. 1d72214 Merge branch 'maint' into next by Theodore Ts'o · 16 years ago
  54. 88fca20 Move declaration of FS_IOC_FIEMAP ioctl to fiemap.h by Theodore Ts'o · 16 years ago
  55. baa8dbe Merge branch 'maint' into next by Theodore Ts'o · 16 years ago
  56. bf3941a po: update sv.po (from translationproject.org) by Göran Uddeborg · 16 years ago
  57. bc46edf po: update fr.po (from translationproject.org) by Samuel Thibault · 16 years ago
  58. c1695eb po: update pl.po (from translationproject.org) by Jakub Bogusz · 16 years ago
  59. 39c7d13 po: update cs.po (from translationproject.org) by Petr Pisar · 16 years ago
  60. 4f1d0e8 e4defrag: remove a lot of cruft by Eric Sandeen · 16 years ago
  61. 187cb62 debugfs: Add the new command dump_extents and extent the stat command by Theodore Ts'o · 16 years ago
  62. ad751f1 e2freefrag: Improve output to include be more like xfs_db's freesp -s by Andreas Dilger · 16 years ago
  63. f668c2c po: update sv.po (from translationproject.org) by Göran Uddeborg · 16 years ago
  64. 0b2681f e2freefrag: New program which displays how fragmented the free space is by Theodore Ts'o · 16 years ago
  65. 1451c20 libext2fs: Use blk_t instead of int in ext2fs_allocate_group_table by Theodore Ts'o · 16 years ago
  66. 776a374 Update debian changelog and RELEASE-NOTES for interim release by Theodore Ts'o · 16 years ago
  67. 8b5ed49 libext2fs: Avoid creating unneeded new extents in ext2fs_extent_set_bmap() by Theodore Ts'o · 16 years ago
  68. 64cb68b libext2fs: Improve debugging printf's in extent.c by Theodore Ts'o · 16 years ago
  69. 16e470e libext2fs: Fix regression in ext2fs_extent_set_bmap() by Theodore Ts'o · 16 years ago
  70. 95f65c3 debian: Allow building with util-linux-ng by Theodore Ts'o · 16 years ago
  71. d0c5377 mke2fs: Add strings.h include for strcasecmp() declaration by Theodore Ts'o · 16 years ago
  72. 1e69a24 debian/control: fix incorrect use of apostrophe's by Scott James Remnant · 16 years ago
  73. bb3875e Fix release date, to silence configure complaints by Matthias Andree · 16 years ago
  74. 98a5ad6 Fix intl/ build: add E/Q/V macros, process intl/libgnuintl.h by Matthias Andree · 16 years ago
  75. 9922c53 libext2fs: fix memory leak in error path in ext2fs_block_iterate2() by Theodore Ts'o · 16 years ago
  76. bbbb81c filefrag: fix it so it works in the bmap fallback case. by Eric Sandeen · 16 years ago
  77. 26ea489 e2fsck: Fix superblock times in the future even if buggy_init_scripts=1 by Theodore Ts'o · 16 years ago
  78. 25c7e0c libext2fs: Fix minor gcc -Wall warnings by Theodore Ts'o · 16 years ago
  79. 3c77b8e Fix miscellaneous gcc -Wall warnings in blkid and tune2fs by Theodore Ts'o · 16 years ago
  80. 9d4bade filefrag: Restore "perfect" number of extents calculation for ext2/ext3 by Theodore Ts'o · 16 years ago
  81. 42080a8 debugfs: Fix miscellaneous gcc -Wall warnings by Theodore Ts'o · 16 years ago
  82. 7391066 debian: Don't use dietlibc when building for mips and mipsel by Theodore Ts'o · 16 years ago
  83. c179bca Update date in the RELEASE-NOTES file. by Theodore Ts'o · 16 years ago
  84. 989a01f Update release notes, version string, etc. for E2fsprogs 1.41.8 release by Theodore Ts'o · 16 years ago
  85. cf268fd Remove tst_csum.c from lib/ext2fs/Makefile.in's SRCS list by Theodore Ts'o · 16 years ago
  86. be6b924 debian: Update standards version to 3.8.2 by Theodore Ts'o · 16 years ago
  87. e2193cf Update the sample e2fsprogs.spec.in RPM spec file to mention ext3/ext4 by Theodore Ts'o · 16 years ago
  88. 90075df debian: Update package descriptions to mention ext3/ext4 filesystems by Theodore Ts'o · 16 years ago
  89. 4fd0e65 po: update id.po (from translationproject.org) by Arif E. Nugroho · 16 years ago
  90. 96cdb37 resize2fs: If resize2fs fails, tell the user to run e2fsck by Theodore Ts'o · 16 years ago
  91. 0dc2916 libext2fs: Make ext2fs_extent_set_bmap() more robust against ENOSPC by Theodore Ts'o · 16 years ago
  92. ef1a526 libext2fs: Add new function ext2fs_test_inode_bitmap_range() by Theodore Ts'o · 16 years ago
  93. 24a24cc Interim in-progress update of the release notes and debian/changelog by Theodore Ts'o · 16 years ago
  94. 8e4addb po: update sv.po (from translationproject.org) by Göran Uddeborg · 16 years ago
  95. 4bd87f2 libext2fs: reset handle after inserting new extent by Eric Sandeen · 16 years ago
  96. e31b327 e2fsck: remove unused variable in check_block_bitmap() by Kazuya Mio · 16 years ago
  97. 01ec126 e2fsck: optimize loop counter when fixing bitmap padding by Kazuya Mio · 16 years ago
  98. f27aea2 e2fsck: remove unnecessary continue statement by Kazuya Mio · 16 years ago
  99. bcb915b Enhance build system so that "make V=1" works like the Linux Kernel by Theodore Ts'o · 16 years ago
  100. 3a4d986 resize2fs: Fix error message so the mountpoint is printed correctly by Theodore Ts'o · 16 years ago