1. 8d7f458 parse.c (uuid_parse): Fix uuid parsing bug which didn't complain by Theodore Ts'o · 22 years ago
  2. a8a813e fsetflags.c (fsetflags), fgetflags.c (fgetflags): Save by Theodore Ts'o · 22 years ago
  3. 50cd7e0 ext2fs.h, read_bb_file.c: Change private to priv_data, to avoid by Theodore Ts'o · 22 years ago
  4. 593c6ea Various portability fixes which should help out HURD. by Theodore Ts'o · 22 years ago
  5. f154d2f unix_io.c (unix_open): Only attempt the setrlimit workaround if by Theodore Ts'o · 22 years ago
  6. 9e6c5dd ext2_fs.h: Add superblock field for reserved group descriptors. by Theodore Ts'o · 22 years ago
  7. 4e9bf7f Added amusing political correctness quote. by Theodore Ts'o · 22 years ago
  8. 2cb403b bitops.h: Add #define's for ext2fs_{l,b}e{32,16}_to_cpu and by Theodore Ts'o · 22 years ago
  9. 5818d67 ismounted.c (check_mntent): In AIX 4.3, MOUNTED isn't defined. by Theodore Ts'o · 22 years ago
  10. 503f9e7 Add support for the half-MD4 HTREE hash. by Theodore Ts'o · 22 years ago
  11. 88372d5 Applied Andrew Morton's patch to support the dirsync option. by Theodore Ts'o · 22 years ago
  12. b21bf26 Do sanity checking of the number of blocks and inodes in a group for by Andreas Dilger · 22 years ago
  13. 7da78ff ext2_fs.h: Further minor cleanups of the header. Consolidate by Andreas Dilger · 22 years ago
  14. 26bfdca fs_ext2.c (fs_init_task): Fix minor bugs pointed out by Steve by Theodore Ts'o · 22 years ago
  15. 3fb47e1 Add changelog file for EVMS. by Theodore Ts'o · 22 years ago
  16. 39cc87f Add support for expanding and contracting filesystems. Fix a few minor bugs by Theodore Ts'o · 22 years ago
  17. ff6dbcc Add EVMS FSIM plugin to e2fsprogs. by Theodore Ts'o · 22 years ago
  18. 0fbd1a8 ext2_fs.h: Remove macros accessing u.ext2_sb field and use by Andreas Dilger · 22 years ago
  19. 0d63467 Update to support the V2 Bestbits EA format. by Theodore Ts'o · 22 years ago
  20. 31e29a1 Fix up Andreas's 8k blocksize changes to fix a number of bugs, by Theodore Ts'o · 22 years ago
  21. 932a489 Add support for creating and checking 8192-byte blocksize filesystems. by Andreas Dilger · 22 years ago
  22. b38cd28 Add a new command "bmap" to debugfs which calculates the logical->physical block by Theodore Ts'o · 22 years ago
  23. f0efd29 ismounted.c (check_mntent_file, is_swap_device): Verify that the by Theodore Ts'o · 22 years ago
  24. 1acb01b Fix stupid bug; dx_hack_hash was left-shifted by one in CPP macro trap. by Theodore Ts'o · 22 years ago
  25. f9190c8 dirblock.c (ext2fs_read_dir_block2, ext2fs_write_dir_block): New by Theodore Ts'o · 22 years ago
  26. 52783e0 Add new function to the libext2fs library, ext2fs_dirhash, which by Theodore Ts'o · 22 years ago
  27. a8e7724 Update for 1.27 release. by Theodore Ts'o · 22 years ago
  28. 546a1ff Fix various gcc -Wall complaints. by Theodore Ts'o · 22 years ago
  29. 304905d Makefile.in (check): Use LD_LIBRARY_PATH to run test programs. by Theodore Ts'o · 22 years ago
  30. 57173d0 Update Changelog messages to use tytso@mit.edu for all addresses by Theodore Ts'o · 22 years ago
  31. df614db Add initial support in debugfs for examining directory indexing information. by Theodore Ts'o · 22 years ago
  32. b9f4092 Update makefiles to install mkfs.ext3, and to install man pages for by Theodore Ts'o · 22 years ago
  33. 541d173 Update with the Debian package e2fsprogs-1.26-1. by Theodore Ts'o · 22 years ago
  34. 64e1b27 unix_io.c (unix_open): Fix 2.4 resource limit workaround so that by Theodore Ts'o · 22 years ago
  35. f3e3d31 ismounted.c (is_swap_device): Fix file descriptor/memory leak; by Theodore Ts'o · 22 years ago
  36. f12e285 Add new inode I/O abstraction interface which exports an inode as an I/O object. by Theodore Ts'o · 22 years ago
  37. 7d4343d Lots of small random portability fixes to make e2fsprogs build by Theodore Ts'o · 22 years ago
  38. 7f961d4 Fix bug where ext2fs_mkdir wasn't correctly bumping the number of by Theodore Ts'o · 22 years ago
  39. a5f3f5c Update files for 1.26 release. by Theodore Ts'o · 22 years ago
  40. 682720a Fix gcc -Wall nits. by Theodore Ts'o · 23 years ago
  41. 8bd0c95 dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block): by Theodore Ts'o · 23 years ago
  42. 07cefe7 ismounted.c (is_swap_device): New function used by by Theodore Ts'o · 23 years ago
  43. 5f0fabe Fix broken Makefile dependencies. by Theodore Ts'o · 23 years ago
  44. 6a52506 Mke2fs now creates the lost+found directory with 0700 permissions, by Theodore Ts'o · 23 years ago
  45. a8fd6e3 ismounted.c (check_mntent_file): Stat all of the entries in by Theodore Ts'o · 23 years ago
  46. 19007e5 Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the by Theodore Ts'o · 23 years ago
  47. 4ea7bd0 Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogus by Theodore Ts'o · 23 years ago
  48. 8cf9333 Fix e2fsck's handling of external journals,and update journal by Theodore Ts'o · 23 years ago
  49. bd27880 unix_io.c (unix_open): Make sure the ulimit workaround works by Theodore Ts'o · 23 years ago
  50. 571fc5a Fixes necessary for e2fsprogs to work using the diet libc. by Theodore Ts'o · 23 years ago
  51. 8880e75 unix_io.c (unix_open): Work around a bug in 2.4.10+ kernels by by Theodore Ts'o · 23 years ago
  52. 5bc28df mkjournal.c (ext2fs_add_journal_inode): When creating a .journal by Theodore Ts'o · 23 years ago
  53. b3f5b4c Define a new ext2 file attribute, EXT2_NOTAIL_FL, by Theodore Ts'o · 23 years ago
  54. 4941fe8 Add libuuid man pages to the RPM spec file. by Andreas Dilger · 23 years ago
  55. fbf9111 Update changelogs for 1.25 release. by Theodore Ts'o · 23 years ago
  56. 2038b63 ismounted.c (check_mntent_file): We now validate the entry in by Theodore Ts'o · 23 years ago
  57. 7746cad ext2_ext_attr.h: Remove unneeded #include of <linux/config.h> by Theodore Ts'o · 23 years ago
  58. 7eb0669 Make compile_et and mk_cmds safe from directory pathnames that contain spaces. by Theodore Ts'o · 23 years ago
  59. 5966f36 com_err.texinfo: Add appropriate @node and @menu lines so that by Theodore Ts'o · 23 years ago
  60. ce2722f compare.c (uuid_compare), copy.c (uuid_copy), by Theodore Ts'o · 23 years ago
  61. fb70775 Update for 1.24a release by Theodore Ts'o · 23 years ago
  62. 109624a Update for 1.24 release. by Theodore Ts'o · 23 years ago
  63. eddeb56 getsize.c (ext2fs_get_device_size): Back out BLKGETSIZE64 by Theodore Ts'o · 23 years ago
  64. 943ed87 Add missing log entry showing when we released e2fsprogs 1.23 by Theodore Ts'o · 23 years ago
  65. 89a6ebd Performance enhancements to speed up creating a journal and by Theodore Ts'o · 23 years ago
  66. d007cb4 Cleanup changes to Andreas' symlink patch. Remove use of EXT2_LINK_DIR by Theodore Ts'o · 23 years ago
  67. 67052a8 Add extra checks for bad symlinks, including zero length symlinks, by Andreas Dilger · 23 years ago
  68. 3751721 finddev.c (scan_dir): Fix memory leak; we weren't calling by Theodore Ts'o · 23 years ago
  69. 4e40f6c mkjournal.c (ext2fs_create_journal_superblock): Set the first block by Theodore Ts'o · 23 years ago
  70. 343fa65 getsize.c (ext2fs_get_device_size): Add support for the by Theodore Ts'o · 23 years ago
  71. f35e644 mkjournal.c (ext2fs_add_journal_device): Use the correct block by Theodore Ts'o · 23 years ago
  72. 36131b3 mkjournal.c (ext2fs_add_journal_device): Use the correct block by Theodore Ts'o · 23 years ago
  73. adee8d7 Add support for use of an external journal (so long as the external by Theodore Ts'o · 23 years ago
  74. 241f7d2 ext_attr.c (ext2fs_write_ext_attr): When writing the extended by Theodore Ts'o · 23 years ago
  75. 6ae296e Comment out ext2_find_first_bit_set and ext2fs_find_next_bit_set by Theodore Ts'o · 23 years ago
  76. 3c6b897 Speed up journal recovery in userspace by avoiding a pointless by Theodore Ts'o · 23 years ago
  77. f41e7e6 bitops.h (ext2fs_find_first_bit_set): Use %esi instead of %ebx to by Theodore Ts'o · 23 years ago
  78. ac49382 Add new functions to bitops.h to find quickly search for set bits in by Theodore Ts'o · 23 years ago
  79. 342d847 Add initial support for extended attribute blocks by Theodore Ts'o · 23 years ago
  80. 6796013 Update changelogs for 1.22. by Theodore Ts'o · 23 years ago
  81. b23520d mkjournal.c (ext2fs_add_journal_inode): Move close of file by Theodore Ts'o · 23 years ago
  82. 7833262 mkjournal.c (ext2fs_add_journal_inode): Only use fchflags if by Theodore Ts'o · 23 years ago
  83. d90f349 e2fsck/flushb.c and lib/ext2fs/flushb.c: Use platform independent by Theodore Ts'o · 23 years ago
  84. 16645f8 bitops.h: The C language versions of ext2fs_swab16/32 need to be by Theodore Ts'o · 23 years ago
  85. 163337b uuid.h: Add protection against multiple inclusion by Theodore Ts'o · 23 years ago
  86. 89a1fa8 dirblock.c (ext2fs_read_dir_block): Remove use of dir_entry_2 since by Theodore Ts'o · 23 years ago
  87. f4f75ba ChangeLog: Update for 1.21 release. by Theodore Ts'o · 23 years ago
  88. d1e66b7 ChangeLog, Makefile.in: by Theodore Ts'o · 23 years ago
  89. 997b820 ChangeLog, ismounted.c: by Theodore Ts'o · 23 years ago
  90. 6bd1348 ChangeLog, ismounted.c: by Theodore Ts'o · 23 years ago
  91. 6579488 ChangeLog, ext2_types.h.in: by Theodore Ts'o · 23 years ago
  92. 364a373 ChangeLog, setsuper.c: by Theodore Ts'o · 23 years ago
  93. 83d5abf ChangeLog: Add debian bug number reference. Add debian bug reference. by Theodore Ts'o · 23 years ago
  94. 66a4614 ChangeLog, ismounted.c: by Theodore Ts'o · 23 years ago
  95. 30ae14c ChangeLog, Makefile.in: by Theodore Ts'o · 23 years ago
  96. cbbf031 ChangeLog, dumpe2fs.c, mke2fs.c: by Theodore Ts'o · 23 years ago
  97. 3034f62 ChangeLog, Makefile.in, bitops.h, gen_bitmap.c: by Theodore Ts'o · 23 years ago
  98. 5df55d7 ChangeLog, Makefile.in, swapfs.c, unix.c: by Theodore Ts'o · 23 years ago
  99. 69c09f5 .del-configure~7a460879: Remove junk file. by Theodore Ts'o · 23 years ago
  100. 349a484 ChangeLog, Makefile.in, mkjournal.c: by Theodore Ts'o · 23 years ago