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