aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Re-fix -Wwrite-strings on FreeBSDнаб2022-06-303-3/+3
* linux: libzfs: util: don't fallthrough to to end-of-switchнаб2022-06-291-1/+1
* Enable -Wwrite-stringsнаб2022-06-2917-65/+58
* 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-108-6/+128
* 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-084-7/+47
* Replace EXTRA_DIST with dist_noinst_DATABrian Behlendorf2022-05-265-6/+6
* FreeBSD: libspl: Add locking around statfs globalsRyan Moeller2022-05-241-1/+15
* linux: libshare: smb: don't swallow net(1) errorsнаб2022-05-181-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-1822-601/+6
* linux: libzutil: zfs_strip_path: only strip known prefixesнаб2022-05-161-1/+9
* libzfs: constify zfs_strip_partition(), zfs_strip_path()наб2022-05-164-12/+15
* libzfs: pool: zpool_vdev_name: use libzfs_envvar_is_setнаб2022-05-161-13/+5
* Remove hw_serial, ddi_strtoul()наб2022-05-131-16/+3
* linux: libshare/nfs: don't do anything unless exportfs is availableнаб2022-05-121-0/+30
* linux: libshare/smb: cache smb_availableнаб2022-05-121-7/+11
* libzfs: zfs_unshare: minor cleanupнаб2022-05-121-7/+2
* libshare/nfs: escape mount points when neededнаб2022-05-124-8/+64
* linux: libshare/nfs: bsearch() over valid keysнаб2022-05-121-28/+20
* 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-1211-204/+134
* libshare: delineate obsolete errorsнаб2022-05-121-10/+7
* libshare: use AVL tree with static data, pass all data in argumentsнаб2022-05-128-415/+121
* libshare: interface: {=> const} char *наб2022-05-122-10/+10
* libshare/smb: cleanupнаб2022-05-125-56/+36
* libshare/nfs: destaticify nfs_lock_fdнаб2022-05-121-19/+15
* freebsd: libshare/nfs: write directly in translate_opts()наб2022-05-121-10/+9
* freebsd: libshare/nfs: constify static const dataнаб2022-05-121-4/+4
* Remove enable_extended_FILE_stdio()наб2022-05-112-35/+0
* cppcheck: explicitly exclude kernel code from userspace checksнаб2022-05-104-4/+0
* autoconf: use include directives instead of recursing down libнаб2022-05-1025-795/+652
* libzfs: pool: fix false-positives -Wmaybe-uninitialisedнаб2022-05-101-2/+2
* libspl: include: remove [util/]sscanf.hнаб2022-05-103-34/+1
* Add workaround for broken Linux pipesRich Ercolani2022-05-091-0/+13
* FreeBSD: Clean up the use of ioflagsPawel Jakub Dawidek2022-05-021-8/+0
* Improve zpool status output, list all affected datasetsGeorge Amanakis2022-04-254-126/+117
* zpool_history_unpack: return correct errno on nvlist_unpack failureLow-power2022-04-201-2/+3
* 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