1. 564826e util: add build.profiled to list of files/directories to ignore by Theodore Ts'o · 12 years ago
  2. ba8bfa1 resize2fs: take s_first_data_block into account for resize2fs -M by Jan Kara · 12 years ago
  3. 910fae9 debian: enable use of dpkg-buildflags if present by Theodore Ts'o · 12 years ago
  4. a204236 libext2fs: fix BLOCK_ABORT handling in the block iterator for extents by Theodore Ts'o · 12 years ago
  5. 9e89dbb libext2fs: when truncating file, punch out blocks at end by Darrick J. Wong · 12 years ago
  6. 237b7b2 mke2fs: recognize mke4fs program name by Eric Sandeen · 12 years ago
  7. 8a1da3c5 debugfs: use ss_safe_getenv() instead of getenv() by Theodore Ts'o · 12 years ago
  8. 454ac9d libext2fs: quiet spurious group checksum errors by Andreas Dilger · 12 years ago
  9. 40b9cc5 e2fsck: allow the block bitmap to be uninit when the inode bitmap is in use by Theodore Ts'o · 12 years ago
  10. 8dbcbe1 mke2fs: correct help text for option -G of mke2fs by Yongqiang Yang · 13 years ago
  11. 622cee8 debugfs: fix spelling typo in ncheck by Theodore Ts'o · 13 years ago
  12. 8bf1e91 debugfs: add ncheck -c option by Theodore Ts'o · 13 years ago
  13. 1f572d1 libext2fs: display partial path if fs corrupted in ext2fs_get_pathname() by Theodore Ts'o · 13 years ago
  14. 2b1cae7 debugfs: optimize ncheck and improve its error checking by Theodore Ts'o · 13 years ago
  15. 24d364f libext2fs: change getpagesize to sysconf by Mike Frysinger · 13 years ago
  16. 65794cf mke2fs: fix -T/-t usage output by Mike Frysinger · 13 years ago
  17. 9288e3b libext2fs: add bitmap statistics by Lukas Czerner · 13 years ago
  18. 4a61d17 libext2fs: adjust the description when copying a bitmap by Theodore Ts'o · 13 years ago
  19. 830b44f e2fsck: use different bitmap types as appropriate by Theodore Ts'o · 13 years ago
  20. 0ff7bf3 libext2fs: use the rbtree bitmap by default when initializing a file system by Theodore Ts'o · 13 years ago
  21. e35ff9b e2fsck: fix pass5 bug when using two different bitmap backends by Theodore Ts'o · 13 years ago
  22. d182831 libext2fs: add pseudo bitmap backend type EXT2FS_BMAP64_AUTODIR by Theodore Ts'o · 13 years ago
  23. c1359d9 libext2fs: add a bitmap implementation using rbtree's by Lukas Czerner · 13 years ago
  24. 5db745a libext2fs: add rbtree library by Lukas Czerner · 13 years ago
  25. b8ad88b libext2fs: add tests for the bitmap functions by Theodore Ts'o · 13 years ago
  26. 67861e5 libext2fs: add default_bitmap_type to the ext2_filsys structure by Theodore Ts'o · 13 years ago
  27. 24c9118 e2fsck: fix use of uninitialized value in the MMP code by Theodore Ts'o · 13 years ago
  28. ba37bb7 libext2fs: don't break when ext2fs_clear_generic_bmap() for 32-bit bitmaps by Theodore Ts'o · 13 years ago
  29. 499d5ec Update Release Notes, Changelogs, version.h, etc. for 1.42 release by Theodore Ts'o · 13 years ago
  30. 15dd651 po: update sv.po (from translationproject.org) by Göran Uddeborg · 13 years ago
  31. 2ab9252 po: update cs.po (from translationproject.org) by Petr Pisar · 13 years ago
  32. 4e523bb e2fsck: speed up runs when using tdb for large atypical filesystems by Theodore Ts'o · 13 years ago
  33. db40c20 configure: check for msync() for portability reasons by Theodore Ts'o · 13 years ago
  34. ebd0a16 tests: add test case for multiply claimed blocks with bigalloc by Theodore Ts'o · 13 years ago
  35. b23f2f4 e2fsck: fix handling of duplicate blocks with bigalloc file systems by Theodore Ts'o · 13 years ago
  36. 2f7d855 libquota: remove use of PATH_MAX and replace it with QUOTA_NAME_LEN by Theodore Ts'o · 13 years ago
  37. 66df146 e2fsck: fix the max size calculation for non-extent file by Kazuya Mio · 13 years ago
  38. 5fff863 libext2fs: move mmp fields to preserve structure layout of ext2_filsys by Theodore Ts'o · 13 years ago
  39. 930d7a7 tst_fs_struct: add program to help check ABI compatibility of ext2fs_filsys by Theodore Ts'o · 13 years ago
  40. 3a4ab83 Update for e2fsprogs 1.42-WIP-1120 release by Theodore Ts'o · 13 years ago
  41. f62516f rdebugfs: don't install by default by Theodore Ts'o · 13 years ago
  42. 3f6fbf9 resize2fs: treat EINVAL to mean the new resize ioctl does not exist by Theodore Ts'o · 13 years ago
  43. 13dcce8 e2fsck: return more status if fsck aborts by Eric Sandeen · 13 years ago
  44. 9c23b89 debugfs: fix sprintf stack overflow by Darrick J. Wong · 13 years ago
  45. 08ae93a libext2fs: enforce a max nested link count in ext2fs_find_block_device() by Niu Yawei · 13 years ago
  46. 19ef479 e2undo: cast dptr to blk64_t to retrieve block number by Eric Sandeen · 13 years ago
  47. 3cebf9c debugfs: fix gcc -Wall complaints by Theodore Ts'o · 13 years ago
  48. c4ab66c debugfs: add filefrag command by Theodore Ts'o · 13 years ago
  49. 5e96c57 debugfs: add the freefrag command by Theodore Ts'o · 13 years ago
  50. e88c5a3 debugfs: build read-only variant of debugfs by Theodore Ts'o · 13 years ago
  51. 2b8d683 libquota: log an error message if ext2fs_file_open() fails by Theodore Ts'o · 13 years ago
  52. 1527d99 libquota: fix get_dq() by Niu Yawei · 13 years ago
  53. 7bed9a7 libquota: fix quota usage compute by Niu · 13 years ago
  54. cdfaa75 tune2fs: preserve old limits when turn on quota feature by Niu · 13 years ago
  55. 198d20f libquota: quota file read support by Niu · 13 years ago
  56. d678fef mke2fs: Add extended option to select quota type by Aditya Kali · 13 years ago
  57. d7c6f4e tune2fs: Compute quota usage when turning on the 'quota' feature by Aditya Kali · 13 years ago
  58. a86d55d libquota: cleanup libquota code by Aditya Kali · 13 years ago
  59. 7becb20 Make quota support disabled by support by Theodore Ts'o · 13 years ago
  60. 554bc09 e2freefrag: fix "Illegal block number" errors with bigalloc file systems by Robin Dong · 13 years ago
  61. 6d26887 tests: fix mmp tests on hard 4k devices by Eric Sandeen · 13 years ago
  62. df7a86d libext2fs: fix write size in ext2fs_mmp_write by Eric Sandeen · 13 years ago
  63. 7105c18 debugfs: tidy up mmp handling by Eric Sandeen · 13 years ago
  64. 3859977 debugfs.8: add documentation of the mmp commands by Eric Sandeen · 13 years ago
  65. a9f4607 libext2fs: use HAVE_FSTAT64 instead of HAVE_STAT64 for ext2fs_stat() by Theodore Ts'o · 13 years ago
  66. fc4fd95 libext2: advance group in ext2fs_open2 during swapping by Eric Sandeen · 13 years ago
  67. 1e40ef8 po: rebuild the .gmo files in the debian/rules file by Theodore Ts'o · 13 years ago
  68. d1b75fd libext2fs: don't leak tdb_null out of the shared library namespace by Theodore Ts'o · 13 years ago
  69. 6b967cd Update for e2fsprogs 1.42-WIP-1016 release by Theodore Ts'o · 13 years ago
  70. c2c2b95 po: update sv.po (from translationproject.org) by Göran Uddeborg · 13 years ago
  71. 74ecc73 po: update pl.po (from translationproject.org) by Jakub Bogusz · 13 years ago
  72. ced4b91 po: update nl.po (from translationproject.org) by Benno Schulenberg · 13 years ago
  73. 403ab4b po: update fr.po (from translationproject.org) by Samuel Thibault · 13 years ago
  74. 294dd5a po: update de.po (from translationproject.org) by Philipp Thomas · 13 years ago
  75. 629d019 po: update cs.po (from translationproject.org) by Petr Pisar · 13 years ago
  76. 7f21666 libext2fs: allow ext2fs_get_memalign() to compile w/o posix_memalign() by Theodore Ts'o · 13 years ago
  77. 0c80c44 libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag by Theodore Ts'o · 13 years ago
  78. 515e555 resize2fs: don't fail when shrinking an empty file system by Theodore Ts'o · 13 years ago
  79. cacad7d resize2fs: Do not fail if EXT4_IOC_RESIZE_FS ioctl doesn't exist by Lukas Czerner · 13 years ago
  80. 3871db6 Update for e2fsprogs 1.42-WIP-1009 release by Theodore Ts'o · 13 years ago
  81. db86523 debian: Add explicit source format to specify 3.0 (quilt) by Theodore Ts'o · 13 years ago
  82. a4cf6fc po: update sv.po (from translationproject.org) by Göran Uddeborg · 13 years ago
  83. d9ac75d po: update fr.po (from translationproject.org) by Samuel Thibault · 13 years ago
  84. e7653f6 po: update cs.po (from translationproject.org) by Petr Pisar · 13 years ago
  85. 605cf6e filefrag: fix infinite loop in filefrag by Theodore Ts'o · 13 years ago
  86. 3fcd8fe Fix more spelling errors found by translators and add pluralization by Theodore Ts'o · 13 years ago
  87. d4d03cd po: add @-expansion for @q to the at-expand.pl script by Theodore Ts'o · 13 years ago
  88. 5a1a785 e2fsck: fix problem message for PR_1_QUOTA_BAD_MODE by Theodore Ts'o · 13 years ago
  89. d1c9b6e dumpe2fs.8.in: add man page warning about mounted file systems by Theodore Ts'o · 13 years ago
  90. 79a4ddd e2fsck: recover revoke blocks on 64bit filesystems correctly by Darrick J. Wong · 13 years ago
  91. 84888e5 Fix spelling errors pointed out by translators by Theodore Ts'o · 13 years ago
  92. 9d0be12 debian: fix gcc-multilib dependency for mipsel as well as mips by Theodore Ts'o · 13 years ago
  93. 394550c debian: update the changelog for the e2fsprogs 1.42~WIP-2011-10-05-2 release by Theodore Ts'o · 13 years ago
  94. ee0de3e debian: add a mips-specific dependency on gcc-multilib by Theodore Ts'o · 13 years ago
  95. c4012e5 libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargs by Theodore Ts'o · 13 years ago
  96. f123e66 debian: Add a dependency on the 1.42~WIP-2011-1005-1 version of libcom_err by Theodore Ts'o · 13 years ago
  97. 60e1c71 uuidgen: don't use set_com_err_gettext() by Theodore Ts'o · 13 years ago
  98. 048c0e4 e2fsck: make e2fsck sigcatcher use SIGCHLD rather than SIGCLD by Theodore Ts'o · 13 years ago
  99. b5ba6f5 libquota: remove flag argument to commit_dquot() by Theodore Ts'o · 13 years ago
  100. d730094 debian: update libcomerr2.symbols by Theodore Ts'o · 13 years ago