index
:
openslx/kernel-qcow2-util-linux.git
kernel-qcow2
master
xloop-hack
In-kernel qcow2 (losetup)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libblkid
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of https://github.com/pali/util-linux
Karel Zak
2017-05-11
5
-40
/
+3
|
\
|
*
Revert "libblkid: Probe UDF volumes for ISO9660 info as well"
Pali Rohár
2017-05-05
5
-40
/
+3
*
|
libblkid: add blkid_partitions_get_name()
Sami Kerola
2017-05-03
4
-0
/
+19
|
/
*
libblkid: udf: For better readibility use one snprintf call instead multiple ...
Pali Rohár
2017-05-01
1
-4
/
+5
*
misc: fix some printf format strings
Ruediger Meier
2017-04-10
1
-1
/
+2
*
libblkid: fix typo
Karel Zak
2017-03-24
1
-1
/
+2
*
libblkid: prevent OOB access while probing HFS+
Tobias Stoeckmann
2017-03-23
1
-2
/
+4
*
libblkid: ensure uninitialized variable is not used [clang]
Sami Kerola
2017-03-13
1
-5
/
+10
*
libblkid: avoid overflow when initializing array
Sami Kerola
2017-03-13
1
-1
/
+1
*
misc: stop mixing declarations and code
Sami Kerola
2017-03-13
1
-4
/
+3
*
libblkid: Fix blkid.conf parsing
Tobias Stoeckmann
2017-03-13
1
-1
/
+1
*
libblkid: remove unnecessary 'static' keyword
Karel Zak
2017-02-20
1
-2
/
+2
*
libblkid: declare across file variables in blkidP.h [smatch scan]
Sami Kerola
2017-02-20
2
-5
/
+5
*
misc: add static keyword to where needed [smatch scan]
Sami Kerola
2017-02-20
2
-2
/
+2
*
misc: do not use plain 0 as NULL [smatch scan]
Sami Kerola
2017-02-20
7
-22
/
+22
*
libblkid: (gpt) fix force flag
Karel Zak
2017-02-15
1
-1
/
+1
*
libblkid: fix BLKID_PARTS_FORCE_GPT usage
Karel Zak
2017-02-14
1
-2
/
+6
*
libblkid: Fix out of bounds reads in BEFS handling
Alden Tondettar
2017-01-25
1
-32
/
+90
*
libblkid: Fix out of bounds reads on bad GPT header
Alden Tondettar
2017-01-25
1
-8
/
+7
*
libblkid: Fix out of bounds reads on bad NTFS Master File Table
Alden Tondettar
2017-01-25
1
-6
/
+6
*
libblkid: Fix out of bounds byte swaps in ZFS handling
Alden Tondettar
2017-01-25
1
-69
/
+90
*
libblkid: add blkid_probe_set_sectorsize()
Karel Zak
2017-01-13
4
-0
/
+23
*
libblkid/minix: Sanity check superblock s_state for v 1 and 2
Nate Clark
2017-01-04
1
-0
/
+4
*
libblkid/minix: Use same checks for version 3
Nate Clark
2017-01-04
1
-14
/
+23
*
libblkid/minix: Match minix superblock types
Nate Clark
2017-01-04
1
-1
/
+2
*
docs: replace FTP by HTTPS in kernel.org URLs
Sébastien Helleu
2016-12-19
2
-2
/
+2
*
misc: spelling, always use "cannot" instead of "can not"
Ruediger Meier
2016-11-30
1
-1
/
+1
*
misc: once again some printf format strings
Ruediger Meier
2016-10-27
2
-4
/
+4
*
misc: fix some compiler warnings
Ruediger Meier
2016-10-27
2
-32
/
+4
*
lib/crc32: prefix public functions
Gustavo Zacarias
2016-10-19
2
-4
/
+4
*
libblkid: Avoid strlen if only first char is checked
Tobias Stoeckmann
2016-10-06
6
-6
/
+6
*
libblkid: check blkid_parse_tag_string() return code [coverity scan]
Karel Zak
2016-10-04
2
-4
/
+2
*
libblkid: [exfat] Limit maximum number of iterations in find_label
Rostislav Skudnov
2016-08-30
1
-1
/
+6
*
libblkid: ignore empty MBR on LVM device
Karel Zak
2016-08-30
1
-0
/
+31
*
libblkid: remove unused function
Karel Zak
2016-08-30
2
-11
/
+0
*
libblkid: Avoid OOB access on illegal ZFS superblocks
Tobias Stoeckmann
2016-08-29
1
-1
/
+1
*
libblkid: Check that cluster size is nonzero when probing exFAT
Rostislav Skudnov
2016-08-16
1
-1
/
+1
*
liblkid: fix probe_nilfs2 I/O error backup
Karel Zak
2016-08-02
1
-4
/
+15
*
libblkid: fix debugging macro [oclint]
Sami Kerola
2016-07-21
1
-19
/
+13
*
libblkid: simplify if clause [oclint]
Sami Kerola
2016-07-21
1
-6
/
+4
*
libblkid: avoid non-empty recursion in EBR
Karel Zak
2016-07-12
3
-0
/
+23
*
libblkid: ignore extended partition at zero offset
Karel Zak
2016-07-07
1
-2
/
+12
*
libblkid: Add metadata signature check for IMSM on 4Kn drives
Alexey Obitotskiy
2016-07-01
1
-6
/
+7
*
liblkid: Add length check in probe_nilfs2 before crc32
Torsten Hilbrich
2016-06-24
1
-1
/
+8
*
libblkid: don't check nonnull attributes for NULL [-Wnonnull-compare]
Karel Zak
2016-06-14
8
-187
/
+135
*
misc: Fix various typos
Sebastian Rasmussen
2016-05-31
30
-73
/
+73
*
docs: Fix various typos
Sebastian Rasmussen
2016-05-31
2
-4
/
+4
*
libblkid: store only canonical devnames to the cache
Karel Zak
2016-05-26
3
-9
/
+48
*
libblkid: improve debug messages
Karel Zak
2016-05-25
5
-29
/
+16
*
libblkid: make I/O errors on CDROMs non-fatal
Karel Zak
2016-04-28
1
-1
/
+4
[next]