1. f0996c1 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  2. 65c6c3e Add support for new compat feature "sparse_super2" by Theodore Ts'o · 11 years ago
  3. d2dce12 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  4. c2c6959 test_extents: fix a possible memory leak by Theodore Ts'o · 11 years ago
  5. 6c59a66 configure: fix --with-diet-libc by Theodore Ts'o · 11 years ago
  6. 2ffccc8 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  7. f404167 Clean up sparse warnings by Theodore Ts'o · 11 years ago
  8. e4681bc Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  9. 45ff69f build: quiet LLVM non-literal string format warning by Andreas Dilger · 11 years ago
  10. fb47b94 resize2fs: rewrite extent/dir/ea block checksums when migrating by Darrick J. Wong · 11 years ago
  11. 22cde00 misc: use the checksum predicate function, not raw flag tests by Darrick J. Wong · 11 years ago
  12. 2d3df8d Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  13. e39082e misc: don't leak file descriptors (on error paths) by Darrick J. Wong · 11 years ago
  14. e337e7f Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  15. 832cb61 e2fsprogs: add (optional) sparse checking to the build by Darrick J. Wong · 11 years ago
  16. e9736a3 resize2fs: relocate inode table blocks if necessary when shrinking by Theodore Ts'o · 11 years ago
  17. 2215293 resize2fs: fix -M size calculations to avoid cutting off the inode table by Theodore Ts'o · 11 years ago
  18. e231f17 resize2fs: add debugging support for resize2fs -M calcuations by Theodore Ts'o · 11 years ago
  19. fc9f162 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  20. 0851517 resize2fs: use blk64_t and location getters for free_gdp_blocks() by Darrick J. Wong · 11 years ago
  21. 93061ea Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  22. 80391dc resize2fs: move bitmaps if shrinking would orphan them by Eric Sandeen · 11 years ago
  23. 70f4632 libext2fs: provide functions to safely access name_len and file_type by Jan Kara · 11 years ago
  24. 07bcd90 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  25. f026f1a resize2fs: fix off-line resize of file systems with flex_bg && !resize_inode by Theodore Ts'o · 11 years ago
  26. 8c236c6 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  27. 0d89e5a Fix warnings about functions not returning a value by Philipp Thomas · 11 years ago
  28. fca8b1b Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  29. a713a7f mke2fs, tune2fs, resize2fs: add warning messages for bigalloc and quota by Theodore Ts'o · 12 years ago
  30. d1a1a58 resize2fs: move a cluster at a time with bigalloc file systems by Theodore Ts'o · 12 years ago
  31. 1773c87 resize2fs: correctly account for clusters when calculating summary stats by Theodore Ts'o · 12 years ago
  32. 7b68fa3 Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  33. 921b79b resize2fs: check in test-resize script by Theodore Ts'o · 12 years ago
  34. 5a760d4 resize2fs: add debugging code to test the old online resizing interfaces by Theodore Ts'o · 12 years ago
  35. 827f452 Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  36. 027b057 Fix 32-bit overflow problems: dgrp_t * s_blocks_per_group by Theodore Ts'o · 12 years ago
  37. a0ba54e resize2fs: use [un]mark_block_range bitmap functions to reduce CPU usage by Theodore Ts'o · 12 years ago
  38. 1eb31c4 resize2fs: add resource tracking as a debug option by Theodore Ts'o · 12 years ago
  39. 2279fd7 resize2fs: fix 32-bit overflow when calculating the number of free blocks by Theodore Ts'o · 12 years ago
  40. 5d3a88f resize2fs: fix 32-bit overflow issue which can corrupt 64-bit file systems by Theodore Ts'o · 12 years ago
  41. b9b5e43 Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  42. 831f309 resize2fs: create optimized flex_bg block groups by Theodore Ts'o · 12 years ago
  43. 42519be resize2fs: allow resizing flex_bg && !resize_inode file systems by Theodore Ts'o · 12 years ago
  44. ddcf1db resize2fs: handle bg descriptors which overlap with other bg's metadata by Theodore Ts'o · 12 years ago
  45. 4b04fb3 resize2fs: reserve all metadata blocks for flex_bg file systems by Theodore Ts'o · 12 years ago
  46. 2ebaeb3 resize2fs: reserve fs metadata blocks first in blocks_to_move() by Theodore Ts'o · 12 years ago
  47. ccea20f Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  48. 5e27a27 resize2fs: fix gcc -Wall nits and valgrind complaints by Theodore Ts'o · 12 years ago
  49. 32dd6cd Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  50. 2d8c0c8 resize2fs: grow uninit_bg file systems more efficiently by Theodore Ts'o · 12 years ago
  51. 06ca8da resize2fs: enforce restrictions if the kernel doesn't do meta_bg resizing by Theodore Ts'o · 12 years ago
  52. a4b738c resize2fs: allow meta_bg/64-bit file systems to be online resized by Theodore Ts'o · 12 years ago
  53. 7f82034 resize2fs: fix overhead calculation for meta_bg file systems by Theodore Ts'o · 12 years ago
  54. ea38e50 resize2fs: enforce the 16TB limit on 32-bit file systems correctly by Theodore Ts'o · 12 years ago
  55. 5b58dc2 libext2fs: block group checksum should use metadata_csum algorithm by Darrick J. Wong · 12 years ago
  56. 4780e87 Remove unnecessary escape before tab in man pages by Theodore Ts'o · 12 years ago
  57. 04cb6f5 resize2fs: use EXT2_FLAG_64BITS by Sami Liedes · 12 years ago
  58. 7270fbe build: fix compile warnings on OSX by Andreas Dilger · 12 years ago
  59. ba8bfa1 resize2fs: take s_first_data_block into account for resize2fs -M by Jan Kara · 12 years ago
  60. 3f6fbf9 resize2fs: treat EINVAL to mean the new resize ioctl does not exist by Theodore Ts'o · 13 years ago
  61. 0c80c44 libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag by Theodore Ts'o · 13 years ago
  62. 515e555 resize2fs: don't fail when shrinking an empty file system by Theodore Ts'o · 13 years ago
  63. cacad7d resize2fs: Do not fail if EXT4_IOC_RESIZE_FS ioctl doesn't exist by Lukas Czerner · 13 years ago
  64. 3fcd8fe Fix more spelling errors found by translators and add pluralization by Theodore Ts'o · 13 years ago
  65. 84888e5 Fix spelling errors pointed out by translators by Theodore Ts'o · 13 years ago
  66. c4012e5 libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargs by Theodore Ts'o · 13 years ago
  67. 9d4507c Pass the gettext() function to libcom_err by Theodore Ts'o · 13 years ago
  68. 2005696 resize2fs: fix on-line resizing by Theodore Ts'o · 13 years ago
  69. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  70. 98f4547 e2fsprogs: add ext2fs_group_blocks_count helper by Eric Sandeen · 13 years ago
  71. c859cb1 e2fsprogs: create open() and stat() helpers by Lukas Czerner · 13 years ago
  72. 9f6ba88 resize2fs: add support for new in-kernel online resize ioctl by Yongqiang Yang · 13 years ago
  73. 931b58e ext2fs: Handle internal journal over 2^32 bytes by Andreas Dilger · 13 years ago
  74. 2696f25 resize2fs: fix computation of the real end of the bitmap to be 64-bit by Theodore Ts'o · 14 years ago
  75. da2a5a4 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  76. d16db7d resize2fs: do not clear resize inode for 0 resvd blocks by Eric Sandeen · 14 years ago
  77. 562f264 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  78. 248eb83 resize2fs: handle exactly-16T filesystems in resize2fs by Eric Sandeen · 14 years ago
  79. 0358c9f Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  80. 1df5656 resize2fs: Clarify error explaining on-line shrinking is not supported at all by Theodore Ts'o · 14 years ago
  81. 230709a resize2fs.8.in: Document that resize2fs -p only works on offline resizes by Theodore Ts'o · 14 years ago
  82. 63feaa1 resize2fs.8: Make it clear that power-of-2 units are meant by kilobytes by Theodore Ts'o · 14 years ago
  83. db0bdb4 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  84. b344ed7 resize2fs.8: Update man page to indicate ext4 supports on-line resize by Theodore Ts'o · 14 years ago
  85. 8587d39 resize2fs: relax requirements for -P output a bit by Eric Sandeen · 14 years ago
  86. ac92f3c e2fsck, resize2fs: fix a fp precision error that can lead to a seg fault by Theodore Ts'o · 14 years ago
  87. 8728d50 resize2fs: Fix up to be 64-bit block number safe by Valerie Aurora Henson · 14 years ago
  88. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  89. 5fa92bc resize2fs: don't print minimum size if fs is not clean by Eric Sandeen · 14 years ago
  90. cc84d86 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  91. 4828bbe resize2fs: Fix fix uninit group test accessing invalid memory by Theodore Ts'o · 14 years ago
  92. 4486af5 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  93. d93d5bb resize2fs: exit fix_sb_journal_backup early for external journal by Eric Sandeen · 15 years ago
  94. 6493f8e Convert ext2fs_group_of_blk() to ext2fs_group_of_blk2() by Theodore Ts'o · 15 years ago
  95. 48f2305 Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2() by Valerie Aurora Henson · 15 years ago
  96. d7cca6b Convert to use block group accessor functions by Valerie Aurora Henson · 15 years ago
  97. cd65a24 libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test() by Theodore Ts'o · 15 years ago
  98. e633b58 libext2fs: clean up ext2fs_bg_flags_ interfaces by Eric Sandeen · 15 years ago
  99. 95bcea9 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  100. e1f0850 Don't use in-tree header files if using system uuid or blkid libraries by Theodore Ts'o · 15 years ago