1. 79614b2 libext2fs/e2fsck: provide routines to read-ahead metadata by Darrick J. Wong · 9 years ago
  2. 76761ca e2fsck: turn inline data symlink into a fast symlink when possible by Darrick J. Wong · 9 years ago
  3. e0d5dd3 e2fuzz: fuzz harder by Darrick J. Wong · 9 years ago
  4. a672190 Revert "libext2fs: encrypted symlinks are never fast" by Theodore Ts'o · 9 years ago
  5. fc898cb Reserve superblock fields s_lpf_ino and s_encryption_level by Theodore Ts'o · 9 years ago
  6. 4a05268 Remove compression support by Theodore Ts'o · 9 years ago
  7. 8dbcedd Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  8. a0556bd e4crypt: add the get_policy command by Theodore Ts'o · 9 years ago
  9. 654531d tune2fs: add ability to enable the encrypt feature by Theodore Ts'o · 9 years ago
  10. f7257a9 Change filename encryption to use CTS mode by Theodore Ts'o · 9 years ago
  11. 8afaf3b libext2fs: fix bug in ext2fs_digest_encode() by Theodore Ts'o · 9 years ago
  12. 4fb758a Clean up and fix Android build files by Theodore Ts'o · 10 years ago
  13. 8b5c6c7 Update version.h by Theodore Ts'o · 10 years ago
  14. 1e734e7 e4crypt: change the UI to use a subcommand style by Theodore Ts'o · 10 years ago
  15. ce93d0e libext2fs: zero hash in ibody extended attributes by Darrick J. Wong · 10 years ago
  16. dbb3285 e2fsck: actually fix inline_data flags problems when user says to do so by Darrick J. Wong · 10 years ago
  17. fae2467 libext2fs: ext2fs_new_block2() should call alloc_block hook by Darrick J. Wong · 10 years ago
  18. 3d28f54 libext2fs: zero blocks via FALLOC_FL_ZERO_RANGE in ext2fs_zero_blocks by Darrick J. Wong · 10 years ago
  19. f096708 e2fsck: use PROMPT_NONE for FUTURE_SB_LAST_*_FUDGED problems by Theodore Ts'o · 10 years ago
  20. 41f2210 Add support for a password salt stored in the superblock by Theodore Ts'o · 10 years ago
  21. bfa4b35 misc: add e4crypt tool by Ildar Muslukhov · 10 years ago
  22. c4241cf libext2fs: fix blocksize for SHA512 by Theodore Ts'o · 10 years ago
  23. bbb8594 misc: teach mke2fs to create encrypted file systems by Ildar Muslukhov · 10 years ago
  24. 62ad248 e2fsck: handle encrypted directories which are indexed using htree by Theodore Ts'o · 10 years ago
  25. 6a5bdaf libext2fs: fix up ext2fs_sha256() and ext2fs_sha512() by Theodore Ts'o · 10 years ago
  26. bf34b4a libext2fs: add ext2fs_digest_encode() by Theodore Ts'o · 10 years ago
  27. 68a1de3 debugfs: pretty print encrypted filenames in the ls command by Theodore Ts'o · 10 years ago
  28. baa14bd e2fsck: fix spurious duplicate directory entries with encrypted filenames by Theodore Ts'o · 10 years ago
  29. ae73e88 libext2fs: encrypted symlinks are never fast by Theodore Ts'o · 10 years ago
  30. 321f344 Add files to build on Android by Theodore Ts'o · 10 years ago
  31. c379cdc e2fsck: clean up assertions in dict.c by Theodore Ts'o · 10 years ago
  32. 52a0674 libext2fs: make sure dirent functions have prototypes if inline is disabled by Theodore Ts'o · 10 years ago
  33. 569ee90 libext2fs: add functions for sha256 and sha512 by Theodore Ts'o · 10 years ago
  34. b59014c libe2p: add support for printing and parsing the encryption mode by Theodore Ts'o · 10 years ago
  35. dbff534 e2fsck: suppress bad name checks for encrypted directories by Theodore Ts'o · 10 years ago
  36. 8b39e4c Add support for the read-only feature by Theodore Ts'o · 10 years ago
  37. aeb933b e2fsck: add a 'yes to all' response in interactive mode by Darrick J. Wong · 10 years ago
  38. ad5d05d Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  39. 49d0fe2 libext2fs: fix potential buffer overflow in closefs() by Theodore Ts'o · 10 years ago
  40. 4a3dc1f e2fsck: salvage under-sized dirents by removing them by Darrick J. Wong · 10 years ago
  41. e274cc3 e2fsck: improve the inline directory detector by Darrick J. Wong · 10 years ago
  42. 0ac4b39 e2fsck: inspect inline dir data as two directory blocks by Darrick J. Wong · 10 years ago
  43. 09282b8 e2fsck: decrement bad count _after_ remapping a duplicate block by Darrick J. Wong · 10 years ago
  44. 5e61441 e2fsck: handle multiple *ind block collisions with critical metadata by Darrick J. Wong · 10 years ago
  45. b151d34 e2fsck: fix message when the journal is deleted and regenerated by Darrick J. Wong · 10 years ago
  46. fac0c8e e2fsck: on read error, don't rewrite blocks past the end of the fs by Darrick J. Wong · 10 years ago
  47. 3ee2946 e2fsck: clear i_block[] when there are too many bad mappings on a special inode by Darrick J. Wong · 10 years ago
  48. e263765 tune2fs: direct user to resize2fs for 64bit conversion by Darrick J. Wong · 10 years ago
  49. f2a96b6 tune2fs: abort when trying to enable/disable metadata_csum on mounted fs by Darrick J. Wong · 10 years ago
  50. dd3ffbc tune2fs: disable csum verification before resizing inode by Darrick J. Wong · 10 years ago
  51. f21c30d resize2fs: fix regression test to not depend on ext4.ko being loaded by Darrick J. Wong · 10 years ago
  52. 5f0164b libext2fs: fix tdb.c mmap leak by Darrick J. Wong · 10 years ago
  53. 2c741a8 libext2fs: strengthen i_extra_isize checks when reading/writing xattrs by Darrick J. Wong · 10 years ago
  54. f991431 libext2fs: avoid pointless EA block allocation by Darrick J. Wong · 10 years ago
  55. 366d299 libext2fs: initialize i_extra_isize when writing EAs by Darrick J. Wong · 10 years ago
  56. d0bc2c8 debugfs: fix crash in ea_set argument handling by Darrick J. Wong · 10 years ago
  57. cac40d0 debugfs: document new commands by Darrick J. Wong · 10 years ago
  58. c97cc52 misc: fix minor testcase problems by Darrick J. Wong · 10 years ago
  59. 22f22ab Reserve the codepoints for the new INCOMPAT feature ENCRYPT by Theodore Ts'o · 10 years ago
  60. 1ceb809 buildsystem: use 'chmod a-w' instead of 'chmod -w' by Enrico Scholz · 10 years ago
  61. 36769c6 e2fsck: fix corruption of Hurd filesystems by Justus Winter · 10 years ago
  62. 32ed2b0 e2fuzz: fix clang warning by Darrick J. Wong · 10 years ago
  63. 5600802 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  64. c916e52 Fix clang warning and a resource leak by Darrick J. Wong · 10 years ago
  65. a4f95cc e2fsck: close the progress_fd in the logfile child process by Theodore Ts'o · 10 years ago
  66. 9a32411 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  67. 13f450a libext2fs: add sanity check for an invalid itable_used value in inode scan code by Theodore Ts'o · 10 years ago
  68. 012143a tests: test resize2fs 32->64 and 64->32bit conversion code by Darrick J. Wong · 10 years ago
  69. fe12931 resize2fs: convert fs to and from 64bit mode by Darrick J. Wong · 10 years ago
  70. 413b5c7 libext2fs: speed up the max extent depth api call by Darrick J. Wong · 10 years ago
  71. 8f7dee1 Bump version.h for an experimental release by Theodore Ts'o · 10 years ago
  72. 538ef36 resize2fs: don't play stupid games with the block count by Darrick J. Wong · 10 years ago
  73. 1862ef7 resize2fs: set bg flags and unused inode count when resizing by Darrick J. Wong · 10 years ago
  74. 2273a17 resize2fs: don't interpret bitmap shift while crossing flexbg as raid stride by Darrick J. Wong · 10 years ago
  75. 8e98899 resize2fs: use old_fs to detect per-bg metadata blocks to free by Darrick J. Wong · 10 years ago
  76. 0698ecc Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  77. fcc19b4 badblocks: Limit maximum number of bad blocks by Jan Kara · 10 years ago
  78. 0462fd6 resize2fs: don't require fsck to print min size by Eric Sandeen · 10 years ago
  79. fb30384 resize2fs: quickly rewrite extent blocks when moving an inode w/ metadata_csum by Darrick J. Wong · 10 years ago
  80. 4495c5a resize2fs: don't exit if shrinking sparse_super2 fs to one bg by Darrick J. Wong · 10 years ago
  81. 5effd0a mke2fs: don't zero inode table blocks that are already zeroed by Darrick J. Wong · 10 years ago
  82. 77905d7 tests: testcases for enabling/disabling metadata_csum via tune2fs by Darrick J. Wong · 10 years ago
  83. 052795e tune2fs: enable uninit_bg when disabling metadata_csum by Darrick J. Wong · 10 years ago
  84. a742a12 tune2fs: warn if extents are not enabled when turning on metadata_csum by Darrick J. Wong · 10 years ago
  85. 506fc40 e2fsck: don't complain about root dir csum failures when getting lnf by Darrick J. Wong · 10 years ago
  86. d02d019 e2fsck: only complain about no-checksum directory blocks once by Darrick J. Wong · 10 years ago
  87. 492084f dumpe2fs: output cleanup by Darrick J. Wong · 10 years ago
  88. 6aa8cff dumpe2fs: reduce dumpe2fs output to 80 columns or less by Darrick J. Wong · 10 years ago
  89. fc4f5b2 misc: don't allow mk_hugefiles unless the fs supports extents by Darrick J. Wong · 10 years ago
  90. ffe1b28 libext2fs: add a way to check the theoretical maximum extent tree depth by Darrick J. Wong · 10 years ago
  91. 6509eeb libext2fs: set interior tree block goal more intelligently by Darrick J. Wong · 10 years ago
  92. 7b486ec libext2fs: find inode goal when allocating blocks by Darrick J. Wong · 10 years ago
  93. bc57b12 libext2fs: use block_buf in ext2fs_alloc_block2() if it is provided by Theodore Ts'o · 10 years ago
  94. 0a92af2 libext2fs: use a dynamically sized block zeroing buffer by Darrick J. Wong · 10 years ago
  95. e50e985 ext2fs: fix integer overflow in rb_get_bmap_range by Dmitry Monakhov · 10 years ago
  96. 2503048 e2fsck: force-reread of inode from disk when re-checking a checksum error by Darrick J. Wong · 10 years ago
  97. a93a90d e2fsck: remove 'invalid' wording from error when extent block fails checksum by Darrick J. Wong · 10 years ago
  98. dc7b8da libext2fs: file IO routines should handle uninit blocks by Darrick J. Wong · 10 years ago
  99. 3548bb6 libext2fs: refactor extent head creation by Darrick J. Wong · 10 years ago
  100. 44765c4 tests: regression test for resizing inodes on a metadata_csum fs by Darrick J. Wong · 10 years ago