1. a5f3f5c Update files for 1.26 release. by Theodore Ts'o · 22 years ago
  2. 5599c2f Changed fsck to support filesystems types in /etc/fstab of the form by Theodore Ts'o · 22 years ago
  3. a106911 fsck.c: Allow the number of outstanding processes fs-specific by Theodore Ts'o · 23 years ago
  4. 177ab2b Document the -f flag to tune2fs. by Theodore Ts'o · 23 years ago
  5. dad36d0 Fix build-rpm script to work a bit more safely. by Stephen Tweedie · 23 years ago
  6. f10ff64 Add new Makefile target "make testnew" which will allow easy testcase by Andreas Dilger · 23 years ago
  7. c713f60 Always free vdirname. by Andreas Dilger · 23 years ago
  8. c007bc0 Return a non-zero exit code on error. by Andreas Dilger · 23 years ago
  9. 682720a Fix gcc -Wall nits. by Theodore Ts'o · 23 years ago
  10. e1018ee Add new debugfs commands and arguments which make it easier to by Theodore Ts'o · 23 years ago
  11. 8bd0c95 dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block): by Theodore Ts'o · 23 years ago
  12. 5493a27 badblocks.c (main): Open the device as O_RDWR if possible, since by Theodore Ts'o · 23 years ago
  13. d4de4aa tune2fs.8.in, tune2fs.c (parse_tune2fs_options, main): Add by Theodore Ts'o · 23 years ago
  14. 07b84e1 ADD TAG: E2FSPROGS-1_26-WIP-1224 by Theodore Ts'o · 23 years ago
  15. 96b5cac Miscellaneous cleanup before 1.26-WIP release. Removed unused by Theodore Ts'o · 23 years ago
  16. 750ff8b Remove include/linux/ChangeLog to clean up the include/linux subdirectory. by Theodore Ts'o · 23 years ago
  17. 446314f Update for 1.26-WIP release. by Theodore Ts'o · 23 years ago
  18. 07cefe7 ismounted.c (is_swap_device): New function used by by Theodore Ts'o · 23 years ago
  19. 3ed57c2 In mke2fs and e2fsck, specifying the -c option twice will now do by Theodore Ts'o · 23 years ago
  20. 5f0fabe Fix broken Makefile dependencies. by Theodore Ts'o · 23 years ago
  21. 6a52506 Mke2fs now creates the lost+found directory with 0700 permissions, by Theodore Ts'o · 23 years ago
  22. a8fd6e3 ismounted.c (check_mntent_file): Stat all of the entries in by Theodore Ts'o · 23 years ago
  23. fae9bfa Initialize buf to NULL to avoid crashing when called by fix_problem() by Theodore Ts'o · 23 years ago
  24. f1a1761 Enhnaced the get backup superblock function so that it does by Theodore Ts'o · 23 years ago
  25. 19007e5 Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the by Theodore Ts'o · 23 years ago
  26. 3443689 Update the group descriptor free block and inode counts when by Theodore Ts'o · 23 years ago
  27. eaf4dc5 Add support to read out information from the LVM proc hierarchy, by Theodore Ts'o · 23 years ago
  28. 0655b10 Change dumpe2fs to not die if the listing of the bad blocks by Theodore Ts'o · 23 years ago
  29. 6a50c5e Use ctx->filesystem_name if the ctx->device_name is NULL in e2fsck. by Theodore Ts'o · 23 years ago
  30. d37066a Give the opportunity for e2fsck to run the journal even if by Theodore Ts'o · 23 years ago
  31. 4ea7bd0 Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogus by Theodore Ts'o · 23 years ago
  32. 8cf9333 Fix e2fsck's handling of external journals,and update journal by Theodore Ts'o · 23 years ago
  33. 5d57ad1 * Add new descriptions for the following functions: by Theodore Ts'o · 23 years ago
  34. bd27880 unix_io.c (unix_open): Make sure the ulimit workaround works by Theodore Ts'o · 23 years ago
  35. a5f0bb9 Pull up dumpe2fs cleanup patch from the experimental branch. by Theodore Ts'o · 23 years ago
  36. 571fc5a Fixes necessary for e2fsprogs to work using the diet libc. by Theodore Ts'o · 23 years ago
  37. b3b3d46 journal.c: fix an endianness bug. by Gabriel Paubert · 23 years ago
  38. c618094 ADD TAG: WIP-20011130 by Theodore Ts'o · 23 years ago
  39. 0221472 Update for 1.26 WIP release. by Theodore Ts'o · 23 years ago
  40. 24934b5 f_badorphan, f_journal: Update expect files to reflect the fact by Theodore Ts'o · 23 years ago
  41. e898188 debugfs.c (finish_range, dump_blocks): Fixed bug in Andreas's > by Theodore Ts'o · 23 years ago
  42. cd1a79a Update for 1.26-WIP release. by Theodore Ts'o · 23 years ago
  43. 8880e75 unix_io.c (unix_open): Work around a bug in 2.4.10+ kernels by by Theodore Ts'o · 23 years ago
  44. aa4a58b f_miss_blk_bmap: Add new test which checks for bug in e2fsck by Theodore Ts'o · 23 years ago
  45. 24bfb44 super.c (check_super_block): Make sure that if the inode table by Theodore Ts'o · 23 years ago
  46. 1e9a7e0 2fsck.8.in: Fix minor typo in man page and clarify device specification. by Theodore Ts'o · 23 years ago
  47. a36cf92 e2image.8.in: Fix cut-and-paste typo (Addresses Debian bug #119624) by Theodore Ts'o · 23 years ago
  48. 6e96adc debugfs.8.in: Update manual page to document the set_super_value by Theodore Ts'o · 23 years ago
  49. 6ef3920 util.c (check_plausibility): Use stat64 if available so that by Theodore Ts'o · 23 years ago
  50. 5bc28df mkjournal.c (ext2fs_add_journal_inode): When creating a .journal by Theodore Ts'o · 23 years ago
  51. b3f5b4c Define a new ext2 file attribute, EXT2_NOTAIL_FL, by Theodore Ts'o · 23 years ago
  52. 6430bd6 fsck.c (interpret_type): If the "auto" type is specified, make by Theodore Ts'o · 23 years ago
  53. e3ef350 e2image.c (output_meta_data_blocks): Optimize away excess by Theodore Ts'o · 23 years ago
  54. 89e25cf Support very large files with debugfs (first pass). by Andreas Dilger · 23 years ago
  55. 1a6bb62 Change the i_size calculation to match current kernel policy of only by Andreas Dilger · 23 years ago
  56. 6a138ed Allow a single user for internal journals (the current filesystem) by Andreas Dilger · 23 years ago
  57. 568101f mke2fs.c(main): Always exit with non-zero code in case of error. by Andreas Dilger · 23 years ago
  58. 4941fe8 Add libuuid man pages to the RPM spec file. by Andreas Dilger · 23 years ago
  59. d6903ec Update findsuper to support > 2GB device sizes. by Andreas Dilger · 23 years ago
  60. 6e71e67 Added new Turkish translation file and updated e2fsprogs.pot file. by Theodore Ts'o · 23 years ago
  61. 62e3e7f journal.c (clear_v2_journal_fields, e2fsck_journal_load): If the by Theodore Ts'o · 23 years ago
  62. 773fd8a e2fsck.h, journal.c (e2fsck_move_ext3_journal): Add new function by Theodore Ts'o · 23 years ago
  63. ff63f26 Fix debugfs/logdump.c to compile with configure --disable-swapfs. by Stephen Tweedie · 23 years ago
  64. 5ad8e7a ADD TAG: E2FSPROGS-1.25 by Theodore Ts'o · 23 years ago
  65. 07b1d9c Update .lsm file for 1.25 release. by Theodore Ts'o · 23 years ago
  66. fbf9111 Update changelogs for 1.25 release. by Theodore Ts'o · 23 years ago
  67. d08a4ce Update for 1.25 release. by Theodore Ts'o · 23 years ago
  68. f6a6afc Remove dead code that wasn't in use from tune2fs. by Theodore Ts'o · 23 years ago
  69. 39567c4 tune2fs.8.in: Update man page to reflect the fact that adding or by Theodore Ts'o · 23 years ago
  70. ea97be5 Remove use of AC_REQUIRE which had been used to prevent AC_CANONICAL_HOST by Theodore Ts'o · 23 years ago
  71. ae6cdcf e2fsck: If a superblock is specified explicitly by the by Theodore Ts'o · 23 years ago
  72. 2038b63 ismounted.c (check_mntent_file): We now validate the entry in by Theodore Ts'o · 23 years ago
  73. 3f85f65 mke2fs.c (zap_sector): Allocate sufficient space for zero-filled buffer. by Theodore Ts'o · 23 years ago
  74. 7746cad ext2_ext_attr.h: Remove unneeded #include of <linux/config.h> by Theodore Ts'o · 23 years ago
  75. 7eb0669 Make compile_et and mk_cmds safe from directory pathnames that contain spaces. by Theodore Ts'o · 23 years ago
  76. 6197c63 Update debian directory. by Theodore Ts'o · 23 years ago
  77. 5966f36 com_err.texinfo: Add appropriate @node and @menu lines so that by Theodore Ts'o · 23 years ago
  78. ce2722f compare.c (uuid_compare), copy.c (uuid_copy), by Theodore Ts'o · 23 years ago
  79. 761da73 ADD TAG: E2FSPROGS-1_24a by Theodore Ts'o · 23 years ago
  80. fb70775 Update for 1.24a release by Theodore Ts'o · 23 years ago
  81. 9d8e634 Fix version format string. by Andreas Dilger · 23 years ago
  82. 71ba5aa ADD TAG: E2FSPROGS-1_24 by Theodore Ts'o · 23 years ago
  83. 109624a Update for 1.24 release. by Theodore Ts'o · 23 years ago
  84. 04a9685 mke2fs.c (zap_sector): Now takes a third argument, which is how by Theodore Ts'o · 23 years ago
  85. 59f2724 mke2fs.c (main): Zap the second sector of the disk, along with by Andreas Dilger · 23 years ago
  86. 177a9ac badblocks.8.in: Fix spelling typo. (Addresses Debian bug #110621) by Theodore Ts'o · 23 years ago
  87. eddeb56 getsize.c (ext2fs_get_device_size): Back out BLKGETSIZE64 by Theodore Ts'o · 23 years ago
  88. 22a2866 libext2fs.texinfo: Remove texinfo warnings by adding white space by Theodore Ts'o · 23 years ago
  89. b1f204f pass1.c (e2fsck_pass1): For EXT2_RESIZE_INO, allow its i_mode to by Theodore Ts'o · 23 years ago
  90. 0f8973f Remove EXT2FS_VERSION from the version display, since it only confuses people. by Theodore Ts'o · 23 years ago
  91. 943ed87 Add missing log entry showing when we released e2fsprogs 1.23 by Theodore Ts'o · 23 years ago
  92. 53abed0 Deal with libc5's lack of strnlen. by Theodore Ts'o · 23 years ago
  93. b1c9a00 Update makefile dependencies. by Theodore Ts'o · 23 years ago
  94. e843c76 Minor fixups to Andreas' changeset. Removed unused variable by Theodore Ts'o · 23 years ago
  95. 2d15576 get_device_by_label.[ch], fsck.c, util.c: New interpret_spec() by Andreas Dilger · 23 years ago
  96. f27728a ADD TAG: E2FSPROGS-1_23 by Theodore Ts'o · 23 years ago
  97. c4ac9e1 Update for 1.23 release. by Theodore Ts'o · 23 years ago
  98. 7141b54 * tune2fs.c: Make sure that error messages are sent to stderr, and by Theodore Ts'o · 23 years ago
  99. 1d349cc fsck.8.in: Fixed error in synopsis of the man page. by Theodore Ts'o · 23 years ago
  100. 685c13f fsck.c (main): Print a warning message if there are no devices to by Theodore Ts'o · 23 years ago