1. 8f358e5 libext2: minor sparse endian checker fixup by Eric Sandeen · 11 years ago
  2. 77b493e debugfs: don't swap htree nodes in-place by Eric Sandeen · 11 years ago
  3. 1224c0d endian-annotate most on-disk structures by Eric Sandeen · 11 years ago
  4. 387e031 libext2fs: fix endian handling of ext3_extent_header in inline_data by Eric Sandeen · 11 years ago
  5. 3e683ee define bitwise types and annotate conversion routines by Eric Sandeen · 11 years ago
  6. 8b77948 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  7. 160f131 libext2fs: fix endian handling of ext3_extent_header by Eric Sandeen · 11 years ago
  8. 441eb33 util: allow subst to build on systems that do not have utimes() by Theodore Ts'o · 11 years ago
  9. 8467b3b contrib: add support for COLLAPSE_RANGE and ZERO_RANGE to falocate program by Darrick J. Wong · 11 years ago
  10. 831aa86 debugfs: fix build on systems that don't have gettext built-in by Theodore Ts'o · 11 years ago
  11. 9ed2c12 debugfs: add allocate and set functionality to the bmap command by Theodore Ts'o · 11 years ago
  12. 08c8e31 libext2fs/e2fsck: refactor everyone who writes zero blocks to disk by Darrick J. Wong · 11 years ago
  13. 0745e78 mke2fs: fix man page discussion of usage type defaults by Eric Whitney · 11 years ago
  14. 6a0f113 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  15. deae5e8 resize2fs: fix fs->blocksize dereference after fs has been freed by Theodore Ts'o · 11 years ago
  16. ebdf895 e2fsck: fix free pointer dereferences by Theodore Ts'o · 11 years ago
  17. d50fd63 misc: fix build on absence of magic.h by Artemiy Volkov · 11 years ago
  18. 5ae83d6 mke2fs: clarify inline data inode size error message by Eric Whitney · 11 years ago
  19. 3d78d03 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  20. c6889a6 e2fsprogs: add large_file to base mkfs features by Eric Sandeen · 11 years ago
  21. 074931a libext2fs: use ~0UL instead of -1UL to avoid static checker warnings by Theodore Ts'o · 11 years ago
  22. ed9881b MCONFIG: allow developers to override CFLAGS by Theodore Ts'o · 11 years ago
  23. d2e3c0d misc: if dlopen() is available, use it to load the libmagic library by Theodore Ts'o · 11 years ago
  24. b291c11 misc: use libmagic when libblkid can't identify something by Darrick J. Wong · 11 years ago
  25. c8b20b4 misc: add plausibility checks to debugfs/tune2fs/dumpe2fs/e2fsck by Darrick J. Wong · 11 years ago
  26. b598c51 misc: move check_plausibility into a separate file by Darrick J. Wong · 11 years ago
  27. 0858268 dumpe2fs: provide a machine-readable group-only mode by Darrick J. Wong · 11 years ago
  28. ca209dc ext2fs: add readahead method to improve scanning by Andreas Dilger · 11 years ago
  29. 53c5d60 debugfs: manage needs_recover feature when messing with the journal by Darrick J. Wong · 11 years ago
  30. 755a608 e2fsck: use ext2fs_get_mem() instad of ext2fs_get_memalign() by Theodore Ts'o · 11 years ago
  31. cc0d983 Fix build failures due to missing $(SYSLIBS) by Theodore Ts'o · 11 years ago
  32. cbe867f e2fsck: fix build under dietlibc by Theodore Ts'o · 11 years ago
  33. 0c49965 create_inode: don't indiscriminately #include "nls-enable.h" by Theodore Ts'o · 11 years ago
  34. a133c81 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  35. 17c1fa6 misc: fix build breakage with configure --disable-uuidd --enable-profile by Theodore Ts'o · 11 years ago
  36. e3d1015 configure: disable uuidd by default if libuuid is disabled by Theodore Ts'o · 11 years ago
  37. ceec170 mke2fs: don't depend on <linux/version.h> by Theodore Ts'o · 11 years ago
  38. d4daf0d misc: fix Coverity complaints by Darrick J. Wong · 11 years ago
  39. c10700f e2fsck: free bh when descriptor block checksum fails by Darrick J. Wong · 11 years ago
  40. 7ef1b8b e2fsck: fix sliding the directory block down on bigalloc by Darrick J. Wong · 11 years ago
  41. 7936236 e2fsck: offer to clear overlapping extents by Darrick J. Wong · 11 years ago
  42. 1bbea9c Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  43. d911240 misc: zero s_jnl_blocks when adding journal online or removing external journal by Darrick J. Wong · 11 years ago
  44. 5afdf37 fix build with configure --disable-uuid --disable-blkid --enable-profile by Theodore Ts'o · 11 years ago
  45. 1419b5a Don't clear BUILD_CFLAGS and BUILD_LDFLAGS when cross-compiling by Michael Forney · 11 years ago
  46. a2c664a lib/ext2fs: fix Makefile to avoid a build splat when building without VPATH by Theodore Ts'o · 11 years ago
  47. 551ab6d libext2fs: check ea value offset when loading by Darrick J. Wong · 11 years ago
  48. f0770b1 e2fsck: expand root dir if linking l+f fails by Darrick J. Wong · 11 years ago
  49. c6c6816 e2fsck: ignore badblocks if it says badblocks inode is bad by Darrick J. Wong · 11 years ago
  50. 3f4c407 tune2fs: always check disable_uninit_bg() return code by Darrick J. Wong · 11 years ago
  51. 2646b48 tests: test e2fsck recovery of corrupt descriptor blocks by Darrick J. Wong · 11 years ago
  52. b029523 tests: test recovery from an external journal by Darrick J. Wong · 11 years ago
  53. cdac96a tests: test e2fsck recovery with broken commit blocks by Darrick J. Wong · 11 years ago
  54. eb266fc tests: test e2fsck recovery of corrupt revoke blocks by Darrick J. Wong · 11 years ago
  55. ddde6a0 tests: test how e2fsck recovers from corrupt journal superblocks by Darrick J. Wong · 11 years ago
  56. 821fc8c tests: test recovery of 32 and 64-bit journals with the v2 checksum by Darrick J. Wong · 11 years ago
  57. 490e1f5 tests: write and replay blocks with the old journal checksum by Darrick J. Wong · 11 years ago
  58. c452914 tests: test writing and recovering 32bit csum_v3 journals by Darrick J. Wong · 11 years ago
  59. 20466c8 tests: test writing and recovering 64bit csum_v3 journals by Darrick J. Wong · 11 years ago
  60. 9ce517d tests: test writing and recovering checksum-free 32/64bit journals by Darrick J. Wong · 11 years ago
  61. 463eb92 debugfs: add the ability to write transactions to the journal by Darrick J. Wong · 11 years ago
  62. dad8fc5 e2fsck: fix minor errors in journal handling by Darrick J. Wong · 11 years ago
  63. 759c46c debugfs: create journal handling routines by Darrick J. Wong · 11 years ago
  64. e690eae misc: zero s_jnl_blocks when removing internal journal by Darrick J. Wong · 11 years ago
  65. 3727a0e dumpe2fs: display external journal feature flags by Darrick J. Wong · 11 years ago
  66. 811bcce tune2fs: explicitly disallow tuning of journal devices by Darrick J. Wong · 11 years ago
  67. 6aabb75 e2fsck: detect and repair external journal superblock checksum errors by Darrick J. Wong · 11 years ago
  68. 7a8f497 mke2fs: allow creation of journal device with superblock checksum by Darrick J. Wong · 11 years ago
  69. fc06f25 libext2fs: write_journal_inode should check iterate return value by Darrick J. Wong · 11 years ago
  70. 4f769f4 misc: don't return ENOMEM if we run out of disk space by Darrick J. Wong · 11 years ago
  71. f92c600 libext2fs: report bad magic over bad sb checksum by Darrick J. Wong · 11 years ago
  72. 38d5adf e2fsck/debugfs: fix descriptor block size handling errors with journal_csum by Darrick J. Wong · 11 years ago
  73. 330cebc Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  74. e426e06 Merge remote-tracking branch 'origin/maint' into maint by Theodore Ts'o · 11 years ago
  75. e9a5c6e e2fsck: notice when the realloc of dir_info fails by Theodore Ts'o · 11 years ago
  76. 943e21c compile_et: Allow user to override ET_DIR by Michael Forney · 11 years ago
  77. 53904ae Apply LDFLAGS when building tests by Michael Forney · 11 years ago
  78. 60abcd7 tests: Add to LD_LIBRARY_PATH instead of overriding by Michael Forney · 11 years ago
  79. 8a54677 debugfs: add better error checking when printing extended attributes by Theodore Ts'o · 11 years ago
  80. b874d24 Merge tag 'v1.42.12' into next by Theodore Ts'o · 11 years ago
  81. 6a3741a Update release notes, etc. for final 1.42.12 release by Theodore Ts'o · 11 years ago
  82. 6de37be po: update vi.po (from translationproject.org) by Trần Ngọc Quân · 11 years ago
  83. 8178440 po: update uk.po (from translationproject.org) by Yuri Chornoivan · 11 years ago
  84. 90c5f7c po: update sv.po (from translationproject.org) by Göran Uddeborg · 11 years ago
  85. 5b5fc7f po: update pl.po (from translationproject.org) by Jakub Bogusz · 11 years ago
  86. 8e3bfde po: update nl.po (from translationproject.org) by Benno Schulenberg · 11 years ago
  87. 482a0ea po: update fr.po (from translationproject.org) by Samuel Thibault · 11 years ago
  88. a204574 po: update cs.po (from translationproject.org) by Petr Pisar · 11 years ago
  89. 725502d mke2fs: complain if bigalloc and hugefiles_align_disk is incompatible by Theodore Ts'o · 11 years ago
  90. bf93a96 e2fsck: fix infinite loop when recovering corrupt journal blocks by Darrick J. Wong · 11 years ago
  91. 97f168b e2fsck: resync jbd2 revoke code from Linux 3.16 by Darrick J. Wong · 11 years ago
  92. 13af4b9 e2fsck: resync jbd2 recovery code from Linux 3.16 by Darrick J. Wong · 11 years ago
  93. 389931c contrib: add script to help resync journal code with kernel by Darrick J. Wong · 11 years ago
  94. 3ff5755 e2fsprogs.pot: update POT-Creation-Date by Theodore Ts'o · 11 years ago
  95. a4af7ef e2fsck: fix spelling error (strage vs storage) by Theodore Ts'o · 11 years ago
  96. e92beaa e2fsprogs: add supported file attributes to ext4.5 manpage by Eric Sandeen · 11 years ago
  97. c1c8800 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  98. d9eab8e tests/d_inline_dump: remove version dependency in the expected output by Theodore Ts'o · 11 years ago
  99. 6b31948 Interim updates of release notes, etc. in preparation for 1.42.12 release by Theodore Ts'o · 11 years ago
  100. a8193af po: update sv.po (from translationproject.org) by Göran Uddeborg · 11 years ago