summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/opensolaris/lib/libzfs/common
Commit message (Expand)AuthorAgeFilesLines
* MFV r252215:delphij2013-06-251-9/+20
* Diff reduction against Illumos, no real change to code itself.delphij2013-06-251-0/+1
* MFV r251644:delphij2013-06-123-121/+120
* MFV r251623:delphij2013-06-111-16/+0
* MFV r251619:delphij2013-06-111-0/+5
* Respect the enoent_ok flag if reporting error for holding an non-existingmm2013-04-251-4/+7
* Correct error message.pjd2013-04-161-1/+1
* Fix libzfs to report error instead of returning zero if trying to hold ormm2013-04-111-4/+24
* ZFS expects a copyout of zfs_cmd_t on an ioctl error. Our sys_ioctl()mm2013-04-091-1/+3
* MFV r247580:mm2013-03-193-134/+215
* Move common zfs ioctl compatibility functions (userland) into libzfs_compat.cmm2013-03-182-64/+105
* Fix working with zfs_ioctl_version in libzfs_compat.h and include mirrormm2013-03-171-7/+19
* libzfs_core:mm2013-03-171-5/+5
* Move libzfs compat functions to libzfs_compat.hmm2013-03-062-59/+95
* WiP merge of libzfs_core (MFV r238590, r238592)mm2013-03-056-198/+208
* Fix the zfs_ioctl compat layer to support zfs_cmd size change introducedmm2013-03-011-9/+26
* MFV r246388:mm2013-02-101-7/+1
* Reports pools which have a removed l2cache disk under -x as this is whatsmh2013-01-151-0/+10
* Fixes zfs receive errors caused by snapshot replication being processed in asmh2012-12-131-2/+29
* Add missing initialization for do_prefix.mm2012-10-171-1/+1
* Make sure that each va_start has one and only one matching va_end,kevlo2012-09-281-0/+2
* It is possible to recursively destroy snapshots even if the snapshotpjd2012-09-232-2/+32
* Merge recent zfs vendor changes, sync code and adjust userland DEBUG.mm2012-09-121-12/+17
* Merge recent vendor changes:mm2012-08-281-1/+1
* Merge recent vendor changes:mm2012-08-231-46/+39
* Partial MFV (illumos-gate 13753:2aba784c276b)mm2012-07-302-1/+27
* Merge illumos commit 13749:df4cd82e2b60mm2012-07-133-10/+65
* Change behavior introduced in r237119 to vendor solutionmm2012-07-121-7/+10
* Do not remount ZFS dataset if changing canmount property to "on" andmm2012-06-151-1/+3
* Introduce "feature flags" for ZFS pools (bump SPA version to 5000).mm2012-06-115-10/+307
* Import Illumos revision 13715:351036203e4bmm2012-06-071-0/+12
* Import illumos changeset 13570:3411fd5f1589mm2012-05-272-7/+29
* zpool_find_import_impl: another /dev/dsk -> /dev fixavg2012-05-151-1/+1
* Import illumos changeset 13686:4bc0783f6064mm2012-05-102-3/+86
* Add support for force unmounting ZFS filesystems during "zfs rename"mm2012-05-102-1/+7
* Merge illumos revisions 13572, 13573, 13574:mm2012-01-241-1/+1
* Dramatically optimize listing snapshots when user requests only snapshotpjd2012-01-215-12/+39
* Add one more copyright line accidentially removed in r228103mm2012-01-201-0/+1
* Add accidentially removed copyright lines in r228103mm2012-01-201-0/+1
* Merge new ZFS features from illumos:mm2011-11-289-1083/+1164
* Update copyright to include myself.pjd2011-10-244-0/+9
* Extend r226676 to allow rename without unmount even for file systems withpjd2011-10-244-23/+40
* Allow to rename file systems without remounting if it is possible.pjd2011-10-243-3/+22
* Remove assertion that prevents zfs rename of datasets with mountpoint=nonemm2011-09-281-1/+0
* Fix wrong initialization of "cmd" for calling the jail/unjail ioctl.mm2011-07-301-1/+2
* cddl/contrib/opensolaris/cmd/zpool/zpool_main.c:gibbs2011-07-181-2/+2
* Correct reporting of missing leaf vdevs so that the GUID required togibbs2011-07-181-5/+14
* cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h:gibbs2011-07-182-4/+33
* Add a new "REFCOMPRESSRATIO" property.mm2011-06-281-0/+2
* Fix 'zfs list <path>' handling. If the path was found, the 'ret' variable waspjd2011-04-121-3/+4
OpenPOWER on IntegriCloud