1. bb145b0 Fix e2fsprogs messages for grammar and consistency, based on suggestions by Theodore Ts'o · 19 years ago
  2. b7c1d20 Clean up e2image man page, mostly based on suggestions from Benno Schulenberg. by Theodore Ts'o · 19 years ago
  3. 9d3cce8 Make it easier to compile the misc/partinfo program for testing purposes only) by Theodore Ts'o · 19 years ago
  4. d7febfa mke2fs.c (PRS): Fix missing close parenthesis from bad inode by Theodore Ts'o · 19 years ago
  5. 15f5051 Fix a minor spelling typo in blkid's man page, and update e2fsck's REPORTING by Theodore Ts'o · 19 years ago
  6. 2fa8f37 On Linux 2.6 systems, mke2fs and badblocks will check to see whether by Theodore Ts'o · 19 years ago
  7. 8198e79 filefrag.c (frag_report, get_bmap): The FIBMAP and FIGETBSZ ioctls return by Theodore Ts'o · 19 years ago
  8. 7e69ba2 Change the default journal size to be bigger for larger filesystems, by Theodore Ts'o · 19 years ago
  9. f35fd3d Fix some minor typo's and grammar's strings, and remove debugging strings by Theodore Ts'o · 19 years ago
  10. ed6acfa Add a new option to the blkid program, -l, which will more efficiently search by Theodore Ts'o · 19 years ago
  11. c37543d Add new two new functions to the blkid library: blkid_dev_set_search(), and by Theodore Ts'o · 19 years ago
  12. 7b921b9 Escape hyphens in the e2image and tune2fs man pages so that they show up by Theodore Ts'o · 19 years ago
  13. 75e93ab Update "make depend" information. Fixes SMP parallel build problem. by Theodore Ts'o · 19 years ago
  14. 0af8c33 Fix potential portability issue in the blkid program. (On architectures by Theodore Ts'o · 19 years ago
  15. f37ab68 Corrects a few mistakes in the fsck man page, wraps two overlong lines, by Theodore Ts'o · 19 years ago
  16. bfd9762 Fix a bug in filefrag so that it doesn't when the first block found is an by Theodore Ts'o · 19 years ago
  17. 8139367 Fix spelling mistakes in man pages. (Addresses Debian Bugs: #304591, by Theodore Ts'o · 19 years ago
  18. a4897d4 Don't abort filefrag if EXT3_IOC_GETFLAGS ioctl is not supported, by Theodore Ts'o · 19 years ago
  19. bcf5aea Fix minor spelling typo in the mke2fs man page. by Theodore Ts'o · 19 years ago
  20. fd4b28e Update for the e2fsprogs 1.37 release. by Theodore Ts'o · 19 years ago
  21. e27b456 Fix mke2fs so that it writes the root directory by Theodore Ts'o · 19 years ago
  22. 6325394 Add new functions which convert between a string and os_type: e2p_os2string() by Theodore Ts'o · 19 years ago
  23. 3d16b3f filefrag.c (frag_report): Automatically detect files that are by Theodore Ts'o · 19 years ago
  24. 3eee5e9 Update for release of e2fsprogs 1.36. by Theodore Ts'o · 19 years ago
  25. 7f1faaa filefrag.c (frag_report): In verbose mode, print the first and by Theodore Ts'o · 19 years ago
  26. 07f031f Define _XOPEN_SOURCE to be 500 to fix compilation problems on Solaris. by Theodore Ts'o · 19 years ago
  27. ea77431 Fix two bugs found by the regression test suites. The bug was created when by Theodore Ts'o · 20 years ago
  28. 18d1296 blkid.c (main, compare_search_type): Make blkid -t work more by Theodore Ts'o · 20 years ago
  29. 8430203 mke2fs.c (PRS): Don't use a blocksize greater than 4k, even on by Theodore Ts'o · 20 years ago
  30. 2095312 mke2fs.c (PRS): If the device size is too big to be expressed by Theodore Ts'o · 20 years ago
  31. f923bf2 Fix "make uninstall" to make sure it removes everything that is installed. by Theodore Ts'o · 20 years ago
  32. 79fc2a9 e2image.c (scramble_dir_block): Make sure the unused space by Theodore Ts'o · 20 years ago
  33. fbc3514 Clarified the tune2fs man page about how the -c option works. by Theodore Ts'o · 20 years ago
  34. 8909292 Make blkid -t display all devices that match the specified criteria, by Theodore Ts'o · 20 years ago
  35. 0aa0e0c filefrag.c (frag_report): Fix filefrag so that it works by Theodore Ts'o · 20 years ago
  36. c6cdada Fix stupid typo in the CreateOS FreeBSD/Solaris changeset. Also included by Theodore Ts'o · 20 years ago
  37. ea1e8f4 Add interpretation of OS Creator values for FreeBSD and Lites in mke2fs by Theodore Ts'o · 20 years ago
  38. e99decb Remove debugging printf from e2image -s's code. by Theodore Ts'o · 20 years ago
  39. d851ed3 e2image.c, e2image.8.in: Add support for the -s option which by Theodore Ts'o · 20 years ago
  40. 3223701 Various portability fixes for Solaris systems. by Theodore Ts'o · 20 years ago
  41. 9290404 Applied patch from Francois Petillon (fantec at proxad.net) to by Theodore Ts'o · 20 years ago
  42. 322d9d4 fsck.c: Include <signal.h> to avoid compiler trouble. by Matthias Andree · 20 years ago
  43. c76564a badblocks.c (alarm_intr): Increase the number of spaces reserved by Theodore Ts'o · 20 years ago
  44. 22ba4c1 Make tune2fs and e2fsck consistent about allowing at most 50% of the blocks by Theodore Ts'o · 20 years ago
  45. 22dcccd fsck.c (PRS): Apply Fedora's e2fsprogs-1.35-progress.patch from by Theodore Ts'o · 20 years ago
  46. c6a4413 mke2fs.c (parse_extended_opts): Rename the -R option to -E. Fix by Theodore Ts'o · 20 years ago
  47. 6e82cd7 Fix gcc -Wall nits. by Theodore Ts'o · 20 years ago
  48. 55f4cbd Add new function in e2p for parsing the number of blocks on the command line by Theodore Ts'o · 20 years ago
  49. 35238dd Enhance dumpe2fs so that it will print the location of the reserved by Theodore Ts'o · 20 years ago
  50. c88bce8 In fsck, check return from malloc of fsck_path, and print an error message by Theodore Ts'o · 20 years ago
  51. 690e693 tune2fs.c (parse_time): Fix minor buglet; the parse_time routine by Theodore Ts'o · 20 years ago
  52. 22c6821 Supplied changelog for resize inode patch. by Theodore Ts'o · 20 years ago
  53. d323f8f Add support for on-line resizing ala the resize inode. This patch by Theodore Ts'o · 20 years ago
  54. 522798d Add install-strip and install-shlibs-strip targets by Theodore Ts'o · 20 years ago
  55. 6d40227 Use MKINSTALLDIRS macro so that the Makefiles can find the script correctly. by Theodore Ts'o · 20 years ago
  56. 11d1e61 Fix minor glitches in the e2image man page. by Theodore Ts'o · 20 years ago
  57. 605e6f0 Make make distclean remove all generated files. by Theodore Ts'o · 20 years ago
  58. 2e8ca9a Add support for passing options to the io layer using the URL syntax. For by Theodore Ts'o · 20 years ago
  59. 47204ff Use Linux-kernel-style makefile output to make it easier to by Theodore Ts'o · 20 years ago
  60. 3a03c2c mke2fs.8.in: Removed the word "destructive" when describing the by Theodore Ts'o · 20 years ago
  61. 029de63 mke2fs.8.in: Add an explanation about why reserved blocks in a by Theodore Ts'o · 20 years ago
  62. df95e09 Document the default blocksize used by badblocks(8). by Theodore Ts'o · 20 years ago
  63. d99225e Only use blocksizes > 4k on Linux 2.6 and newer systems. by Theodore Ts'o · 20 years ago
  64. 137ce8c Remove double "//" when listing attributes in the root directory or by Theodore Ts'o · 20 years ago
  65. 6ea8d0f Make sure /usr/lib is creaeted when installing e2initrd_helper. by Theodore Ts'o · 20 years ago
  66. 3ef681c badblocks.c: Use _() around done_string, so that it gets by Theodore Ts'o · 20 years ago
  67. 91d71c4 tune2fs.8.in: Add a description of the .journal file, why it by Theodore Ts'o · 20 years ago
  68. 5d40773 Revamp the initrd scripts to use a new helper program, by Theodore Ts'o · 20 years ago
  69. 45e18ad tune2fs.8.in: Mention that e2fsck -D might be useful after by Theodore Ts'o · 20 years ago
  70. 8c6b648 e2image.c, e2image.8.in: Add new option -I which allows the by Theodore Ts'o · 20 years ago
  71. 94f6ab3 Makefile.in (mke2fs.static): Add the blkid library to so by Theodore Ts'o · 20 years ago
  72. aa5c0a4 Remove .cvsignore files; they were out of date, and causes lintian by Theodore Ts'o · 20 years ago
  73. e02bb6d Fix obvious spelling mistake in mke2fs man page. by Theodore Ts'o · 20 years ago
  74. d06863f Remove TUNE2FS_SKIP_MOUNT_CHECK environment variable support; it is by Theodore Ts'o · 20 years ago
  75. ccdd1d6 tune2fs.8.in: Fixed spelling error (Addresses Debian Bug #242995) by Theodore Ts'o · 20 years ago
  76. 481d139 mke2fs.8.in: Clarify man page's description of the '-O' option. by Theodore Ts'o · 20 years ago
  77. 2eb3b20 tune2fs.c (main): If the environment variable by Theodore Ts'o · 20 years ago
  78. dd60705 Refine the build process to avoid re-running subst all the time on by Theodore Ts'o · 20 years ago
  79. 289e055 GNU/KFreeBSD portability fixes. (Addresses Debian Bug #239934) by Matthias Andree · 20 years ago
  80. 9b2d5e9 Eliminate the partially implemented -p option in blkid. by Theodore Ts'o · 20 years ago
  81. 8927998 blkid.c (main, print_tags): Add new option -o which allows the by Theodore Ts'o · 20 years ago
  82. 6750877 mke2fs.8.in: Fix spelling typos (Addresses Debian Bug #238741) by Theodore Ts'o · 20 years ago
  83. 39595ce Update and cleaned up blkid man page significantly. by Theodore Ts'o · 20 years ago
  84. 8ac5929 e2image.8.in: Update manpage to detail that writing to stdout is by Theodore Ts'o · 20 years ago
  85. 5bec574 logsave.c (main): Use setsid() to avoid getting killed by init by Theodore Ts'o · 20 years ago
  86. b70b116 Update version number for e2fsprogs 1.35 release. by Theodore Ts'o · 20 years ago
  87. 167af99 badblocks.c (main): Change the default number of blocks tested by Theodore Ts'o · 20 years ago
  88. 6b394c1 filefrag.c: Fix gcc -Wall nits. by Theodore Ts'o · 20 years ago
  89. 023cbb3 badblocks.c (pattern_fill): Fix bug accidentally added when by Theodore Ts'o · 20 years ago
  90. 993aa11 fsck.c (execute): Use '&&' instead of '&'. (It didn't cause a by Theodore Ts'o · 20 years ago
  91. d605ba1 filefrag.c: Use #ifdef __linux__ instead of __LINUX__ so that it by Theodore Ts'o · 20 years ago
  92. 2e5a1b9 chattr.1.in: Clarify man page. by Theodore Ts'o · 20 years ago
  93. 2293a4d chattr.c (main): Add support for '--' to stop options by Theodore Ts'o · 21 years ago
  94. b34cbdd Re-add FreeBSD support. by Matthias Andree · 21 years ago
  95. b969b1b Fix more compiler warnings. by Matthias Andree · 21 years ago
  96. cf11902 chattr.1.in: Update text indicating the 'c', 's', and 'u' by Theodore Ts'o · 21 years ago
  97. 64c90ee fsck.8.in: Update text describing "standard" options supported by Theodore Ts'o · 21 years ago
  98. 477b235 Add filefrag program to the list of programs installed in /usr/sbin. by Theodore Ts'o · 21 years ago
  99. aa3a2fe Trivial warning fixes. by Matthias Andree · 21 years ago
  100. 9642413 Initial checkin of the filefrag program, which reports on how by Theodore Ts'o · 21 years ago