1. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  2. 5aa6c3f Add configure options --enable-symlink-build and --enable-symlink-install by Theodore Ts'o · 14 years ago
  3. d0a4e54 Disconnect e4defrag from build on non-Linux hosts. by Matthias Andree · 15 years ago
  4. 95bcea9 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  5. e1f0850 Don't use in-tree header files if using system uuid or blkid libraries by Theodore Ts'o · 15 years ago
  6. 4efbac6 Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() by Valerie Aurora Henson · 15 years ago
  7. c1b8759 e4defrag: Link with ext2fs library by Theodore Ts'o · 15 years ago
  8. 0d990d0 Add V=1 support when linking e2freefrag in misc/Makefile.in by Theodore Ts'o · 15 years ago
  9. 1d72214 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  10. baa8dbe Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  11. ad751f1 e2freefrag: Improve output to include be more like xfs_db's freesp -s by Andreas Dilger · 15 years ago
  12. 0b2681f e2freefrag: New program which displays how fragmented the free space is by Theodore Ts'o · 15 years ago
  13. c13351f Add support for configure --enable-verbose-makecmds by Theodore Ts'o · 15 years ago
  14. a6a1c08 Fix Makefile dependencies for libcom_err by Theodore Ts'o · 15 years ago
  15. 6013bbf Do not build and install uuidgen from if the uuid library was disabled. by Theodore Ts'o · 15 years ago
  16. 4836459 Add e4defrag to the misc directory by Theodore Ts'o · 15 years ago
  17. 14b596d configure.in: add --disable-libblkid option by Theodore Ts'o · 15 years ago
  18. eb630fd e2fsprogs: blkid.static make target by Eric Sandeen · 16 years ago
  19. ad64399 Add support to build profiled binaries in the misc directory by Theodore Ts'o · 16 years ago
  20. 29551ca Fix e2initrd_helper, blkid, and fsck from linking with unneeded libraries by Theodore Ts'o · 16 years ago
  21. 55da987 Improve ELF shared library handling by Theodore Ts'o · 16 years ago
  22. 03ce7af Add more intelligent handling of the mke2fs.conf installation process by Theodore Ts'o · 16 years ago
  23. 3632895 Add an tune2fs.static target in misc/Makefile.in by Theodore Ts'o · 16 years ago
  24. 3d05802 blkid: Add new option -L which pretty-prints the device list by Theodore Ts'o · 16 years ago
  25. 11d4f30 e2undo: Enable missing pieces to enable I18N for this application by Theodore Ts'o · 16 years ago
  26. eda08d4 Install {mkfs,fsck}.{ext4,ext4dev} binary and man pages by Theodore Ts'o · 16 years ago
  27. 5f8a5ae Add e2undo command by Aneesh Kumar K.V · 17 years ago
  28. bbf54ad Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  29. fe263da Make fsck ignore mounted filesystems if given the -M option by Theodore Ts'o · 17 years ago
  30. ef80fdc Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  31. ab9f1a8 Don't try to create $DESTDIR/etc/init.d as part of make install by Theodore Ts'o · 17 years ago
  32. fef2b38 Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  33. 5610f99 Add --disable-uuidd configure option by Theodore Ts'o · 17 years ago
  34. b689b8d Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  35. 740837d by Theodore Ts'o · 17 years ago
  36. aef2283 Merge branch 'maint' by Theodore Ts'o · 17 years ago
  37. 7c8e9ac Make sure $prefix/etc is created before installing mke2fs.conf by Theodore Ts'o · 17 years ago
  38. 894c7fd Silence makefile from showing the awk command when building DEFAULT_TO_C by Theodore Ts'o · 17 years ago
  39. d48bc60 Compile the default mke2fs.conf into mke2fs program by Theodore Ts'o · 17 years ago
  40. a6d8302 Use the newer add/remove_error_table com_err interfaces by Theodore Ts'o · 18 years ago
  41. cce2f49 Fix Debian FTBFS problem caused by devmapper library using pthreads by Theodore Ts'o · 18 years ago
  42. 8153d1c Fix misc/Makefile.in so that it builds even if e2fsck hasn't been built yet by Theodore Ts'o · 18 years ago
  43. 57d7bb7 Remove unnecessary and unused resize2fs build rule from misc/Makefile.in by Theodore Ts'o · 18 years ago
  44. cdfa2ba Install mke2fs.conf into root_sysconfdir rather than /etc. by Matthias Andree · 18 years ago
  45. 917cb46 Fix minor installation problems in the misc's Makefile by Theodore Ts'o · 19 years ago
  46. 9dc6ad1 Change mke2fs to use /etc/mke2fs.conf as a configuration file by Theodore Ts'o · 19 years ago
  47. 9d3cce8 Make it easier to compile the misc/partinfo program for testing purposes only) by Theodore Ts'o · 19 years ago
  48. 75e93ab Update "make depend" information. Fixes SMP parallel build problem. by Theodore Ts'o · 19 years ago
  49. f923bf2 Fix "make uninstall" to make sure it removes everything that is installed. by Theodore Ts'o · 20 years ago
  50. 522798d Add install-strip and install-shlibs-strip targets by Theodore Ts'o · 20 years ago
  51. 6d40227 Use MKINSTALLDIRS macro so that the Makefiles can find the script correctly. by Theodore Ts'o · 20 years ago
  52. 605e6f0 Make make distclean remove all generated files. by Theodore Ts'o · 20 years ago
  53. 47204ff Use Linux-kernel-style makefile output to make it easier to by Theodore Ts'o · 20 years ago
  54. 6ea8d0f Make sure /usr/lib is creaeted when installing e2initrd_helper. by Theodore Ts'o · 20 years ago
  55. 5d40773 Revamp the initrd scripts to use a new helper program, by Theodore Ts'o · 20 years ago
  56. 94f6ab3 Makefile.in (mke2fs.static): Add the blkid library to so by Theodore Ts'o · 20 years ago
  57. dd60705 Refine the build process to avoid re-running subst all the time on by Theodore Ts'o · 21 years ago
  58. 477b235 Add filefrag program to the list of programs installed in /usr/sbin. by Theodore Ts'o · 21 years ago
  59. 9642413 Initial checkin of the filefrag program, which reports on how by Theodore Ts'o · 21 years ago
  60. a04eba3 Update to gettext 0.11.5. We now enable NLS support by default. by Theodore Ts'o · 21 years ago
  61. fc56eee Makefile.in (uuidgen): Avoid linking lsattr and chattr against by Theodore Ts'o · 22 years ago
  62. 814dc05 Fsck does not need to linked against the ext2 libraries anymore. by Theodore Ts'o · 22 years ago
  63. f9ddad5 Add logsave, a new program which saves the output of a command by Theodore Ts'o · 22 years ago
  64. ed78c02 Fix up lots of portability problems that caused e2fsprogs not to build successfully by Theodore Ts'o · 22 years ago
  65. ed1b33e Minor bug fixes in the blkid library. by Theodore Ts'o · 22 years ago
  66. e12f2ae Integrate new blkid library. by Theodore Ts'o · 22 years ago
  67. 482afc4 Makefile.in (install): Search all compression extensions when by Theodore Ts'o · 22 years ago
  68. 118d7da Add support for searching /proc/evms/volumes when interpreting by Theodore Ts'o · 22 years ago
  69. b9f4092 Update makefiles to install mkfs.ext3, and to install man pages for by Theodore Ts'o · 23 years ago
  70. 7d4343d Lots of small random portability fixes to make e2fsprogs build by Theodore Ts'o · 23 years ago
  71. 5599c2f Changed fsck to support filesystems types in /etc/fstab of the form by Theodore Ts'o · 23 years ago
  72. 5f0fabe Fix broken Makefile dependencies. by Theodore Ts'o · 23 years ago
  73. 19007e5 Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the by Theodore Ts'o · 23 years ago
  74. 8cf9333 Fix e2fsck's handling of external journals,and update journal by Theodore Ts'o · 23 years ago
  75. 571fc5a Fixes necessary for e2fsprogs to work using the diet libc. by Theodore Ts'o · 23 years ago
  76. b1c9a00 Update makefile dependencies. by Theodore Ts'o · 23 years ago
  77. 2d15576 get_device_by_label.[ch], fsck.c, util.c: New interpret_spec() by Andreas Dilger · 23 years ago
  78. da376f5 fstype.c (identify_fs): New file which looks at the superblock by Theodore Ts'o · 23 years ago
  79. cdf186e ChangeLog, configure, configure.in: by Theodore Ts'o · 23 years ago
  80. 797f5ef ChangeLog, wordwrap.pl: by Theodore Ts'o · 23 years ago
  81. 54c637d Many files: by Theodore Ts'o · 23 years ago
  82. 348e43d ChangeLog, dumpe2fs.8.in, dumpe2fs.c: by Theodore Ts'o · 23 years ago
  83. a05c589 Makefile.in: Update makefile dependencies by Theodore Ts'o · 24 years ago
  84. 16ed5b3 ChangeLog, Makefile.in, dumpe2fs.c, jfs_user.h, mke2fs.c, tune2fs.c: by Theodore Ts'o · 24 years ago
  85. 8323815 ChangeLog, Makefile.in, tune2fs.c: by Theodore Ts'o · 24 years ago
  86. 6398532 ChangeLog, Makefile.in, mke2fs.c, tune2fs.8.in, tune2fs.c, util.c, util.h: by Theodore Ts'o · 24 years ago
  87. 0e8a956 Many files: by Theodore Ts'o · 24 years ago
  88. 793e27d ChangeLog, Makefile.in, base_device.c, base_device.tst, fsck.c, fsck.h: by Theodore Ts'o · 24 years ago
  89. 72ed126 ChangeLog, Makefile.in, e2image.h, ext2_err.et.in, ext2fs.h, imager.c: by Theodore Ts'o · 24 years ago
  90. 556ccbd ChangeLog, Makefile.in, get_device_by_label.c: by Theodore Ts'o · 24 years ago
  91. 3cb7784 ChangeLog, Makefile.in, fsck.c: by Theodore Ts'o · 25 years ago
  92. 5c36a2f ChangeLog, Makefile.in: by Theodore Ts'o · 25 years ago
  93. 0859c04 Makefile.in: Update makefile dependencies for 1.16 release. by Theodore Ts'o · 25 years ago
  94. 896938d ChangeLog, Makefile.in, mke2fs.8.in, mke2fs.c, tune2fs.8.in, tune2fs.c: by Theodore Ts'o · 25 years ago
  95. b89122f fsck.8.in: by Theodore Ts'o · 25 years ago
  96. 6c13352 ChangeLog, MCONFIG.in, configure.in, configure: by Theodore Ts'o · 25 years ago
  97. d44ae13 Makefile.in: Update dependency information for Makefile. by Theodore Ts'o · 25 years ago
  98. 2d8defd ChangeLog, Makefile.in, fsck.c, get_device_by_label.c, get_device_by_label.h: by Theodore Ts'o · 25 years ago
  99. 5d45d80 ChangeLog, Makefile.in, fsck.c, mke2fs.c, uuidgen.1.in, uuidgen.c: by Theodore Ts'o · 26 years ago
  100. 5a679c8 ChangeLog, pass3.c, problem.c: by Theodore Ts'o · 26 years ago