aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
* Mechanically convert cddl sun #ifdef's to illumosSteven Hartland2015-01-178-55/+55
* Eliminate illumos whole disk special case when searching for a ZFS vdevSteven Hartland2015-01-161-0/+6
* Use the correct state name for unavailable pools in zpool listSteven Hartland2014-12-311-1/+2
* MFV r275784:Xin LI2014-12-151-4/+1
* MFV r275537:Xin LI2014-12-071-13/+39
* MFV r274273:Xin LI2014-11-103-18/+39
* MFV r272493:Xin LI2014-10-041-5/+11
* zfs_setprop_error(): Handle errno value E2BIG.Will Andrews2014-09-181-0/+6
* MFV r271511:Xin LI2014-09-131-12/+6
* MFV r269010:Xin LI2014-07-261-0/+8
* MFV r268453:Xin LI2014-07-092-19/+19
* MFV r268119:Xin LI2014-07-011-9/+12
* - Fix handling of "new" style of ioctl in compatiblity mode [1];Xin LI2014-07-011-10/+17
* MFV r267566:Xin LI2014-07-011-0/+1
* MFV r267565:Xin LI2014-07-012-7/+45
* Comment out some pointless device open/close around reading device IDs.Alexander Motin2014-05-102-0/+8
* Silence compiler warning due to missing return in idmap_id_to_numeric_domain_ridSteven Hartland2014-04-241-0/+1
* MFV r264829:Xin LI2014-04-232-0/+40
* Take into account when zpool history block grows exceeding 128KB in zpool(8)Xin LI2014-04-141-4/+26
* MFV r263887:Xin LI2014-03-283-12/+20
* MFV r262570:Xin LI2014-02-271-4/+11
* MFV r260154 + 260182:Xin LI2014-01-025-40/+236
* MFV r258384:Xin LI2013-12-252-8/+10
* MFV r258374:Xin LI2013-12-241-6/+5
* Don't even try to read vdev labels from devices smaller then SPA_MINDEVSIZEAlexander Motin2013-12-101-2/+9
* MFV r254750:Xin LI2013-09-211-11/+8
* MFV r254748:Xin LI2013-08-241-1/+5
* Enhance the ZFS vdev layer to maintain both a logical and a physicalJustin T. Gibbs2013-08-212-35/+53
* MFV r254421:Xin LI2013-08-211-10/+2
* MFV r253781 + r253871:Xin LI2013-07-301-4/+11
* MFV r253784:Steven Hartland2013-07-301-2/+2
* MFV r252215:Xin LI2013-06-251-9/+20
* Diff reduction against Illumos, no real change to code itself.Xin LI2013-06-251-0/+1
* MFV r251644:Xin LI2013-06-123-121/+120
* MFV r251623:Xin LI2013-06-111-16/+0
* MFV r251619:Xin LI2013-06-111-0/+5
* Respect the enoent_ok flag if reporting error for holding an non-existingMartin Matuska2013-04-251-4/+7
* Correct error message.Pawel Jakub Dawidek2013-04-161-1/+1
* Fix libzfs to report error instead of returning zero if trying to hold orMartin Matuska2013-04-111-4/+24
* ZFS expects a copyout of zfs_cmd_t on an ioctl error. Our sys_ioctl()Martin Matuska2013-04-091-1/+3
* MFV r247580:Martin Matuska2013-03-193-134/+215
* Move common zfs ioctl compatibility functions (userland) into libzfs_compat.cMartin Matuska2013-03-182-64/+105
* Fix working with zfs_ioctl_version in libzfs_compat.h and include mirrorMartin Matuska2013-03-171-7/+19
* libzfs_core:Martin Matuska2013-03-171-5/+5
* Move libzfs compat functions to libzfs_compat.hMartin Matuska2013-03-062-59/+95
* WiP merge of libzfs_core (MFV r238590, r238592)Martin Matuska2013-03-056-198/+208
* Fix the zfs_ioctl compat layer to support zfs_cmd size change introducedMartin Matuska2013-03-011-9/+26
* MFV r246388:Martin Matuska2013-02-101-7/+1
* Reports pools which have a removed l2cache disk under -x as this is whatSteven Hartland2013-01-151-0/+10
* Fixes zfs receive errors caused by snapshot replication being processed in aSteven Hartland2012-12-131-2/+29