index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
blkid
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-10
blkid: Report correct UUID from MD superblocks
Sergey Vlasov
1
-1
/
+1
2007-04-10
blkid: Fix MD 0.90 superblock detection on little endian systems
Sergey Vlasov
1
-1
/
+1
2007-03-23
[COVERITY] Fix (error case) memory leak in blkid library (parse_dev)
Brian Behlendorf
2
-1
/
+7
2007-03-21
[VALGRIND] Fix memory leak in libblkid (blkid_get_devname)
Theodore Ts'o
2
-5
/
+11
2007-03-18
[COVERITY] Allow blkid_dev_has_tag to check if a tag exists when value==NULL
Theodore Ts'o
2
-2
/
+8
2007-03-06
Fix memory leak in blkid library
Theodore Ts'o
3
-3
/
+10
2006-09-24
blkid_devno_to_devname(): Avoid recursive loops due to symlinks in /dev
Theodore Ts'o
2
-3
/
+9
2006-09-17
Fix blkid bug with correctly reporting FAT filesystem labels that are empty
Karel Zak
2
-2
/
+6
2006-09-17
Add GFS/GFS2 support to the blkid library.
Karel Zak
3
-0
/
+98
2006-09-12
Fix bug in device mapper scanning; probe_one() doesn't want a leading /dev
Theodore Ts'o
2
-1
/
+6
2006-08-19
blkid.8.in: Fix description of the -l option to be more accurate
Andreas Dilger
1
-0
/
+2
2006-08-19
This patch fixes up an error in the lib/blkid/Makefile.in which was causing
Andreas Dilger
2
-1
/
+8
2006-06-21
fix comment for blkid_get_dev_size()
Andreas Dilger
1
-1
/
+1
2006-05-30
Add parentheses and casts to make GCC happy.
Matthias Andree
1
-6
/
+6
2006-05-30
Fix SIGBUS through unaligned access to FAT superblocks.
Matthias Andree
1
-4
/
+7
2006-05-30
Change more "echo -n" to "printf" to avoid screen clutter.
Matthias Andree
1
-1
/
+1
2006-05-30
Switch endian detection from Linuxism to AC_C_BIGENDIAN.
Matthias Andree
1
-1
/
+1
2006-05-30
Revise DIOCGDINFO (sys/disklabel.h) related FreeBSD comment.
Matthias Andree
1
-5
/
+7
2006-05-30
Enable sys/disklabel.h and DIOCGDINFO based getsize code.
Matthias Andree
1
-2
/
+2
2006-05-30
Add a bunch of type fixes for debug/"make check" code paths.
Matthias Andree
6
-16
/
+19
2006-05-30
Cast time_t variable to long for fprintf to match %ld.
Matthias Andree
1
-1
/
+1
2006-05-30
Drop unused vector uuid[].
Matthias Andree
1
-1
/
+0
2006-05-30
Implement DIOCGMEDIASIZE for FreeBSD's GEOM.
Matthias Andree
1
-0
/
+6
2006-05-14
Fixed signed vs. unsigned comparison warning in strncmp().
Theodore Ts'o
2
-2
/
+7
2006-04-09
Fix asm_types.h type conflicts
Theodore Ts'o
4
-21
/
+164
2006-03-25
Fix typo bug in previous commit (6ae1ed49c8c6)
Theodore Ts'o
1
-2
/
+2
2006-03-23
Fix file descriptor leak in blkid library in error paths
Theodore Ts'o
2
-0
/
+6
2006-03-19
Prevent error messages to stderr caused by libblkid calling libdevmapper
Theodore Ts'o
2
-0
/
+18
2006-03-12
Fix blkid's last verification logic to work when the system clock is insane
Theodore Ts'o
6
-7
/
+25
2006-03-10
Add EXT_JOURNAL to the blkid tag of ext3 filesystems.
Theodore Ts'o
4
-26
/
+63
2006-03-08
Add device-mapper support to the blkid library
Karel Zak
4
-3
/
+170
2005-12-29
Add missing parameter to error printf in blkid test program.
Theodore Ts'o
2
-1
/
+7
2005-12-10
Address parallel build problem in the library Makefiles
Theodore Ts'o
2
-1
/
+9
2005-09-10
Search the root directory of FAT filesystems for the label information
Theodore Ts'o
3
-13
/
+95
2005-09-10
Generic blkid library cleanup
Theodore Ts'o
3
-137
/
+151
2005-09-10
Add a regression test suite for the blkid library
Theodore Ts'o
37
-7
/
+97
2005-09-10
Add support to extract basic iso9660 label information to the blkid library
Theodore Ts'o
3
-18
/
+48
2005-09-10
Add support for detecting the reiser4 filesystem in the blkid library.
Theodore Ts'o
3
-0
/
+30
2005-09-07
Improve blkid's VFAT/FAT filesystem probe code
Theodore Ts'o
2
-95
/
+69
2005-09-07
Remove unneeded probe.h header file in lib/blkid/resolve.c
Theodore Ts'o
2
-1
/
+4
2005-09-06
Improve VFAT detection to support filesystems w/o a magic string in the super...
Karel Zak
3
-0
/
+103
2005-09-06
Add support for detecting software suspend partitions to blkid
Karel Zak
2
-0
/
+12
2005-09-06
Fix blkid library so that the cache validation notices ext2 to ext3 conversion
Karel Zak
2
-0
/
+11
2005-07-25
Fix false positives from valgrind: prctl(PR_GET_DUMPABLE)
Theodore Ts'o
2
-2
/
+8
2005-07-09
This patch adds a check to use fstat or fstat64 in getsize.c if the
Andreas Dilger
2
-1
/
+21
2005-06-30
Update for e2fsprogs 1.38 release.
Theodore Ts'o
1
-0
/
+4
2005-06-27
Fix blkid's debugging/TEST_PROGRAM code so that it is sufficiently
Theodore Ts'o
3
-1
/
+43
2005-05-07
Add a new option to the blkid program, -l, which will more efficiently search
Theodore Ts'o
4
-16
/
+57
2005-05-07
Fix gcc -Wall nits in the blkid library.
Theodore Ts'o
6
-15
/
+17
2005-05-07
Clean up the debugging code in the blkid library so that we don't use
Theodore Ts'o
6
-63
/
+66
[next]