1. aadac9b Add parentheses and casts to make GCC happy. by Matthias Andree · 18 years ago
  2. df3e159 Add missing #include <ctype.h>. by Matthias Andree · 18 years ago
  3. 406ba67 Fix non-Linux compiler warning (missing return statement). by Matthias Andree · 18 years ago
  4. 94fa110 Fix SIGBUS through unaligned access to FAT superblocks. by Matthias Andree · 18 years ago
  5. 0ac93a0 Change more "echo -n" to "printf" to avoid screen clutter. by Matthias Andree · 18 years ago
  6. bdc3514 Switch endian detection from Linuxism to AC_C_BIGENDIAN. by Matthias Andree · 18 years ago
  7. a0dfc6e Revise DIOCGDINFO (sys/disklabel.h) related FreeBSD comment. by Matthias Andree · 18 years ago
  8. 5beaabb Enable sys/disklabel.h and DIOCGDINFO based getsize code. by Matthias Andree · 18 years ago
  9. 12a829d Add a bunch of type fixes for debug/"make check" code paths. by Matthias Andree · 18 years ago
  10. 21261a0 Cast time_t variable to long for fprintf to match %ld. by Matthias Andree · 18 years ago
  11. 66352fe Drop unused vector uuid[]. by Matthias Andree · 18 years ago
  12. f72b8ff Implement DIOCGMEDIASIZE for FreeBSD's GEOM. by Matthias Andree · 18 years ago
  13. 85f93ff Fix type warning problem with sizeof() in ext2fs_open2() by Theodore Ts'o · 18 years ago
  14. 49487b7 Fixed signed vs. unsigned comparison warning in strncmp(). by Theodore Ts'o · 18 years ago
  15. bc2699f Change mke2fs's layout of RAID-optimized filesystems to be more optimal by Theodore Ts'o · 18 years ago
  16. f5fa200 Add support for EXT2_FEATURE_COMPAT_LAZY_BG by Theodore Ts'o · 18 years ago
  17. 1f2da2c Speed up mke2fs and e2fsck by writing bitmaps more efficiently by Theodore Ts'o · 18 years ago
  18. b116e78 Fix bug which could cause dumpe2fs to rarely fail to print a UUID by Theodore Ts'o · 18 years ago
  19. 4ea7ea0 Fix asm_types.h type conflicts by Theodore Ts'o · 18 years ago
  20. cef2ac1 Fix ext2fs_add_journal_inode() when filesystem is opened in exclusive mode by Theodore Ts'o · 18 years ago
  21. 8ad26b0 Fix the x86 asm constraints for ext2fs_set/clear_bit. by Theodore Ts'o · 18 years ago
  22. f9bcce3 Fix the i386 bitmap operations so they are 32-bit clean by Theodore Ts'o · 19 years ago
  23. 292811f Fix typo bug in previous commit (6ae1ed49c8c6) by Theodore Ts'o · 19 years ago
  24. 2858c94 Fix file descriptor leak in blkid library in error paths by Theodore Ts'o · 19 years ago
  25. 9dc6ad1 Change mke2fs to use /etc/mke2fs.conf as a configuration file by Theodore Ts'o · 19 years ago
  26. f4f425b Prevent error messages to stderr caused by libblkid calling libdevmapper by Theodore Ts'o · 19 years ago
  27. 39c47ce Add EXT2_FLAG_EXCLUSIVE to the ext2fs library. by Theodore Ts'o · 19 years ago
  28. fa6c653 Add IO_FLAG_EXCLUSIVE flag to io_channel abstraction by Theodore Ts'o · 19 years ago
  29. 7447921 Fix documentation: BLOCK_FLAG_TRAVERSE should be BLOCK_FLAG_DEPTH_TRAVERSE by Theodore Ts'o · 19 years ago
  30. cbb7f9c Fix build when not building any shared libraries. by Theodore Ts'o · 19 years ago
  31. a612f34 Fix a signed vs unsigned bug in calc_reserved_gdt_blocks() by Theodore Ts'o · 19 years ago
  32. bf69235 Add support for on-line resizing to resize2fs by Theodore Ts'o · 19 years ago
  33. e324b25 Fix blkid's last verification logic to work when the system clock is insane by Theodore Ts'o · 19 years ago
  34. 3f546fc Fix the subdirs logic so it works with GNU make 3.80 by Theodore Ts'o · 19 years ago
  35. ba5e384 Add EXT_JOURNAL to the blkid tag of ext3 filesystems. by Theodore Ts'o · 19 years ago
  36. 4db2f59 Add device-mapper support to the blkid library by Karel Zak · 19 years ago
  37. 2adc320 Set FD_CLOEXEC on the /dev/random file descriptor used by libuuid by Theodore Ts'o · 19 years ago
  38. 02ef196 Avoid needlessly recompilation of library objection files by Theodore Ts'o · 19 years ago
  39. 4389612 Add missing parameter to error printf in blkid test program. by Theodore Ts'o · 19 years ago
  40. 3985754 Use $(LDFLAGS) when generating shared libraries by Theodore Ts'o · 19 years ago
  41. 3ded50b Address parallel build problem in the library Makefiles by Theodore Ts'o · 19 years ago
  42. 9b9a780 Fix various gcc -Wall complaints. by Theodore Ts'o · 19 years ago
  43. bc47952 Add ext2fs_read_bb_FILE test to confirm proper detection of invalid block #'s by Theodore Ts'o · 19 years ago
  44. 125e084 Fix gcc compilation on sparc architectures in bitops.h by Theodore Ts'o · 19 years ago
  45. a82a570 Add missing #include for string.h to ext2fs.h to fix GCC 4.01 complaints by Theodore Ts'o · 19 years ago
  46. 0d96104 Fix writing external journals on big-endian machines by Theodore Ts'o · 19 years ago
  47. 3213818 Add fs->now to override time(0) in libext2fs by Theodore Ts'o · 19 years ago
  48. 2f79e51 Search the root directory of FAT filesystems for the label information by Theodore Ts'o · 19 years ago
  49. ca74985 Generic blkid library cleanup by Theodore Ts'o · 19 years ago
  50. 1e5630a Add a regression test suite for the blkid library by Theodore Ts'o · 19 years ago
  51. 45a3fa8 Add support to extract basic iso9660 label information to the blkid library by Theodore Ts'o · 19 years ago
  52. bb626bc Add support for detecting the reiser4 filesystem in the blkid library. by Theodore Ts'o · 19 years ago
  53. 038d2be Improve blkid's VFAT/FAT filesystem probe code by Theodore Ts'o · 19 years ago
  54. 45d1d88 Remove unneeded probe.h header file in lib/blkid/resolve.c by Theodore Ts'o · 19 years ago
  55. c4c740f Improve VFAT detection to support filesystems w/o a magic string in the superblock by Karel Zak · 19 years ago
  56. abaa112 Add support for detecting software suspend partitions to blkid by Karel Zak · 19 years ago
  57. 05a6edf Fix blkid library so that the cache validation notices ext2 to ext3 conversion by Karel Zak · 19 years ago
  58. 68a7f95 Fix compiler warnings about missing memcpy prototypes. by Matthias Andree · 19 years ago
  59. 583d1f8 Fix false positives from valgrind: prctl(PR_GET_DUMPABLE) by Theodore Ts'o · 19 years ago
  60. 29af314 Check for a busy device when creating a journal. by Theodore Ts'o · 19 years ago
  61. 5bf9b4c Fix com_err bug in compile_et: # of error messages can be wrong by Theodore Ts'o · 19 years ago
  62. 9b7d811 This patch adds a check to use fstat or fstat64 in getsize.c if the by Andreas Dilger · 19 years ago
  63. 1f965c8 Update for e2fsprogs 1.38 release. by Theodore Ts'o · 19 years ago
  64. 80af12e Change the function prototypes of ext2fs_set_bit, ext2fs_clear_bit, and by Theodore Ts'o · 19 years ago
  65. 55080a7 Fix blkid's debugging/TEST_PROGRAM code so that it is sufficiently by Theodore Ts'o · 19 years ago
  66. 39c191f ext2fs_resize_mem() is suffering from C99 strict type aliasing problems. by Stephen Tweedie · 19 years ago
  67. d51b819 error_message.c, init_et.c: Segregate error tables registered by Theodore Ts'o · 19 years ago
  68. e7d32fc et_c.awk: Use a dynamically allocated structure in by Theodore Ts'o · 19 years ago
  69. e37fbf1 getsectsize.c (BLKSSZGET): Clean up test for when to manually by Theodore Ts'o · 19 years ago
  70. 7d9adef Makefile.in: Add an include path specifier when building by Theodore Ts'o · 19 years ago
  71. 2fa8f37 On Linux 2.6 systems, mke2fs and badblocks will check to see whether by Theodore Ts'o · 19 years ago
  72. 3af0a45 Fix bug in the secure getenv function so that the ss library will corrently by Theodore Ts'o · 19 years ago
  73. ed6acfa Add a new option to the blkid program, -l, which will more efficiently search by Theodore Ts'o · 19 years ago
  74. 12b3c8e Fix gcc -Wall nits in the blkid library. by Theodore Ts'o · 19 years ago
  75. 78c7d0e Clean up the debugging code in the blkid library so that we don't use by Theodore Ts'o · 19 years ago
  76. c37543d Add new two new functions to the blkid library: blkid_dev_set_search(), and by Theodore Ts'o · 19 years ago
  77. 153b449 If the .c and .h file already exist, and they have not changed, use the by Theodore Ts'o · 19 years ago
  78. 75e93ab Update "make depend" information. Fixes SMP parallel build problem. by Theodore Ts'o · 19 years ago
  79. 9be5ba9 Fix build of tst_ostype when doing a "make check" in lib/e2p; it was missing by Theodore Ts'o · 19 years ago
  80. 4c4e3f7 Fix libblkid's magic number recognition for the cramfs filesystem, by Theodore Ts'o · 19 years ago
  81. 09f3eba Fix typo so that we actually ignore environment variables when gid != egid. by Theodore Ts'o · 19 years ago
  82. b7e4eef ls.c: Add stdlib.h header file since list_super2() uses the free() function. by Theodore Ts'o · 19 years ago
  83. b1ae119 Add missing return values in error return cases in the ext2fs library. by Theodore Ts'o · 19 years ago
  84. 762c7c6 Add paranoia checks into the blkid, ext2fs, and ss libraries to ignore by Theodore Ts'o · 19 years ago
  85. 813b901 ostype.c (e2p_os2string): Check to make sure malloc() is by Theodore Ts'o · 19 years ago
  86. fd4b28e Update for the e2fsprogs 1.37 release. by Theodore Ts'o · 20 years ago
  87. 65ffef3 Ignore the BLKID_FILE environment variable if blkid_get_cache() is by Theodore Ts'o · 20 years ago
  88. cebe48a Integrate code from Alex Thomas at Clusterfs to check extended attributes by Theodore Ts'o · 20 years ago
  89. e27b456 Fix mke2fs so that it writes the root directory by Theodore Ts'o · 20 years ago
  90. 030970e Fix e2fsck, debugfs, and the ext2fs_mkdir function so that when we create by Theodore Ts'o · 20 years ago
  91. ea822ee Enhance debugfs's stat command so it can dump extended attributes by Theodore Ts'o · 20 years ago
  92. 6325394 Add new functions which convert between a string and os_type: e2p_os2string() by Theodore Ts'o · 20 years ago
  93. 06ce1f6 Fix clean target to remove tst_getsectsize. by Theodore Ts'o · 20 years ago
  94. 283df83 getsize.c (ext2fs_get_device_size): Check to see if the number by Theodore Ts'o · 20 years ago
  95. b22ea17 getsize.c (blkid_get_dev_size): Fix compilation problem on Darwin systems. by Theodore Ts'o · 20 years ago
  96. 3eee5e9 Update for release of e2fsprogs 1.36. by Theodore Ts'o · 20 years ago
  97. b7aa0d6 Remove *.pc files on a "make distclean" by Theodore Ts'o · 20 years ago
  98. dbb2a10 Makefile.in (clean): Remove tst_getsize when doing a make clean by Theodore Ts'o · 20 years ago
  99. dbe9c71 Use inline instead of __inline__ in the blkid debugging code for by Theodore Ts'o · 20 years ago
  100. 7004b4a Drop the sparc assembly bitwise operations; it's less efficient by Theodore Ts'o · 20 years ago