1. 95a7f15 e2fsck: teach e2fsck how to deal with bigalloc in non-extent-mapped inodes by Theodore Ts'o · 14 years ago
  2. f51b4d3 e2fsck: fix pass1b handling for bigalloc file systems by Theodore Ts'o · 14 years ago
  3. d8fae3c libext2fs: fix block iterator when the callback function modifies an extent by Theodore Ts'o · 14 years ago
  4. af0df2a debugfs: add a new debugfs command 'blocks' by Theodore Ts'o · 14 years ago
  5. b4db1e4 tests: use /tmp for scratch files by Theodore Ts'o · 14 years ago
  6. 0bd0e59 misc: use EXT2_I_SIZE() consistently to get size by Andreas Dilger · 14 years ago
  7. 81c6377 libext2fs: don't hang in ext2fs_new_block2() on a full bigalloc file system by Theodore Ts'o · 14 years ago
  8. 8e8a190 libext2fs: teach ext2fs_bmap2() about bigalloc by Theodore Ts'o · 14 years ago
  9. 551e2e4 libext2fs: move ext2fs_bmap2()'s the extent handling to a separate function by Theodore Ts'o · 14 years ago
  10. b98d3e8 libext2fs: teach ext2fs_block_alloc_stats2() about bigalloc by Theodore Ts'o · 14 years ago
  11. c4d2d43 libext2fs: replace missing flexbg initialization in flexbg_offset by Theodore Ts'o · 14 years ago
  12. d32c915 libext2fs: Fix gcc -Wall warnings by Theodore Ts'o · 14 years ago
  13. 062cc47 libext2fs: fix 64-bit support in ext2fs_bmap2() by Theodore Ts'o · 14 years ago
  14. 41e102a libext2fs: fix 64-bit support in ext2fs_{read,write}_inode_full() by Theodore Ts'o · 14 years ago
  15. 25567a7 e2fsck, libext2fs: support for bigalloc file systems with a blocksize of 1024 by Theodore Ts'o · 14 years ago
  16. f37901a Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  17. 5b734a0 mke2fs: allow setting the stride and stripe width to zero by Theodore Ts'o · 14 years ago
  18. 9a976ac tune2fs: Fix mount_opts handling by Theodore Ts'o · 14 years ago
  19. 035f32a tune2fs: allow setting the stride and stripe width to zero by Theodore Ts'o · 14 years ago
  20. c0b3deb Update for e2fsprogs 1.42-WIP-0702 release by Theodore Ts'o · 14 years ago
  21. 594ec97 debian: disable compression by Theodore Ts'o · 14 years ago
  22. 1ca8779 libext2fs: fix makefile dependency problem by Theodore Ts'o · 14 years ago
  23. b2e6c86 mke2fs, e2fsck: fix i_blocks handling for bigalloc file systems by Theodore Ts'o · 14 years ago
  24. b12a0bc mke2fs: change bigalloc default cluster size to 16*blocksize by Theodore Ts'o · 14 years ago
  25. fe75afb Fix superblock field s_blocks_count for bigalloc file systems by Theodore Ts'o · 14 years ago
  26. a3efe48 e2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with no changes by Theodore Ts'o · 14 years ago
  27. 96367ad misc: quiet "unused variable" compiler warnings by Andreas Dilger · 14 years ago
  28. db7cb4b check: build all dependencies before "make check" by Andreas Dilger · 14 years ago
  29. 3385a25 e2fsck: Fix pass5 handling for bigalloc && uninit_bg file systems by Theodore Ts'o · 14 years ago
  30. 5f2e1a8 libext2fs: fix regression in ext2fs_new_block2() for uninit_bg file systems by Theodore Ts'o · 14 years ago
  31. 2d34a25 mke2fs: add support for cluster size in mke2fs.conf by Theodore Ts'o · 14 years ago
  32. 4c2b28a mke2fs: Add support for [devices] stanza in mke2fs.conf by Theodore Ts'o · 14 years ago
  33. 8f36e69 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  34. 177cb5c e2fsprogs: ignore generated files for "git status" by Andreas Dilger · 14 years ago
  35. 388b66f ext2fs: fix error handling in ext2fs_add_dir_block by Andreas Dilger · 14 years ago
  36. 9b4d06b mke2fs: add extent-mapped journal regression test by Andreas Dilger · 14 years ago
  37. ec50834 mke2fs: add test for large journal with lazy init by Andreas Dilger · 14 years ago
  38. 6c54689 mke2fs: skip zeroing journal blocks by Andreas Dilger · 14 years ago
  39. 931b58e ext2fs: Handle internal journal over 2^32 bytes by Andreas Dilger · 14 years ago
  40. 534a4c3 ext2fs: don't use O_DIRECT if not available by Andreas Dilger · 14 years ago
  41. a1a7699 misc: fix compile warnings on OSX by Andreas Dilger · 14 years ago
  42. 65d05ce ext2fs: fix ext2fs_warn_bitmap32() return warning by Andreas Dilger · 14 years ago
  43. 1d8f5ae debugfs: fix icheck finding blocks used for xattrs by Andreas Dilger · 14 years ago
  44. 25bc8c7 tune2fs: add dir_index feature to tune2fs man page by Andreas Dilger · 14 years ago
  45. 1ac2aa2 ext2fs: fix undeclared posix_memalign() warning by Andreas Dilger · 14 years ago
  46. cf5301d misc: clean up compiler warnings by Andreas Dilger · 14 years ago
  47. 44fe08f e2fsck: add basic bigalloc support to check (but not yet repair) file systems by Theodore Ts'o · 14 years ago
  48. c6ed60c mke2fs: support creating bigalloc file systems by Theodore Ts'o · 14 years ago
  49. 4a2a9b7 libext2fs: allocate clusters to files in expand_dir.c and mkjournal.c by Theodore Ts'o · 14 years ago
  50. b0ecb78 libext2fs: teach block allocation functions about bigalloc/clusters by Theodore Ts'o · 14 years ago
  51. 94968e7 libext2fs: teach bitmap functions about bigalloc/cluster by Theodore Ts'o · 14 years ago
  52. 1afb468 libext2fs: create extent-based directories if the extents feature is enabled by Theodore Ts'o · 14 years ago
  53. f16f9d9 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  54. 8185ab9 mke2fs: Don't erase flash device if "-n" is given by Andreas Dilger · 14 years ago
  55. 6a6337c Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  56. bcb942c dumpe2fs: teach dumpe2fs to be cluster aware by Theodore Ts'o · 14 years ago
  57. b92fbed libext2fs: Teach block bitmap read, write, and allocation funcs about clusters by Theodore Ts'o · 14 years ago
  58. 1da5ef7 libext2fs: change fs->clustersize to fs->cluster_ratio_bits by Theodore Ts'o · 14 years ago
  59. ae9e37c libext2fs: change EXT2_MAX_BLOCKS_PER_GROUP() to be cluster size aware by Theodore Ts'o · 14 years ago
  60. 6220b67 libext2fs: require cluster size == block_size when opening a !bigalloc fs by Theodore Ts'o · 14 years ago
  61. 1e082c6 libcom_err: Fix install rule if installing with hard links by Theodore Ts'o · 14 years ago
  62. 7501ce3 e2fsck: don't check/clone duplicate xattr blocks in fs without xattr feature by Eric Sandeen · 14 years ago
  63. 3977a4f Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  64. 2972b16 tune2fs: Fix overflow of interval check by Kazuya Mio · 14 years ago
  65. b1503c4 e2fsprogs: Unify the upper limit of reserved blocks count by Kazuya Mio · 14 years ago
  66. d568782 mke2fs: don't set stripe/stride to 1 block by Eric Sandeen · 14 years ago
  67. 9e71350 tests: New i_e2image test to validate image creation/conversion by Lukas Czerner · 14 years ago
  68. 92dcfb7 e2image: Support for conversion QCOW2 image into raw by Lukas Czerner · 14 years ago
  69. bf0449b e2image: Add support for qcow2 format by Lukas Czerner · 14 years ago
  70. ffec46f e2fsprogs: Add memory allocation and zero-out helpers by Lukas Czerner · 14 years ago
  71. f5ae5b3 debugfs: document htree-related commands in man page by Eric Sandeen · 14 years ago
  72. 1ec5d10 debugfs: remove unused htree_dump "-l" argument by Eric Sandeen · 14 years ago
  73. d3859af mke2fs: Allow specifying reserved_ratio via mke2fs.conf by Aditya Kali · 14 years ago
  74. 598d20c mke2fs: make s_inodes_per_group >= 8 in ext2fs_initialize by Tao Ma · 14 years ago
  75. 5fff975 e2fsprogs: fix memory leak in ext2fs_free_generic_bmap() by Lukas Czerner · 14 years ago
  76. ba7cb5d e2fsprogs: fix freeing bitmap in allocation error path by Lukas Czerner · 14 years ago
  77. b18c5fd Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  78. 1760d16 e2fsck: make the "fs is mounted; continue?" prompt more paranoid by Theodore Ts'o · 14 years ago
  79. 0595062 logsave: Update usage message so it is correct by Carsten Hey · 14 years ago
  80. a8d8432 filefrag: count 0 extents properly when verbose by Eric Sandeen · 14 years ago
  81. 5af9eea Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  82. c898489 po: update fr.po (from translationproject.org) by Samuel Thibault · 14 years ago
  83. d4a9330 e2fsprogs: man page typo fixes by Eric Sandeen · 14 years ago
  84. 4df1618 add new superblock field: s_overhead_blocks by Theodore Ts'o · 14 years ago
  85. aa07cb7 mke2fs: If the device supports discard, don't print an error message by Theodore Ts'o · 14 years ago
  86. 829d999 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  87. 412376e Add basic BIGALLOC support for cluster-based allocation by Theodore Ts'o · 14 years ago
  88. 0edcc27 e2fsprogs: reserving code points for new ext4 quota feature by Aditya Kali · 14 years ago
  89. 7d9e316 mke2fs: Display progress report during the device discard by Lukas Czerner · 15 years ago
  90. 214580a Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  91. 855a77a mke2fs: Simple man page nodiscard option correction by Lukas Czerner · 15 years ago
  92. 6a426c9 e2fsprogs: enable user namespace xattrs by default by Eric Sandeen · 14 years ago
  93. 3daf592 e2fsprogs: turn off enforced fsck intervals by default by Eric Sandeen · 14 years ago
  94. b6d274f e2fsprogs: create com_err.h link in includedir by Eric Sandeen · 14 years ago
  95. 89d4597 badblocks: Add accounting for different types of errors by Theodore Ts'o · 14 years ago
  96. 39791dc badblocks: Fix up recover_block handling in badblocks by Theodore Ts'o · 14 years ago
  97. 175d43b Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  98. 468d82f badblocks: Only report errors when reading/writing one block at a time by Theodore Ts'o · 14 years ago
  99. e53e8fb badblocks: Add the -B option which forces the use of buffered I/O by Theodore Ts'o · 14 years ago
  100. 7d68403 badblocks: Fix bug so that O_DIRECT mode is correctly entered by Theodore Ts'o · 14 years ago