summaryrefslogtreecommitdiffstats
path: root/daemon/blkid.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: collect list of called external commandsOlaf Hering2012-08-301-4/+6
* daemon: Don't call reply_with_* after split_lines fails.Richard W.M. Jones2012-03-161-3/+1
* daemon: Implement a growable strings buffer type.Richard W.M. Jones2012-03-131-20/+18
* daemon: Remove unused variables.Richard W.M. Jones2012-03-121-7/+0
* daemon: Fix leak of strings in blkid (found by valgrind).Richard W.M. Jones2012-01-241-2/+2
* daemon: blkid: Whitespace changes, and use size_t for i instead of pointer.Richard W.M. Jones2012-01-241-18/+21
* debian: Debian 6 blkid has -p but not -i.Richard W.M. Jones2012-01-231-30/+62
* blkid: split the RHEL5 which can't support some optionsWanlong Gao2011-12-051-7/+73
* Revert "blkid: Use -c /dev/null because RHEL 5 blkid doesn't have -p option."Richard W.M. Jones2011-12-041-5/+2
* Revert "blkid: Fix mistake in previous commit."Richard W.M. Jones2011-12-041-1/+1
* blkid: Fix mistake in previous commit.Richard W.M. Jones2011-12-031-1/+1
* blkid: Use -c /dev/null because RHEL 5 blkid doesn't have -p option.Richard W.M. Jones2011-12-031-2/+5
* NEW API: add blkid command to print the attributes of the deviceWanlong Gao2011-12-031-0/+75
* Update FSF address.Matthew Booth2011-11-081-1/+1
* blkid: Use -c /dev/null option to kill the cache.Richard W.M. Jones2011-07-201-9/+4
* blkid: Detect when value not found and return empty string.Richard W.M. Jones2011-07-201-4/+15
* daemon: blkid cache is at a different location on Debian.Richard W.M. Jones2010-11-241-1/+2
* New APIs: vfs-label and vfs-uuid return label and uuid for many fs types.Richard Jones2010-06-011-0/+12
* daemon: Kill blkid cache to improve reliability of blkid commands.Richard Jones2010-06-011-0/+7
* daemon: Generalize the implementation of vfs-type.Richard Jones2010-06-011-3/+9
* appliance: Set $PATH instead of hard-coding paths to binaries everywhere.Richard Jones2010-03-261-1/+1
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-1/+1
* New API: vfs_type - get the Linux VFS driver for a mounted device.Richard Jones2009-10-261-0/+53