summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/opensolaris/lib/libzfs_core/common
Commit message (Collapse)AuthorAgeFilesLines
* MFV r252215:delphij2013-06-251-17/+6
| | | | | | | | | | | | Restore a previous behavior before r251646, where when destructing ZFS snapshot, the ioctl would return ENOENT when it hit any of them in the errlist (the new behavior was only return ENOENT when all returns error). Illumos ZFS issues: 3829 fix for 3740 changed behavior of zfs destroy/hold/release ioctl MFC after: 1 week
* MFV r251644:delphij2013-06-121-12/+35
| | | | | | | | | | | Poor ZFS send / receive performance due to snapshot hold / release processing (by smh@) Illumos ZFS issues: 3740 Poor ZFS send / receive performance due to snapshot hold / release processing MFC after: 2 weeks
* MFV r247580:mm2013-03-193-8/+160
| | | | | | | | | | | Merge synctask code restructuring from vendor. Modify forward and backward compatibility to support new change. Illumos ZFS issues: 3464 zfs synctask code needs restructuring Sponsored by: Hybrid Logic Ltd.
* Move common zfs ioctl compatibility functions (userland) into libzfs_compat.cmm2013-03-182-11/+11
| | | | Introduce additional constants for zfs ioctl versions
* Fix working with zfs_ioctl_version in libzfs_compat.h and include mirrormm2013-03-173-14/+17
| | | | lzc_ioctl_version in libzfs_core
* Add forwards compatibility for libzfs_coremm2013-03-174-1/+216
| | | | Unsupported: creation of multiple snapshots including "zfs snapshot -r"
* Move libzfs compat functions to libzfs_compat.hmm2013-03-062-1/+2
| | | | This header is used by both libzfs_core and libzfs libraries
* WiP merge of libzfs_core (MFV r238590, r238592)mm2013-03-052-0/+550
not yet working, ioctl handling needs to be changed
OpenPOWER on IntegriCloud