1. d51b819 error_message.c, init_et.c: Segregate error tables registered by Theodore Ts'o · 19 years ago
  2. e7d32fc et_c.awk: Use a dynamically allocated structure in by Theodore Ts'o · 19 years ago
  3. e37fbf1 getsectsize.c (BLKSSZGET): Clean up test for when to manually by Theodore Ts'o · 19 years ago
  4. 7d9adef Makefile.in: Add an include path specifier when building by Theodore Ts'o · 19 years ago
  5. 2fa8f37 On Linux 2.6 systems, mke2fs and badblocks will check to see whether by Theodore Ts'o · 19 years ago
  6. 3af0a45 Fix bug in the secure getenv function so that the ss library will corrently by Theodore Ts'o · 19 years ago
  7. ed6acfa Add a new option to the blkid program, -l, which will more efficiently search by Theodore Ts'o · 19 years ago
  8. 12b3c8e Fix gcc -Wall nits in the blkid library. by Theodore Ts'o · 19 years ago
  9. 78c7d0e Clean up the debugging code in the blkid library so that we don't use by Theodore Ts'o · 19 years ago
  10. c37543d Add new two new functions to the blkid library: blkid_dev_set_search(), and by Theodore Ts'o · 19 years ago
  11. 153b449 If the .c and .h file already exist, and they have not changed, use the by Theodore Ts'o · 19 years ago
  12. 75e93ab Update "make depend" information. Fixes SMP parallel build problem. by Theodore Ts'o · 19 years ago
  13. 9be5ba9 Fix build of tst_ostype when doing a "make check" in lib/e2p; it was missing by Theodore Ts'o · 19 years ago
  14. 4c4e3f7 Fix libblkid's magic number recognition for the cramfs filesystem, by Theodore Ts'o · 19 years ago
  15. 09f3eba Fix typo so that we actually ignore environment variables when gid != egid. by Theodore Ts'o · 19 years ago
  16. b7e4eef ls.c: Add stdlib.h header file since list_super2() uses the free() function. by Theodore Ts'o · 19 years ago
  17. b1ae119 Add missing return values in error return cases in the ext2fs library. by Theodore Ts'o · 19 years ago
  18. 762c7c6 Add paranoia checks into the blkid, ext2fs, and ss libraries to ignore by Theodore Ts'o · 19 years ago
  19. 813b901 ostype.c (e2p_os2string): Check to make sure malloc() is by Theodore Ts'o · 19 years ago
  20. fd4b28e Update for the e2fsprogs 1.37 release. by Theodore Ts'o · 19 years ago
  21. 65ffef3 Ignore the BLKID_FILE environment variable if blkid_get_cache() is by Theodore Ts'o · 19 years ago
  22. cebe48a Integrate code from Alex Thomas at Clusterfs to check extended attributes by Theodore Ts'o · 19 years ago
  23. e27b456 Fix mke2fs so that it writes the root directory by Theodore Ts'o · 19 years ago
  24. 030970e Fix e2fsck, debugfs, and the ext2fs_mkdir function so that when we create by Theodore Ts'o · 19 years ago
  25. ea822ee Enhance debugfs's stat command so it can dump extended attributes by Theodore Ts'o · 19 years ago
  26. 6325394 Add new functions which convert between a string and os_type: e2p_os2string() by Theodore Ts'o · 19 years ago
  27. 06ce1f6 Fix clean target to remove tst_getsectsize. by Theodore Ts'o · 19 years ago
  28. 283df83 getsize.c (ext2fs_get_device_size): Check to see if the number by Theodore Ts'o · 19 years ago
  29. b22ea17 getsize.c (blkid_get_dev_size): Fix compilation problem on Darwin systems. by Theodore Ts'o · 19 years ago
  30. 3eee5e9 Update for release of e2fsprogs 1.36. by Theodore Ts'o · 19 years ago
  31. b7aa0d6 Remove *.pc files on a "make distclean" by Theodore Ts'o · 19 years ago
  32. dbb2a10 Makefile.in (clean): Remove tst_getsize when doing a make clean by Theodore Ts'o · 19 years ago
  33. dbe9c71 Use inline instead of __inline__ in the blkid debugging code for by Theodore Ts'o · 19 years ago
  34. 7004b4a Drop the sparc assembly bitwise operations; it's less efficient by Theodore Ts'o · 19 years ago
  35. 18d1296 blkid.c (main, compare_search_type): Make blkid -t work more by Theodore Ts'o · 20 years ago
  36. d4dc0a9 Create the resize inode is created even if the s_reserved_gdt_blocks is by Theodore Ts'o · 20 years ago
  37. 32923fa Add functions which allow an application program to do a run-time query by Theodore Ts'o · 20 years ago
  38. f923bf2 Fix "make uninstall" to make sure it removes everything that is installed. by Theodore Ts'o · 20 years ago
  39. e644186 Add pkg-config files to e2fsprogs's libraries. by Theodore Ts'o · 20 years ago
  40. 7331196 Add library support for large (EA in inode) inodes. Make sure that garbage by Theodore Ts'o · 20 years ago
  41. 9d0f461 probe.c: Windows can perform a "quick format" that doesn't clear by Theodore Ts'o · 20 years ago
  42. 2c92375 Add support to the blkid library to recognize Oracle ASM volumes. by Theodore Ts'o · 20 years ago
  43. c6cdada Fix stupid typo in the CreateOS FreeBSD/Solaris changeset. Also included by Theodore Ts'o · 20 years ago
  44. ea1e8f4 Add interpretation of OS Creator values for FreeBSD and Lites in mke2fs by Theodore Ts'o · 20 years ago
  45. 8800c73 Makefile.in: Fix the kernel compile-time echo commands to be by Theodore Ts'o · 20 years ago
  46. 3223701 Various portability fixes for Solaris systems. by Theodore Ts'o · 20 years ago
  47. f892826 lib/blkid/getsize.c: Move #include "blkidP.h" before <sys/queues.h> by Matthias Andree · 20 years ago
  48. d345882 we're reading unsigned long long, use %llu rather than %lld. by Matthias Andree · 20 years ago
  49. 7369f0c Apply Janos Farkas's patch to support extracting the uuid and label by Theodore Ts'o · 20 years ago
  50. 4e60fb6 Ex2fs_unlink() will return an error if both the name and inode number are by Theodore Ts'o · 20 years ago
  51. da83cb6 Update version to 1.36-rc1, and change parsing algorithm for version strings by Theodore Ts'o · 20 years ago
  52. 69f83f4 Add imap_err.et to the lib/et regression test suite. by Theodore Ts'o · 20 years ago
  53. dc8ce34 Fix resize inode handling on big endian systems, by adding new routines by Theodore Ts'o · 20 years ago
  54. 2e6a9fe Adjust blkid library so that it returns vfat in preference to msdos so by Theodore Ts'o · 20 years ago
  55. bc1b803 dupfs.c (ext2fs_dup_handle): Make sure the new filesystem handle by Theodore Ts'o · 20 years ago
  56. 55f4cbd Add new function in e2p for parsing the number of blocks on the command line by Theodore Ts'o · 20 years ago
  57. 71669d0 Avoid some potential inode cache coherency problem caused by using the by Theodore Ts'o · 20 years ago
  58. 1d66753 ext2fs.h (BMAP_SET), bmap.c (ext2fs_bmap): Add support for new by Theodore Ts'o · 20 years ago
  59. faeaf93 Dumpe2fs will print the s_reserved_gdt_blocks field if it is non-zero. by Theodore Ts'o · 20 years ago
  60. 40abad6 Clean up resize inode routines in ext2fs library. We no longer print by Theodore Ts'o · 20 years ago
  61. 5d28e3b swapfs.c (ext2fs_swap_super): Byteswap the reserved_gdt_blocks by Theodore Ts'o · 20 years ago
  62. 1b4cd9c sparse.c (ext2fs_list_backups, ext2fs_bg_has_super), by Theodore Ts'o · 20 years ago
  63. 22c6821 Supplied changelog for resize inode patch. by Theodore Ts'o · 20 years ago
  64. d323f8f Add support for on-line resizing ala the resize inode. This patch by Theodore Ts'o · 20 years ago
  65. 522798d Add install-strip and install-shlibs-strip targets by Theodore Ts'o · 20 years ago
  66. 6d40227 Use MKINSTALLDIRS macro so that the Makefiles can find the script correctly. by Theodore Ts'o · 20 years ago
  67. 3838f7d Avoid using uint and uchar types when probing for ocfs2 filesystems by Theodore Ts'o · 20 years ago
  68. 2e8ca9a Add support for passing options to the io layer using the URL syntax. For by Theodore Ts'o · 20 years ago
  69. 47204ff Use Linux-kernel-style makefile output to make it easier to by Theodore Ts'o · 20 years ago
  70. 39dc1c4 Add definition for the extents filesystem feature and inode flag. by Theodore Ts'o · 20 years ago
  71. 921f4ad Remove support for EVMS 1.x plugin library. by Theodore Ts'o · 20 years ago
  72. 2b5901d Remove the a.out DLL support, since it's been obsolete and unmaintained by Theodore Ts'o · 20 years ago
  73. 4b8f81a probe.c (probe_ocfs): Fix bug where the wrong size for "ocfs1" by Theodore Ts'o · 20 years ago
  74. 1a9c8c3 getsize.c (ext2fs_get_device_size): Add support for Windows by Theodore Ts'o · 20 years ago
  75. 414846b Add support for ocfs2 detection to the blkid library, by Theodore Ts'o · 20 years ago
  76. 9ee42c9 gen_uuid.c (get_node_id): glibc always defines AF_LINK, so only by Theodore Ts'o · 20 years ago
  77. 56eb4d4 Remove XSI:isms for greater portability. (Addresses Debian Bug #255589) by Theodore Ts'o · 20 years ago
  78. 9845cf5 Clean up the header file #include's for lib/blkid/getsize.c by Theodore Ts'o · 20 years ago
  79. 488f3c2 On non-linux systems, use lseek64() if it is present in by Theodore Ts'o · 20 years ago
  80. 1ad54a9 Add ability for debugfs to use a separate source of data blocks when by Theodore Ts'o · 20 years ago
  81. 919994a setflags.c, fsetflags.c: On linux systems, undefine HAVE_CHFLAGS by Theodore Ts'o · 20 years ago
  82. 37a1ee9 uuid.h (UUID_DEFINE): Make the UUID defined as a static by Theodore Ts'o · 20 years ago
  83. a63d126 closefs.c (ext2fs_flush): Make sure the master superblock is by Theodore Ts'o · 20 years ago
  84. a002e7e Implement the ability for the test_io mechanism to abort after n reads by Theodore Ts'o · 20 years ago
  85. 1b510f5 read.c (blkid_read_cache): Add missing fclose() which was by Theodore Ts'o · 20 years ago
  86. aa5c0a4 Remove .cvsignore files; they were out of date, and causes lintian by Theodore Ts'o · 20 years ago
  87. 6d49349 Update and clean up uuid man pages, including renaming libuuid.3 to uuid.3 by Theodore Ts'o · 20 years ago
  88. d149299 gen_uuid.c (uuid_generate_time): Mask off the timestamp to avoid by Theodore Ts'o · 20 years ago
  89. 7ce0806 probe.c (blkid_verify_devname): If the time is earlier than the by Theodore Ts'o · 20 years ago
  90. ebfd60f Clarified that the lib/uuid directory is under a BSD-style and by Theodore Ts'o · 20 years ago
  91. 7a3a386 In the blkid library, if the BLKID_FILE environment by Theodore Ts'o · 20 years ago
  92. dd60705 Refine the build process to avoid re-running subst all the time on by Theodore Ts'o · 20 years ago
  93. 9dd97ae Change licensing of libuuid man pages from GPL to 3-clause BSD-style, by Theodore Ts'o · 20 years ago
  94. 3180811 Change the use of the term "internal format" to "binary representation" by Theodore Ts'o · 20 years ago
  95. 2625803 Use C99 stdint.h types instead of custom types in the uuid library. by Theodore Ts'o · 20 years ago
  96. 13be1ff gen_uuid.c (get_node_id): Clean up AF_LINK #ifdef's for Darwin. by Theodore Ts'o · 20 years ago
  97. 83e692e unix_io.c, pass1.c: by Matthias Andree · 20 years ago
  98. 289e055 GNU/KFreeBSD portability fixes. (Addresses Debian Bug #239934) by Matthias Andree · 20 years ago
  99. d3d741f Add the uuid_unparse_upper and uuid_unparse_lower functions to the uuid library. by Theodore Ts'o · 20 years ago
  100. 1cdb6f7 Don't close the file descriptor when determining the size. by Theodore Ts'o · 20 years ago