1. ae65b29 Update files for 1.31 release. by Theodore Ts'o · 22 years ago
  2. feb44c6 Skip byteswap tests on --disable-swapfs by Theodore Ts'o · 22 years ago
  3. bfd4188 closefs.c (write_bgdesc, ext2fs_flush): Fix bug in meta_bg by Theodore Ts'o · 22 years ago
  4. 5d823a4 Update files for 1.30 release. by Theodore Ts'o · 22 years ago
  5. a2c8bf9 ext2_fs.h: Add support for a new inode flag, which is to be used by Theodore Ts'o · 22 years ago
  6. 3a42fe2 ismounted.c (check_mntent, check_mntent_file): Add better by Theodore Ts'o · 22 years ago
  7. 55ca9ae flushb.c (ext2fs_sync_device): If the BLKFLSBUF ioctl succeeds, by Theodore Ts'o · 22 years ago
  8. 9ed06a1 openfs.c (ext2fs_open): Fix bug which caused us to pass the by Theodore Ts'o · 22 years ago
  9. 76dd5e5 Add support for the meta_bg feature flag to the resize2fs program. by Theodore Ts'o · 22 years ago
  10. 9d2aefb Add a new superblock field, s_mkfs_time, which indicates when by Theodore Ts'o · 22 years ago
  11. 4a959fe Add support for new default mount options for the journal data mode. by Theodore Ts'o · 22 years ago
  12. c046ac7 Add support for the meta_blockgroup filesystem format. by Theodore Ts'o · 22 years ago
  13. a0c3fd5 Add support for new feature in ext2/3 filesystems; a default mount options field by Theodore Ts'o · 22 years ago
  14. 3e69906 Fix gcc -Wall nits. by Theodore Ts'o · 22 years ago
  15. 8132d84 Fix endian problems in the htree code for e2fsck and debugfs. by Theodore Ts'o · 22 years ago
  16. c663305 Update for 1.29 release. by Theodore Ts'o · 22 years ago
  17. 87ee8dc Update changelogs for 1.28 release by Theodore Ts'o · 22 years ago
  18. ea1959f Fix a bug which caused e2fsck to fail to correctly check filesystems by Theodore Ts'o · 22 years ago
  19. ee50412 valid_blk.c (ext2fs_inode_has_valid_blocks): Fix bug which by Theodore Ts'o · 22 years ago
  20. e5b1643 Update to debian's 1.27+1.28-WIP-0626-1 by Theodore Ts'o · 22 years ago
  21. b33278c Modify the half MD4 hash so it is no longer endian dependent. This is by Theodore Ts'o · 22 years ago
  22. 0684a4f Overhaul extended attribute handling. Should now be correct with by Theodore Ts'o · 22 years ago
  23. 917e875 Makefile.in: Move dupfs.o and test_io.o from the by Theodore Ts'o · 22 years ago
  24. fe4dd42 link.c (ext2fs_link): When adding a new link to a directory, by Theodore Ts'o · 22 years ago
  25. cc90bdf dirhash.c (ext2fs_dirhash): Fix bug which caused MD4 by Theodore Ts'o · 22 years ago
  26. b7a0056 Add support to e2fsck to reindex directories to use hash trees. by Theodore Ts'o · 22 years ago
  27. 3ea1f0f dirhash.c (halfMD4Transform): Shift the hash by one bit, by Theodore Ts'o · 22 years ago
  28. 50cd7e0 ext2fs.h, read_bb_file.c: Change private to priv_data, to avoid by Theodore Ts'o · 22 years ago
  29. f154d2f unix_io.c (unix_open): Only attempt the setrlimit workaround if by Theodore Ts'o · 22 years ago
  30. 9e6c5dd ext2_fs.h: Add superblock field for reserved group descriptors. by Theodore Ts'o · 22 years ago
  31. 2cb403b bitops.h: Add #define's for ext2fs_{l,b}e{32,16}_to_cpu and by Theodore Ts'o · 22 years ago
  32. 5818d67 ismounted.c (check_mntent): In AIX 4.3, MOUNTED isn't defined. by Theodore Ts'o · 22 years ago
  33. 503f9e7 Add support for the half-MD4 HTREE hash. by Theodore Ts'o · 22 years ago
  34. 88372d5 Applied Andrew Morton's patch to support the dirsync option. by Theodore Ts'o · 22 years ago
  35. b21bf26 Do sanity checking of the number of blocks and inodes in a group for by Andreas Dilger · 22 years ago
  36. 7da78ff ext2_fs.h: Further minor cleanups of the header. Consolidate by Andreas Dilger · 22 years ago
  37. 0fbd1a8 ext2_fs.h: Remove macros accessing u.ext2_sb field and use by Andreas Dilger · 22 years ago
  38. 0d63467 Update to support the V2 Bestbits EA format. by Theodore Ts'o · 22 years ago
  39. 31e29a1 Fix up Andreas's 8k blocksize changes to fix a number of bugs, by Theodore Ts'o · 22 years ago
  40. b38cd28 Add a new command "bmap" to debugfs which calculates the logical->physical block by Theodore Ts'o · 22 years ago
  41. f0efd29 ismounted.c (check_mntent_file, is_swap_device): Verify that the by Theodore Ts'o · 22 years ago
  42. f9190c8 dirblock.c (ext2fs_read_dir_block2, ext2fs_write_dir_block): New by Theodore Ts'o · 22 years ago
  43. 52783e0 Add new function to the libext2fs library, ext2fs_dirhash, which by Theodore Ts'o · 22 years ago
  44. a8e7724 Update for 1.27 release. by Theodore Ts'o · 22 years ago
  45. 546a1ff Fix various gcc -Wall complaints. by Theodore Ts'o · 22 years ago
  46. 304905d Makefile.in (check): Use LD_LIBRARY_PATH to run test programs. by Theodore Ts'o · 22 years ago
  47. 57173d0 Update Changelog messages to use tytso@mit.edu for all addresses by Theodore Ts'o · 22 years ago
  48. df614db Add initial support in debugfs for examining directory indexing information. by Theodore Ts'o · 22 years ago
  49. 64e1b27 unix_io.c (unix_open): Fix 2.4 resource limit workaround so that by Theodore Ts'o · 22 years ago
  50. f3e3d31 ismounted.c (is_swap_device): Fix file descriptor/memory leak; by Theodore Ts'o · 22 years ago
  51. f12e285 Add new inode I/O abstraction interface which exports an inode as an I/O object. by Theodore Ts'o · 22 years ago
  52. 7d4343d Lots of small random portability fixes to make e2fsprogs build by Theodore Ts'o · 22 years ago
  53. 7f961d4 Fix bug where ext2fs_mkdir wasn't correctly bumping the number of by Theodore Ts'o · 22 years ago
  54. a5f3f5c Update files for 1.26 release. by Theodore Ts'o · 22 years ago
  55. 8bd0c95 dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block): by Theodore Ts'o · 23 years ago
  56. 07cefe7 ismounted.c (is_swap_device): New function used by by Theodore Ts'o · 23 years ago
  57. 6a52506 Mke2fs now creates the lost+found directory with 0700 permissions, by Theodore Ts'o · 23 years ago
  58. a8fd6e3 ismounted.c (check_mntent_file): Stat all of the entries in by Theodore Ts'o · 23 years ago
  59. 19007e5 Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the by Theodore Ts'o · 23 years ago
  60. 4ea7bd0 Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogus by Theodore Ts'o · 23 years ago
  61. 8cf9333 Fix e2fsck's handling of external journals,and update journal by Theodore Ts'o · 23 years ago
  62. bd27880 unix_io.c (unix_open): Make sure the ulimit workaround works by Theodore Ts'o · 23 years ago
  63. 8880e75 unix_io.c (unix_open): Work around a bug in 2.4.10+ kernels by by Theodore Ts'o · 23 years ago
  64. 5bc28df mkjournal.c (ext2fs_add_journal_inode): When creating a .journal by Theodore Ts'o · 23 years ago
  65. b3f5b4c Define a new ext2 file attribute, EXT2_NOTAIL_FL, by Theodore Ts'o · 23 years ago
  66. fbf9111 Update changelogs for 1.25 release. by Theodore Ts'o · 23 years ago
  67. 2038b63 ismounted.c (check_mntent_file): We now validate the entry in by Theodore Ts'o · 23 years ago
  68. 7746cad ext2_ext_attr.h: Remove unneeded #include of <linux/config.h> by Theodore Ts'o · 23 years ago
  69. fb70775 Update for 1.24a release by Theodore Ts'o · 23 years ago
  70. 109624a Update for 1.24 release. by Theodore Ts'o · 23 years ago
  71. eddeb56 getsize.c (ext2fs_get_device_size): Back out BLKGETSIZE64 by Theodore Ts'o · 23 years ago
  72. 943ed87 Add missing log entry showing when we released e2fsprogs 1.23 by Theodore Ts'o · 23 years ago
  73. 89a6ebd Performance enhancements to speed up creating a journal and by Theodore Ts'o · 23 years ago
  74. 3751721 finddev.c (scan_dir): Fix memory leak; we weren't calling by Theodore Ts'o · 23 years ago
  75. 4e40f6c mkjournal.c (ext2fs_create_journal_superblock): Set the first block by Theodore Ts'o · 23 years ago
  76. 343fa65 getsize.c (ext2fs_get_device_size): Add support for the by Theodore Ts'o · 23 years ago
  77. f35e644 mkjournal.c (ext2fs_add_journal_device): Use the correct block by Theodore Ts'o · 23 years ago
  78. 36131b3 mkjournal.c (ext2fs_add_journal_device): Use the correct block by Theodore Ts'o · 23 years ago
  79. adee8d7 Add support for use of an external journal (so long as the external by Theodore Ts'o · 23 years ago
  80. 241f7d2 ext_attr.c (ext2fs_write_ext_attr): When writing the extended by Theodore Ts'o · 23 years ago
  81. 6ae296e Comment out ext2_find_first_bit_set and ext2fs_find_next_bit_set by Theodore Ts'o · 23 years ago
  82. 3c6b897 Speed up journal recovery in userspace by avoiding a pointless by Theodore Ts'o · 23 years ago
  83. f41e7e6 bitops.h (ext2fs_find_first_bit_set): Use %esi instead of %ebx to by Theodore Ts'o · 23 years ago
  84. ac49382 Add new functions to bitops.h to find quickly search for set bits in by Theodore Ts'o · 23 years ago
  85. 342d847 Add initial support for extended attribute blocks by Theodore Ts'o · 23 years ago
  86. 6796013 Update changelogs for 1.22. by Theodore Ts'o · 23 years ago
  87. b23520d mkjournal.c (ext2fs_add_journal_inode): Move close of file by Theodore Ts'o · 23 years ago
  88. 7833262 mkjournal.c (ext2fs_add_journal_inode): Only use fchflags if by Theodore Ts'o · 23 years ago
  89. d90f349 e2fsck/flushb.c and lib/ext2fs/flushb.c: Use platform independent by Theodore Ts'o · 23 years ago
  90. 16645f8 bitops.h: The C language versions of ext2fs_swab16/32 need to be by Theodore Ts'o · 23 years ago
  91. 89a1fa8 dirblock.c (ext2fs_read_dir_block): Remove use of dir_entry_2 since by Theodore Ts'o · 23 years ago
  92. f4f75ba ChangeLog: Update for 1.21 release. by Theodore Ts'o · 23 years ago
  93. d1e66b7 ChangeLog, Makefile.in: by Theodore Ts'o · 23 years ago
  94. 997b820 ChangeLog, ismounted.c: by Theodore Ts'o · 23 years ago
  95. 6bd1348 ChangeLog, ismounted.c: by Theodore Ts'o · 23 years ago
  96. 6579488 ChangeLog, ext2_types.h.in: by Theodore Ts'o · 23 years ago
  97. 364a373 ChangeLog, setsuper.c: by Theodore Ts'o · 23 years ago
  98. 83d5abf ChangeLog: Add debian bug number reference. Add debian bug reference. by Theodore Ts'o · 23 years ago
  99. 66a4614 ChangeLog, ismounted.c: by Theodore Ts'o · 23 years ago
  100. 30ae14c ChangeLog, Makefile.in: by Theodore Ts'o · 23 years ago