aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS 6672 - arc_reclaim_thread() should use gethrtime()David Quigley2016-05-061-0/+9
* taskq_create() calls thread_create() with wrong argumentsDenys Rtveliashvili2016-05-051-1/+1
* Add support for libtirpcBrian Behlendorf2016-04-287-132/+30
* Illumos 6659 - nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek2016-04-275-24/+12
* Fix 'zpool import' blkid device namesBrian Behlendorf2016-04-251-19/+123
* Disable efi_debug in --enable-debug buildsBrian Behlendorf2016-04-251-4/+0
* Use udev for partition detectionBrian Behlendorf2016-04-252-27/+118
* Create unique partition labelsBrian Behlendorf2016-04-251-1/+27
* Add pn_alloc()/pn_free() functionsBrian Behlendorf2016-04-211-0/+1
* Rework zpool import excluded devices checkNikolay Borisov2016-04-181-26/+16
* Make zfs mount according to relatime config in datasetChunwei Chen2016-04-051-0/+8
* Add support for devid and phys_path keys in vdev disk labelsDon Brady2016-03-314-107/+336
* Remove complicated libspl assert wrappersBrian Behlendorf2016-03-301-46/+36
* Move hrtime_t timestruc_t and timespec_tCarlo Landmeter2016-03-292-4/+5
* Set _DATE_FMT to '%+' if not defined in libspl/timestamp.cCarlo Landmeter2016-03-291-0/+4
* Include sys/types.h in devid.hCarlo Landmeter2016-03-291-0/+1
* Fix zdb -e and zhack thread_init()Brian Behlendorf2016-03-211-2/+1
* Cleanup linkingRichard Yao2016-03-182-2/+2
* Add support for s390[x].Dimitri John Ledkov2016-03-172-2/+17
* Add the ZFS Test SuiteBrian Behlendorf2016-03-161-1/+2
* Fix aarch64 compilationGordan Bobic2016-03-151-1/+2
* Add support for asynchronous zvol minor operationsBoris Protopopov2016-03-101-0/+22
* Updated paths to scan when importing zpool(s)Thijs Cramer2016-03-091-1/+3
* Require libblkidBrian Behlendorf2016-03-091-16/+6
* Fix zpool iostat bandwidth/ops calculationTony Hutter2016-03-081-13/+1
* Add -gLp to zpool subcommands for alt vdev namesRichard Yao2016-02-251-18/+40
* Prevent zpool_find_vdev() from truncating vdev pathBrian Behlendorf2016-02-081-2/+4
* Illumos 4448 - zfs diff misprints unicode charactersJoshua M. Clulow2016-02-051-6/+9
* kobj_read_file: Return -1 on vn_rdwr() errorRichard Yao2016-01-231-2/+3
* Illumos 1778 - Assertion failed: rn->rn_nozpool == B_FALSEAndrew Stormont2016-01-221-3/+1
* Illumos 5518 - Memory leaks in libzfs import implementationMarcel Telka2016-01-222-33/+43
* Illumos 6815179, 6844191Brian Behlendorf2016-01-222-64/+292
* Linux 4.5 compat: pfn_t typedefBrian Behlendorf2016-01-201-1/+0
* Illumos 4953, 4954, 4955Matthew Ahrens2016-01-152-15/+15
* Illumos 6298 - zfs_create_008_neg and zpool_create_023_negJoe Stein2016-01-152-20/+53
* Illumos 3557, 3558, 3559, 3560George Wilson2016-01-151-6/+16
* Illumos 6280 - libzfs: unshare_one() could fail with EZFS_SHARENFSFAILEDMarcel Telka2016-01-121-1/+2
* Illumos 6358 - A faulted pool with only unavailable vdevsDan Vatca2016-01-121-2/+4
* Illumos 6268 - zfs diff confused by moving a file to another directoryJoshua M. Clulow2016-01-121-12/+2
* Fix vn_rdwr() compiler warningBrian Behlendorf2016-01-111-2/+2
* Illumos 4891 - want zdb option to dump all metadataMatthew Ahrens2016-01-111-2/+33
* Illumos 5960, 5925Paul Dagnelie2016-01-083-20/+41
* Illumos 5746 - more checksumming in zfs sendMatthew Ahrens2015-12-301-73/+70
* Illumos 5745 - zfs set allows only one dataset property to be set at a timeChris Williamson2015-12-292-48/+129
* Either _ILP32 or _LP64 must be definedBrian Behlendorf2015-12-101-15/+27
* Fix cstyle issue from 7a02327ilovezfs2015-12-041-2/+2
* Ext4's typical GPT partition type not recognizedilovezfs2015-12-041-1/+61
* Illumos 934 - FreeBSD's GPT not recognizedYuri Pankov2015-12-041-1/+7
* sysmacros: Make P2ROUNDUP not trigger int overflowJason Zaman2015-11-161-4/+2
* Fix maybe uninitializedBrian Behlendorf2015-11-091-1/+1