aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-282-0/+43
* Fix unsafe string operationsRichard Yao2022-09-272-14/+18
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-272-8/+6
* Enforce "-F" flag on resuming recv of full/newfs on existing datasetJitendra Patidar2022-09-272-0/+43
* Fix userland resource leaksRichard Yao2022-09-231-0/+1
* Call va_end() before return in zpool_standard_error_fmt()Richard Yao2022-09-201-1/+1
* Handle ECKSUM as new EZFS_CKSUM ‒ "insufficient replicas"наб2022-09-161-0/+6
* zpool_load_compat() should create strings of length ZFS_MAXPROPLENRichard Yao2022-09-121-2/+2
* Make zfs-share service resilient to stale exportsDon Brady2022-09-092-17/+50
* Revert "Avoid panic with recordsize > 128k, raw sending and no large_blocks"Brian Behlendorf2022-08-251-10/+0
* Updates for snapshots_changed propertyUmer Saleem2022-08-241-1/+1
* libzfs: Remove unused zpool_get_physpath()Ryan Moeller2022-08-042-155/+0
* Add snapshots_changed as propertyUmer Saleem2022-08-022-1/+22
* Implement a new type of zfs receive: corrective receive (-c)Alek P2022-07-281-12/+85
* Add createtxg sort support for simple snapshot iteratorAmeer Hamza2022-07-251-0/+14
* Expose ZFS dataset case sensitivity setting via sb_optsixhamza2022-07-141-0/+7
* Replace dead opensolaris.org license linkTino Reichardt2022-07-1116-16/+16
* Re-fix -Wwrite-strings on FreeBSDнаб2022-06-301-1/+1
* linux: libzfs: util: don't fallthrough to to end-of-switchнаб2022-06-291-1/+1
* Enable -Wwrite-stringsнаб2022-06-2911-57/+49
* Avoid panic with recordsize > 128k, raw sending and no large_blocksGeorge Amanakis2022-06-271-0/+10
* libzfs: Prevent overridding of error codeixhamza2022-06-151-3/+3
* Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user propertyAllan Jude2022-06-144-20/+22
* libzfs: zfs_userns: Don't leak the namespace fdRyan Moeller2022-06-141-0/+2
* Add Linux namespace delegation supportWill Andrews2022-06-103-1/+83
* libzfs: Rename msg bufs to errbuf for consistencyRyan Moeller2022-06-091-135/+138
* libzfs: Define the defecto standard errbuf sizeRyan Moeller2022-06-098-52/+52
* Introduce BLAKE3 checksums as an OpenZFS featureTino Reichardt2022-06-081-4/+5
* Replace EXTRA_DIST with dist_noinst_DATABrian Behlendorf2022-05-261-2/+2
* libzfs: return (allocated) strings instead of filling buffersнаб2022-05-184-1431/+1424
* linux: libzfs: simplify module-loaded checkнаб2022-05-181-80/+71
* libspl/include: remove unused/empty headersнаб2022-05-182-2/+0
* libzfs: constify zfs_strip_partition(), zfs_strip_path()наб2022-05-162-5/+8
* libzfs: pool: zpool_vdev_name: use libzfs_envvar_is_setнаб2022-05-161-13/+5
* libzfs: zfs_unshare: minor cleanupнаб2022-05-121-7/+2
* libzfs: mount: zfs_unshare: don't reallocate mountpointнаб2022-05-121-15/+7
* Replace libzfs sharing _nfs() and _smb() APIs with protocol listsнаб2022-05-125-335/+165
* Publish libshare protocols, use enum-based APIнаб2022-05-124-124/+82
* autoconf: use include directives instead of recursing down libнаб2022-05-101-72/+52
* libzfs: pool: fix false-positives -Wmaybe-uninitialisedнаб2022-05-101-2/+2
* Improve zpool status output, list all affected datasetsGeorge Amanakis2022-04-251-5/+6
* Fix 'zpool history' sometimes fails without reporting any errorLow-power2022-04-151-9/+11
* libzfs: import: zpool_clear_label: bool for boolean statusнаб2022-04-131-9/+5
* libzfs: import: zpool_clear_label: don't allocate another time for L2ARC headerнаб2022-04-131-11/+7
* libzfs: import: zpool_clear_label: actually fail if clearing l2arc header failsнаб2022-04-131-10/+10
* libzfs: sendrecv: use common progress thread killerнаб2022-04-051-48/+23
* libzfs: sendrecv: always cancel progress thread in zfs_send_one()наб2022-04-051-2/+1
* libzfs: sendrecv: send_progress_thread: use localtime_r()наб2022-04-051-6/+6
* Ask libtool to stop hiding some errorsRich Ercolani2022-03-311-0/+2
* libzfs: don't NULL-check infallible allocationsнаб2022-03-3013-262/+105