1. 5c5685d e2fsck: track ea_inode references by Tahsin Erdogan · 7 years ago
  2. b0f457b e2fsck: update i_blocks accounting for ea_inode feature by Tahsin Erdogan · 7 years ago
  3. e8b3cc9 e2fsck: generalize ea_refcount by Tahsin Erdogan · 7 years ago
  4. efab58d e2fsck: do not early terminate extra space check by Tahsin Erdogan · 7 years ago
  5. 2477e16 e2fsck: ea_inode hash validation by Tahsin Erdogan · 7 years ago
  6. 5b72578 tune2fs: do not allow disabling ea_inode feature by Tahsin Erdogan · 7 years ago
  7. 6a081f6 e2fsck: add support for large xattrs in external inodes by Andreas Dilger · 7 years ago
  8. 08ddd20 Merge branch 'maint' into next by Theodore Ts'o · 7 years ago
  9. 968c1c2 libext2fs: fix compile errors/warnings by Tahsin Erdogan · 7 years ago
  10. c8ca239 Fix warnings found using UBSAN by Theodore Ts'o · 7 years ago
  11. b3d7751 tests: add j_recover_csum3_64bit by Theodore Ts'o · 7 years ago
  12. e8c8580 libext2fs: fix build issue for on Windows/Cygwin systems by Theodore Ts'o · 7 years ago
  13. 298ffa7 e4defrag: fix GCC7.x compiler warning by Marc Thomas · 7 years ago
  14. 7bfa94a filefrag: fix GCC7.x compiler warning by Marc Thomas · 7 years ago
  15. d99bced Merge branch 'maint' into next by Theodore Ts'o · 7 years ago
  16. 0c1e8c7 e4defrag: display the e2fsprogs version number by Marc Thomas · 7 years ago
  17. 1dc09bd tests: add new test f_del_dup_quota by Eric Whitney · 7 years ago
  18. fff2d12 mke2fs: fix hugefile creation so the hugefile(s) are contiguous by Theodore Ts'o · 7 years ago
  19. 474f67a libext2fs: fix fsync(2) detection by Jan Kara · 7 years ago
  20. c8a1566 libext2fs: fix build warning on Big Endian systems in closefs.c by Theodore Ts'o · 7 years ago
  21. ebc8d3c libext2fs: correctly write up the backup superblocks in big endian systems by Theodore Ts'o · 7 years ago
  22. 82424fc e2freefrag: use GETFSMAP on mounted filesystems by Darrick J. Wong · 7 years ago
  23. 0970320 Merge branch 'maint' into next by Theodore Ts'o · 7 years ago
  24. 245831a tune2fs: fix BUGs of tuning project quota by Wang shilong · 7 years ago
  25. 0c57488 badblocks: support languages which use multi-column wide characters by Theodore Ts'o · 7 years ago
  26. b67bf3b e2fsck: don't flush to device opened in read-only mode by Konstantin Chistyakov · 7 years ago
  27. 665ebf3 e2fsprogs: Make -U option consistent between tune2fs and mke2fs by Drew Davenport · 7 years ago
  28. b42836a Merge branch 'maint' into next by Theodore Ts'o · 7 years ago
  29. 1a4c638 tests: fix expected output for f_detect_junk by Theodore Ts'o · 7 years ago
  30. 7175d20 Merge branch 'maint' into next by Theodore Ts'o · 7 years ago
  31. 855c2ec e2fsck: fix sparse bmap to extent conversion by Darrick J. Wong · 7 years ago
  32. 6eae35c libext2fs: correctly subtract xattr blocks on bigalloc filesystems by Eric Biggers · 7 years ago
  33. b0f5fa8 e2fsck: fix multiply-claimed block quota accounting when deleting files by Eric Whitney · 7 years ago
  34. 7701f12 AOSP: Define HAVE_SYS_SYSMACROS_H for Android. by Elliott Hughes · 7 years ago
  35. 0df5f92 configure: Update configure script after integrated AOSP commits by Theodore Ts'o · 7 years ago
  36. 301fed0 AOSP: e2fsdroid: skip setting timestamp if src_dir is null by Jin Qian · 7 years ago
  37. 8b9e44a AOSP: e2fsdroid: support multiple selinux file contexts by Jin Qian · 7 years ago
  38. 820344d libblkid: fix buffer overflow scanning partition name by Jin Qian · 7 years ago
  39. 1ca6a89 AOSP: e2fsdroid: don't print empty files in block_list.c:end_new_file by Ben Fennema · 8 years ago
  40. 1333f2b AOSP: Disable macro redefined warnings. by Christopher Ferris · 8 years ago
  41. 0c32f48 AOSP: Add "libc" to soong static_executable targets. by Alex Deymo · 8 years ago
  42. a95c632 AOSP: Convert e2fsprogs targets to soong. by Alex Deymo · 8 years ago
  43. 82eb7e9 AOSP: HACK: android: exit(1) if selabel_lookup fails by Nick Kralevich · 8 years ago
  44. 145b22f AOSP: Remove "_host" and "_static" suffix from libsparse. by Alex Deymo · 8 years ago
  45. a5d3c5b AOSP: libext2fs: fix sparse param parsing on mac build by Jin Qian · 8 years ago
  46. ca2e5d4 AOSP: e2fsdroid: report error from ext2fs by Jin Qian · 8 years ago
  47. 3946ee8 AOSP: e2fsdroid: set timestamp based on source files by Jin Qian · 8 years ago
  48. 40a7095 AOSP: e2fsdroid: use absolute path for product_out by Jin Qian · 8 years ago
  49. b27343d AOSP: libext2fs: merge contiguous data blocks when writing to sparse file by Jin Qian · 8 years ago
  50. d838f79 AOSP: e2fsdroid: remove extra "/" when mountpoint is "/" by Jin Qian · 8 years ago
  51. f47f319 AOSP: android: libext2fs and com_err for windows by Adrien Schildknecht · 8 years ago
  52. 43f927f Fix windows and mac build by Jin Qian · 8 years ago
  53. a3d753f AOSP: _GNU_SOURCE must be defined before any #include. by Elliott Hughes · 8 years ago
  54. e2ddfcc AOSP: Fix "Can't use getmntent or getmntinfo to check for mounted filesystems!" warning. by Elliott Hughes · 8 years ago
  55. db6f320 AOSP: android: add the ext2simg tool by Adrien Schildknecht · 8 years ago
  56. a2731ac AOSP: android: add rules to build the static host libraries by Adrien Schildknecht · 8 years ago
  57. d0ed0ab AOSP: e2fsdroid: create incremental images by Adrien Schildknecht · 8 years ago
  58. 1e43f83 AOSP: e2fsdroid: read and enforce android's permissions by Adrien Schildknecht · 8 years ago
  59. ed8e189 AOSP: e2fsdroid: add an option to generate a base_fs file by Adrien Schildknecht · 8 years ago
  60. 974c848 AOSP: e2fsdroid: a tool to create android compatible image by Adrien Schildknecht · 8 years ago
  61. 9d25d46 AOSP: misc: add callbacks to populate_fs by Adrien Schildknecht · 8 years ago
  62. 3fc4699 AOSP: libext2fs: add context to get_alloc_block by Adrien Schildknecht · 8 years ago
  63. 105cdfe AOSP: libext2fs: android sparse io manager by Adrien Schildknecht · 8 years ago
  64. 25072b2 AOSP: Fix mac build by Colin Cross · 8 years ago
  65. ac1e303 Merge branch 'maint' into next by Theodore Ts'o · 7 years ago
  66. 3fb715b include sys/sysmacros.h as needed by Mike Frysinger · 7 years ago
  67. e3d591e misc: fix 'zero_hugefiles = false' regression by Eric Biggers · 7 years ago
  68. d5d981a e2fsck: eliminate per-block cluster alignment check by Tahsin Erdogan · 7 years ago
  69. ed1e950 Merge branch 'maint' into next by Theodore Ts'o · 7 years ago
  70. 11b8ef8 tests: skip running long test with "make check" and add "make fullcheck" by Theodore Ts'o · 7 years ago
  71. b772dc5 tests: fix bash'isms in f_large_dir by Theodore Ts'o · 7 years ago
  72. e251f35 e2fsck: fix ASAN error when using 128 byte inodes by Theodore Ts'o · 7 years ago
  73. 0b76d70 e2fsck: allow extent tree optimization to be disabled by Theodore Ts'o · 7 years ago
  74. f91b451 tests: add new test f_quota_extent_opt by Theodore Ts'o · 7 years ago
  75. bc177d4 e2fsck: update quota when optimizing the extent tree by Theodore Ts'o · 7 years ago
  76. a06b423 e2fsck: fix type mismatch bug in the largedir patch by Theodore Ts'o · 7 years ago
  77. 7da05ce tests: 3 level hash tree test by Artem Blagodarenko · 8 years ago
  78. ae9efd0 e2fsck: 3 level hash tree directory optimization by Artem Blagodarenko · 8 years ago
  79. 3f0cf64 e2fsprogs: add support for 3-level htree by Artem Blagodarenko · 8 years ago
  80. 578fcbf e2fsprogs: supersede i_dir_acl with i_size_high for all cases by Artem Blagodarenko · 8 years ago
  81. 1b13ca5 e4crypt: fix error handling for KEYCTL_GET_KEYRING_ID by Joe Richey · 7 years ago
  82. 9712693 e2fsck: fix quota accounting to use cluster units by Eric Whitney · 7 years ago
  83. 2541e01 libext2fs: apply LDFLAGS when building tst_inline_data by Eric Biggers · 8 years ago
  84. f09669f e2fsck: fix type mismatches in quota warning message by Eric Whitney · 7 years ago
  85. 8515abd Fix metadata_csum typo in ext4 man page by Justin Bronder · 7 years ago
  86. 686994e misc: fix all the compiler warnings by Darrick J. Wong · 8 years ago
  87. d5c57fe tests: fix test failure in f_detect_xfs caused by commit bf615bb0ccad by Theodore Ts'o · 8 years ago
  88. 2521c50 libext2fs: readahead for meta_bg by Alexey Lyashkov · 8 years ago
  89. 7a2a014 e2fsck: report the exit value in the logfile by Theodore Ts'o · 8 years ago
  90. 32eed35 po: update uk.po (from translationproject.org) by Yuri Chornoivan · 8 years ago
  91. 459fc96 po: update sv.po (from translationproject.org) by Göran Uddeborg · 8 years ago
  92. ef37ced po: update pl.po (from translationproject.org) by Jakub Bogusz · 8 years ago
  93. 519312d po: update nl.po (from translationproject.org) by Benno Schulenberg · 8 years ago
  94. c014910 po: update fr.po (from translationproject.org) by Samuel Thibault · 8 years ago
  95. 812fd59 po: update es.po (from translationproject.org) by Antonio Ceballos · 8 years ago
  96. ddaaea8 po: update da.po (from translationproject.org) by Joe Hansen · 8 years ago
  97. 2a662ef po: update cs.po (from translationproject.org) by Petr Pisar · 8 years ago
  98. bf615bb debugfs: better support of superblocks with bad checksums by Theodore Ts'o · 8 years ago
  99. 3cc9b03 Do interim update of RELEASE NOTES by Theodore Ts'o · 8 years ago
  100. dea7313 e2fsck: make problem comments match error messages by Andreas Dilger · 8 years ago