1. a204236 libext2fs: fix BLOCK_ABORT handling in the block iterator for extents by Theodore Ts'o · 12 years ago
  2. 9e89dbb libext2fs: when truncating file, punch out blocks at end by Darrick J. Wong · 12 years ago
  3. 454ac9d libext2fs: quiet spurious group checksum errors by Andreas Dilger · 12 years ago
  4. 1f572d1 libext2fs: display partial path if fs corrupted in ext2fs_get_pathname() by Theodore Ts'o · 13 years ago
  5. 24d364f libext2fs: change getpagesize to sysconf by Mike Frysinger · 13 years ago
  6. 9288e3b libext2fs: add bitmap statistics by Lukas Czerner · 13 years ago
  7. 4a61d17 libext2fs: adjust the description when copying a bitmap by Theodore Ts'o · 13 years ago
  8. 830b44f e2fsck: use different bitmap types as appropriate by Theodore Ts'o · 13 years ago
  9. 0ff7bf3 libext2fs: use the rbtree bitmap by default when initializing a file system by Theodore Ts'o · 13 years ago
  10. d182831 libext2fs: add pseudo bitmap backend type EXT2FS_BMAP64_AUTODIR by Theodore Ts'o · 13 years ago
  11. c1359d9 libext2fs: add a bitmap implementation using rbtree's by Lukas Czerner · 13 years ago
  12. 5db745a libext2fs: add rbtree library by Lukas Czerner · 13 years ago
  13. b8ad88b libext2fs: add tests for the bitmap functions by Theodore Ts'o · 13 years ago
  14. 67861e5 libext2fs: add default_bitmap_type to the ext2_filsys structure by Theodore Ts'o · 13 years ago
  15. ba37bb7 libext2fs: don't break when ext2fs_clear_generic_bmap() for 32-bit bitmaps by Theodore Ts'o · 13 years ago
  16. 499d5ec Update Release Notes, Changelogs, version.h, etc. for 1.42 release by Theodore Ts'o · 13 years ago
  17. 4e523bb e2fsck: speed up runs when using tdb for large atypical filesystems by Theodore Ts'o · 13 years ago
  18. db40c20 configure: check for msync() for portability reasons by Theodore Ts'o · 13 years ago
  19. 5fff863 libext2fs: move mmp fields to preserve structure layout of ext2_filsys by Theodore Ts'o · 13 years ago
  20. 930d7a7 tst_fs_struct: add program to help check ABI compatibility of ext2fs_filsys by Theodore Ts'o · 13 years ago
  21. 08ae93a libext2fs: enforce a max nested link count in ext2fs_find_block_device() by Niu Yawei · 13 years ago
  22. c4ab66c debugfs: add filefrag command by Theodore Ts'o · 13 years ago
  23. 5e96c57 debugfs: add the freefrag command by Theodore Ts'o · 13 years ago
  24. 7becb20 Make quota support disabled by support by Theodore Ts'o · 13 years ago
  25. df7a86d libext2fs: fix write size in ext2fs_mmp_write by Eric Sandeen · 13 years ago
  26. a9f4607 libext2fs: use HAVE_FSTAT64 instead of HAVE_STAT64 for ext2fs_stat() by Theodore Ts'o · 13 years ago
  27. fc4fd95 libext2: advance group in ext2fs_open2 during swapping by Eric Sandeen · 13 years ago
  28. d1b75fd libext2fs: don't leak tdb_null out of the shared library namespace by Theodore Ts'o · 13 years ago
  29. 7f21666 libext2fs: allow ext2fs_get_memalign() to compile w/o posix_memalign() by Theodore Ts'o · 13 years ago
  30. 0c80c44 libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag by Theodore Ts'o · 13 years ago
  31. 3fcd8fe Fix more spelling errors found by translators and add pluralization by Theodore Ts'o · 13 years ago
  32. c4012e5 libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargs by Theodore Ts'o · 13 years ago
  33. fd7c37f Update for e2fsprogs 1.42-WIP-1005 release by Theodore Ts'o · 13 years ago
  34. edbfd75 libquota: clean up some gcc -Wall warnings by Theodore Ts'o · 13 years ago
  35. 00ea586 libext2fs: fix bad cast which causes problems for file systems > 512EB by Theodore Ts'o · 13 years ago
  36. bfbeec0 e2fsprogs: Fix thinko in ext2fs_initialize bigalloc case by Eric Sandeen · 13 years ago
  37. 8232f2d libext2fs: move #include "ext2fs.h" from crc32c_defs.h to crc32c.c by Theodore Ts'o · 13 years ago
  38. 756690a libext2fs, libquota: fix some makefile dependency issues by Theodore Ts'o · 13 years ago
  39. e43bb12 e2fsprogs: include headers for open() in ext2fs.h by Eric Sandeen · 13 years ago
  40. 9026b3d libext2fs: Always swab the MMP block on big-endian systems machines by Darrick J. Wong · 13 years ago
  41. a7a6367 libext2fs: Fix various bugs from the metadata checksum integration by Darrick J. Wong · 13 years ago
  42. a378bd5 libext2fs: use ext2fs byte swap functions for portability by Theodore Ts'o · 13 years ago
  43. 0f5eba7 ext2fs: add multi-mount protection (INCOMPAT_MMP) by Andreas Dilger · 13 years ago
  44. 6b56f3d misc: quiet minor compiler errors by Andreas Dilger · 13 years ago
  45. 9d9a53e libext2fs: add flag to ext2fs_flush() and ext2fs_close() to avoid fsync by Richard W.M. Jones · 13 years ago
  46. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  47. 5ea3c82 libext2: Fix leaks in write_bitmaps on error returns by Eric Sandeen · 13 years ago
  48. 624e8eb e2fsprogs: Fix some error cleanup path bugs by Eric Sandeen · 13 years ago
  49. 9e30fb2 e2fsprogs: annotate intentional fallthroughs in case statements by Eric Sandeen · 13 years ago
  50. 665563b libext2fs: Potential null ptr deref in undo_err_handler_init by Eric Sandeen · 13 years ago
  51. d0f196d libext2: move buf variable completely under ifdef by Eric Sandeen · 13 years ago
  52. bc28abc libext2: Fix EXT2_LIB_SOFTSUPP masking by Eric Sandeen · 13 years ago
  53. ae96c67 libext2s: fix swapfs.c so it builds on big endian systems by Theodore Ts'o · 13 years ago
  54. 16c581d debugfs: add 64-bit support to the set_field commands by Theodore Ts'o · 13 years ago
  55. 89efc88 libext2fs: add metadata checksum and snapshot feature flags by Theodore Ts'o · 13 years ago
  56. f314bb0 libext2fs: remove redundant last-group check in ext2fs_check_desc() by Eric Sandeen · 13 years ago
  57. 98f4547 e2fsprogs: add ext2fs_group_blocks_count helper by Eric Sandeen · 13 years ago
  58. 65b7a46 libext2fs: fix size check in tst_inode_size by Theodore Ts'o · 13 years ago
  59. 75405ff Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  60. d2bfdc7 e2fsprogs: Use punch hole as "discard" on regular files by Lukas Czerner · 13 years ago
  61. c859cb1 e2fsprogs: create open() and stat() helpers by Lukas Czerner · 13 years ago
  62. db8bbf2 libext2fs: Add crc32c implementation for metadata checksumming by Darrick J. Wong · 13 years ago
  63. 15749d7 libext2fs: fix the range validation in bitmap_range2 funcs by Amir Goldstein · 13 years ago
  64. 3fbfad5 libext2fs: fix binary and source compatibility with the dump program by Theodore Ts'o · 13 years ago
  65. 897fbaa libext2fs: add new test: tst_inode_size by Theodore Ts'o · 13 years ago
  66. 9f6ba88 resize2fs: add support for new in-kernel online resize ioctl by Yongqiang Yang · 13 years ago
  67. 624e4a6 e2fsck: add support for checking the built-in quota files by Aditya Kali · 13 years ago
  68. a4aff9c libext2fs: fix binary search for the icount and badblocks stores by Theodore Ts'o · 13 years ago
  69. 9c79612 libext2fs: copy cluster_bits in ext2fs_copy_generic_bmap by Eric Sandeen · 13 years ago
  70. d8fae3c libext2fs: fix block iterator when the callback function modifies an extent by Theodore Ts'o · 13 years ago
  71. 0bd0e59 misc: use EXT2_I_SIZE() consistently to get size by Andreas Dilger · 13 years ago
  72. 81c6377 libext2fs: don't hang in ext2fs_new_block2() on a full bigalloc file system by Theodore Ts'o · 13 years ago
  73. 8e8a190 libext2fs: teach ext2fs_bmap2() about bigalloc by Theodore Ts'o · 13 years ago
  74. 551e2e4 libext2fs: move ext2fs_bmap2()'s the extent handling to a separate function by Theodore Ts'o · 13 years ago
  75. b98d3e8 libext2fs: teach ext2fs_block_alloc_stats2() about bigalloc by Theodore Ts'o · 13 years ago
  76. c4d2d43 libext2fs: replace missing flexbg initialization in flexbg_offset by Theodore Ts'o · 13 years ago
  77. d32c915 libext2fs: Fix gcc -Wall warnings by Theodore Ts'o · 13 years ago
  78. 062cc47 libext2fs: fix 64-bit support in ext2fs_bmap2() by Theodore Ts'o · 13 years ago
  79. 41e102a libext2fs: fix 64-bit support in ext2fs_{read,write}_inode_full() by Theodore Ts'o · 13 years ago
  80. 25567a7 e2fsck, libext2fs: support for bigalloc file systems with a blocksize of 1024 by Theodore Ts'o · 13 years ago
  81. 1ca8779 libext2fs: fix makefile dependency problem by Theodore Ts'o · 13 years ago
  82. b2e6c86 mke2fs, e2fsck: fix i_blocks handling for bigalloc file systems by Theodore Ts'o · 13 years ago
  83. fe75afb Fix superblock field s_blocks_count for bigalloc file systems by Theodore Ts'o · 13 years ago
  84. 96367ad misc: quiet "unused variable" compiler warnings by Andreas Dilger · 13 years ago
  85. 5f2e1a8 libext2fs: fix regression in ext2fs_new_block2() for uninit_bg file systems by Theodore Ts'o · 13 years ago
  86. 8f36e69 Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  87. 388b66f ext2fs: fix error handling in ext2fs_add_dir_block by Andreas Dilger · 13 years ago
  88. 6c54689 mke2fs: skip zeroing journal blocks by Andreas Dilger · 13 years ago
  89. 931b58e ext2fs: Handle internal journal over 2^32 bytes by Andreas Dilger · 13 years ago
  90. 534a4c3 ext2fs: don't use O_DIRECT if not available by Andreas Dilger · 13 years ago
  91. a1a7699 misc: fix compile warnings on OSX by Andreas Dilger · 13 years ago
  92. 65d05ce ext2fs: fix ext2fs_warn_bitmap32() return warning by Andreas Dilger · 13 years ago
  93. 1ac2aa2 ext2fs: fix undeclared posix_memalign() warning by Andreas Dilger · 13 years ago
  94. cf5301d misc: clean up compiler warnings by Andreas Dilger · 13 years ago
  95. 44fe08f e2fsck: add basic bigalloc support to check (but not yet repair) file systems by Theodore Ts'o · 13 years ago
  96. c6ed60c mke2fs: support creating bigalloc file systems by Theodore Ts'o · 13 years ago
  97. 4a2a9b7 libext2fs: allocate clusters to files in expand_dir.c and mkjournal.c by Theodore Ts'o · 13 years ago
  98. b0ecb78 libext2fs: teach block allocation functions about bigalloc/clusters by Theodore Ts'o · 13 years ago
  99. 94968e7 libext2fs: teach bitmap functions about bigalloc/cluster by Theodore Ts'o · 13 years ago
  100. 1afb468 libext2fs: create extent-based directories if the extents feature is enabled by Theodore Ts'o · 13 years ago