1. 664c332 libext2fs: add 32-bit compat code for ext2fs_find_first_zero_generic_bmap() by Theodore Ts'o · 12 years ago
  2. 8f92c4a Update config.guess and config.sub to the latest (2012-02-10) version by Theodore Ts'o · 12 years ago
  3. b24efa2 Don't assume that the presence of mntent.h means that setmntent() exists by Theodore Ts'o · 12 years ago
  4. d47e2af fsck: don't include sys/signal.h for portability reasons by Theodore Ts'o · 12 years ago
  5. 25ff772 e2fsck: add portability fallback in case getpwuid_r is not present by Theodore Ts'o · 12 years ago
  6. 304e11c mke2fs: don't fail creating the journal if /etc/mtab is missing by Theodore Ts'o · 12 years ago
  7. e64e676 Fix gcc -Wall nitpicks by Theodore Ts'o · 12 years ago
  8. 70d7281 Update Release Notes, Changelogs, version.h, etc. for 1.42.2 release by Theodore Ts'o · 12 years ago
  9. 3e979c6 po: update vi.po (from translationproject.org) by Trần Ngọc Quân · 12 years ago
  10. ddad038 debian: add pointer for e2fsprogs-udeb to libcomerr2.shlibs by Theodore Ts'o · 12 years ago
  11. 95decc5 debian: add back support older systems w/o dpkg-buildflags by Theodore Ts'o · 12 years ago
  12. fb8bcfc debian: don't build BUILD-STATIC if SKIP_STATIC=yes by Theodore Ts'o · 12 years ago
  13. be24178 debian: don't build BUILD-BF if SKIP_BF=yes by Theodore Ts'o · 12 years ago
  14. 81d72f7 debian: compile without using dietlibc if SKIP_DIETLIBC=yes by Theodore Ts'o · 12 years ago
  15. d973c18 debian: try to include rules.custom if it exists by Theodore Ts'o · 12 years ago
  16. 608858f mke2fs.conf: allow use of a custom mke2fs.conf file by Theodore Ts'o · 12 years ago
  17. 3a6db9b libext2fs: fix ext2fs_get_memalign when posix_memalign() doesn't exist by Theodore Ts'o · 12 years ago
  18. b75a4ce Fix typo and missing .TP in the tune2fs and mke2fs.conf man pages by David Prévot · 12 years ago
  19. 11f359f libext2fs: implement fast find_first_zero() for bitarray bitmaps. by Sami Liedes · 12 years ago
  20. 2ae5d1f debugfs: teach seti and freei to free a block of inodes by Theodore Ts'o · 12 years ago
  21. 538eb87 libext2fs: update dirty flags if the uninit flags are cleared by Theodore Ts'o · 12 years ago
  22. c1a1e7f libext2fs: Implement ext2fs_find_first_zero_generic_bmap(). by Sami Liedes · 12 years ago
  23. 5f7c049 libext2fs: document EXT2_FLAG_64BITS in ext2fs_open2() by Sami Liedes · 12 years ago
  24. 04cb6f5 resize2fs: use EXT2_FLAG_64BITS by Sami Liedes · 12 years ago
  25. 7555677 libext2fs: move a modulo operation out of a hot loop. by Sami Liedes · 12 years ago
  26. 010dc7b e2fsck: remove EXT4_EOFBLOCKS_FL flag handling by Lukas Czerner · 12 years ago
  27. 37c8db7 mke2fs: add option to use direct I/O (mke2fs -D) by Theodore Ts'o · 12 years ago
  28. 010c49c e2fsck: report ext2fs_open2() and ext2fs_check_desc() errors by Theodore Ts'o · 12 years ago
  29. 349b8a3 e2fsck: avoid unnecessary close/reopen for non-MMP filesystems by Theodore Ts'o · 12 years ago
  30. 41cec34 e2fsck: abort if ext2fs_check_desc() returns a memory failure by Theodore Ts'o · 12 years ago
  31. 963d0f1 tests: add field sizes to inode/super struct tests by Andreas Dilger · 12 years ago
  32. 0f30deb tests: have "make testnew" target use local mke2fs by Andreas Dilger · 12 years ago
  33. b0e91c8 e2fsck: add logging capability by Theodore Ts'o · 12 years ago
  34. d2594cc e2fsck: add the max_count_problems setting in e2fsck.conf by Theodore Ts'o · 12 years ago
  35. 905ac34 e2fsck: print a notice when we've started suppressing a problem code by Theodore Ts'o · 12 years ago
  36. b9a64a5 e2fsck: print the current and expected block group checksums by Theodore Ts'o · 12 years ago
  37. 0f5676f e2fsck: add support for field widths in messages using %-expansion by Theodore Ts'o · 12 years ago
  38. 24dea55 Use rbtree bitmaps for dumpe2fs, debugfs, and tune2fs by Theodore Ts'o · 12 years ago
  39. 8714178 dumpe2fs: print the expected block group checksum if it is incorrect by Theodore Ts'o · 12 years ago
  40. def8da3 e2fsck: add ability to limit the # of problems of a particular type by Theodore Ts'o · 12 years ago
  41. 26c09eb e2fsck: check for zero length extent by Theodore Ts'o · 12 years ago
  42. c15386c e2fsck: do not discard itable if discard doen't zero data by Lukas Czerner · 12 years ago
  43. f0fe5da e2fsck: do not discard when in read only mode by Lukas Czerner · 12 years ago
  44. d2c9c42 e2fsck: optimize CPU usage in check_{block,inode}_bitmaps() by Theodore Ts'o · 12 years ago
  45. deae60a e2fsck: do not forget to discard last block group by Lukas Czerner · 12 years ago
  46. 4679532 e2fsck: remove last argument from e2fsck_discard_blocks() by Lukas Czerner · 12 years ago
  47. 57581c1 e2fsck: discard only unused parts of inode table by Lukas Czerner · 12 years ago
  48. 800766e libext2fs: check for fallocate symbol before using it by Mike Frysinger · 12 years ago
  49. 677fc91 configure: sort the lists for AC_CHECK_FUNCS and AC_CHECK_HEADERS by Mike Frysinger · 12 years ago
  50. 7270fbe build: fix compile warnings on OSX by Andreas Dilger · 12 years ago
  51. 0df8a27 libquota: don't include system quota.h header by Andreas Dilger · 12 years ago
  52. 997a0cf libext2fs: include config.h for HAVE_xxx defines by Mike Frysinger · 12 years ago
  53. b96365f libext2fs: include sys/time.h for gettimeofday() by Mike Frysinger · 12 years ago
  54. 6c9ce8a e2image: skip uninitialized bitmaps and inode tables by Phillip Susi · 12 years ago
  55. 30ac1ce mke2fs: make sure bg 0's unused inode count field is zero'ed for mke2fs -S by Theodore Ts'o · 12 years ago
  56. d9a5d37 libext2fs: support O_DIRECT functionality for Mac OS X by Theodore Ts'o · 12 years ago
  57. 48b8910 libext2fs: don't mark the superblock as dirty if the fs was opened r/o by Theodore Ts'o · 12 years ago
  58. bbdb7a5 Update for Debian 1.42.1-2 release by Theodore Ts'o · 12 years ago
  59. ad880a0 e2fsck: check new sysfs interface to determine if we are on battery by Theodore Ts'o · 12 years ago
  60. 12b2506 libquota: fix invalid return in non-void function by Theodore Ts'o · 12 years ago
  61. 5d0e1f9 debian: fix dpkg-buildflags so it works when the shell is dash by Theodore Ts'o · 12 years ago
  62. f921eda debian: build with V=1 for more information in buildd logs by Theodore Ts'o · 12 years ago
  63. 5ab3487 Fix missing version.h update by Theodore Ts'o · 12 years ago
  64. 91b9ead Update for e2fsprogs 1.42.1 release by Theodore Ts'o · 12 years ago
  65. 70218a0 Update e2fsprogs.pot file for translators by Theodore Ts'o · 12 years ago
  66. 0afb7fa po: update sv.po (from translationproject.org) by Göran Uddeborg · 12 years ago
  67. 309b1c2 po: update pl.po (from translationproject.org) by Jakub Bogusz · 12 years ago
  68. 561809a po: update nl.po (from translationproject.org) by Benno Schulenberg · 12 years ago
  69. 6369f68 po: update fr.po (from translationproject.org) by Samuel Thibault · 12 years ago
  70. b248a68 po: update cs.po (from translationproject.org) by Petr Pisar · 12 years ago
  71. 4a4a44d badblocks: honor the -s option when in read-only -t mode by Theodore Ts'o · 12 years ago
  72. 991211f libext2fs, libe2p: Reserve RO_COMPAT_REPLICA feature by Theodore Ts'o · 12 years ago
  73. 3ae682b libext2fs: Add ext2fs_file_get_inode_num call (for fuse2fs) by Darrick J. Wong · 12 years ago
  74. 50a676e e2image: attempt to use ftruncate64 to set i_size for raw images by Theodore Ts'o · 12 years ago
  75. 2b7a30c e2image: fix logic bug which could cause a raw image not to be extended by Theodore Ts'o · 12 years ago
  76. ba9e0af mke2fs: allow file systems w/ uninit_bg to be recovered with mke2fs -S by Theodore Ts'o · 12 years ago
  77. 564826e util: add build.profiled to list of files/directories to ignore by Theodore Ts'o · 12 years ago
  78. ba8bfa1 resize2fs: take s_first_data_block into account for resize2fs -M by Jan Kara · 12 years ago
  79. 910fae9 debian: enable use of dpkg-buildflags if present by Theodore Ts'o · 12 years ago
  80. a204236 libext2fs: fix BLOCK_ABORT handling in the block iterator for extents by Theodore Ts'o · 12 years ago
  81. 9e89dbb libext2fs: when truncating file, punch out blocks at end by Darrick J. Wong · 12 years ago
  82. 237b7b2 mke2fs: recognize mke4fs program name by Eric Sandeen · 12 years ago
  83. 8a1da3c5 debugfs: use ss_safe_getenv() instead of getenv() by Theodore Ts'o · 12 years ago
  84. 454ac9d libext2fs: quiet spurious group checksum errors by Andreas Dilger · 12 years ago
  85. 40b9cc5 e2fsck: allow the block bitmap to be uninit when the inode bitmap is in use by Theodore Ts'o · 12 years ago
  86. 8dbcbe1 mke2fs: correct help text for option -G of mke2fs by Yongqiang Yang · 13 years ago
  87. 622cee8 debugfs: fix spelling typo in ncheck by Theodore Ts'o · 13 years ago
  88. 8bf1e91 debugfs: add ncheck -c option by Theodore Ts'o · 13 years ago
  89. 1f572d1 libext2fs: display partial path if fs corrupted in ext2fs_get_pathname() by Theodore Ts'o · 13 years ago
  90. 2b1cae7 debugfs: optimize ncheck and improve its error checking by Theodore Ts'o · 13 years ago
  91. 24d364f libext2fs: change getpagesize to sysconf by Mike Frysinger · 13 years ago
  92. 65794cf mke2fs: fix -T/-t usage output by Mike Frysinger · 13 years ago
  93. 9288e3b libext2fs: add bitmap statistics by Lukas Czerner · 13 years ago
  94. 4a61d17 libext2fs: adjust the description when copying a bitmap by Theodore Ts'o · 13 years ago
  95. 830b44f e2fsck: use different bitmap types as appropriate by Theodore Ts'o · 13 years ago
  96. 0ff7bf3 libext2fs: use the rbtree bitmap by default when initializing a file system by Theodore Ts'o · 13 years ago
  97. e35ff9b e2fsck: fix pass5 bug when using two different bitmap backends by Theodore Ts'o · 13 years ago
  98. d182831 libext2fs: add pseudo bitmap backend type EXT2FS_BMAP64_AUTODIR by Theodore Ts'o · 13 years ago
  99. c1359d9 libext2fs: add a bitmap implementation using rbtree's by Lukas Czerner · 13 years ago
  100. 5db745a libext2fs: add rbtree library by Lukas Czerner · 13 years ago