aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libzfs: tokenise consistently with zfs and zpoolнаб2022-03-151-50/+10
* Integrate carcass of libspl/i/s/vtoc.h into i/s/efi_partition.hнаб2022-03-151-1/+0
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-155-5/+5
* Remove bcopy(), bzero(), bcmp()наб2022-03-155-12/+9
* libspl: include: sys/vtoc.h: reduce to absolute barest minimumнаб2022-03-151-2/+3
* libzfs: Convert to fnvpair functionsRyan Moeller2022-03-147-200/+125
* get_key_material_https: removed bogus free() callHarry Sintonen2022-03-131-1/+0
* libzfs: FreeBSD doesn't resize partitions for youRyan Moeller2022-03-111-2/+4
* libzfs, libzfs_core: send: always write to pipeнаб2022-03-081-7/+101
* libzfs: migrate single-use libzfs_set_pipe_max() to libzfs_coreнаб2022-03-085-67/+0