1. 14207cf Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  2. 0befec4 misc: quiet signed/unsigned charactr compiler warnings by Andreas Dilger · 10 years ago
  3. 97c607b libext2fs: provide a function to set inode size by Darrick J. Wong · 10 years ago
  4. 50972e1 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  5. 8b90ab2 build: fix unused/uninitialized variable warnings by Andreas Dilger · 10 years ago
  6. 7ba5cc7 debugfs: fix printing of inline data during symlink inode dump by Darrick J. Wong · 10 years ago
  7. f9f3050 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  8. fa633bf debugfs: allow bmap to allocate blocks by Darrick J. Wong · 10 years ago
  9. e13ebfd debugfs: create inode_dump command to dump an inode in hex by Darrick J. Wong · 10 years ago
  10. 7f7d1cb Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  11. 47fee2e e2fsprogs: introduce ext2fs_close_free() helper by Lukas Czerner · 10 years ago
  12. a511695 debugfs: add support setting the error_count and associated sb fields by Theodore Ts'o · 10 years ago
  13. 3287317 debugfs: do not display fast symlink with inline data by Zheng Liu · 10 years ago
  14. ab74c09 debugfs: fix two warning messages when compiling with LLVM by Zheng Liu · 10 years ago
  15. ec3a42b Misc coverity fixes by Darrick J. Wong · 10 years ago
  16. 6bb8845 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  17. 999d38d debugfs: fix debugfs/quota.c compile warnings by Andreas Dilger · 10 years ago
  18. 9d8cd8c debugfs: fix filehandle leak in copy_file() by Andreas Dilger · 10 years ago
  19. 90c5b4c debugfs: fix string_to_time for MacOS strptime() by Andreas Dilger · 10 years ago
  20. ba08cb9 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  21. 75fc42f debugfs: add commands to query the quota information by Theodore Ts'o · 10 years ago
  22. 46272d5 debugfs: force logdump to display (old) journal contents by Darrick J. Wong · 10 years ago
  23. a1ff15f debugfs: teach logdump to deal with 64bit revoke tables by Darrick J. Wong · 10 years ago
  24. 1bad6f4 misc: coverity fixes by Darrick J. Wong · 10 years ago
  25. a46300f misc: create better-packaged static analysis reports by Darrick J. Wong · 10 years ago
  26. 8a6cc1a misc: fix header complaints and resource leaks in e2fsprogs by Darrick J. Wong · 11 years ago
  27. 24997f1 misc: cppcheck cleanups by Darrick J. Wong · 11 years ago
  28. f160524 all: Introduce cppcheck static checking for make C=1 by Darrick J. Wong · 11 years ago
  29. 227239b debugfs: create commands to edit extended attributes by Darrick J. Wong · 11 years ago
  30. 2ddcee1 debugfs, libext2fs: minor fixups to xattr support by Darrick J. Wong · 11 years ago
  31. a3111e8 create_inode: move debugfs internal state back to debugfs by Darrick J. Wong · 11 years ago
  32. cecc79a Update Makefile dependencies by Theodore Ts'o · 11 years ago
  33. d23b196 Merge branch 'ry/mke2fs-populate' into next by Theodore Ts'o · 11 years ago
  34. 9aa3aa8 debugfs: use the functions in misc/create_inode.c by Robert Yang · 11 years ago
  35. 54e880b libext2fs: handle inline data in read/write function by Zheng Liu · 11 years ago
  36. 8f3428d debugfs: make lsdel command support inline data by Zheng Liu · 11 years ago
  37. 133e946 debugfs: make stat command support inline data by Zheng Liu · 11 years ago
  38. 716a3c3 libext2fs: handle inline_data in block iterator function by Zheng Liu · 11 years ago
  39. 5beff1c debugfs: dump all extended attributes by Darrick J. Wong · 11 years ago
  40. 3ba59bf Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  41. fedfb27 Add coverage testing using gcov by Theodore Ts'o · 11 years ago
  42. f0996c1 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  43. 65c6c3e Add support for new compat feature "sparse_super2" by Theodore Ts'o · 11 years ago
  44. 81eca9a Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  45. 40ca5c4 debugfs: fix typo in commit 5a1d25a7b by Theodore Ts'o · 11 years ago
  46. bc82f39 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  47. 5a1d25a Fix up workarounds for dietlibc breakage by Theodore Ts'o · 11 years ago
  48. b220a33 debugfs: remove dead code by Theodore Ts'o · 11 years ago
  49. d2dce12 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  50. 6c59a66 configure: fix --with-diet-libc by Theodore Ts'o · 11 years ago
  51. b34b94d debugfs: clean up read_journal_block() to avoid Coverity complaint by Theodore Ts'o · 11 years ago
  52. a25fffa debugfs: restore and tweak original error messaging by Eric Whitney · 11 years ago
  53. 9c84676 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  54. 2d8637b debugfs: document the lsdel command in the man page by Theodore Ts'o · 11 years ago
  55. 2ffccc8 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  56. 45f143c debugfs: fix extent header in do_write for big-endian machines by Theodore Ts'o · 11 years ago
  57. 3c22bf7 Add ext4 man page and update and clean up the other man pages by Theodore Ts'o · 11 years ago
  58. 32541fe debugfs: silence build warning and remove incorrect error message by Eric Whitney · 11 years ago
  59. 2bc3041 debugfs, e2fsck: fix s_desc_size handling by Andreas Dilger · 11 years ago
  60. f404167 Clean up sparse warnings by Theodore Ts'o · 11 years ago
  61. e4681bc Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  62. dba2bbd debugfs: clean up debugfs man page and help text by Andreas Dilger · 11 years ago
  63. 2d3df8d Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  64. 85b8f7a debugfs: don't leak mmp_s memory (on error path) by Darrick J. Wong · 11 years ago
  65. ddbe785 debugfs: don't leak fd when calling dump_file by Darrick J. Wong · 11 years ago
  66. fe56188 debugfs: handle 64bit block numbers by Darrick J. Wong · 11 years ago
  67. 50295a3 debugfs: fix various minor bogosity by Darrick J. Wong · 11 years ago
  68. 57d4fb6 debugfs: fix init_filesys help text by Darrick J. Wong · 11 years ago
  69. 1b977a0 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  70. 5093775 debugfs: update usage message for open and filefrag by Zheng Liu · 11 years ago
  71. a9b23fc debugfs: fix range mode of freei by Lev Solomonov · 11 years ago
  72. ef429f5 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  73. 2fe2d40 mmp: fix 64-bit handling of s_mmp_block by Andreas Dilger · 11 years ago
  74. 1586850 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  75. c756ec4 debugfs.c: do sparse copy when src is a sparse file by Robert Yang · 11 years ago
  76. 355ffb2 debugfs.c: the max length of debugfs argument is too short by Robert Yang · 11 years ago
  77. e337e7f Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  78. 832cb61 e2fsprogs: add (optional) sparse checking to the build by Darrick J. Wong · 11 years ago
  79. 4dbfd79 e2fsprogs: fix blk_t <- blk64_t assignment mismatches by Darrick J. Wong · 11 years ago
  80. fc9f162 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  81. a17e9f3 debugfs: properly set up extent header in do_write by Eric Sandeen · 11 years ago
  82. 70f4632 libext2fs: provide functions to safely access name_len and file_type by Jan Kara · 11 years ago
  83. 8c236c6 Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  84. 16b1fcf debugfs: fix command failures for extent_inode commands that take arguments by Theodore Ts'o · 12 years ago
  85. 7c1384c debugfs: add sanity check to make sure we never shift 64 bits right by Theodore Ts'o · 12 years ago
  86. 7b68fa3 Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  87. e1e961c debugfs: fix mknod command so that it updates the block group statistics by Theodore Ts'o · 12 years ago
  88. 4df6a37 debugfs: add symlink command by Darren Hart · 12 years ago
  89. 9e85208 debugfs: fix gcc-wall complaints by Theodore Ts'o · 12 years ago
  90. 85a2438 debugfs: document zap_block & block_dump by Eric Sandeen · 12 years ago
  91. b9b5e43 Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  92. d3b4de4 debugfs: fixup the hard-coded buffer length in dump_file by Zheng Liu · 12 years ago
  93. e350773 Fix gcc -Wall nits by Theodore Ts'o · 12 years ago
  94. ab83252 Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  95. ba75d9e debugfs: add the commands "zap_block" and "block_dump" by Theodore Ts'o · 12 years ago
  96. 2168df7 debugfs: add a makefile rule to build debugfs.static by Theodore Ts'o · 12 years ago
  97. bee7b67 debugfs: add the ability to manipulate the extent tree directly by Theodore Ts'o · 12 years ago
  98. 41bf599 debugfs: teach the htree and ls commands to show directory checksums by Theodore Ts'o · 12 years ago
  99. 24980de Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  100. e6575ce debugfs: fix htree command so that all printf's go through the pager by Theodore Ts'o · 12 years ago