1. ed9881b MCONFIG: allow developers to override CFLAGS by Theodore Ts'o · 11 years ago
  2. d2e3c0d misc: if dlopen() is available, use it to load the libmagic library by Theodore Ts'o · 11 years ago
  3. b291c11 misc: use libmagic when libblkid can't identify something by Darrick J. Wong · 11 years ago
  4. c8b20b4 misc: add plausibility checks to debugfs/tune2fs/dumpe2fs/e2fsck by Darrick J. Wong · 11 years ago
  5. b598c51 misc: move check_plausibility into a separate file by Darrick J. Wong · 11 years ago
  6. 0858268 dumpe2fs: provide a machine-readable group-only mode by Darrick J. Wong · 11 years ago
  7. ca209dc ext2fs: add readahead method to improve scanning by Andreas Dilger · 11 years ago
  8. 53c5d60 debugfs: manage needs_recover feature when messing with the journal by Darrick J. Wong · 11 years ago
  9. 755a608 e2fsck: use ext2fs_get_mem() instad of ext2fs_get_memalign() by Theodore Ts'o · 11 years ago
  10. cc0d983 Fix build failures due to missing $(SYSLIBS) by Theodore Ts'o · 11 years ago
  11. cbe867f e2fsck: fix build under dietlibc by Theodore Ts'o · 11 years ago
  12. 0c49965 create_inode: don't indiscriminately #include "nls-enable.h" by Theodore Ts'o · 11 years ago
  13. a133c81 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  14. 17c1fa6 misc: fix build breakage with configure --disable-uuidd --enable-profile by Theodore Ts'o · 11 years ago
  15. e3d1015 configure: disable uuidd by default if libuuid is disabled by Theodore Ts'o · 11 years ago
  16. ceec170 mke2fs: don't depend on <linux/version.h> by Theodore Ts'o · 11 years ago
  17. d4daf0d misc: fix Coverity complaints by Darrick J. Wong · 11 years ago
  18. c10700f e2fsck: free bh when descriptor block checksum fails by Darrick J. Wong · 11 years ago
  19. 7ef1b8b e2fsck: fix sliding the directory block down on bigalloc by Darrick J. Wong · 11 years ago
  20. 7936236 e2fsck: offer to clear overlapping extents by Darrick J. Wong · 11 years ago
  21. 1bbea9c Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  22. d911240 misc: zero s_jnl_blocks when adding journal online or removing external journal by Darrick J. Wong · 11 years ago
  23. 5afdf37 fix build with configure --disable-uuid --disable-blkid --enable-profile by Theodore Ts'o · 11 years ago
  24. 1419b5a Don't clear BUILD_CFLAGS and BUILD_LDFLAGS when cross-compiling by Michael Forney · 11 years ago
  25. a2c664a lib/ext2fs: fix Makefile to avoid a build splat when building without VPATH by Theodore Ts'o · 11 years ago
  26. 551ab6d libext2fs: check ea value offset when loading by Darrick J. Wong · 11 years ago
  27. f0770b1 e2fsck: expand root dir if linking l+f fails by Darrick J. Wong · 11 years ago
  28. c6c6816 e2fsck: ignore badblocks if it says badblocks inode is bad by Darrick J. Wong · 11 years ago
  29. 3f4c407 tune2fs: always check disable_uninit_bg() return code by Darrick J. Wong · 11 years ago
  30. 2646b48 tests: test e2fsck recovery of corrupt descriptor blocks by Darrick J. Wong · 11 years ago
  31. b029523 tests: test recovery from an external journal by Darrick J. Wong · 11 years ago
  32. cdac96a tests: test e2fsck recovery with broken commit blocks by Darrick J. Wong · 11 years ago
  33. eb266fc tests: test e2fsck recovery of corrupt revoke blocks by Darrick J. Wong · 11 years ago
  34. ddde6a0 tests: test how e2fsck recovers from corrupt journal superblocks by Darrick J. Wong · 11 years ago
  35. 821fc8c tests: test recovery of 32 and 64-bit journals with the v2 checksum by Darrick J. Wong · 11 years ago
  36. 490e1f5 tests: write and replay blocks with the old journal checksum by Darrick J. Wong · 11 years ago
  37. c452914 tests: test writing and recovering 32bit csum_v3 journals by Darrick J. Wong · 11 years ago
  38. 20466c8 tests: test writing and recovering 64bit csum_v3 journals by Darrick J. Wong · 11 years ago
  39. 9ce517d tests: test writing and recovering checksum-free 32/64bit journals by Darrick J. Wong · 11 years ago
  40. 463eb92 debugfs: add the ability to write transactions to the journal by Darrick J. Wong · 11 years ago
  41. dad8fc5 e2fsck: fix minor errors in journal handling by Darrick J. Wong · 11 years ago
  42. 759c46c debugfs: create journal handling routines by Darrick J. Wong · 11 years ago
  43. e690eae misc: zero s_jnl_blocks when removing internal journal by Darrick J. Wong · 11 years ago
  44. 3727a0e dumpe2fs: display external journal feature flags by Darrick J. Wong · 11 years ago
  45. 811bcce tune2fs: explicitly disallow tuning of journal devices by Darrick J. Wong · 11 years ago
  46. 6aabb75 e2fsck: detect and repair external journal superblock checksum errors by Darrick J. Wong · 11 years ago
  47. 7a8f497 mke2fs: allow creation of journal device with superblock checksum by Darrick J. Wong · 11 years ago
  48. fc06f25 libext2fs: write_journal_inode should check iterate return value by Darrick J. Wong · 11 years ago
  49. 4f769f4 misc: don't return ENOMEM if we run out of disk space by Darrick J. Wong · 11 years ago
  50. f92c600 libext2fs: report bad magic over bad sb checksum by Darrick J. Wong · 11 years ago
  51. 38d5adf e2fsck/debugfs: fix descriptor block size handling errors with journal_csum by Darrick J. Wong · 11 years ago
  52. 330cebc Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  53. e426e06 Merge remote-tracking branch 'origin/maint' into maint by Theodore Ts'o · 11 years ago
  54. e9a5c6e e2fsck: notice when the realloc of dir_info fails by Theodore Ts'o · 11 years ago
  55. 943e21c compile_et: Allow user to override ET_DIR by Michael Forney · 11 years ago
  56. 53904ae Apply LDFLAGS when building tests by Michael Forney · 11 years ago
  57. 60abcd7 tests: Add to LD_LIBRARY_PATH instead of overriding by Michael Forney · 11 years ago
  58. 8a54677 debugfs: add better error checking when printing extended attributes by Theodore Ts'o · 11 years ago
  59. b874d24 Merge tag 'v1.42.12' into next by Theodore Ts'o · 11 years ago
  60. 6a3741a Update release notes, etc. for final 1.42.12 release by Theodore Ts'o · 11 years ago
  61. 6de37be po: update vi.po (from translationproject.org) by Trần Ngọc Quân · 11 years ago
  62. 8178440 po: update uk.po (from translationproject.org) by Yuri Chornoivan · 11 years ago
  63. 90c5f7c po: update sv.po (from translationproject.org) by Göran Uddeborg · 11 years ago
  64. 5b5fc7f po: update pl.po (from translationproject.org) by Jakub Bogusz · 11 years ago
  65. 8e3bfde po: update nl.po (from translationproject.org) by Benno Schulenberg · 11 years ago
  66. 482a0ea po: update fr.po (from translationproject.org) by Samuel Thibault · 11 years ago
  67. a204574 po: update cs.po (from translationproject.org) by Petr Pisar · 11 years ago
  68. 725502d mke2fs: complain if bigalloc and hugefiles_align_disk is incompatible by Theodore Ts'o · 11 years ago
  69. bf93a96 e2fsck: fix infinite loop when recovering corrupt journal blocks by Darrick J. Wong · 11 years ago
  70. 97f168b e2fsck: resync jbd2 revoke code from Linux 3.16 by Darrick J. Wong · 11 years ago
  71. 13af4b9 e2fsck: resync jbd2 recovery code from Linux 3.16 by Darrick J. Wong · 11 years ago
  72. 389931c contrib: add script to help resync journal code with kernel by Darrick J. Wong · 11 years ago
  73. 3ff5755 e2fsprogs.pot: update POT-Creation-Date by Theodore Ts'o · 11 years ago
  74. a4af7ef e2fsck: fix spelling error (strage vs storage) by Theodore Ts'o · 11 years ago
  75. e92beaa e2fsprogs: add supported file attributes to ext4.5 manpage by Eric Sandeen · 11 years ago
  76. c1c8800 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  77. d9eab8e tests/d_inline_dump: remove version dependency in the expected output by Theodore Ts'o · 11 years ago
  78. 6b31948 Interim updates of release notes, etc. in preparation for 1.42.12 release by Theodore Ts'o · 11 years ago
  79. a8193af po: update sv.po (from translationproject.org) by Göran Uddeborg · 11 years ago
  80. 4338f0a po: update fr.po (from translationproject.org) by Samuel Thibault · 11 years ago
  81. 6c3c782 po: update es.po (from translationproject.org) by Antonio Ceballos · 11 years ago
  82. 5819e58 po: update cs.po (from translationproject.org) by Petr Pisar · 11 years ago
  83. ce2e295 mke2fs: improve the error message when a non-existent file is specified by Theodore Ts'o · 11 years ago
  84. 9ac2930 mke2fs.8.in: explain how the fs-size parameter is interpreted by Theodore Ts'o · 11 years ago
  85. 77255cf resize2fs: clarify the size of blocks in resize2fs's messages by Theodore Ts'o · 11 years ago
  86. 061c566 resize2fs.8.in: clarify when on-line resizing is supported by Theodore Ts'o · 11 years ago
  87. 20d6b38 dumpe2fs: complain if extra arguments are given on the command line by Theodore Ts'o · 11 years ago
  88. 4348709 e2fsck: on BE, re-swap everything after a damaged dirent so salvage works correctly by Darrick J. Wong · 11 years ago
  89. 2432a41 libext2fs: fix problems with LE<->BE conversions on BE platforms by Darrick J. Wong · 11 years ago
  90. 18b234b libext2fs: byteswap inode when performing the sanity scan by Darrick J. Wong · 11 years ago
  91. 7248e26 e2fuzz: fix pwrite64/pwrite usage by Darrick J. Wong · 11 years ago
  92. c4c9bc5 misc: fix gcc warnings by Darrick J. Wong · 11 years ago
  93. 8a17df7 libext2fs: create inlinedata symlinks by Darrick J. Wong · 11 years ago
  94. 59a591f debugfs: fix set_inode_field block[IND|DIND|TIND] by Theodore Ts'o · 11 years ago
  95. aef9771 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  96. c47cd4f filefrag: fix extent count calculation when using FIBMAP by Theodore Ts'o · 11 years ago
  97. 6197c10 tests: convert use of md5sum to crcsum by Theodore Ts'o · 11 years ago
  98. ab2cd4a e2fsck: don't flush the FS unless it's actually dirty by Darrick J. Wong · 11 years ago
  99. 6808328 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  100. 19c5d41 tests: add regression tests for inlinedata fixes by Darrick J. Wong · 11 years ago