aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_util.c
Commit message (Expand)AuthorAgeFilesLines
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-6/+6
* Fix 'zpool import' detection issuesBrian Behlendorf2016-11-071-0/+39
* Fix coverity defects: CID 147548cao2016-10-311-2/+3
* Fix coverity defects: CID 147488, 147490cao2016-10-141-1/+7
* Fix file permissionsBrian Behlendorf2016-10-081-0/+0
* Fletcher4: Init in libzfs_init()Gvozden Neskovic2016-10-031-0/+3
* Fix coverity defects: CID 147443, 147656, 147655, 147441, 147653BearBabyLiu2016-09-291-2/+2
* Change /etc/mtab to /proc/self/mountsslashdd2016-09-201-3/+3
* Fix: Array bounds read in zprop_print_one_property()GeLiXin2016-08-221-1/+2
* libzfs: Fix missing va_end call on ENOSPC and EDQUOT casesColin Ian King2016-07-291-1/+1
* Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queuesTony Hutter2016-05-121-12/+82
* Add the ZFS Test SuiteBrian Behlendorf2016-03-161-1/+2
* Prevent zpool_find_vdev() from truncating vdev pathBrian Behlendorf2016-02-081-2/+4
* Illumos 5745 - zfs set allows only one dataset property to be set at a timeChris Williamson2015-12-291-5/+10
* libzfs: handle EDOM errorsDHE2015-10-131-0/+5
* Add libzfs_error_init() functionBrian Behlendorf2015-05-221-16/+30
* Wait in libzfs_init() for the /dev/zfs deviceBrian Behlendorf2015-05-221-4/+65
* Illumos 3897 - zfs filesystem and snapshot limitsJerry Jelinek2015-04-281-0/+11
* Fix possible future overflow in zfs_nicenumChrister Ekholm2015-02-241-1/+1
* Properly NULL terminate string in zfs_strcmp_pathnameRichard Yao2014-09-231-1/+1
* Check the dataset type more rigorously when fetching properties.Tim Chase2014-05-061-1/+1
* Fix for re-reading /etc/mtab.John M. Layman2014-04-041-1/+4
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-18/+18
* Illumos #2882, #2883, #2900Matthew Ahrens2013-09-041-13/+11
* Add error message for missing /etc/mtabAaron Fineman2013-06-271-0/+2
* Illumos #2619 and #2747Christopher Siden2013-01-081-6/+13
* Fix 'zpool create' segfault due to bad syntaxJorgen Lundman2012-12-041-4/+6
* Allow 'zpool replace' to use short device namesBrian Behlendorf2012-10-221-40/+149
* Illumos #1644, #1645, #1646, #1647, #1708Matthew Ahrens2012-07-311-1/+4
* Use /sys/module instead of /proc/modules.Etienne Dechamps2012-07-261-19/+5
* Add /dev/mapper/ to search pathBrian Behlendorf2012-06-011-1/+13
* Add vdev_id for JBOD-friendly udev aliasesNed A. Bass2012-06-011-2/+3
* Use /dev/null for stdout/stderr in libzfs_run_process().Gunnar Beutner2011-08-011-3/+10
* Support IEC base-2 prefixesRichard Laager2011-04-191-4/+7
* Print mount/umount errorsBrian Behlendorf2011-03-091-4/+8
* Remove HAVE_ZPL from commands and librariesBrian Behlendorf2011-02-041-2/+0
* Open up libzfs_run_process/libzfs_load_moduleBrian Behlendorf2011-01-281-2/+3
* Call modprobe with absolute pathNed Bass2010-10-221-1/+1
* Add helper functions for manipulating device namesNed Bass2010-10-221-0/+40
* Make commands load zfs module on demandNed Bass2010-10-111-0/+70
* Add linux user util supportBrian Behlendorf2010-08-311-0/+7
* Add linux user disk supportBrian Behlendorf2010-08-311-0/+3
* Add linux mntent supportBrian Behlendorf2010-08-311-0/+8
* Fix gcc uninitialized variable warningsBrian Behlendorf2010-08-311-1/+1
* Fix gcc cast warningsBrian Behlendorf2010-08-271-5/+4
* Update to onnv_147Brian Behlendorf2010-08-261-10/+39
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-26/+49
* Rebase master to b121Brian Behlendorf2009-08-181-0/+5
* Rebase master to b117Brian Behlendorf2009-07-021-2/+17
* Rebase master to b108Brian Behlendorf2009-02-181-3/+2