1. 1bbea9c Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  2. d911240 misc: zero s_jnl_blocks when adding journal online or removing external journal by Darrick J. Wong · 11 years ago
  3. 5afdf37 fix build with configure --disable-uuid --disable-blkid --enable-profile by Theodore Ts'o · 11 years ago
  4. 1419b5a Don't clear BUILD_CFLAGS and BUILD_LDFLAGS when cross-compiling by Michael Forney · 11 years ago
  5. a2c664a lib/ext2fs: fix Makefile to avoid a build splat when building without VPATH by Theodore Ts'o · 11 years ago
  6. 551ab6d libext2fs: check ea value offset when loading by Darrick J. Wong · 11 years ago
  7. f0770b1 e2fsck: expand root dir if linking l+f fails by Darrick J. Wong · 11 years ago
  8. c6c6816 e2fsck: ignore badblocks if it says badblocks inode is bad by Darrick J. Wong · 11 years ago
  9. 3f4c407 tune2fs: always check disable_uninit_bg() return code by Darrick J. Wong · 11 years ago
  10. 2646b48 tests: test e2fsck recovery of corrupt descriptor blocks by Darrick J. Wong · 11 years ago
  11. b029523 tests: test recovery from an external journal by Darrick J. Wong · 11 years ago
  12. cdac96a tests: test e2fsck recovery with broken commit blocks by Darrick J. Wong · 11 years ago
  13. eb266fc tests: test e2fsck recovery of corrupt revoke blocks by Darrick J. Wong · 11 years ago
  14. ddde6a0 tests: test how e2fsck recovers from corrupt journal superblocks by Darrick J. Wong · 11 years ago
  15. 821fc8c tests: test recovery of 32 and 64-bit journals with the v2 checksum by Darrick J. Wong · 11 years ago
  16. 490e1f5 tests: write and replay blocks with the old journal checksum by Darrick J. Wong · 11 years ago
  17. c452914 tests: test writing and recovering 32bit csum_v3 journals by Darrick J. Wong · 11 years ago
  18. 20466c8 tests: test writing and recovering 64bit csum_v3 journals by Darrick J. Wong · 11 years ago
  19. 9ce517d tests: test writing and recovering checksum-free 32/64bit journals by Darrick J. Wong · 11 years ago
  20. 463eb92 debugfs: add the ability to write transactions to the journal by Darrick J. Wong · 11 years ago
  21. dad8fc5 e2fsck: fix minor errors in journal handling by Darrick J. Wong · 11 years ago
  22. 759c46c debugfs: create journal handling routines by Darrick J. Wong · 11 years ago
  23. e690eae misc: zero s_jnl_blocks when removing internal journal by Darrick J. Wong · 11 years ago
  24. 3727a0e dumpe2fs: display external journal feature flags by Darrick J. Wong · 11 years ago
  25. 811bcce tune2fs: explicitly disallow tuning of journal devices by Darrick J. Wong · 11 years ago
  26. 6aabb75 e2fsck: detect and repair external journal superblock checksum errors by Darrick J. Wong · 11 years ago
  27. 7a8f497 mke2fs: allow creation of journal device with superblock checksum by Darrick J. Wong · 11 years ago
  28. fc06f25 libext2fs: write_journal_inode should check iterate return value by Darrick J. Wong · 11 years ago
  29. 4f769f4 misc: don't return ENOMEM if we run out of disk space by Darrick J. Wong · 11 years ago
  30. f92c600 libext2fs: report bad magic over bad sb checksum by Darrick J. Wong · 11 years ago
  31. 38d5adf e2fsck/debugfs: fix descriptor block size handling errors with journal_csum by Darrick J. Wong · 11 years ago
  32. 330cebc Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  33. e426e06 Merge remote-tracking branch 'origin/maint' into maint by Theodore Ts'o · 11 years ago
  34. e9a5c6e e2fsck: notice when the realloc of dir_info fails by Theodore Ts'o · 11 years ago
  35. 943e21c compile_et: Allow user to override ET_DIR by Michael Forney · 11 years ago
  36. 53904ae Apply LDFLAGS when building tests by Michael Forney · 11 years ago
  37. 60abcd7 tests: Add to LD_LIBRARY_PATH instead of overriding by Michael Forney · 11 years ago
  38. 8a54677 debugfs: add better error checking when printing extended attributes by Theodore Ts'o · 11 years ago
  39. b874d24 Merge tag 'v1.42.12' into next by Theodore Ts'o · 11 years ago
  40. 6a3741a Update release notes, etc. for final 1.42.12 release by Theodore Ts'o · 11 years ago
  41. 6de37be po: update vi.po (from translationproject.org) by Trần Ngọc Quân · 11 years ago
  42. 8178440 po: update uk.po (from translationproject.org) by Yuri Chornoivan · 11 years ago
  43. 90c5f7c po: update sv.po (from translationproject.org) by Göran Uddeborg · 11 years ago
  44. 5b5fc7f po: update pl.po (from translationproject.org) by Jakub Bogusz · 11 years ago
  45. 8e3bfde po: update nl.po (from translationproject.org) by Benno Schulenberg · 11 years ago
  46. 482a0ea po: update fr.po (from translationproject.org) by Samuel Thibault · 11 years ago
  47. a204574 po: update cs.po (from translationproject.org) by Petr Pisar · 11 years ago
  48. 725502d mke2fs: complain if bigalloc and hugefiles_align_disk is incompatible by Theodore Ts'o · 11 years ago
  49. bf93a96 e2fsck: fix infinite loop when recovering corrupt journal blocks by Darrick J. Wong · 11 years ago
  50. 97f168b e2fsck: resync jbd2 revoke code from Linux 3.16 by Darrick J. Wong · 11 years ago
  51. 13af4b9 e2fsck: resync jbd2 recovery code from Linux 3.16 by Darrick J. Wong · 11 years ago
  52. 389931c contrib: add script to help resync journal code with kernel by Darrick J. Wong · 11 years ago
  53. 3ff5755 e2fsprogs.pot: update POT-Creation-Date by Theodore Ts'o · 11 years ago
  54. a4af7ef e2fsck: fix spelling error (strage vs storage) by Theodore Ts'o · 11 years ago
  55. e92beaa e2fsprogs: add supported file attributes to ext4.5 manpage by Eric Sandeen · 11 years ago
  56. c1c8800 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  57. d9eab8e tests/d_inline_dump: remove version dependency in the expected output by Theodore Ts'o · 11 years ago
  58. 6b31948 Interim updates of release notes, etc. in preparation for 1.42.12 release by Theodore Ts'o · 11 years ago
  59. a8193af po: update sv.po (from translationproject.org) by Göran Uddeborg · 11 years ago
  60. 4338f0a po: update fr.po (from translationproject.org) by Samuel Thibault · 11 years ago
  61. 6c3c782 po: update es.po (from translationproject.org) by Antonio Ceballos · 11 years ago
  62. 5819e58 po: update cs.po (from translationproject.org) by Petr Pisar · 11 years ago
  63. ce2e295 mke2fs: improve the error message when a non-existent file is specified by Theodore Ts'o · 11 years ago
  64. 9ac2930 mke2fs.8.in: explain how the fs-size parameter is interpreted by Theodore Ts'o · 11 years ago
  65. 77255cf resize2fs: clarify the size of blocks in resize2fs's messages by Theodore Ts'o · 11 years ago
  66. 061c566 resize2fs.8.in: clarify when on-line resizing is supported by Theodore Ts'o · 11 years ago
  67. 20d6b38 dumpe2fs: complain if extra arguments are given on the command line by Theodore Ts'o · 11 years ago
  68. 4348709 e2fsck: on BE, re-swap everything after a damaged dirent so salvage works correctly by Darrick J. Wong · 11 years ago
  69. 2432a41 libext2fs: fix problems with LE<->BE conversions on BE platforms by Darrick J. Wong · 11 years ago
  70. 18b234b libext2fs: byteswap inode when performing the sanity scan by Darrick J. Wong · 11 years ago
  71. 7248e26 e2fuzz: fix pwrite64/pwrite usage by Darrick J. Wong · 11 years ago
  72. c4c9bc5 misc: fix gcc warnings by Darrick J. Wong · 11 years ago
  73. 8a17df7 libext2fs: create inlinedata symlinks by Darrick J. Wong · 11 years ago
  74. 59a591f debugfs: fix set_inode_field block[IND|DIND|TIND] by Theodore Ts'o · 11 years ago
  75. aef9771 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  76. c47cd4f filefrag: fix extent count calculation when using FIBMAP by Theodore Ts'o · 11 years ago
  77. 6197c10 tests: convert use of md5sum to crcsum by Theodore Ts'o · 11 years ago
  78. ab2cd4a e2fsck: don't flush the FS unless it's actually dirty by Darrick J. Wong · 11 years ago
  79. 6808328 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  80. 19c5d41 tests: add regression tests for inlinedata fixes by Darrick J. Wong · 11 years ago
  81. 6698374 e2fsck: don't set prev after processing '..' on an inline dir by Darrick J. Wong · 11 years ago
  82. 4339c6d e2fsck: be more careful in assuming inline_data inodes are directories by Darrick J. Wong · 11 years ago
  83. 52b0c6e e2fsck: check inline dir size is a multiple of 4 by Darrick J. Wong · 11 years ago
  84. 3a748df e2fsck: use the correct block size when salvaging directories by Darrick J. Wong · 11 years ago
  85. ef9c58d e2fsck: do a better job of fixing i_size of inline directories by Darrick J. Wong · 11 years ago
  86. fa441f9 e2fsck: fix conflicting extents|inlinedata inode flags by Darrick J. Wong · 11 years ago
  87. 8dae07f e2fsck: clear extents and inline_data flags from fifo/socket/device inodes by Darrick J. Wong · 11 years ago
  88. 2ece839 e2fsck: don't try to iterate blocks of an inline_data inode when deallocating it by Darrick J. Wong · 11 years ago
  89. 6807342 e2fsck: check inline directory data "block" first by Darrick J. Wong · 11 years ago
  90. 04af897 e2fsck: handle inline data symlinks by Darrick J. Wong · 11 years ago
  91. 49a3749 e2fsck: clear inline_data inode flag if EA missing by Darrick J. Wong · 11 years ago
  92. 78c666b e2fsck: check ea-in-inode regions for overlap by Darrick J. Wong · 11 years ago
  93. 657f508 libext2fs: fix memory leak when failing to iterate inline_data directory by Darrick J. Wong · 11 years ago
  94. 996999a libext2fs: don't fail inline data operations if there's no EA by Darrick J. Wong · 11 years ago
  95. cffe022 libext2fs: strict inline data overwrite should not return ENOSPC by Darrick J. Wong · 11 years ago
  96. cd97186 misc: fix various endianness problems with inline_data by Darrick J. Wong · 11 years ago
  97. 88334ce libext2fs/e2fsck: don't run off the end of the EA block by Darrick J. Wong · 11 years ago
  98. 71e177a libext2fs: check EA value offset by Darrick J. Wong · 11 years ago
  99. d5da89e e2fsck: convert 'delete files' warning to a proper fix_problem error by Darrick J. Wong · 11 years ago
  100. 0165cfa e2fuzz: fix build problems on macosx and i386 linux by Darrick J. Wong · 11 years ago