1. c6df04b Update makefile dependencies. by Theodore Ts'o · 21 years ago
  2. 3de5bf6 probe.c (probe_udf): Add specific UDF probing code, and probe by Theodore Ts'o · 21 years ago
  3. 78e2edf probe.c (blkid_known_fstype): New function which returns true if by Theodore Ts'o · 21 years ago
  4. a30b944 probe.c: When revalidating a filesystem in the blkid library, by Theodore Ts'o · 21 years ago
  5. 849c610 tag.c (blkid_find_dev_with_tag): If blkid_probe_all() returns an by Theodore Ts'o · 21 years ago
  6. 48e6e81 Fixx gcc -Wall nitpicks. by Theodore Ts'o · 21 years ago
  7. 7d7bdd5 Fix bug in resize2fs which caused it to fail on filesystems with a by Theodore Ts'o · 21 years ago
  8. d339f26 Makefile.in (ELF_OTHER_LIBS): The blkid library depends on the by Theodore Ts'o · 21 years ago
  9. 93d5c38 mke2fs.c (PRS, set_fs_defaults): If the sector size of the by Theodore Ts'o · 21 years ago
  10. 813bde1 Add package dependency to shlibs for comerr to indicate support by Theodore Ts'o · 21 years ago
  11. b8a9531 unix_io.c: Add #ifdef NO_IO_CACHE which disables all userspace by Theodore Ts'o · 21 years ago
  12. 58f9d9e Update debian changelog. by Theodore Ts'o · 21 years ago
  13. d035509 Add full Heimdall compatibility. by Theodore Ts'o · 21 years ago
  14. b16fb62 Update Debian changelog. by Theodore Ts'o · 21 years ago
  15. c62dbdb Stupid think-o bugfix in test_io.c: Don't close data->outfile by Theodore Ts'o · 21 years ago
  16. 2a29f13 Add --enable-test-io-debug configure option which causes e2fsck and by Theodore Ts'o · 21 years ago
  17. 68dbdc2 tst_badblocks.c (file_test): Use tmpfile() instead of mktemp(). by Theodore Ts'o · 21 years ago
  18. 05a27b1 getsize.c (ext2fs_get_device_size): Allow windows code to get by Theodore Ts'o · 21 years ago
  19. 71df0dc Update for 1.33 release. by Theodore Ts'o · 21 years ago
  20. afb6d70 Use DYLD_LIBRAY_PATH so that "make check" works on by Theodore Ts'o · 21 years ago
  21. 520ead3 Fix gcc -Wall warnings. by Theodore Ts'o · 21 years ago
  22. a85e81a configure.in: Remove CYGWIN definition; we will use the by Theodore Ts'o · 21 years ago
  23. c692840 Add Cygwin/Windows version of ext2fs_get_device_size() by Theodore Ts'o · 21 years ago
  24. fff4548 Add portability enhancements for Cygwin32 environment. by Theodore Ts'o · 21 years ago
  25. 2c93113 Remove EXT2_FEATURE_RO_COMPAT_BTREE_DIR mention of since it's not by Theodore Ts'o · 21 years ago
  26. 9d51b61 Use the SS_READLINE_PATH environment variable to control the search by Theodore Ts'o · 21 years ago
  27. 085c2af Import bug fixes from EVMS 2.0 tree. by Theodore Ts'o · 21 years ago
  28. edab294 gen_uuid.c (get_random_bytes): Always xor in a stream of bytes by Theodore Ts'o · 21 years ago
  29. 09a2ef8 Fix XFS superblock definition. Add support to by Theodore Ts'o · 21 years ago
  30. 72d272a Update dependencies of ss/Makefile by Theodore Ts'o · 21 years ago
  31. 0faabe5 getsize.c: #include stat.h for the Apple Darwin port by Theodore Ts'o · 21 years ago
  32. 91835c1 Change compile_et to generate header files that use <et/com_err.h> by Theodore Ts'o · 21 years ago
  33. 00aba96 com_err.h, error_table.h: Move definition of the error_table by Theodore Ts'o · 21 years ago
  34. 88fe61c cache.c: Initialize blkid_debug_mask to zero since some by Theodore Ts'o · 21 years ago
  35. 9522e0a ls.c (list_super2): Display the superblock fields even if the by Theodore Ts'o · 21 years ago
  36. aa75ecc Fix the Apple Darwin port. by Theodore Ts'o · 21 years ago
  37. 6cca7ba Update dependency information in Makefiles by Theodore Ts'o · 21 years ago
  38. 6fe7d11 Update debian files to support the blkid library, and to fix a number by Theodore Ts'o · 21 years ago
  39. 3ae497e Add to the ss (subsystem) library the ability to dynamically link by Theodore Ts'o · 21 years ago
  40. e71d873 Add Apple/Darwin patches. by Theodore Ts'o · 21 years ago
  41. 220c004 badblocks.c (ext2fs_u32_list_count), ext2fs.h: Add new function by Theodore Ts'o · 21 years ago
  42. 2075448 fileio.c (ext2fs_file_lseek): Fix bug added when adding 64-bit by Theodore Ts'o · 21 years ago
  43. cd0d521 Fix bug; if a partition has no known type, don't derference a null by Theodore Ts'o · 21 years ago
  44. ed78c02 Fix up lots of portability problems that caused e2fsprogs not to build successfully by Theodore Ts'o · 21 years ago
  45. 94ba8c7 Changes to create a subset distribution which consists only of the by Theodore Ts'o · 21 years ago
  46. 7e89304 tag.c (blkid_set_tag): Fix bug; don't return an error when by Theodore Ts'o · 21 years ago
  47. 2859522 Update libblkid documentation. by Theodore Ts'o · 21 years ago
  48. ed1b33e Minor bug fixes in the blkid library. by Theodore Ts'o · 21 years ago
  49. 1549a44 resolve.c (blkid_get_tag_value): Rename function (used to be by Theodore Ts'o · 21 years ago
  50. 79dd234 Internal changes to the blkid library: by Theodore Ts'o · 21 years ago
  51. f0a22d0 Add dynamic debugging capabilities to the blkid library, by Theodore Ts'o · 21 years ago
  52. 98999c3 Rename blkid_get_devname() to blkid_get_dev(), and blkid_get_token() by Theodore Ts'o · 21 years ago
  53. bc40efd Remove bid_id from the blkid device structure, as it is not used for anything. by Theodore Ts'o · 21 years ago
  54. ce72b86 Add a priority label to the device structure, so we can give by Theodore Ts'o · 21 years ago
  55. 50b380b Wholesale changes to blkid library to simplify the implementation by Theodore Ts'o · 21 years ago
  56. 76b07bb Roto-till and clean up libblkid API. by Theodore Ts'o · 22 years ago
  57. 7a603aa Separate public and private interfaces into separate header files. by Theodore Ts'o · 22 years ago
  58. 0f3ac480 devname.c: Add support for EVMS to the blkid library. by Theodore Ts'o · 22 years ago
  59. d3f9179 Fix gcc -Wall nits. by Theodore Ts'o · 22 years ago
  60. 3a1d6f3 save.c (blkid_save_cache): Use mkstemp() instead mktemp(). by Theodore Ts'o · 22 years ago
  61. e12f2ae Integrate new blkid library. by Theodore Ts'o · 22 years ago
  62. 23b7c8b unix_io.c (unix_write_blk): Fix up GCC -Wall nits. by Theodore Ts'o · 22 years ago
  63. 819157d Remove 32-bit limitations for debugfs's dump command and to the by Theodore Ts'o · 22 years ago
  64. 4564c72 initialize.c (ext2fs_initialize): If the user specifies a really by Theodore Ts'o · 22 years ago
  65. 3851301 Update files for 1.32 release. by Theodore Ts'o · 22 years ago
  66. 82c4660 unix_io.c (find_cached_block, reuse_cache, unix_read_blk, by Theodore Ts'o · 22 years ago
  67. 1d47dfb unix_io.c (find_cached_block): Fixed bug which caused some clean by Theodore Ts'o · 22 years ago
  68. ae65b29 Update files for 1.31 release. by Theodore Ts'o · 22 years ago
  69. c4e5e36 pf.c: Print the indexed directory flag if present. Don't display by Theodore Ts'o · 22 years ago
  70. 3f9f271 Missed a EVMS 1.2 ABI fixup. by Theodore Ts'o · 22 years ago
  71. feb44c6 Skip byteswap tests on --disable-swapfs by Theodore Ts'o · 22 years ago
  72. f606dd3 Update "make depend". by Theodore Ts'o · 22 years ago
  73. 3a68a67 fs_ext2.c (fs_expand, fs_shrink), by Theodore Ts'o · 22 years ago
  74. 88888f1 fsimext2.c (set_mkfs_options): If the hard sector size is 1024, by Theodore Ts'o · 22 years ago
  75. 420053a Default the EVMS_ABI_CODE if it is not defined to 1.2.0. by Theodore Ts'o · 22 years ago
  76. a9d799a Update EVMS plugin to support EVMS ABI 1.2 by Theodore Ts'o · 22 years ago
  77. 1f6169c fsimext2.c (set_mkfs_options): Synchronize with EVMS CVS rev by Theodore Ts'o · 22 years ago
  78. d5f445c Synchronize with EVMS CVS. Add better error handling by Theodore Ts'o · 22 years ago
  79. d894e8b fs_ext2.c (fs_expand): Synchronize with EVMS CVS rev 1.12 by Theodore Ts'o · 22 years ago
  80. 2993bf7 fs_ext2.c (fs_expand, fs_shrink): Synchronize with EVMS CVS rev by Theodore Ts'o · 22 years ago
  81. 758ab67 fsimext2.h: Synchronize with EVMS CVS rev 1.8 (2002/8/29). by Theodore Ts'o · 22 years ago
  82. bfd4188 closefs.c (write_bgdesc, ext2fs_flush): Fix bug in meta_bg by Theodore Ts'o · 22 years ago
  83. 5d823a4 Update files for 1.30 release. by Theodore Ts'o · 22 years ago
  84. a2c8bf9 ext2_fs.h: Add support for a new inode flag, which is to be used by Theodore Ts'o · 22 years ago
  85. 15f9011 Add support for a new inode flag, which is to be used by Theodore Ts'o · 22 years ago
  86. 61bee88 gen_uuid.c (get_random_bytes): Don't spin forever if read() by Theodore Ts'o · 22 years ago
  87. 3a42fe2 ismounted.c (check_mntent, check_mntent_file): Add better by Theodore Ts'o · 22 years ago
  88. 55ca9ae flushb.c (ext2fs_sync_device): If the BLKFLSBUF ioctl succeeds, by Theodore Ts'o · 22 years ago
  89. 9ed06a1 openfs.c (ext2fs_open): Fix bug which caused us to pass the by Theodore Ts'o · 22 years ago
  90. 76dd5e5 Add support for the meta_bg feature flag to the resize2fs program. by Theodore Ts'o · 22 years ago
  91. 9d2aefb Add a new superblock field, s_mkfs_time, which indicates when by Theodore Ts'o · 22 years ago
  92. 4a959fe Add support for new default mount options for the journal data mode. by Theodore Ts'o · 22 years ago
  93. c046ac7 Add support for the meta_blockgroup filesystem format. by Theodore Ts'o · 22 years ago
  94. a0c3fd5 Add support for new feature in ext2/3 filesystems; a default mount options field by Theodore Ts'o · 22 years ago
  95. 3e69906 Fix gcc -Wall nits. by Theodore Ts'o · 22 years ago
  96. 8132d84 Fix endian problems in the htree code for e2fsck and debugfs. by Theodore Ts'o · 22 years ago
  97. c663305 Update for 1.29 release. by Theodore Ts'o · 22 years ago
  98. d25f8cf lib/et/internal.h: Remove declaration of perror. All modern systems by Theodore Ts'o · 22 years ago
  99. 87ee8dc Update changelogs for 1.28 release by Theodore Ts'o · 22 years ago
  100. ea1959f Fix a bug which caused e2fsck to fail to correctly check filesystems by Theodore Ts'o · 22 years ago