aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* libzfs: sendrecv: always cancel progress thread in zfs_send_one()наб2022-04-051-2/+1
* libspl: print_timestamp: use localtime_r()наб2022-04-051-2/+3
* libzfs: sendrecv: send_progress_thread: use localtime_r()наб2022-04-051-6/+6
* linux: libshare: smb: fix more than one smb_is_share_active() callнаб2022-04-011-15/+5
* Ask libtool to stop hiding some errorsRich Ercolani2022-03-3115-0/+36
* libzfs: don't NULL-check infallible allocationsнаб2022-03-3013-262/+105
* config: user: check for <aio.h>наб2022-03-281-0/+6
* linux: libzutil: zfs_path_order: don't strdup ZPOOL_IMPORT_PATHнаб2022-03-231-17/+17
* libzutil: zfs_resolve_shortname: don't strdup() ZPOOL_IMPORT_PATHнаб2022-03-231-19/+20
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-233-5/+5
* zed: Fix mpath autoreplace on Centos 7Tony Hutter2022-03-181-7/+4