summaryrefslogtreecommitdiff
path: root/lib/blkid/devname.c
Commit message (Expand)AuthorAgeFilesLines
* libblkid: fix gcc -Wall warningsTheodore Ts'o2019-07-301-2/+2
* Merge branch 'maint' into nextTheodore Ts'o2017-08-291-1/+2
|\
| * Fix FreeBSD portability problem caused by it using character mode disk devicesTheodore Ts'o2017-08-281-1/+2
* | libblkid: fix buffer overflow scanning partition nameJin Qian2017-05-231-1/+1
|/
* include sys/sysmacros.h as neededMike Frysinger2017-05-191-0/+3
* libblkid: remove unneeded pointer checksTheodore Ts'o2014-01-101-2/+0
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* blkid: use /sys/block/dm-<N>/dm/nameKarel Zak2009-05-021-1/+29
* blkid: use /dev/mapper/<name> rather than /dev/dm-<N>Karel Zak2009-05-021-2/+11
* blkid: remove whole-disk entries from cache when partitions are foundEric Sandeen2009-04-221-0/+24
* libblkid: Refuse to create a device structure for a non-existent deviceTheodore Ts'o2008-10-181-0/+2
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-5/+5
* libblkid: Give a priority bonus to "leaf" devicemapper devicesTheodore Ts'o2008-08-271-3/+37
* Remove use of devmapper library by the blkid libraryTheodore Ts'o2008-08-261-194/+0
* libblkid: Optimize devicemapper supportTheodore Ts'o2008-08-261-5/+17
* libblkid: Fix potential crash if blkid cache is out of date when probingTheodore Ts'o2008-08-221-2/+2
* blkid: Fix probing logic so we find renamed devicesTheodore Ts'o2008-08-091-2/+4
* libblkid: Make sure we never reference a null dev->bid_typeTheodore Ts'o2008-07-131-1/+2
* blkid: Eliminate stale entries that duplicate a verified deviceTheodore Ts'o2008-06-281-2/+36
* libblkid: Add error checking to devicemapper code to avoid segfaultsTheodore Ts'o2008-02-261-44/+61
* e2fsprogs: fix blkid whole-disk scanning heuristicsEric Sandeen2007-12-021-7/+15
* Fix memory leak in blkid libraryTheodore Ts'o2007-03-061-0/+1
* Fix bug in device mapper scanning; probe_one() doesn't want a leading /devTheodore Ts'o2006-09-121-1/+1
* Prevent error messages to stderr caused by libblkid calling libdevmapperTheodore Ts'o2006-03-191-0/+10
* Fix blkid's last verification logic to work when the system clock is insaneTheodore Ts'o2006-03-121-0/+2
* Add device-mapper support to the blkid libraryKarel Zak2006-03-081-0/+166
* Add a new option to the blkid program, -l, which will more efficiently searchTheodore Ts'o2005-05-071-13/+39
* blkid.c (main, compare_search_type): Make blkid -t work moreTheodore Ts'o2005-01-271-2/+2
* we're reading unsigned long long, use %llu rather than %lld.Matthias Andree2005-01-121-1/+1
* Adjust blkid library so that it returns vfat in preference to msdos so Theodore Ts'o2005-01-051-1/+2
* Fix bug; if a partition has no known type, don't derference a null Theodore Ts'o2003-03-061-1/+2
* Fix up lots of portability problems that caused e2fsprogs not to build succes...Theodore Ts'o2003-03-061-1/+4
* Internal changes to the blkid library:Theodore Ts'o2003-02-221-2/+6
* Add dynamic debugging capabilities to the blkid library, Theodore Ts'o2003-02-221-21/+19
* Rename blkid_get_devname() to blkid_get_dev(), and blkid_get_token()Theodore Ts'o2003-02-161-4/+3
* Remove bid_id from the blkid device structure, as it is not used Theodore Ts'o2003-02-141-1/+0
* Add a priority label to the device structure, so we can give Theodore Ts'o2003-02-141-75/+63
* Wholesale changes to blkid library to simplify the implementation Theodore Ts'o2003-02-121-93/+86
* Separate public and private interfaces into separate header files.Theodore Ts'o2003-01-261-12/+12
* devname.c: Add support for EVMS to the blkid library.Theodore Ts'o2003-01-251-1/+33
* Fix gcc -Wall nits.Theodore Ts'o2003-01-251-17/+17
* Integrate new blkid library.Theodore Ts'o2003-01-231-0/+358