1. 832cb61 e2fsprogs: add (optional) sparse checking to the build by Darrick J. Wong · 11 years ago
  2. 4ee4ad8 libext2fs: allow callers to punch a single block by Darrick J. Wong · 11 years ago
  3. 4718395 libext2fs: optimize ext2fs_bg_has_super() by Theodore Ts'o · 11 years ago
  4. 5084088 libext2fs: Provide prototype for ext2fs_symlink() by Jan Kara · 11 years ago
  5. bee7b67 debugfs: add the ability to manipulate the extent tree directly by Theodore Ts'o · 12 years ago
  6. 789bd40 e2fsck: fix incorrect interior node logical start values by Eric Sandeen · 12 years ago
  7. ab3f5c5 Allow e2fsprogs to be built using the clang (LLVM) frontend by Theodore Ts'o · 12 years ago
  8. 182acd1 libext2fs: don't inline ext2fs_open_file() and ext2fs_stat() by Andreas Dilger · 12 years ago
  9. dd0a267 libext2fs: refactor Direct I/O alignment requirement calculations by Theodore Ts'o · 12 years ago
  10. 664c332 libext2fs: add 32-bit compat code for ext2fs_find_first_zero_generic_bmap() by Theodore Ts'o · 12 years ago
  11. 304e11c mke2fs: don't fail creating the journal if /etc/mtab is missing by Theodore Ts'o · 12 years ago
  12. e64e676 Fix gcc -Wall nitpicks by Theodore Ts'o · 12 years ago
  13. 8714178 dumpe2fs: print the expected block group checksum if it is incorrect by Theodore Ts'o · 12 years ago
  14. 991211f libext2fs, libe2p: Reserve RO_COMPAT_REPLICA feature by Theodore Ts'o · 12 years ago
  15. 3ae682b libext2fs: Add ext2fs_file_get_inode_num call (for fuse2fs) by Darrick J. Wong · 12 years ago
  16. 9288e3b libext2fs: add bitmap statistics by Lukas Czerner · 13 years ago
  17. 830b44f e2fsck: use different bitmap types as appropriate by Theodore Ts'o · 13 years ago
  18. d182831 libext2fs: add pseudo bitmap backend type EXT2FS_BMAP64_AUTODIR by Theodore Ts'o · 13 years ago
  19. c1359d9 libext2fs: add a bitmap implementation using rbtree's by Lukas Czerner · 13 years ago
  20. 67861e5 libext2fs: add default_bitmap_type to the ext2_filsys structure by Theodore Ts'o · 13 years ago
  21. 5fff863 libext2fs: move mmp fields to preserve structure layout of ext2_filsys by Theodore Ts'o · 13 years ago
  22. 7becb20 Make quota support disabled by support by Theodore Ts'o · 13 years ago
  23. a9f4607 libext2fs: use HAVE_FSTAT64 instead of HAVE_STAT64 for ext2fs_stat() by Theodore Ts'o · 13 years ago
  24. 7f21666 libext2fs: allow ext2fs_get_memalign() to compile w/o posix_memalign() by Theodore Ts'o · 13 years ago
  25. 0c80c44 libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag by Theodore Ts'o · 13 years ago
  26. c4012e5 libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargs by Theodore Ts'o · 13 years ago
  27. edbfd75 libquota: clean up some gcc -Wall warnings by Theodore Ts'o · 13 years ago
  28. e43bb12 e2fsprogs: include headers for open() in ext2fs.h by Eric Sandeen · 13 years ago
  29. a7a6367 libext2fs: Fix various bugs from the metadata checksum integration by Darrick J. Wong · 13 years ago
  30. 0f5eba7 ext2fs: add multi-mount protection (INCOMPAT_MMP) by Andreas Dilger · 13 years ago
  31. 6b56f3d misc: quiet minor compiler errors by Andreas Dilger · 13 years ago
  32. 9d9a53e libext2fs: add flag to ext2fs_flush() and ext2fs_close() to avoid fsync by Richard W.M. Jones · 13 years ago
  33. 98f4547 e2fsprogs: add ext2fs_group_blocks_count helper by Eric Sandeen · 13 years ago
  34. 75405ff Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  35. c859cb1 e2fsprogs: create open() and stat() helpers by Lukas Czerner · 13 years ago
  36. db8bbf2 libext2fs: Add crc32c implementation for metadata checksumming by Darrick J. Wong · 13 years ago
  37. 3fbfad5 libext2fs: fix binary and source compatibility with the dump program by Theodore Ts'o · 13 years ago
  38. 624e4a6 e2fsck: add support for checking the built-in quota files by Aditya Kali · 13 years ago
  39. d32c915 libext2fs: Fix gcc -Wall warnings by Theodore Ts'o · 13 years ago
  40. 6c54689 mke2fs: skip zeroing journal blocks by Andreas Dilger · 13 years ago
  41. 931b58e ext2fs: Handle internal journal over 2^32 bytes by Andreas Dilger · 13 years ago
  42. 1ac2aa2 ext2fs: fix undeclared posix_memalign() warning by Andreas Dilger · 13 years ago
  43. cf5301d misc: clean up compiler warnings by Andreas Dilger · 13 years ago
  44. 44fe08f e2fsck: add basic bigalloc support to check (but not yet repair) file systems by Theodore Ts'o · 13 years ago
  45. 94968e7 libext2fs: teach bitmap functions about bigalloc/cluster by Theodore Ts'o · 13 years ago
  46. 6a6337c Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  47. 1da5ef7 libext2fs: change fs->clustersize to fs->cluster_ratio_bits by Theodore Ts'o · 13 years ago
  48. ffec46f e2fsprogs: Add memory allocation and zero-out helpers by Lukas Czerner · 13 years ago
  49. 829d999 Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  50. 412376e Add basic BIGALLOC support for cluster-based allocation by Theodore Ts'o · 13 years ago
  51. 9d92a20 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  52. 73fbe23 libext2fs: Change EXT2_FLAG_DIRECT_IO to avoid conflict with devel branch by Theodore Ts'o · 14 years ago
  53. 7f1a1fb ext2fs: Add Direct I/O support to the ext2fs library by Theodore Ts'o · 14 years ago
  54. 023a1df ext2fs: add ext2fs_get_memalign() function by Theodore Ts'o · 14 years ago
  55. 27a0e95 libext2fs: Add ext2fs_file_size_size2() and truncate the file if necessary by Theodore Ts'o · 14 years ago
  56. 6dc058b libext2fs: Add new function ext2fs_file_get_inode() by Renzo Davoli · 14 years ago
  57. 3adb937 libext2fs: Add new function ext2fs_punch() by Theodore Ts'o · 14 years ago
  58. efe0b40 libext2fs: make fs->group_desc opaque by Eric Sandeen · 14 years ago
  59. 02d6f47 mke2fs: Fix up mke2fs to be able to make 64-bit file systems by Jose R. Santos · 14 years ago
  60. 6d8b37f libext2fs: More random 64-bit fixes, lots of block_iterate3 by Valerie Aurora Henson · 14 years ago
  61. ab13b5a libext2fs: Create 64-bit dblist functions by Theodore Ts'o · 14 years ago
  62. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  63. bb1158b mke2fs: account for physical as well as logical sector size by Theodore Ts'o · 14 years ago
  64. 543547a libe2p, libext2fs: Update file copyright permission states to match COPYING by Theodore Ts'o · 14 years ago
  65. cf828f1 libext2fs: Byte-swap 64-bit block group descriptors by Theodore Ts'o · 15 years ago
  66. cd65a24 libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test() by Theodore Ts'o · 15 years ago
  67. e633b58 libext2fs: clean up ext2fs_bg_flags_ interfaces by Eric Sandeen · 15 years ago
  68. 95fd65b libext2fs: create generic numeric progress meters and use them by Valerie Aurora Henson · 15 years ago
  69. d62d218 libext2fs: Fix counting routines in blknum.c to take/return __u32 counts by Nick Dokos · 15 years ago
  70. 8f82ef9 Convert libext2fs to 64-bit bitmap interface by Valerie Aurora Henson · 15 years ago
  71. 69365c6 Add support for 64-bit bitmaps by Theodore Ts'o · 15 years ago
  72. 8a48035 Fix encoding for rec_len in directories for >= 64k blocksize file systems by Theodore Ts'o · 15 years ago
  73. 272631e libext2fs: Add ext2fs_block_iterate3() by Theodore Ts'o · 15 years ago
  74. 73d0c4c Add 64-bit mkjournal.c interface by Jose R. Santos · 15 years ago
  75. 743011f Add ext2fs_div64_ceil() by Jose R. Santos · 15 years ago
  76. 4f8d6ab Add 64-bit openfs interface by Jose R. Santos · 15 years ago
  77. 71300f3 Add 64-bit closefs interface by Jose R. Santos · 15 years ago
  78. b91f14b Add 64-bit ext_attr interface by Jose R. Santos · 15 years ago
  79. 8a5e181 Add 64-bit alloc interface by Jose R. Santos · 15 years ago
  80. e8328e3 Add 64-bit alloc_stats interface by Jose R. Santos · 15 years ago
  81. 57e2467 Add 64-bit dirblock interface by Jose R. Santos · 15 years ago
  82. e3854b3 Add new blk64_t handling functions by Jose R. Santos · 15 years ago
  83. f6b4c27 libext2fs: Add ext2_off64_t type by Jose R. Santos · 15 years ago
  84. 84b239a libext2fs: add ext2fs_extent_open2 by number9652 · 15 years ago
  85. beab8de Add 64-bit getsize interface. by Jose R. Santos · 16 years ago
  86. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  87. 2be8fe4 mke2fs,tune2fs: Enable huge_file, dir_nlink, and extra_isize features by Theodore Ts'o · 16 years ago
  88. f5c562e libext2fs: Add callback functions for _alloc_block() and _block_alloc_stats() by Theodore Ts'o · 16 years ago
  89. c802ad9 Teach ext2fs_extent_delete() to remove an empty extent node from the tree by Eric Sandeen · 16 years ago
  90. f4e9963 libext2fs: add new function ext2fs_extent_set_bmap() by Eric Sandeen · 16 years ago
  91. 01229db Teach ext2fs_extent_insert() to split the current node if necessary by Eric Sandeen · 16 years ago
  92. c860850 ext2fs_add_journal_inode: Optimize writing the journal data blocks by Theodore Ts'o · 16 years ago
  93. 16b851c Remove LAZY_BG feature by Theodore Ts'o · 16 years ago
  94. 1ca1059 Add support for the HUGE_FILE feature by Theodore Ts'o · 16 years ago
  95. f628ace ext2fs_set_gdt_csum(): Return an error code on errors instead of void by Andreas Dilger · 16 years ago
  96. d4f34d4 Add uninit block group support to various libext2fs functions by Jose R. Santos · 17 years ago
  97. ca2634a Add initial checksum support for the gdt_checksum/uninit_group feature by Jose R. Santos · 17 years ago
  98. 2d328bb Fix miscellaneous gcc -Wall warnings by Theodore Ts'o · 16 years ago
  99. a7c9cb7 Add support for the DIR_NLINK feature. by Andreas Dilger · 16 years ago
  100. a040a99 Merge branch 'maint' by Theodore Ts'o · 16 years ago