1. 89efc88 libext2fs: add metadata checksum and snapshot feature flags by Theodore Ts'o · 14 years ago
  2. 2418dfd dumpe2fs: display "free blocks" as "free clusters" for bigalloc file systems by Theodore Ts'o · 14 years ago
  3. f314bb0 libext2fs: remove redundant last-group check in ext2fs_check_desc() by Eric Sandeen · 14 years ago
  4. 32318ff e2fsck: fix error in computing blocks of the ending group by Yongqiang Yang · 14 years ago
  5. 98f4547 e2fsprogs: add ext2fs_group_blocks_count helper by Eric Sandeen · 14 years ago
  6. 65b7a46 libext2fs: fix size check in tst_inode_size by Theodore Ts'o · 14 years ago
  7. 75405ff Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  8. 765e03f e2fsck: do not attempt to discard if -n was specified by Lukas Czerner · 14 years ago
  9. 2fa1679 tests: Print out list of failed tests by Lukas Czerner · 14 years ago
  10. d2bfdc7 e2fsprogs: Use punch hole as "discard" on regular files by Lukas Czerner · 14 years ago
  11. c859cb1 e2fsprogs: create open() and stat() helpers by Lukas Czerner · 14 years ago
  12. db8bbf2 libext2fs: Add crc32c implementation for metadata checksumming by Darrick J. Wong · 14 years ago
  13. 45792c1 mke2fs: check that auto-detected blocksize <= sys_page_size by Yury V. Zaytsev · 14 years ago
  14. 57cb271 mke2fs.8: Fix the documentation of maximum journal size by Surbhi Palande · 14 years ago
  15. 15749d7 libext2fs: fix the range validation in bitmap_range2 funcs by Amir Goldstein · 14 years ago
  16. 7fef2bb badblocks: update man page's description of the -v option by Theodore Ts'o · 14 years ago
  17. 8595c5b debian: update the e2fslibs and e2fslibs-dev files for the quota library by Theodore Ts'o · 14 years ago
  18. 3fbfad5 libext2fs: fix binary and source compatibility with the dump program by Theodore Ts'o · 14 years ago
  19. b715080 mke2fs: use "extent" consistently as a feature name in the man page by Theodore Ts'o · 14 years ago
  20. 6316513 libe2p: fix bug so that MNTOPT_ options can be successfully parsed by Theodore Ts'o · 14 years ago
  21. 9d10f01 e2image: fix invalid lseek error detection by Lukas Czerner · 14 years ago
  22. 449c87a libquota: fix "make install" so it works in with a VPATH build directory by Theodore Ts'o · 14 years ago
  23. 897fbaa libext2fs: add new test: tst_inode_size by Theodore Ts'o · 14 years ago
  24. 9f6ba88 resize2fs: add support for new in-kernel online resize ioctl by Yongqiang Yang · 14 years ago
  25. 4781139 mke2fs.static: change library ordering to avoid a link error by Theodore Ts'o · 14 years ago
  26. faa2dcd mke2fs: Use ext2fs_flush() only once by Lukas Czerner · 14 years ago
  27. 906a1cf tests: skip tests that require debugfs if debugfs has not been built by Theodore Ts'o · 14 years ago
  28. f305fd7 tests: fix i_e2image so it works with valgrind by Theodore Ts'o · 14 years ago
  29. dd62d85 e2fsck: fix valgrind commit in sigcatcher by Theodore Ts'o · 14 years ago
  30. 771e8db tune2fs: Add support for turning on quota feature by Aditya Kali · 14 years ago
  31. 1f5d7a8 mke2fs: support creation of filesystem with quota feature by Aditya Kali · 14 years ago
  32. 624e4a6 e2fsck: add support for checking the built-in quota files by Aditya Kali · 14 years ago
  33. f239fef e2fsprogs: add quota library to e2fsprogs by Aditya Kali · 14 years ago
  34. a4aff9c libext2fs: fix binary search for the icount and badblocks stores by Theodore Ts'o · 14 years ago
  35. 9b3018a e2fsck: catch termination signals and print information about them by Theodore Ts'o · 14 years ago
  36. 9c79612 libext2fs: copy cluster_bits in ext2fs_copy_generic_bmap by Eric Sandeen · 14 years ago
  37. d4c0d8e mke2fs: document stripe_width, not stripe-width by Andreas Dilger · 14 years ago
  38. 92122d3 tests: add missing m_mkfs_overhead/expect by Theodore Ts'o · 14 years ago
  39. 95a7f15 e2fsck: teach e2fsck how to deal with bigalloc in non-extent-mapped inodes by Theodore Ts'o · 14 years ago
  40. f51b4d3 e2fsck: fix pass1b handling for bigalloc file systems by Theodore Ts'o · 14 years ago
  41. d8fae3c libext2fs: fix block iterator when the callback function modifies an extent by Theodore Ts'o · 14 years ago
  42. af0df2a debugfs: add a new debugfs command 'blocks' by Theodore Ts'o · 14 years ago
  43. b4db1e4 tests: use /tmp for scratch files by Theodore Ts'o · 14 years ago
  44. 0bd0e59 misc: use EXT2_I_SIZE() consistently to get size by Andreas Dilger · 14 years ago
  45. 81c6377 libext2fs: don't hang in ext2fs_new_block2() on a full bigalloc file system by Theodore Ts'o · 14 years ago
  46. 8e8a190 libext2fs: teach ext2fs_bmap2() about bigalloc by Theodore Ts'o · 14 years ago
  47. 551e2e4 libext2fs: move ext2fs_bmap2()'s the extent handling to a separate function by Theodore Ts'o · 14 years ago
  48. b98d3e8 libext2fs: teach ext2fs_block_alloc_stats2() about bigalloc by Theodore Ts'o · 14 years ago
  49. c4d2d43 libext2fs: replace missing flexbg initialization in flexbg_offset by Theodore Ts'o · 14 years ago
  50. d32c915 libext2fs: Fix gcc -Wall warnings by Theodore Ts'o · 14 years ago
  51. 062cc47 libext2fs: fix 64-bit support in ext2fs_bmap2() by Theodore Ts'o · 14 years ago
  52. 41e102a libext2fs: fix 64-bit support in ext2fs_{read,write}_inode_full() by Theodore Ts'o · 14 years ago
  53. 25567a7 e2fsck, libext2fs: support for bigalloc file systems with a blocksize of 1024 by Theodore Ts'o · 14 years ago
  54. f37901a Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  55. 5b734a0 mke2fs: allow setting the stride and stripe width to zero by Theodore Ts'o · 14 years ago
  56. 9a976ac tune2fs: Fix mount_opts handling by Theodore Ts'o · 14 years ago
  57. 035f32a tune2fs: allow setting the stride and stripe width to zero by Theodore Ts'o · 14 years ago
  58. c0b3deb Update for e2fsprogs 1.42-WIP-0702 release by Theodore Ts'o · 14 years ago
  59. 594ec97 debian: disable compression by Theodore Ts'o · 14 years ago
  60. 1ca8779 libext2fs: fix makefile dependency problem by Theodore Ts'o · 14 years ago
  61. b2e6c86 mke2fs, e2fsck: fix i_blocks handling for bigalloc file systems by Theodore Ts'o · 14 years ago
  62. b12a0bc mke2fs: change bigalloc default cluster size to 16*blocksize by Theodore Ts'o · 14 years ago
  63. fe75afb Fix superblock field s_blocks_count for bigalloc file systems by Theodore Ts'o · 14 years ago
  64. a3efe48 e2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with no changes by Theodore Ts'o · 14 years ago
  65. 96367ad misc: quiet "unused variable" compiler warnings by Andreas Dilger · 14 years ago
  66. db7cb4b check: build all dependencies before "make check" by Andreas Dilger · 14 years ago
  67. 3385a25 e2fsck: Fix pass5 handling for bigalloc && uninit_bg file systems by Theodore Ts'o · 14 years ago
  68. 5f2e1a8 libext2fs: fix regression in ext2fs_new_block2() for uninit_bg file systems by Theodore Ts'o · 14 years ago
  69. 2d34a25 mke2fs: add support for cluster size in mke2fs.conf by Theodore Ts'o · 14 years ago
  70. 4c2b28a mke2fs: Add support for [devices] stanza in mke2fs.conf by Theodore Ts'o · 14 years ago
  71. 8f36e69 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  72. 177cb5c e2fsprogs: ignore generated files for "git status" by Andreas Dilger · 14 years ago
  73. 388b66f ext2fs: fix error handling in ext2fs_add_dir_block by Andreas Dilger · 14 years ago
  74. 9b4d06b mke2fs: add extent-mapped journal regression test by Andreas Dilger · 14 years ago
  75. ec50834 mke2fs: add test for large journal with lazy init by Andreas Dilger · 14 years ago
  76. 6c54689 mke2fs: skip zeroing journal blocks by Andreas Dilger · 14 years ago
  77. 931b58e ext2fs: Handle internal journal over 2^32 bytes by Andreas Dilger · 14 years ago
  78. 534a4c3 ext2fs: don't use O_DIRECT if not available by Andreas Dilger · 14 years ago
  79. a1a7699 misc: fix compile warnings on OSX by Andreas Dilger · 14 years ago
  80. 65d05ce ext2fs: fix ext2fs_warn_bitmap32() return warning by Andreas Dilger · 14 years ago
  81. 1d8f5ae debugfs: fix icheck finding blocks used for xattrs by Andreas Dilger · 14 years ago
  82. 25bc8c7 tune2fs: add dir_index feature to tune2fs man page by Andreas Dilger · 14 years ago
  83. 1ac2aa2 ext2fs: fix undeclared posix_memalign() warning by Andreas Dilger · 14 years ago
  84. cf5301d misc: clean up compiler warnings by Andreas Dilger · 14 years ago
  85. 44fe08f e2fsck: add basic bigalloc support to check (but not yet repair) file systems by Theodore Ts'o · 14 years ago
  86. c6ed60c mke2fs: support creating bigalloc file systems by Theodore Ts'o · 14 years ago
  87. 4a2a9b7 libext2fs: allocate clusters to files in expand_dir.c and mkjournal.c by Theodore Ts'o · 14 years ago
  88. b0ecb78 libext2fs: teach block allocation functions about bigalloc/clusters by Theodore Ts'o · 14 years ago
  89. 94968e7 libext2fs: teach bitmap functions about bigalloc/cluster by Theodore Ts'o · 14 years ago
  90. 1afb468 libext2fs: create extent-based directories if the extents feature is enabled by Theodore Ts'o · 14 years ago
  91. f16f9d9 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  92. 8185ab9 mke2fs: Don't erase flash device if "-n" is given by Andreas Dilger · 14 years ago
  93. 6a6337c Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  94. bcb942c dumpe2fs: teach dumpe2fs to be cluster aware by Theodore Ts'o · 14 years ago
  95. b92fbed libext2fs: Teach block bitmap read, write, and allocation funcs about clusters by Theodore Ts'o · 14 years ago
  96. 1da5ef7 libext2fs: change fs->clustersize to fs->cluster_ratio_bits by Theodore Ts'o · 14 years ago
  97. ae9e37c libext2fs: change EXT2_MAX_BLOCKS_PER_GROUP() to be cluster size aware by Theodore Ts'o · 14 years ago
  98. 6220b67 libext2fs: require cluster size == block_size when opening a !bigalloc fs by Theodore Ts'o · 14 years ago
  99. 1e082c6 libcom_err: Fix install rule if installing with hard links by Theodore Ts'o · 14 years ago
  100. 7501ce3 e2fsck: don't check/clone duplicate xattr blocks in fs without xattr feature by Eric Sandeen · 14 years ago