1. 0fd2f90 Add manpage references to debugfs/tune2fs commands by Andreas Mohr · 16 years ago
  2. 5aae7c2 debugfs: Fix find_free_block to avoid reporting the block more than once by Theodore Ts'o · 16 years ago
  3. 007df86 debugfs: Add new superblock fields to the set_super_value command by Theodore Ts'o · 16 years ago
  4. 290ac0e print "mostly-printable" xattr strings in debugfs by Eric Sandeen · 16 years ago
  5. b05d4ab debugfs: Change lsdel to use ext2fs_block_iterate2 it can find large files by Theodore Ts'o · 17 years ago
  6. b026d53 debugfs: allow the undel command reallocate without linking the inode by Theodore Ts'o · 17 years ago
  7. 8192c63 debugfs: Add #include <string.h> to pick up prototype for strcasecmp by Theodore Ts'o · 17 years ago
  8. 424a3e4 Remove Changelog files since they're not used after the git migration by Theodore Ts'o · 17 years ago
  9. d7b6472 Update Release Notes, Changelogs, version.h, etc. for 1.40 release by Theodore Ts'o · 17 years ago
  10. de8f3a7 Fix gcc -Wall warnings, especially on 64-bit systems by Andreas Dilger · 17 years ago
  11. 5113a6e Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid's by Eric Sandeen · 17 years ago
  12. d362a3f Define the l_i_iversion field in ext2_inode by Theodore Ts'o · 17 years ago
  13. c7c1209 Add new debugfs command "set_block_group" by Theodore Ts'o · 17 years ago
  14. a4ea6b9 Fix debugfs's date parser so that it accepts integer values by Theodore Ts'o · 17 years ago
  15. 3e41913 Handle large setb/testb/freeb commands in debugfs by Eric Sandeen · 17 years ago
  16. efac5a7 debugfs: support > 2GB files for the dump and rdump commands by Theodore Ts'o · 17 years ago
  17. 971fe05 [COVERITY] Handle potential case in debugfs if ext2fs_get_pathname returns NULL by Brian Behlendorf · 17 years ago
  18. d904dd2 [COVERITY] Fix coverity warning in debugfs by Theodore Ts'o · 17 years ago
  19. 0bed54f [COVERITY] Fix file handle leak in debugfs's logdump (in error case) by Brian Behlendorf · 17 years ago
  20. 2f1ecfa [COVERITY] Fix memory leak on error handling in the debugfs's icheck command by Brian Behlendorf · 17 years ago
  21. 8945655 [COVERITY] Fix (error case) memory leak in debugfs by Brian Behlendorf · 17 years ago
  22. b772900 [COVERITY] Avoid static buffer overruns in debugfs by Brian Behlendorf · 17 years ago
  23. 57a1cbb Allow the debugfs lcd command to work w/o a filesystem being open by Theodore Ts'o · 17 years ago
  24. 97fa31b Fix dump_usued segault in debugfs if used without open filesystem by Matthias Koenig · 17 years ago
  25. a6d8302 Use the newer add/remove_error_table com_err interfaces by Theodore Ts'o · 18 years ago
  26. cf8272e Allow debugfs and dumpe2fs to support fs features under development by Theodore Ts'o · 18 years ago
  27. f77704e Add directory hashed signed/unsigned hint to superblock by Theodore Ts'o · 18 years ago
  28. 5d17119 On-disk format definition for huge files by Theodore Ts'o · 18 years ago
  29. cce2f49 Fix Debian FTBFS problem caused by devmapper library using pthreads by Theodore Ts'o · 18 years ago
  30. d0ff90d Fix signed vs unsigned printf format strings for block and inode numbers by Eric Sandeen · 18 years ago
  31. 6cab406 Fix debugfs coredump when lsdel is run without an open filesystem by Theodore Ts'o · 18 years ago
  32. d047e07 debugfs "stat" should print unsigned values for xattrs by Andreas Dilger · 18 years ago
  33. 9c07dc0 Add missing backwards compatibility for ancient Linux systems by Theodore Ts'o · 18 years ago
  34. 2c83031 Fix debugfs's dump_unsued commands on filesystems with a 64k blocksize by Theodore Ts'o · 18 years ago
  35. e3e9253 Fix type warning problem with time_t in debugfs by Theodore Ts'o · 18 years ago
  36. f5fa200 Add support for EXT2_FEATURE_COMPAT_LAZY_BG by Theodore Ts'o · 18 years ago
  37. 49c6b4e Add handling for invalid option characters in debugfs subcommands by Theodore Ts'o · 18 years ago
  38. 8deb80a Fix format statements to make e2fsprogs programs 32-bit clean by Takashi Sato · 18 years ago
  39. 98eb44b Add an option to debugfs to open filesystems in exclusive mode by Theodore Ts'o · 18 years ago
  40. 6a2efe0 Fix debugfs's icheck to correctly report the owner of an EA block by Theodore Ts'o · 18 years ago
  41. 9b9a780 Fix various gcc -Wall complaints. by Theodore Ts'o · 19 years ago
  42. 4efae60 New debugfs command: set_current_time by Theodore Ts'o · 19 years ago
  43. 38d732b Fix debugfs's set_inode_field so it can properly set i_size by Theodore Ts'o · 19 years ago
  44. caf037a Fix debugfs's set_inode_fields command from silently failing. by Theodore Ts'o · 19 years ago
  45. 1f965c8 Update for e2fsprogs 1.38 release. by Theodore Ts'o · 19 years ago
  46. 75e93ab Update "make depend" information. Fixes SMP parallel build problem. by Theodore Ts'o · 19 years ago
  47. 8363e35 Fix compile warning in do_stat() from previous fix. by Theodore Ts'o · 19 years ago
  48. 6477739 debugfs.c (do_stat): Check to make sure a filesystem is open by Theodore Ts'o · 19 years ago
  49. fd4b28e Update for the e2fsprogs 1.37 release. by Theodore Ts'o · 19 years ago
  50. c9ae3f9 Make debugfs's stat command print the size of the extra inode fields, if any. by Theodore Ts'o · 19 years ago
  51. 030970e Fix e2fsck, debugfs, and the ext2fs_mkdir function so that when we create by Theodore Ts'o · 19 years ago
  52. ea822ee Enhance debugfs's stat command so it can dump extended attributes by Theodore Ts'o · 19 years ago
  53. 3eee5e9 Update for release of e2fsprogs 1.36. by Theodore Ts'o · 19 years ago
  54. 07f031f Define _XOPEN_SOURCE to be 500 to fix compilation problems on Solaris. by Theodore Ts'o · 19 years ago
  55. 89c8015 set_fields.c: Add support for the jnl_blocks[] for set_super_value by Theodore Ts'o · 20 years ago
  56. 619a8ea Cleanup C code in debugfs's setfield. Added missing return statement (turned by Theodore Ts'o · 20 years ago
  57. 1d3a951 Make the official name of the new debugfs set_inode command be by Theodore Ts'o · 20 years ago
  58. 08fd3f3 Add support in debugfs's set_field command to specify array specifiers for by Theodore Ts'o · 20 years ago
  59. 7dec050 Enhance debugfs so that set_super_value can now set the wtime, mtime, by Theodore Ts'o · 20 years ago
  60. a06bd02 Add support for newer superblock fields in debugfs's set_super_value command. by Theodore Ts'o · 20 years ago
  61. acb79d9 Fix stupid core dumping bug if the TZ environment variable isn't set. by Theodore Ts'o · 20 years ago
  62. 522798d Add install-strip and install-shlibs-strip targets by Theodore Ts'o · 20 years ago
  63. 6d40227 Use MKINSTALLDIRS macro so that the Makefiles can find the script correctly. by Theodore Ts'o · 20 years ago
  64. 8ff1a86 If the TZ environment variable is set to GMT, use gmtime() by Theodore Ts'o · 20 years ago
  65. 47204ff Use Linux-kernel-style makefile output to make it easier to by Theodore Ts'o · 20 years ago
  66. b0d17e0 debugfs.c (do_open_filesys): Fix obvious uninitialized variable buglet. by Theodore Ts'o · 20 years ago
  67. 9c92d84 debugfs.c (kill_file_by_inode): Only iterate over the inode to by Theodore Ts'o · 20 years ago
  68. 1ad54a9 Add ability for debugfs to use a separate source of data blocks when by Theodore Ts'o · 20 years ago
  69. aa5c0a4 Remove .cvsignore files; they were out of date, and causes lintian by Theodore Ts'o · 20 years ago
  70. 0f72ab6 util.c (open_pager): Use DEBUGFS_PAGER in preference to PAGER by Theodore Ts'o · 20 years ago
  71. dd60705 Refine the build process to avoid re-running subst all the time on by Theodore Ts'o · 20 years ago
  72. abdf84f debugfs.c (make_link): Set the filetype information when creating a link. by Theodore Ts'o · 20 years ago
  73. b70b116 Update version number for e2fsprogs 1.35 release. by Theodore Ts'o · 20 years ago
  74. 2d10769 debugfs.c (internal_dump_inode): Display the major/minor device by Theodore Ts'o · 20 years ago
  75. 90252ca debugfs.8.in: Fix the debugfs man page to reference the by Theodore Ts'o · 20 years ago
  76. 795afc4 Fix libext2fs and debugfs to correctly deal with symlinks that have by Theodore Ts'o · 20 years ago
  77. 2b5ddd7 For debugfs, use the "more" pager in preference to "less", by Theodore Ts'o · 21 years ago
  78. 2b696a9 Try to use the DEBUGFS_PAGER environment by Theodore Ts'o · 21 years ago
  79. 2d9f080 debugfs.c (do_write, do_mkdir): If the directory is full, by Theodore Ts'o · 21 years ago
  80. 04df491 debugfs.c (do_write): Mask off the file type bits, and OR in the by Theodore Ts'o · 21 years ago
  81. ec7fdb8 util.c (open_pager): Search for the pager to use, starting with by Theodore Ts'o · 21 years ago
  82. 5443492 Fix gcc -Wall nitpicks by Theodore Ts'o · 21 years ago
  83. a7ac1df Adjust description line so that apropos "ext2" or "ext3" will by Theodore Ts'o · 21 years ago
  84. a435ec3 Add support for backing up the journal inode location in the by Theodore Ts'o · 21 years ago
  85. 9c7ec17 Update for 1.34 release. by Theodore Ts'o · 21 years ago
  86. 48e6e81 Fixx gcc -Wall nitpicks. by Theodore Ts'o · 21 years ago
  87. a5fdcd5 unused.c (do_dump_unused): Add new command which dumps the by Theodore Ts'o · 21 years ago
  88. 88494bb util.c, ls.c, logdump.c, htree.c, dump.c, debugfs.h, debugfs.c, ChangeLog: by Theodore Ts'o · 21 years ago
  89. becf36f debugfs.c (do_imap), debugfs.h, debug_cmds.ct, debugfs.8.in: by Theodore Ts'o · 21 years ago
  90. 71df0dc Update for 1.33 release. by Theodore Ts'o · 21 years ago
  91. a2146af Update after "make depend". by Theodore Ts'o · 21 years ago
  92. 6cca7ba Update dependency information in Makefiles by Theodore Ts'o · 21 years ago
  93. 3ae497e Add to the ss (subsystem) library the ability to dynamically link by Theodore Ts'o · 21 years ago
  94. ed78c02 Fix up lots of portability problems that caused e2fsprogs not to build successfully by Theodore Ts'o · 21 years ago
  95. f364093 Update debugfs and e2fsck to use the blkid library. by Theodore Ts'o · 21 years ago
  96. 819157d Remove 32-bit limitations for debugfs's dump command and to the by Theodore Ts'o · 22 years ago
  97. 3851301 Update files for 1.32 release. by Theodore Ts'o · 22 years ago
  98. ae65b29 Update files for 1.31 release. by Theodore Ts'o · 22 years ago
  99. f606dd3 Update "make depend". by Theodore Ts'o · 22 years ago
  100. 5d823a4 Update files for 1.30 release. by Theodore Ts'o · 22 years ago