1. f797cf3 tests: don't consider "make check" a compiler error by Andreas Dilger · 12 years ago
  2. 068136c libext2fs: link the test programs with static libraries by Theodore Ts'o · 12 years ago
  3. bee7b67 debugfs: add the ability to manipulate the extent tree directly by Theodore Ts'o · 12 years ago
  4. eacf6a0 libext2fs: ext2fs_extents_fix_parents() should not modify the handle location by Theodore Ts'o · 12 years ago
  5. 789bd40 e2fsck: fix incorrect interior node logical start values by Eric Sandeen · 12 years ago
  6. dbe5c43 libext2fs: remove m68k-specific bitops code by Mikael Pettersson · 12 years ago
  7. 4e0bb5e libext2fs: fix memory and fd leak in error path of unix_open() by Theodore Ts'o · 12 years ago
  8. 1564150 mke2fs: fix handling of mmp_update_interval option by Gregoire Pichon · 12 years ago
  9. b65ccfc libext2fs: optimize rb_get_bmap_range() for mostly allocated bmaps by Theodore Ts'o · 12 years ago
  10. c3f9641 libext2fs: optimize rb_get_bmap_range() by Theodore Ts'o · 12 years ago
  11. c6b006e libext2fs: add ext2fs_bitcount() function by Theodore Ts'o · 12 years ago
  12. fc8ea52 libext2fs: optimize rb_set_bmap_range() by Theodore Ts'o · 12 years ago
  13. 3e554cc ext2fs, blkid: localize environment-specific variables by Andreas Dilger · 12 years ago
  14. ab00fda libext2fs: change mmp.c to LGPL to match other files by Andreas Dilger · 12 years ago
  15. fb129bb libext2fs: further optimize rb_test_bit by Theodore Ts'o · 12 years ago
  16. 0bcba36 libext2fs: remove pointless indirection in rbtree bitmaps by Theodore Ts'o · 12 years ago
  17. 547a59a libext2fs: optimize rb_test_bit by Theodore Ts'o · 12 years ago
  18. c498cb1 mke2fs: fix progress suppression to make regression tests reliable by Theodore Ts'o · 12 years ago
  19. b2f5ce5 mke2fs: throttle allocating groups progress as well by Theodore Ts'o · 12 years ago
  20. ab3f5c5 Allow e2fsprogs to be built using the clang (LLVM) frontend by Theodore Ts'o · 12 years ago
  21. 321649c mke2fs: recalculate the reserved blocks when the last BG is dropped by Akira Fujita · 12 years ago
  22. d5aa6a8 Put ELF_OTHER_LIBS in the right place for the linker by Theodore Ts'o · 12 years ago
  23. 3aa8f60 libext2fs: fix uninit block calculation when inodes_per_block < first_ino by Theodore Ts'o · 12 years ago
  24. a7c1743 Link shared libraries with local libraries instead of system ones by Olivier Blin · 12 years ago
  25. ad64902 libquota: fix quota_inode_truncate() by Aditya Kali · 12 years ago
  26. 5027751 tune2fs/quota: always create hidden quota files by Aditya Kali · 12 years ago
  27. c1986ec Fix blhc (Build Log Hardening Check) warnings by Theodore Ts'o · 12 years ago
  28. 8f00911 libquota: remove unneeded #include of <sys/quota.h> by Theodore Ts'o · 12 years ago
  29. 0796e66 lsattr, chattr: add support for btrfs's No_COW flag by Theodore Ts'o · 12 years ago
  30. beb388a libext2fs: fix block iterator for extents when truncating inodes by Theodore Ts'o · 12 years ago
  31. e0e2c7d libext2fs: fix i_blocks for extent leaf create/delete with bigalloc by Aditya Kali · 12 years ago
  32. 2ae58b6 libquota: remove unnecessary definitions by Jan Kara · 12 years ago
  33. 182acd1 libext2fs: don't inline ext2fs_open_file() and ext2fs_stat() by Andreas Dilger · 12 years ago
  34. 3b802e4 libquota: remove quota_is_on() which was the last user of quotactl() by Theodore Ts'o · 12 years ago
  35. 88f8f33 libquota: add missing time.h include by Mike Frysinger · 12 years ago
  36. 918eeb3 libext2fs: fix rbtree backend for extent lengths greater than 2^32 by Eric Sandeen · 12 years ago
  37. 8c778b3 libe2p: teach e2p_jrnl_feature2string() about the 64-bit journal feature by Theodore Ts'o · 12 years ago
  38. ae06582 Change pkg-config files so that both <et/com_err.h> and <com_err.h> work by Theodore Ts'o · 12 years ago
  39. 40024fd libext2fs: fix bug in unix_io corrupted > 16TB file systems on 32-bit systems by Theodore Ts'o · 12 years ago
  40. 183c73b Teach build system to install relative symlinks if requested by Theodore Ts'o · 12 years ago
  41. e366e42 Include LDFLAGS when building BSD libraries by Theodore Ts'o · 12 years ago
  42. 58b3d8d Fix parallel (make -j) build by Matthias Andree · 12 years ago
  43. 660b4c3 Reserve the codepoints for the INCOMPAT features LARGEDATA and INLINEDATA by Theodore Ts'o · 12 years ago
  44. d715207 Support systems without posix_memalign() and memalign() by Theodore Ts'o · 12 years ago
  45. fd1c5a0 libext2fs: factor out I/O buffer allocation by Theodore Ts'o · 12 years ago
  46. 07d1208 libext2fs: make read_bitmaps() more efficient when using direct I/O by Theodore Ts'o · 12 years ago
  47. dd0a267 libext2fs: refactor Direct I/O alignment requirement calculations by Theodore Ts'o · 12 years ago
  48. 0a05b90 libext2fs: move the alignment field from unix_io to the io_manager by Theodore Ts'o · 12 years ago
  49. 7943ccf e2fsck,libquota: Update quota only if its inconsistent by Aditya Kali · 12 years ago
  50. f6243c1 com_err.pc: correct include path by Daniel Norberg · 13 years ago
  51. 46f1007 libext2fs: improve testing coverage of tst_bitmaps by Theodore Ts'o · 13 years ago
  52. 38792ca libext2fs: use correct types in ext2fs_find_first_zero_block_bitmap2() by Theodore Ts'o · 13 years ago
  53. 664c332 libext2fs: add 32-bit compat code for ext2fs_find_first_zero_generic_bmap() by Theodore Ts'o · 13 years ago
  54. b24efa2 Don't assume that the presence of mntent.h means that setmntent() exists by Theodore Ts'o · 13 years ago
  55. 25ff772 e2fsck: add portability fallback in case getpwuid_r is not present by Theodore Ts'o · 13 years ago
  56. 304e11c mke2fs: don't fail creating the journal if /etc/mtab is missing by Theodore Ts'o · 13 years ago
  57. e64e676 Fix gcc -Wall nitpicks by Theodore Ts'o · 13 years ago
  58. 70d7281 Update Release Notes, Changelogs, version.h, etc. for 1.42.2 release by Theodore Ts'o · 13 years ago
  59. 3a6db9b libext2fs: fix ext2fs_get_memalign when posix_memalign() doesn't exist by Theodore Ts'o · 13 years ago
  60. 11f359f libext2fs: implement fast find_first_zero() for bitarray bitmaps. by Sami Liedes · 13 years ago
  61. 538eb87 libext2fs: update dirty flags if the uninit flags are cleared by Theodore Ts'o · 13 years ago
  62. c1a1e7f libext2fs: Implement ext2fs_find_first_zero_generic_bmap(). by Sami Liedes · 13 years ago
  63. 5f7c049 libext2fs: document EXT2_FLAG_64BITS in ext2fs_open2() by Sami Liedes · 13 years ago
  64. 7555677 libext2fs: move a modulo operation out of a hot loop. by Sami Liedes · 13 years ago
  65. 010dc7b e2fsck: remove EXT4_EOFBLOCKS_FL flag handling by Lukas Czerner · 13 years ago
  66. 37c8db7 mke2fs: add option to use direct I/O (mke2fs -D) by Theodore Ts'o · 13 years ago
  67. 963d0f1 tests: add field sizes to inode/super struct tests by Andreas Dilger · 13 years ago
  68. 8714178 dumpe2fs: print the expected block group checksum if it is incorrect by Theodore Ts'o · 13 years ago
  69. 800766e libext2fs: check for fallocate symbol before using it by Mike Frysinger · 13 years ago
  70. 677fc91 configure: sort the lists for AC_CHECK_FUNCS and AC_CHECK_HEADERS by Mike Frysinger · 13 years ago
  71. 7270fbe build: fix compile warnings on OSX by Andreas Dilger · 13 years ago
  72. 0df8a27 libquota: don't include system quota.h header by Andreas Dilger · 13 years ago
  73. 997a0cf libext2fs: include config.h for HAVE_xxx defines by Mike Frysinger · 13 years ago
  74. b96365f libext2fs: include sys/time.h for gettimeofday() by Mike Frysinger · 13 years ago
  75. d9a5d37 libext2fs: support O_DIRECT functionality for Mac OS X by Theodore Ts'o · 13 years ago
  76. 48b8910 libext2fs: don't mark the superblock as dirty if the fs was opened r/o by Theodore Ts'o · 13 years ago
  77. 12b2506 libquota: fix invalid return in non-void function by Theodore Ts'o · 13 years ago
  78. 991211f libext2fs, libe2p: Reserve RO_COMPAT_REPLICA feature by Theodore Ts'o · 13 years ago
  79. 3ae682b libext2fs: Add ext2fs_file_get_inode_num call (for fuse2fs) by Darrick J. Wong · 13 years ago
  80. a204236 libext2fs: fix BLOCK_ABORT handling in the block iterator for extents by Theodore Ts'o · 13 years ago
  81. 9e89dbb libext2fs: when truncating file, punch out blocks at end by Darrick J. Wong · 13 years ago
  82. 8a1da3c5 debugfs: use ss_safe_getenv() instead of getenv() by Theodore Ts'o · 13 years ago
  83. 454ac9d libext2fs: quiet spurious group checksum errors by Andreas Dilger · 13 years ago
  84. 1f572d1 libext2fs: display partial path if fs corrupted in ext2fs_get_pathname() by Theodore Ts'o · 13 years ago
  85. 24d364f libext2fs: change getpagesize to sysconf by Mike Frysinger · 13 years ago
  86. 9288e3b libext2fs: add bitmap statistics by Lukas Czerner · 13 years ago
  87. 4a61d17 libext2fs: adjust the description when copying a bitmap by Theodore Ts'o · 13 years ago
  88. 830b44f e2fsck: use different bitmap types as appropriate by Theodore Ts'o · 13 years ago
  89. 0ff7bf3 libext2fs: use the rbtree bitmap by default when initializing a file system by Theodore Ts'o · 13 years ago
  90. d182831 libext2fs: add pseudo bitmap backend type EXT2FS_BMAP64_AUTODIR by Theodore Ts'o · 13 years ago
  91. c1359d9 libext2fs: add a bitmap implementation using rbtree's by Lukas Czerner · 13 years ago
  92. 5db745a libext2fs: add rbtree library by Lukas Czerner · 13 years ago
  93. b8ad88b libext2fs: add tests for the bitmap functions by Theodore Ts'o · 13 years ago
  94. 67861e5 libext2fs: add default_bitmap_type to the ext2_filsys structure by Theodore Ts'o · 13 years ago
  95. ba37bb7 libext2fs: don't break when ext2fs_clear_generic_bmap() for 32-bit bitmaps by Theodore Ts'o · 13 years ago
  96. 499d5ec Update Release Notes, Changelogs, version.h, etc. for 1.42 release by Theodore Ts'o · 13 years ago
  97. 4e523bb e2fsck: speed up runs when using tdb for large atypical filesystems by Theodore Ts'o · 13 years ago
  98. db40c20 configure: check for msync() for portability reasons by Theodore Ts'o · 13 years ago
  99. 2f7d855 libquota: remove use of PATH_MAX and replace it with QUOTA_NAME_LEN by Theodore Ts'o · 13 years ago
  100. 5fff863 libext2fs: move mmp fields to preserve structure layout of ext2_filsys by Theodore Ts'o · 13 years ago