1. 5abc041 build: use MKDIR_P instead of MKINSTALLDIRS by Ross Burton · 10 years ago
  2. 0958bc6 AOSP: Update Android.bp files. by David Anderson · 6 years ago
  3. 4a30e2a debugfs: fix ncheck so it handles hard links correctly by Jaco Kroon · 6 years ago
  4. fddc423 Fix compile error and warnings for old gcc versions by Li Dongyang · 6 years ago
  5. 8cec4ac tests, mke2fs: add option to suppress xattr copying to fix f_extent_htree by Theodore Ts'o · 6 years ago
  6. 47e6105 debugfs: fix mknod command on some 32-bit platforms due to LFS by Theodore Ts'o · 6 years ago
  7. 574b714 Update Makefile.in files using "make depend" by Theodore Ts'o · 6 years ago
  8. 5f63e5c debugfs: suppress spurious "checksum errors" message for unrelated failures by Theodore Ts'o · 6 years ago
  9. 366d526 debugfs: avoid undefined bit shift in parse_uint() by Theodore Ts'o · 6 years ago
  10. ac3256f Fix gcc and clang warnings by Theodore Ts'o · 6 years ago
  11. b7454eb tests: remove redundant sed filtering by Andreas Dilger · 6 years ago
  12. d194a08 debugfs: allow fixing superblock errors in catastrophic mode by Jan Kara · 6 years ago
  13. d338544 debugfs: allow read-write opening in catastrophic mode by Jan Kara · 6 years ago
  14. c7c99af debugfs: add support to display details of extended attribute structures by Theodore Ts'o · 6 years ago
  15. dd1543d debugfs: add -b and -e options to the inode_dump command by Theodore Ts'o · 6 years ago
  16. 7cc4cf5 debugfs: release clusters only once in release_blocks_proc by harshads · 6 years ago
  17. 6a63939 debugfs: read allocation bitmaps more efficiently by Theodore Ts'o · 6 years ago
  18. c19b18f AOSP: use e2fsprogs-defaults for ccflags by Theodore Ts'o · 6 years ago
  19. 33b8007 AOSP: Revert "Add "libc" to soong static_executable targets." by Jeff Gaston · 7 years ago
  20. 88ca49f AOSP: Add missing libdl dependencies by Pavlin Radoslavov · 7 years ago
  21. 1ad400d Merge branch 'maint' into next by Theodore Ts'o · 6 years ago
  22. 60f032b tune2fs/fuse2fs/debugfs: after replaying the journal, fix up s_lastcheck by Theodore Ts'o · 6 years ago
  23. 604075a Merge tag 'v1.43.9' into next by Theodore Ts'o · 6 years ago
  24. f54f08b debugfs: remove misplaced "MMP is unsupported" message by Tyson Nottingham · 7 years ago
  25. df22ead Merge branch 'maint' into next by Theodore Ts'o · 7 years ago
  26. 8858076 debugfs: fix printf format %d on ext2_ino_t by Shen-Ta Hsieh · 7 years ago
  27. 7600aa0 Add missing information to debugfs man pages and usage texts by Tyson Nottingham · 7 years ago
  28. 07b11a7 debugfs: fix ncheck program output by Qian Yingjin · 7 years ago
  29. 69ab815 Merge branch 'maint' into next by Theodore Ts'o · 7 years ago
  30. 055866d Fix typos in code comments and developer docs by Sebastian Rasmussen · 7 years ago
  31. ce20096 Fix typos in error messages and documentation by Sebastian Rasmussen · 7 years ago
  32. 8dca24c debugfs: print "Xst" bits of file mode via stat by Andreas Dilger · 7 years ago
  33. 21f685b Merge branch 'maint' into next by Theodore Ts'o · 7 years ago
  34. 6ae16a6 misc: clean up error handling for ext2fs_run_ext3_journal() by Theodore Ts'o · 7 years ago
  35. fed2dbd Merge branch 'maint' into next by Theodore Ts'o · 7 years ago
  36. b55571c debugfs: fix "ls -p" to avoid printing garbage after the file name by Theodore Ts'o · 7 years ago
  37. 50d0998 libext2fs: add ea_inode support to set xattr by Tahsin Erdogan · 7 years ago
  38. 393df14 debugfs: add sanity checking to the string_to_inode() utility function by Theodore Ts'o · 7 years ago
  39. cf0be23 Use i_size to determine whether a symlink is a fast symlink by Tahsin Erdogan · 7 years ago
  40. 7701f12 AOSP: Define HAVE_SYS_SYSMACROS_H for Android. by Elliott Hughes · 7 years ago
  41. 1333f2b AOSP: Disable macro redefined warnings. by Christopher Ferris · 7 years ago
  42. 0c32f48 AOSP: Add "libc" to soong static_executable targets. by Alex Deymo · 7 years ago
  43. a95c632 AOSP: Convert e2fsprogs targets to soong. by Alex Deymo · 8 years ago
  44. ac1e303 Merge branch 'maint' into next by Theodore Ts'o · 7 years ago
  45. 3fb715b include sys/sysmacros.h as needed by Mike Frysinger · 7 years ago
  46. 11b8ef8 tests: skip running long test with "make check" and add "make fullcheck" by Theodore Ts'o · 7 years ago
  47. ae9efd0 e2fsck: 3 level hash tree directory optimization by Artem Blagodarenko · 7 years ago
  48. 578fcbf e2fsprogs: supersede i_dir_acl with i_size_high for all cases by Artem Blagodarenko · 7 years ago
  49. 686994e misc: fix all the compiler warnings by Darrick J. Wong · 7 years ago
  50. bf615bb debugfs: better support of superblocks with bad checksums by Theodore Ts'o · 7 years ago
  51. 03a179a Refactor code to print journal superblock information by Theodore Ts'o · 7 years ago
  52. f8dd951 debugfs: with ls -l, include space between size and date by Eric Biggers · 7 years ago
  53. c890dbb debugfs.8: fix name of argument to blocks command by Eric Biggers · 7 years ago
  54. 8438351 debugfs: in ea_get -V, don't print double quotes around the C strings by Theodore Ts'o · 7 years ago
  55. 83628f3 e2fsprogs: enable project quota reporting in debugfs by Eric Whitney · 7 years ago
  56. 0ee1eaf libext2fs: translate internal ext4 acl to Posix ACL in ext2fs_xattr_[sg]et() by Theodore Ts'o · 7 years ago
  57. 997e213 debugfs: improve how we display and parse extended attribute values by Theodore Ts'o · 7 years ago
  58. a54733d debugfs, e2fsck, mke2fs: fix miscellaneous memory leaks detected by ASAN by Theodore Ts'o · 8 years ago
  59. 5c2a665 Avoid dereferencing beyond allocated memory in quota handling by Theodore Ts'o · 8 years ago
  60. a2143b5 Fix build reproducibility for mk_cmds and compile_et by Theodore Ts'o · 8 years ago
  61. 2213749 debugfs: fix typo when printing out the dtime label by Theodore Ts'o · 8 years ago
  62. b199291 debugfs: add the debugfs copy_inode subcommand by Theodore Ts'o · 8 years ago
  63. 5eca88c debugfs: fix logdump to work on files > 2GB by Theodore Ts'o · 8 years ago
  64. c0495d9 Remove the last of behaviour-specific checks on EXT2_OS_LINUX by Theodore Ts'o · 8 years ago
  65. be05f60 tests,debugfs: ea_set's "-f <value_file" needs to be before the other args by Theodore Ts'o · 8 years ago
  66. edc7b09 debugfs: clarify man page for the -b and -s options by Theodore Ts'o · 8 years ago
  67. a9a81b1 debugfs.8, e2fsck.8: clarify man pages these programs can operate on files by Theodore Ts'o · 8 years ago
  68. ebb8b1a debugfs: fix rdump so it can start from the root directory by Theodore Ts'o · 8 years ago
  69. 478360f Fix Android build warnings by Theodore Ts'o · 8 years ago
  70. 612f775 debugfs: fix "set_bg <bg num> checksum calc" on 64-bit file systems by Theodore Ts'o · 8 years ago
  71. d37026e e2fsck: improve error messages when the journal sb is corrupt by Theodore Ts'o · 8 years ago
  72. 1fc23b5 Fix support for configure --enable-jbd-debug by Theodore Ts'o · 8 years ago
  73. 82e48fb Fix various clang and gcc -Wall warnings by Theodore Ts'o · 8 years ago
  74. 205593f Android.mk: Replace _host suffix with more standard -host suffix by Alex Deymo · 9 years ago
  75. 6743215 debugfs: fix a bug in string_to_time() which misparsed @NNNNNNN inputs by Theodore Ts'o · 8 years ago
  76. dcb8e1f Merge branch 'maint' into next by Theodore Ts'o · 8 years ago
  77. 2ed0adb libext2fs: store checksum seed in superblock by Darrick J. Wong · 8 years ago
  78. f3d9ac3 debugfs: add support for the project id field by Theodore Ts'o · 8 years ago
  79. 2fe6136 debugfs: improve dump_mmp handling by Andreas Dilger · 8 years ago
  80. 080e09b Add project quota support by Li Xi · 8 years ago
  81. 2d2d799 Clean up codes for adding new quota type by Li Xi · 9 years ago
  82. 188960e debugfs: add support to properly set and display extended timestamps by Theodore Ts'o · 11 years ago
  83. 4ee2669 debugfs: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  84. e695c12 android: be able to build dumpe2fs, lsattr, and e2fsck statically by Theodore Ts'o · 9 years ago
  85. 956b0f1 Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  86. 9f8d9a2 debugfs: handle out of memory condition by Tobias Stoeckmann · 9 years ago
  87. df0b907 debugfs: cleanup gcc -Wall warnings by Theodore Ts'o · 9 years ago
  88. 25f291c Eliminate unused parameter warnings from Android build by Theodore Ts'o · 9 years ago
  89. 3dca12f Move dict.c from e2fsck to lib/support by Theodore Ts'o · 9 years ago
  90. 99ceb8e Move the check_plausibility() function from misc to lib/support by Theodore Ts'o · 9 years ago
  91. 12aa7ad Suppress annoying missing field initializer warnings by Theodore Ts'o · 9 years ago
  92. f34af41 rename libquota.a to libsupport.a by Theodore Ts'o · 9 years ago
  93. 9603da1 Revert "debugfs: add the hexdump_block command" by Theodore Ts'o · 9 years ago
  94. 58b0356 debugfs: add the hexdump_block command by Theodore Ts'o · 9 years ago
  95. 83c799d Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  96. f7e37e8 debugfs: fix several errors and add assertions in the set_fields command by Konstantin Khlebnikov · 9 years ago
  97. 2f8c0d0 debugfs: implement fallocate by Darrick J. Wong · 9 years ago
  98. beb19fc Allow debugfs to be built for use in Android by Theodore Ts'o · 9 years ago
  99. 04c66cb e2fsck: fix buffer overrun in revoke block scanning by Darrick J. Wong · 9 years ago
  100. b085139 misc: fix undo file setup by Darrick J. Wong · 9 years ago