summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: add strtosize() functionKarel Zak2010-03-302-1/+151
* lib: fix blkdev_find_size()Karel Zak2010-03-161-4/+16
* cal: factor out and update multibyte alignment codePádraig Brady2010-03-161-0/+254
* lib: avoid compilation failure on rawhideJim Meyering2010-03-161-0/+1
* mount: report ambivalent FS detection, improve brute force detectionKarel Zak2010-03-151-9/+24
* lib: use fstat() as fallback in blkdev_get_size()Karel Zak2010-03-111-0/+9
* lib: add mangle.c for mtab (fstab or swaps) encodingKarel Zak2010-03-102-1/+118
* liblkid: move getsize.c code to lib/Karel Zak2010-03-101-8/+79
* build-sys: remove duplicate #includesKarel Zak2010-02-121-1/+0Star
* lib: bug (typo) in function MD5Final()Karel Zak2009-12-101-1/+1
* build-sys: add HAVE_LIBBLKID_INTERNALKarel Zak2009-10-271-4/+4
* mount: and libblkid: covert /dev/dm-N to /dev/mapper/<name>Karel Zak2009-10-261-4/+44
* libblkid: use BLKSSZGET for GPT sectorsKarel Zak2009-10-221-1/+5
* lib: import whole ismounted.c code from e2fsprogsKarel Zak2009-10-141-70/+232
* Merge branch 'for_upstream' of git://git.kernel.org/pub/scm/utils/util-linux-...Karel Zak2009-10-051-3/+0Star
|\
| * lib: fix file descriptor leak in is_mounted()Theodore Ts'o2009-10-031-3/+0Star
* | lib: fix lib/Makefile.am (remove pttype.c)Karel Zak2009-09-301-1/+0Star
* | lib: remove pttype.cKarel Zak2009-09-292-293/+1Star
* | lib: add a generic crc32()Karel Zak2009-09-161-0/+116
* | libblkid: use the new API in whole u-l-ngKarel Zak2009-09-161-3/+6
|/
* mount: use TAG parsing function from libblkidKarel Zak2009-05-291-22/+4Star
* mount: (and fsck) remove libvolume_id supportKarel Zak2009-05-221-130/+3Star
* build-sys: fix blkid.h include for old e2fsprogsKarel Zak2009-05-111-0/+4
* blkid: rename blkid_evaluate_spec to blkid_evaluate_tagKarel Zak2009-04-291-7/+7
* lib: do not include <linux/fd.h> in ismounted.cAurelien Jarno2009-04-201-1/+0Star
* lib: fsprobe - fix gcc warningKarel Zak2009-03-161-1/+1
* lib: wholedisk - extend API, add test programKarel Zak2009-03-123-16/+40
* lib: pttype - extend the API to work with file descriptorsKarel Zak2009-03-121-7/+15
* lib: pttype: fix DOS detectionKarel Zak2009-03-121-7/+7
* lib: pttype: add BSD subpartitions supportKarel Zak2009-03-121-2/+26
* lib: add pttype.c for PT types detectionKarel Zak2009-03-123-2/+264
* lib: add is_whole_disk() from fdisk codeKarel Zak2009-03-111-0/+31
* lib: fix fsprobe wrapper (const char * is nonsense)Karel Zak2009-03-031-21/+21
* lib: gcc warning in fix fsprobeKarel Zak2009-03-031-1/+1
* build-sys: add fsck binary to .gitignoreKarel Zak2009-02-181-0/+1
* tests: add fsck:ismounted reg.testKarel Zak2009-02-181-4/+7
* lib: add test_ismounted for regression testKarel Zak2009-02-183-6/+8
* fsck: cosmetic changes (NLS, paths, ...)Karel Zak2009-02-181-3/+4
* lib: make open_device() optional in fsprobe.cKarel Zak2009-02-181-0/+2
* fsck: move fsck from e2fsprogs to util-linux-ngKarel Zak2009-02-181-0/+199
* build-sys: use pkg-config for blkid and volume_idKarel Zak2009-02-171-1/+1
* mount: generic blkid/volume_id wrapper, use blkid_evaluate_*Karel Zak2009-02-171-0/+388
* mount: move realpath.c code to lib/Karel Zak2009-02-111-0/+152
* lib: add __BYTE_ORDER to md5.cKarel Zak2008-12-081-1/+6
* lib: blkdev.c clean up, non-linux supportSamuel Thibault2008-07-241-8/+59
* fdisk: don't use get_linux_version() for non-linuxSamuel Thibault2008-07-241-2/+6
* build-sys: ignore a bunch of generated files, mostly binariesJames Youngman2008-04-141-0/+1
* tests: move test_bkdev to lib/Karel Zak2007-11-281-0/+9
* lib: add blkdev.{c,h}Stefan Krah2007-11-071-0/+93
* lib: add linux_version.{c,h}Stefan Krah2007-11-061-0/+25