1. 53f2a1e libext2fs: add error codes from 1.43.x development branch by Theodore Ts'o · 12 years ago
  2. 0f680ee mke2fs: document bigalloc and cluster-size by Zheng Liu · 12 years ago
  3. dd4f565 libext2fs: avoid 32-bit overflow in ext2fs_initialize with a 512M cluster size by Theodore Ts'o · 12 years ago
  4. 86a985e mke2fs: teach mke2fs to understand -b 4k and -C 256M by Theodore Ts'o · 12 years ago
  5. 35d886b libe2p: teach parse_num_blocks2() to return bytes if log_block_size < 0 by Theodore Ts'o · 12 years ago
  6. 2a3b1c6 mke2fs: the -g option will now specify the clusters per block group by Theodore Ts'o · 12 years ago
  7. 4b20ea2 mke2fs: enforce that the cluster size must be greater that the block size by Theodore Ts'o · 12 years ago
  8. 9cf69bb mke2fs: require the bigalloc feature explicity if the cluster size is set by Zheng Liu · 12 years ago
  9. 9e85208 debugfs: fix gcc-wall complaints by Theodore Ts'o · 12 years ago
  10. 5a760d4 resize2fs: add debugging code to test the old online resizing interfaces by Theodore Ts'o · 12 years ago
  11. 85a2438 debugfs: document zap_block & block_dump by Eric Sandeen · 12 years ago
  12. da489dd config: silence printf format warnings by Eric Whitney · 12 years ago
  13. f0257d8 libext2fs: ext2fs_open2() should not set ret_fs after a MMP failure by Theodore Ts'o · 12 years ago
  14. a046da5 e2fsck: avoid memory corruption on ext2fs_open2 failure by Nickolai Zeldovich · 12 years ago
  15. 6dd8354 e2fsck: do not crash on long log file names by Nickolai Zeldovich · 12 years ago
  16. bf50beb e2fsck: show size requested when memory allocation fails by Eric Sandeen · 12 years ago
  17. f45011d mke2fs: check extents feature when bigalloc feature is enabled by Zheng Liu · 12 years ago
  18. 027b057 Fix 32-bit overflow problems: dgrp_t * s_blocks_per_group by Theodore Ts'o · 12 years ago
  19. a0ba54e resize2fs: use [un]mark_block_range bitmap functions to reduce CPU usage by Theodore Ts'o · 12 years ago
  20. 1eb31c4 resize2fs: add resource tracking as a debug option by Theodore Ts'o · 12 years ago
  21. 2279fd7 resize2fs: fix 32-bit overflow when calculating the number of free blocks by Theodore Ts'o · 12 years ago
  22. 5d3a88f resize2fs: fix 32-bit overflow issue which can corrupt 64-bit file systems by Theodore Ts'o · 12 years ago
  23. ccfedb1 Clean up texinfo files by Theodore Ts'o · 12 years ago
  24. 73c427d Update changelogs for 1.42.7 release by Theodore Ts'o · 12 years ago
  25. d3b4de4 debugfs: fixup the hard-coded buffer length in dump_file by Zheng Liu · 12 years ago
  26. cc5f27e debain: update e2fslibs.symbols with newly exported functions by Theodore Ts'o · 12 years ago
  27. e350773 Fix gcc -Wall nits by Theodore Ts'o · 12 years ago
  28. 2508eaa filefrag: improvements to filefrag FIEMAP handling by Andreas Dilger · 12 years ago
  29. 0ce0172 libquota: quiet log_err() bad format warnings by Andreas Dilger · 12 years ago
  30. 00eb0ee build: quiet some "gcc -Wall" compiler warnings by Andreas Dilger · 12 years ago
  31. 1d6fd6d misc: cleanup unused variables on MacOS by Andreas Dilger · 12 years ago
  32. f797cf3 tests: don't consider "make check" a compiler error by Andreas Dilger · 12 years ago
  33. 831f309 resize2fs: create optimized flex_bg block groups by Theodore Ts'o · 12 years ago
  34. 42519be resize2fs: allow resizing flex_bg && !resize_inode file systems by Theodore Ts'o · 12 years ago
  35. ddcf1db resize2fs: handle bg descriptors which overlap with other bg's metadata by Theodore Ts'o · 12 years ago
  36. 4b04fb3 resize2fs: reserve all metadata blocks for flex_bg file systems by Theodore Ts'o · 12 years ago
  37. 2ebaeb3 resize2fs: reserve fs metadata blocks first in blocks_to_move() by Theodore Ts'o · 12 years ago
  38. 49cdefd mke2fs: fix crash when parsing "-E resize=NNN" with "-O 64bit" by Theodore Ts'o · 12 years ago
  39. 0e5e728 debian: use more specific library file names in *.files by Filipe Brandenburger · 12 years ago
  40. efd9687 debian: look for quota.pc and libquota.a from root of install tree by Filipe Brandenburger · 12 years ago
  41. 9aaa4ea debian: add make variable to pass extra parameters to configure by Filipe Brandenburger · 12 years ago
  42. a8ffb5c debian: add make variable to prevent building e2fsck.static package by Filipe Brandenburger · 12 years ago
  43. ba75d9e debugfs: add the commands "zap_block" and "block_dump" by Theodore Ts'o · 12 years ago
  44. e329f67 libext2fs: fix spelling typo in texinfo docs by Darren Hart · 12 years ago
  45. 37cdbee configure.in: require at least autoconf 2.54 by Theodore Ts'o · 12 years ago
  46. 068136c libext2fs: link the test programs with static libraries by Theodore Ts'o · 12 years ago
  47. 2168df7 debugfs: add a makefile rule to build debugfs.static by Theodore Ts'o · 12 years ago
  48. bee7b67 debugfs: add the ability to manipulate the extent tree directly by Theodore Ts'o · 12 years ago
  49. b4944f6 tests: add test of an incorrect interior node in an extent tree by Theodore Ts'o · 12 years ago
  50. 29e8e74 e2fsck: make sure the extent tree is consistent after bogus node in the tree by Theodore Ts'o · 12 years ago
  51. eacf6a0 libext2fs: ext2fs_extents_fix_parents() should not modify the handle location by Theodore Ts'o · 12 years ago
  52. 789bd40 e2fsck: fix incorrect interior node logical start values by Eric Sandeen · 12 years ago
  53. dbe5c43 libext2fs: remove m68k-specific bitops code by Mikael Pettersson · 12 years ago
  54. 4e0bb5e libext2fs: fix memory and fd leak in error path of unix_open() by Theodore Ts'o · 12 years ago
  55. 1564150 mke2fs: fix handling of mmp_update_interval option by Gregoire Pichon · 12 years ago
  56. c7e2932 e2fsck: fix pass5 optimization for bigalloc file systems by Theodore Ts'o · 12 years ago
  57. d3de1a7 configure: clarify message regarding checking if we can link with -static by Theodore Ts'o · 12 years ago
  58. 2658b96 contrib/fallocate: add support for punch functionality by Theodore Ts'o · 12 years ago
  59. 5e27a27 resize2fs: fix gcc -Wall nits and valgrind complaints by Theodore Ts'o · 12 years ago
  60. 0f81865 tune2fs: fix a compile-time bug if quota is not enabled by Theodore Ts'o · 12 years ago
  61. 44a2cca tune2fs: respect quota config option by Eric Sandeen · 12 years ago
  62. 7b8912e e2fsprogs: fix configure help text for quota by Eric Sandeen · 12 years ago
  63. 53e3120 e2fsck: optimize pass 5 for CPU utilization by Theodore Ts'o · 12 years ago
  64. b65ccfc libext2fs: optimize rb_get_bmap_range() for mostly allocated bmaps by Theodore Ts'o · 12 years ago
  65. c3f9641 libext2fs: optimize rb_get_bmap_range() by Theodore Ts'o · 12 years ago
  66. c6b006e libext2fs: add ext2fs_bitcount() function by Theodore Ts'o · 12 years ago
  67. 2ae49fd e2fsck: optimize pass1 for CPU time by Theodore Ts'o · 12 years ago
  68. fc8ea52 libext2fs: optimize rb_set_bmap_range() by Theodore Ts'o · 12 years ago
  69. 3e554cc ext2fs, blkid: localize environment-specific variables by Andreas Dilger · 12 years ago
  70. ab00fda libext2fs: change mmp.c to LGPL to match other files by Andreas Dilger · 12 years ago
  71. e6575ce debugfs: fix htree command so that all printf's go through the pager by Theodore Ts'o · 12 years ago
  72. dd0c9a3 e2fsck: only consult inode_dir_map if needed in pass4 by Theodore Ts'o · 12 years ago
  73. 51fb43d Fix makefiles to compile e2freefrag with profiling by Theodore Ts'o · 12 years ago
  74. fb129bb libext2fs: further optimize rb_test_bit by Theodore Ts'o · 12 years ago
  75. 0bcba36 libext2fs: remove pointless indirection in rbtree bitmaps by Theodore Ts'o · 12 years ago
  76. 547a59a libext2fs: optimize rb_test_bit by Theodore Ts'o · 12 years ago
  77. ea2d378 e2freefrag: use 64-bit rbtree bitmaps by Theodore Ts'o · 12 years ago
  78. c498cb1 mke2fs: fix progress suppression to make regression tests reliable by Theodore Ts'o · 12 years ago
  79. 11e5292 Update Release Notes, Changelogs, version.h, etc. for 1.42.6 release by Theodore Ts'o · 12 years ago
  80. bbcd91b Fix wordwrap.pl so it is more portable by Theodore Ts'o · 12 years ago
  81. b2f5ce5 mke2fs: throttle allocating groups progress as well by Theodore Ts'o · 12 years ago
  82. 802f467 mke2fs.8: use extents vs extent in the man page by Theodore Ts'o · 12 years ago
  83. a92037f debian: adjust build dependencies by Theodore Ts'o · 12 years ago
  84. 12f48b0 tests: kill debugfs on interrupted MMP test by Andreas Dilger · 12 years ago
  85. a3e87bc mke2fs: disable progress reporting in mke2fs.conf for regression tests by Theodore Ts'o · 12 years ago
  86. 03237de mke2fs: throttle progress updates to once a second by Theodore Ts'o · 12 years ago
  87. 2d8c0c8 resize2fs: grow uninit_bg file systems more efficiently by Theodore Ts'o · 12 years ago
  88. 06ca8da resize2fs: enforce restrictions if the kernel doesn't do meta_bg resizing by Theodore Ts'o · 12 years ago
  89. a4b738c resize2fs: allow meta_bg/64-bit file systems to be online resized by Theodore Ts'o · 12 years ago
  90. 7f82034 resize2fs: fix overhead calculation for meta_bg file systems by Theodore Ts'o · 12 years ago
  91. ea38e50 resize2fs: enforce the 16TB limit on 32-bit file systems correctly by Theodore Ts'o · 12 years ago
  92. ab3f5c5 Allow e2fsprogs to be built using the clang (LLVM) frontend by Theodore Ts'o · 12 years ago
  93. 321649c mke2fs: recalculate the reserved blocks when the last BG is dropped by Akira Fujita · 12 years ago
  94. 91d11da configure: fix --enable-relative-symlink by Theodore Ts'o · 12 years ago
  95. 993c455 util: respect HAVE_MALLOC_H by Mike Frysinger · 12 years ago
  96. 84461ea e2fsprogs: fix spelling of 'filesystme' in debugfs help by Bryce Harrington · 12 years ago
  97. d45b67c e2fsck: fix potential segv when handling a read error in a superblock by Jim Keniston · 12 years ago
  98. d5aa6a8 Put ELF_OTHER_LIBS in the right place for the linker by Theodore Ts'o · 12 years ago
  99. 67b3721 Update Release Notes, Changelogs, version.h, etc. for 1.42.5 release by Theodore Ts'o · 12 years ago
  100. 87e56a9 e2fsck: print the number of blocks and inodes in the verbose statistics by Theodore Ts'o · 12 years ago