1. 9c7ec17 Update for 1.34 release. by Theodore Ts'o · 21 years ago
  2. cf7d5f1 mke2fs.c (PRS): Add warning if using -j and the blocksize is by Theodore Ts'o · 21 years ago
  3. dc05871 badblocks.c (set_o_direct): Remove debugging printf. (Addresses by Theodore Ts'o · 21 years ago
  4. 5e38fed fsck.c (wait_many): Rename wait_all() to wait_many(), and have by Theodore Ts'o · 21 years ago
  5. 1c29b09 badblocks.c (do_read, do_write, test_rw): Change the read/write by Theodore Ts'o · 21 years ago
  6. 1139300 mke2fs.c (set_fs_defaults): If sector_size is 0, don't use it to by Theodore Ts'o · 21 years ago
  7. a7ccdff In mke2fs and resize2fs, round the default size of the filesystem to by Theodore Ts'o · 21 years ago
  8. 48e6e81 Fixx gcc -Wall nitpicks. by Theodore Ts'o · 21 years ago
  9. 93d5c38 mke2fs.c (PRS, set_fs_defaults): If the sector size of the by Theodore Ts'o · 21 years ago
  10. 84c0545 badblocks.c: Use an unsigned integer to support 4-byte test by Theodore Ts'o · 21 years ago
  11. 849b6bc badblocks.c, badblocks.8.in: Functional enhancements contributed by Theodore Ts'o · 21 years ago
  12. 6d40f56 badblocks.c (test_rw): Fix minor memory leak with test_rw() is by Theodore Ts'o · 21 years ago
  13. 2a29f13 Add --enable-test-io-debug configure option which causes e2fsck and by Theodore Ts'o · 21 years ago
  14. ddc32a0 Add Czech translation. by Theodore Ts'o · 21 years ago
  15. bc7c14e tune2fs.c (parse_time): Add portability code to work around lack of strptime(). by Theodore Ts'o · 21 years ago
  16. a04eba3 Update to gettext 0.11.5. We now enable NLS support by default. by Theodore Ts'o · 21 years ago
  17. 71df0dc Update for 1.33 release. by Theodore Ts'o · 21 years ago
  18. fc56eee Makefile.in (uuidgen): Avoid linking lsattr and chattr against by Theodore Ts'o · 21 years ago
  19. 814dc05 Fsck does not need to linked against the ext2 libraries anymore. by Theodore Ts'o · 21 years ago
  20. 2ecaaf6 Put stdout and stderr into non-buffered mode to by Theodore Ts'o · 21 years ago
  21. 3879857 Avoid printing the version banner for mke2fs if by Theodore Ts'o · 21 years ago
  22. bc34d6b * Add support for the -a and -s options to logsave. by Theodore Ts'o · 21 years ago
  23. f9ddad5 Add logsave, a new program which saves the output of a command by Theodore Ts'o · 21 years ago
  24. c5290fa Mke2fs can be given a minimum block size by passing in a negative by Theodore Ts'o · 21 years ago
  25. 5e05541 mke2fs.8.in: Document the -g option. (Addresses Debian bug #188318) by Theodore Ts'o · 21 years ago
  26. 5e804b7 Fix bug where mke2fs was incorrectly checking by Theodore Ts'o · 21 years ago
  27. ccbed85 tune2fs.8.in, mke2fs.8.in: Document the dir_index filesystem by Theodore Ts'o · 21 years ago
  28. ee828a9 fsck.c (parse_fstab_line, interpret_type, fsck_device, ignore, by Theodore Ts'o · 21 years ago
  29. cc4f98e badblocks.c (bb_output): Flush output to the badblocks by Theodore Ts'o · 21 years ago
  30. fc05eb0 Fixed chattr man page to clarify description of the 't' (no tail) attribute. by Theodore Ts'o · 21 years ago
  31. e71d873 Add Apple/Darwin patches. by Theodore Ts'o · 21 years ago
  32. eca53e3 e2image.c (write_raw_image_file): Include blocks from slow by Theodore Ts'o · 21 years ago
  33. 332f2c2 tune2fs.c (parse_tune2fs_options, parse_e2label_options): Allow by Theodore Ts'o · 21 years ago
  34. 77be4d2 Minor man page fixes (Addresses Debian bugs #173612, #175233, by Theodore Ts'o · 21 years ago
  35. ed78c02 Fix up lots of portability problems that caused e2fsprogs not to build successfully by Theodore Ts'o · 21 years ago
  36. ed1b33e Minor bug fixes in the blkid library. by Theodore Ts'o · 21 years ago
  37. 98999c3 Rename blkid_get_devname() to blkid_get_dev(), and blkid_get_token() by Theodore Ts'o · 21 years ago
  38. 19445ef Fixed up minor documentation issues (man page for badblocks and usage by Theodore Ts'o · 22 years ago
  39. 7a603aa Separate public and private interfaces into separate header files. by Theodore Ts'o · 22 years ago
  40. e12f2ae Integrate new blkid library. by Theodore Ts'o · 22 years ago
  41. 76ea3a2 fsck.c (parse_fstab_line, parse_escape): Add support for by Theodore Ts'o · 22 years ago
  42. 54779c6 Update to deal with the fact that the INDEX_FL code in the ext2 2.4 by Theodore Ts'o · 22 years ago
  43. 3851301 Update files for 1.32 release. by Theodore Ts'o · 22 years ago
  44. ae65b29 Update files for 1.31 release. by Theodore Ts'o · 22 years ago
  45. 51f8f8d chattr.1.in: Update man page by Theodore Ts'o · 22 years ago
  46. 5d823a4 Update files for 1.30 release. by Theodore Ts'o · 22 years ago
  47. a2c8bf9 ext2_fs.h: Add support for a new inode flag, which is to be used by Theodore Ts'o · 22 years ago
  48. f68b3b0 get_device_by_label.c (read_partitions): Pay attention to by Theodore Ts'o · 22 years ago
  49. 482afc4 Makefile.in (install): Search all compression extensions when by Theodore Ts'o · 22 years ago
  50. 76dd5e5 Add support for the meta_bg feature flag to the resize2fs program. by Theodore Ts'o · 22 years ago
  51. 1d4c794 fsck.c (main): Fix bug reported by Gregory Mutt. Multiple by Theodore Ts'o · 22 years ago
  52. d90a23e dumpe2fs.c (list_desc, main): Make dumpe2fs more robust so that by Theodore Ts'o · 22 years ago
  53. c046ac7 Add support for the meta_blockgroup filesystem format. by Theodore Ts'o · 22 years ago
  54. a0c3fd5 Add support for new feature in ext2/3 filesystems; a default mount options field by Theodore Ts'o · 22 years ago
  55. 3e69906 Fix gcc -Wall nits. by Theodore Ts'o · 22 years ago
  56. 64aecc4 Fix bug in e2fsck and mklost+found; the lost+found directory should by Theodore Ts'o · 22 years ago
  57. 3432a91 e2image.c (write_raw_image_file): Handle a bad block in the by Theodore Ts'o · 22 years ago
  58. dbfb3f0 get_device_by_label.c: Applied sourceforge patch #613447, which by Theodore Ts'o · 22 years ago
  59. 41ec7bb badblocks.c (main): Appled sourceforge patch #600451, which by Theodore Ts'o · 22 years ago
  60. 82b39c9 mke2fs.8.in, tune2fs.8.in: Clarify manual pages about using the by Theodore Ts'o · 22 years ago
  61. c663305 Update for 1.29 release. by Theodore Ts'o · 22 years ago
  62. 84bd550 fsck.c: If the bone-headed user enters the filename twice, the by Theodore Ts'o · 22 years ago
  63. 843049c mke2fs.c (main): Enable directory indexing by default. by Theodore Ts'o · 22 years ago
  64. f9e4abf get_device_by_label.c (init_lvm): Fix bug which caused by Theodore Ts'o · 22 years ago
  65. 87ee8dc Update changelogs for 1.28 release by Theodore Ts'o · 22 years ago
  66. 118d7da Add support for searching /proc/evms/volumes when interpreting by Theodore Ts'o · 22 years ago
  67. 1f22ce3 mke2fs.8.in: Add a common usage of the -n option. (Addresses by Theodore Ts'o · 22 years ago
  68. a141135 fsck.c (main): If no filesystems are specified on the command by Theodore Ts'o · 22 years ago
  69. 023d111 chattr.1.in: Document the compression attribute flags E, X, and by Theodore Ts'o · 22 years ago
  70. f044b4d Update and clarify man pages (addresses Debian Bug #145044). by Theodore Ts'o · 22 years ago
  71. ed909bb Fix up extended attribute handling in e2image, resize2fs, and in by Theodore Ts'o · 22 years ago
  72. 4cae045 Add SIGINT and SIGTERM handling to fsck and e2fsck. For e2fsck, by Theodore Ts'o · 22 years ago
  73. 7098810 mke2fs.c (zap_sector): Clear the buffer *after* testing for the by Theodore Ts'o · 22 years ago
  74. f0865ce mke2fs.8.in: Cleaned up man page, and made it a bit more by Theodore Ts'o · 22 years ago
  75. 5cfd740 chattr.1.in: Fix man page typo. (Addresses Debian bug #141938) by Theodore Ts'o · 22 years ago
  76. 88372d5 Applied Andrew Morton's patch to support the dirsync option. by Theodore Ts'o · 22 years ago
  77. b21bf26 Do sanity checking of the number of blocks and inodes in a group for by Andreas Dilger · 22 years ago
  78. 31e29a1 Fix up Andreas's 8k blocksize changes to fix a number of bugs, by Theodore Ts'o · 22 years ago
  79. 7de6577 Fix typo in man page. by Theodore Ts'o · 22 years ago
  80. a8e7724 Update for 1.27 release. by Theodore Ts'o · 22 years ago
  81. 7ef3bb8 mke2fs.c: Check for the BSD disklabel on all architectures, and by Theodore Ts'o · 22 years ago
  82. 6693837 mke2fs.c: Output warnings to stderr (From Philipp Thomas <pthomas@suse.de>) by Theodore Ts'o · 22 years ago
  83. 546a1ff Fix various gcc -Wall complaints. by Theodore Ts'o · 22 years ago
  84. 756df35 mke2fs.c (zap_sector): Don't erase BSD disklabels on Alpha. by Theodore Ts'o · 22 years ago
  85. 14308a5 Newer libintl needs LC_CTYPE to be set in addition to LC_MESSAGES. by Theodore Ts'o · 22 years ago
  86. 57173d0 Update Changelog messages to use tytso@mit.edu for all addresses by Theodore Ts'o · 22 years ago
  87. 0072f8d Add check for mkfs.ext3 and create a journal in this case. by Andreas Dilger · 22 years ago
  88. b9f4092 Update makefiles to install mkfs.ext3, and to install man pages for by Theodore Ts'o · 22 years ago
  89. 541d173 Update with the Debian package e2fsprogs-1.26-1. by Theodore Ts'o · 22 years ago
  90. 7d4343d Lots of small random portability fixes to make e2fsprogs build by Theodore Ts'o · 22 years ago
  91. a5f3f5c Update files for 1.26 release. by Theodore Ts'o · 22 years ago
  92. 5599c2f Changed fsck to support filesystems types in /etc/fstab of the form by Theodore Ts'o · 22 years ago
  93. a106911 fsck.c: Allow the number of outstanding processes fs-specific by Theodore Ts'o · 23 years ago
  94. 177ab2b Document the -f flag to tune2fs. by Theodore Ts'o · 23 years ago
  95. 5493a27 badblocks.c (main): Open the device as O_RDWR if possible, since by Theodore Ts'o · 23 years ago
  96. d4de4aa tune2fs.8.in, tune2fs.c (parse_tune2fs_options, main): Add by Theodore Ts'o · 23 years ago
  97. 3ed57c2 In mke2fs and e2fsck, specifying the -c option twice will now do by Theodore Ts'o · 23 years ago
  98. 6a52506 Mke2fs now creates the lost+found directory with 0700 permissions, by Theodore Ts'o · 23 years ago
  99. 19007e5 Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the by Theodore Ts'o · 23 years ago
  100. eaf4dc5 Add support to read out information from the LVM proc hierarchy, by Theodore Ts'o · 23 years ago