1. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  2. eaf8fed debugfs: Use extents when writing a file if the filesystem supports them by Theodore Ts'o · 16 years ago
  3. 03efde8 add debugfs command to print known features by Andreas Dilger · 16 years ago
  4. 73b0542 debugfs: Print the progname instead of argv[0] in error message by Manish Katiyar · 16 years ago
  5. 4262162 debugfs: Close the file handle and return in case of errors by Manish Katiyar · 16 years ago
  6. 2a7bfe8 Flush stdio buffers before calling setbuf() by Theodore Ts'o · 16 years ago
  7. a16031c debugfs: Print the nanosecond field and i_version field of an inode by Theodore Ts'o · 16 years ago
  8. 8fdf291 Make debugfs uninit block group aware by Jose R. Santos · 17 years ago
  9. 2d328bb Fix miscellaneous gcc -Wall warnings by Theodore Ts'o · 17 years ago
  10. a49670e Merge branch 'maint' by Theodore Ts'o · 17 years ago
  11. 5aae7c2 debugfs: Fix find_free_block to avoid reporting the block more than once by Theodore Ts'o · 17 years ago
  12. 0157e7c Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  13. 290ac0e print "mostly-printable" xattr strings in debugfs by Eric Sandeen · 17 years ago
  14. 43323be Use BLOCK_FLAG_READ_ONLY flag in debugfs, e2image, and tune2fs by Theodore Ts'o · 17 years ago
  15. 49ce6cb Allow debugfs to be extended for use by test programs by Theodore Ts'o · 17 years ago
  16. fef2b38 Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  17. b026d53 debugfs: allow the undel command reallocate without linking the inode by Theodore Ts'o · 17 years ago
  18. d9099ee Merge branch 'cl/remove-masix' into next by Theodore Ts'o · 17 years ago
  19. 227181f debugfs: remove masix support by Coly Li · 17 years ago
  20. d9039ae Check fgets(3) return value by Dmitry V. Levin · 17 years ago
  21. d4e0b1c Fix gcc -Wall warnings by Theodore Ts'o · 17 years ago
  22. de8f3a7 Fix gcc -Wall warnings, especially on 64-bit systems by Andreas Dilger · 17 years ago
  23. 5113a6e Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid's by Eric Sandeen · 17 years ago
  24. 3e41913 Handle large setb/testb/freeb commands in debugfs by Eric Sandeen · 18 years ago
  25. 971fe05 [COVERITY] Handle potential case in debugfs if ext2fs_get_pathname returns NULL by Brian Behlendorf · 18 years ago
  26. 57a1cbb Allow the debugfs lcd command to work w/o a filesystem being open by Theodore Ts'o · 18 years ago
  27. a6d8302 Use the newer add/remove_error_table com_err interfaces by Theodore Ts'o · 18 years ago
  28. cf8272e Allow debugfs and dumpe2fs to support fs features under development by Theodore Ts'o · 18 years ago
  29. 5d17119 On-disk format definition for huge files by Theodore Ts'o · 18 years ago
  30. d047e07 debugfs "stat" should print unsigned values for xattrs by Andreas Dilger · 18 years ago
  31. f5fa200 Add support for EXT2_FEATURE_COMPAT_LAZY_BG by Theodore Ts'o · 18 years ago
  32. 8deb80a Fix format statements to make e2fsprogs programs 32-bit clean by Takashi Sato · 19 years ago
  33. 98eb44b Add an option to debugfs to open filesystems in exclusive mode by Theodore Ts'o · 19 years ago
  34. 9b9a780 Fix various gcc -Wall complaints. by Theodore Ts'o · 19 years ago
  35. 4efae60 New debugfs command: set_current_time by Theodore Ts'o · 19 years ago
  36. 8363e35 Fix compile warning in do_stat() from previous fix. by Theodore Ts'o · 19 years ago
  37. 6477739 debugfs.c (do_stat): Check to make sure a filesystem is open by Theodore Ts'o · 19 years ago
  38. c9ae3f9 Make debugfs's stat command print the size of the extra inode fields, if any. by Theodore Ts'o · 20 years ago
  39. 030970e Fix e2fsck, debugfs, and the ext2fs_mkdir function so that when we create by Theodore Ts'o · 20 years ago
  40. ea822ee Enhance debugfs's stat command so it can dump extended attributes by Theodore Ts'o · 20 years ago
  41. b0d17e0 debugfs.c (do_open_filesys): Fix obvious uninitialized variable buglet. by Theodore Ts'o · 20 years ago
  42. 9c92d84 debugfs.c (kill_file_by_inode): Only iterate over the inode to by Theodore Ts'o · 20 years ago
  43. 1ad54a9 Add ability for debugfs to use a separate source of data blocks when by Theodore Ts'o · 20 years ago
  44. abdf84f debugfs.c (make_link): Set the filetype information when creating a link. by Theodore Ts'o · 21 years ago
  45. 2d10769 debugfs.c (internal_dump_inode): Display the major/minor device by Theodore Ts'o · 21 years ago
  46. 795afc4 Fix libext2fs and debugfs to correctly deal with symlinks that have by Theodore Ts'o · 21 years ago
  47. 2d9f080 debugfs.c (do_write, do_mkdir): If the directory is full, by Theodore Ts'o · 21 years ago
  48. 04df491 debugfs.c (do_write): Mask off the file type bits, and OR in the by Theodore Ts'o · 21 years ago
  49. 5443492 Fix gcc -Wall nitpicks by Theodore Ts'o · 21 years ago
  50. 48e6e81 Fixx gcc -Wall nitpicks. by Theodore Ts'o · 21 years ago
  51. 88494bb util.c, ls.c, logdump.c, htree.c, dump.c, debugfs.h, debugfs.c, ChangeLog: by Theodore Ts'o · 21 years ago
  52. becf36f debugfs.c (do_imap), debugfs.h, debug_cmds.ct, debugfs.8.in: by Theodore Ts'o · 21 years ago
  53. 3ae497e Add to the ss (subsystem) library the ability to dynamically link by Theodore Ts'o · 22 years ago
  54. ed78c02 Fix up lots of portability problems that caused e2fsprogs not to build successfully by Theodore Ts'o · 22 years ago
  55. 1dd090f debugfs.c (do_write): Check to see if the filename exists before by Theodore Ts'o · 22 years ago
  56. 34be960 debugfs.c (do_show_super_stats): Calculate and print the number by Theodore Ts'o · 22 years ago
  57. d7f64ae debugfs.c (do_rmdir), debugfs.8.in: Implement the rmdir command. by Theodore Ts'o · 22 years ago
  58. b38cd28 Add a new command "bmap" to debugfs which calculates the logical->physical block by Theodore Ts'o · 22 years ago
  59. 7380ac9 Two bug fixes to debugfs, courtesy of Jaroslav Drzik <jdrzik@host.sk> for suggesting this enh ancement. by Theodore Ts'o · 23 years ago
  60. 682720a Fix gcc -Wall nits. by Theodore Ts'o · 23 years ago
  61. e1018ee Add new debugfs commands and arguments which make it easier to by Theodore Ts'o · 23 years ago
  62. 3443689 Update the group descriptor free block and inode counts when by Theodore Ts'o · 23 years ago
  63. e898188 debugfs.c (finish_range, dump_blocks): Fixed bug in Andreas's > by Theodore Ts'o · 23 years ago
  64. 89e25cf Support very large files with debugfs (first pass). by Andreas Dilger · 23 years ago
  65. 1a6bb62 Change the i_size calculation to match current kernel policy of only by Andreas Dilger · 23 years ago
  66. 0f8973f Remove EXT2FS_VERSION from the version display, since it only confuses people. by Theodore Ts'o · 23 years ago
  67. b784640 ChangeLog, debugfs.c: by Theodore Ts'o · 23 years ago
  68. 5e4f070 ChangeLog, debugfs.c, debugfs.h, logdump.c: by Theodore Ts'o · 23 years ago
  69. 092c3de debugfs.c: Fix missing tab by Theodore Ts'o · 23 years ago
  70. 777ebb3 ChangeLog, debugfs.c: by Theodore Ts'o · 23 years ago
  71. 085cb19 ChangeLog, debugfs.c: by Theodore Ts'o · 23 years ago
  72. 59cf7e0 ChangeLog, debugfs.8.in, debugfs.c: by Theodore Ts'o · 23 years ago
  73. da81e3f Many files: by Theodore Ts'o · 24 years ago
  74. 0a24c00 ChangeLog, debugfs.c: by Theodore Ts'o · 24 years ago
  75. b74d1d8 ChangeLog, debugfs.c, debugfs.h: by Theodore Ts'o · 24 years ago
  76. b044c2e Many files: by Theodore Ts'o · 24 years ago
  77. 5dd8f96 ChangeLog, journal.c, pass1.c, super.c, unix.c: by Theodore Ts'o · 24 years ago
  78. 3db9305 ChangeLog, debugfs.c, setsuper.c: by Theodore Ts'o · 24 years ago
  79. 2c4a540 debugfs.c: by Theodore Ts'o · 24 years ago
  80. 80bfaa3 Many files: by Theodore Ts'o · 24 years ago
  81. bd09eff ChangeLog, debugfs.c: by Theodore Ts'o · 24 years ago
  82. 0a3db93 ChangeLog, debugfs.c: by Theodore Ts'o · 24 years ago
  83. a5eef73 ChangeLog, debugfs.c: by Theodore Ts'o · 24 years ago
  84. 1419717 ChangeLog, debugfs.c: by Theodore Ts'o · 24 years ago
  85. d61f617 Makefile.in: by Theodore Ts'o · 24 years ago
  86. 2e8d40d ChangeLog, debug_cmds.ct, debugfs.8.in, debugfs.c, dump.c, ls.c: by Theodore Ts'o · 24 years ago
  87. 80e808f ChangeLog, debugfs.c: by Theodore Ts'o · 25 years ago
  88. e597304 ChangeLog, debugfs.c: by Theodore Ts'o · 25 years ago
  89. f68aa41 ChangeLog, debugfs.c, debugfs.h: by Theodore Ts'o · 25 years ago
  90. 601002b .del-ext2_fs.h~7a460879, ChangeLog: by Theodore Ts'o · 25 years ago
  91. 06968e7 debugfs.c: by Theodore Ts'o · 25 years ago
  92. d3aea7d ChangeLog, Makefile.in, debug_cmds.ct, debugfs.8.in, debugfs.c: by Theodore Ts'o · 25 years ago
  93. 55376d8 ChangeLog, debugfs.c: by Theodore Ts'o · 25 years ago
  94. b41d360 ChangeLog, debugfs.c: by Theodore Ts'o · 25 years ago
  95. 91d6d48 ChangeLog, debugfs.c: by Theodore Ts'o · 26 years ago
  96. 818180c ChangeLog, debugfs.8.in, debugfs.c: by Theodore Ts'o · 26 years ago
  97. 4a31c48 ChangeLog, Makefile.in, bmap.c, bmove.c, ext2fs.h, jump.funcs: by Theodore Ts'o · 27 years ago
  98. 36a43d6 Many files: by Theodore Ts'o · 27 years ago
  99. 5a51384 ChangeLog, debugfs.c, dump.c: by Theodore Ts'o · 27 years ago
  100. f130481 ChangeLog, debugfs.c, dump.c, ls.c: by Theodore Ts'o · 27 years ago