1. 87ee8dc Update changelogs for 1.28 release by Theodore Ts'o · 22 years ago
  2. b7bad61 Update for 1.28 release. by Theodore Ts'o · 22 years ago
  3. ceecbc7 ehandler.c (e2fsck_handle_read_error): If the user asks to by Theodore Ts'o · 22 years ago
  4. ea1959f Fix a bug which caused e2fsck to fail to correctly check filesystems by Theodore Ts'o · 22 years ago
  5. f61fc0b Add support for the hash_seed and s_def_hash_ver fields in the by Theodore Ts'o · 22 years ago
  6. a3da9d1 problem.c: Fix PR_1_RELOC_BLOCK_ALLOCATE message to explain that by Theodore Ts'o · 22 years ago
  7. ee50412 valid_blk.c (ext2fs_inode_has_valid_blocks): Fix bug which by Theodore Ts'o · 22 years ago
  8. f33666c ADD TAG: E2FSPROGS-1.28-WIP-0817 by Theodore Ts'o · 22 years ago
  9. 559ca6c Enable HTREE support by default. by Theodore Ts'o · 22 years ago
  10. 0d608df Update version string for WIP release. by Theodore Ts'o · 22 years ago
  11. e6f2bda Makefile.in: Revamp makefile so that it doesn't depend by Theodore Ts'o · 22 years ago
  12. 9a4311a Clean up fsck handling, and fix bug which caused fs_shrink and by Theodore Ts'o · 22 years ago
  13. 21b3ba9 More EVMS 1.1 CVS synchronization. by Theodore Ts'o · 22 years ago
  14. 8fd6956 fs_ext2.c, fsimext2.c: Synchronize with EVMS CVS tree. by Theodore Ts'o · 22 years ago
  15. 2b399a2 common.h, dlist.h, enginestructs.h, options.h, plugfuncs.c, by Theodore Ts'o · 22 years ago
  16. 118d7da Add support for searching /proc/evms/volumes when interpreting by Theodore Ts'o · 22 years ago
  17. e5b1643 Update to debian's 1.27+1.28-WIP-0626-1 by Theodore Ts'o · 22 years ago
  18. 1f22ce3 mke2fs.8.in: Add a common usage of the -n option. (Addresses by Theodore Ts'o · 22 years ago
  19. a141135 fsck.c (main): If no filesystems are specified on the command by Theodore Ts'o · 22 years ago
  20. 023d111 chattr.1.in: Document the compression attribute flags E, X, and by Theodore Ts'o · 22 years ago
  21. f044b4d Update and clarify man pages (addresses Debian Bug #145044). by Theodore Ts'o · 22 years ago
  22. b33278c Modify the half MD4 hash so it is no longer endian dependent. This is by Theodore Ts'o · 22 years ago
  23. 0684a4f Overhaul extended attribute handling. Should now be correct with by Theodore Ts'o · 22 years ago
  24. 0ccd488 Fix stupid typo in previous changeset. by Theodore Ts'o · 22 years ago
  25. ed909bb Fix up extended attribute handling in e2image, resize2fs, and in by Theodore Ts'o · 22 years ago
  26. eb16f86 Clear dtime field on truncated orphan inodes. by Stephen Tweedie · 22 years ago
  27. 917e875 Makefile.in: Move dupfs.o and test_io.o from the by Theodore Ts'o · 22 years ago
  28. 838e773 Change e2fsck to use a red/black tree in pass1b, to remove O(n**2) by Theodore Ts'o · 22 years ago
  29. fe4dd42 link.c (ext2fs_link): When adding a new link to a directory, by Theodore Ts'o · 22 years ago
  30. cefbf48 resize2fs.c (block_mover): If there are no blocks to move, by Theodore Ts'o · 22 years ago
  31. 850d05e Add e2fsck -D option which optimizes/compresses directories. by Theodore Ts'o · 22 years ago
  32. 542867f util.c (ask_yn, read_a_char): Note when the user has typed ^C, by Theodore Ts'o · 22 years ago
  33. cc90bdf dirhash.c (ext2fs_dirhash): Fix bug which caused MD4 by Theodore Ts'o · 22 years ago
  34. 3214a45 pass1.c (e2fsck_pass1): If e2fsck is run with -n, don't create by Theodore Ts'o · 22 years ago
  35. 155f577 htree.c (do_htree_dump): Fix a bug where we were not cleanly by Theodore Ts'o · 22 years ago
  36. 4cae045 Add SIGINT and SIGTERM handling to fsck and e2fsck. For e2fsck, by Theodore Ts'o · 22 years ago
  37. b7a0056 Add support to e2fsck to reindex directories to use hash trees. by Theodore Ts'o · 22 years ago
  38. 3ea1f0f dirhash.c (halfMD4Transform): Shift the hash by one bit, by Theodore Ts'o · 22 years ago
  39. 621732c htree.c (htree_dump_int_node): Add byte swapping code sot that by Theodore Ts'o · 22 years ago
  40. 8d7f458 parse.c (uuid_parse): Fix uuid parsing bug which didn't complain by Theodore Ts'o · 22 years ago
  41. 34be960 debugfs.c (do_show_super_stats): Calculate and print the number by Theodore Ts'o · 22 years ago
  42. 62acaa1 pass2.c (e2fsck_pass2): Use dx_dir->numblocks instead of by Theodore Ts'o · 22 years ago
  43. a8a813e fsetflags.c (fsetflags), fgetflags.c (fgetflags): Save by Theodore Ts'o · 22 years ago
  44. 50cd7e0 ext2fs.h, read_bb_file.c: Change private to priv_data, to avoid by Theodore Ts'o · 22 years ago
  45. 593c6ea Various portability fixes which should help out HURD. by Theodore Ts'o · 22 years ago
  46. f154d2f unix_io.c (unix_open): Only attempt the setrlimit workaround if by Theodore Ts'o · 22 years ago
  47. 7098810 mke2fs.c (zap_sector): Clear the buffer *after* testing for the by Theodore Ts'o · 22 years ago
  48. 9e6c5dd ext2_fs.h: Add superblock field for reserved group descriptors. by Theodore Ts'o · 22 years ago
  49. 2b1f827 Fixed up some grammar problems with the ext2ed README, added some by Theodore Ts'o · 22 years ago
  50. d7f64ae debugfs.c (do_rmdir), debugfs.8.in: Implement the rmdir command. by Theodore Ts'o · 22 years ago
  51. 4e9bf7f Added amusing political correctness quote. by Theodore Ts'o · 22 years ago
  52. f0865ce mke2fs.8.in: Cleaned up man page, and made it a bit more by Theodore Ts'o · 22 years ago
  53. 5cfd740 chattr.1.in: Fix man page typo. (Addresses Debian bug #141938) by Theodore Ts'o · 22 years ago
  54. 2cb403b bitops.h: Add #define's for ext2fs_{l,b}e{32,16}_to_cpu and by Theodore Ts'o · 22 years ago
  55. 5818d67 ismounted.c (check_mntent): In AIX 4.3, MOUNTED isn't defined. by Theodore Ts'o · 22 years ago
  56. 21fa6de ADD TAG: E2FSPROGS-1.28-WIP-0626 by Theodore Ts'o · 22 years ago
  57. a1ee537 Bump versions for 1.28-WIP release. by Theodore Ts'o · 22 years ago
  58. 503f9e7 Add support for the half-MD4 HTREE hash. by Theodore Ts'o · 22 years ago
  59. 8fdc998 Add initial support for htree directories. by Theodore Ts'o · 22 years ago
  60. 88372d5 Applied Andrew Morton's patch to support the dirsync option. by Theodore Ts'o · 22 years ago
  61. b21bf26 Do sanity checking of the number of blocks and inodes in a group for by Andreas Dilger · 22 years ago
  62. 7da78ff ext2_fs.h: Further minor cleanups of the header. Consolidate by Andreas Dilger · 22 years ago
  63. 26bfdca fs_ext2.c (fs_init_task): Fix minor bugs pointed out by Steve by Theodore Ts'o · 22 years ago
  64. 3fb47e1 Add changelog file for EVMS. by Theodore Ts'o · 22 years ago
  65. 41cce58 main.c (main): If the filesystem has errors or is not valid, by Theodore Ts'o · 22 years ago
  66. 39cc87f Add support for expanding and contracting filesystems. Fix a few minor bugs by Theodore Ts'o · 22 years ago
  67. ff6dbcc Add EVMS FSIM plugin to e2fsprogs. by Theodore Ts'o · 22 years ago
  68. 0fbd1a8 ext2_fs.h: Remove macros accessing u.ext2_sb field and use by Andreas Dilger · 22 years ago
  69. 0d63467 Update to support the V2 Bestbits EA format. by Theodore Ts'o · 22 years ago
  70. bff61a7 configure.in: On Linux systems, if the prefix is defaulted to by Theodore Ts'o · 22 years ago
  71. da30704 Check for inodes which are too big (either too many blocks, or by Theodore Ts'o · 22 years ago
  72. bcf9c5d Fix up Andreas' changeset. Avoid use of dynamic automatic arrays, by Theodore Ts'o · 22 years ago
  73. b94a052 Add more complete tests for symlinks: nul termination of long links and length by Andreas Dilger · 22 years ago
  74. aab6fe7 misc/mke2fs.c: Minor fix for new page size checking code. by Andreas Dilger · 22 years ago
  75. 7823dd6 Fix fencepost error in allocating space for array. by Theodore Ts'o · 22 years ago
  76. 31e29a1 Fix up Andreas's 8k blocksize changes to fix a number of bugs, by Theodore Ts'o · 22 years ago
  77. 932a489 Add support for creating and checking 8192-byte blocksize filesystems. by Andreas Dilger · 22 years ago
  78. 5e941d2 Fix up ncurses interface so that it handles resizes correctly. by Theodore Ts'o · 22 years ago
  79. 7c36779 Update ext2ed with newer superblock descriptions, and add directory indexing by Theodore Ts'o · 22 years ago
  80. b38cd28 Add a new command "bmap" to debugfs which calculates the logical->physical block by Theodore Ts'o · 22 years ago
  81. b5ffead Integrate ext2ed into the e2fsprogs build system, and make minimal changes so by Theodore Ts'o · 22 years ago
  82. 0f31c73 Checked in changes from ext2ed version 0.2. by Theodore Ts'o · 22 years ago
  83. 583a1ce Check in ext2ed version 0.1 by Theodore Ts'o · 22 years ago
  84. 7de6577 Fix typo in man page. by Theodore Ts'o · 22 years ago
  85. f0efd29 ismounted.c (check_mntent_file, is_swap_device): Verify that the by Theodore Ts'o · 22 years ago
  86. 1608211 main.c (main): If resize_fs returns an error, don't print the by Theodore Ts'o · 22 years ago
  87. e5b3b27 util.c (parse_ulong): Fix typo which cases parse_ulong to by Theodore Ts'o · 22 years ago
  88. 116db1b main.c (main): If we are resizing a plain file which is smaller by Theodore Ts'o · 22 years ago
  89. 1acb01b Fix stupid bug; dx_hack_hash was left-shifted by one in CPP macro trap. by Theodore Ts'o · 22 years ago
  90. f9190c8 dirblock.c (ext2fs_read_dir_block2, ext2fs_write_dir_block): New by Theodore Ts'o · 22 years ago
  91. 52783e0 Add new function to the libext2fs library, ext2fs_dirhash, which by Theodore Ts'o · 22 years ago
  92. 708d397 ADD TAG: E2FSPROGS-1_27 by Theodore Ts'o · 22 years ago
  93. df408e1 Update lsm file and version file for 1.27 release. by Theodore Ts'o · 22 years ago
  94. aae5110 ADD TAG: E2FSPROGS-1_27 by Theodore Ts'o · 22 years ago
  95. a8e7724 Update for 1.27 release. by Theodore Ts'o · 22 years ago
  96. 7ef3bb8 mke2fs.c: Check for the BSD disklabel on all architectures, and by Theodore Ts'o · 22 years ago
  97. 6693837 mke2fs.c: Output warnings to stderr (From Philipp Thomas <pthomas@suse.de>) by Theodore Ts'o · 22 years ago
  98. 546a1ff Fix various gcc -Wall complaints. by Theodore Ts'o · 22 years ago
  99. 304905d Makefile.in (check): Use LD_LIBRARY_PATH to run test programs. by Theodore Ts'o · 22 years ago
  100. 756df35 mke2fs.c (zap_sector): Don't erase BSD disklabels on Alpha. by Theodore Ts'o · 22 years ago