aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/os/linux
Commit message (Expand)AuthorAgeFilesLines
* Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.chenqiuhao19972024-05-131-1/+2
* Check for minimum partition sizeBrian Behlendorf2024-04-291-0/+10
* nvpair: Constify string functionsRichard Yao2023-03-141-1/+1
* Fix unsafe string operationsRichard Yao2022-09-271-2/+2
* Expose ZFS dataset case sensitivity setting via sb_optsixhamza2022-07-141-0/+7
* Replace dead opensolaris.org license linkTino Reichardt2022-07-113-3/+3
* linux: libzfs: util: don't fallthrough to to end-of-switchнаб2022-06-291-1/+1
* Enable -Wwrite-stringsнаб2022-06-292-19/+13
* libzfs: zfs_userns: Don't leak the namespace fdRyan Moeller2022-06-141-0/+2
* Add Linux namespace delegation supportWill Andrews2022-06-101-0/+69
* libzfs: Define the defecto standard errbuf sizeRyan Moeller2022-06-091-1/+1
* libzfs: return (allocated) strings instead of filling buffersнаб2022-05-181-23/+19
* linux: libzfs: simplify module-loaded checkнаб2022-05-181-80/+71
* 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-152-2/+2
* libspl: include: sys/vtoc.h: reduce to absolute barest minimumнаб2022-03-151-2/+3
* libzfs: Convert to fnvpair functionsRyan Moeller2022-03-141-4/+2
* libzfs: migrate single-use libzfs_set_pipe_max() to libzfs_coreнаб2022-03-081-52/+0
* linux: libzfs: mount: fix uninitialised flagsнаб2022-01-131-1/+1
* libzfs: fix unused, remove argsusedнаб2021-12-232-0/+5
* Upstream: unmount snapshots before destroying them on macOSJorgen Lundman2021-09-201-0/+6
* Add zpool_disable_datasets_os() / zfs_unmount_os()Jorgen Lundman2021-08-311-0/+12
* pass handle to do_unmount()Jorgen Lundman2021-07-151-1/+1
* libzfs: don't distribute libzfs_impl.hнаб2021-06-034-4/+4
* lib/: set O_CLOEXEC on all fdsнаб2021-04-113-8/+8
* Return finer grain errors in libzfs unmount_oneDon Brady2021-03-081-2/+4
* pool may become suspended during device expansionGeorge Wilson2020-09-171-3/+0
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-131-234/+1
* libzfs: Add error message for why creating mountpoint failedRyan Moeller2020-07-111-1/+3
* Improve compatibility with C++ consumersRyan Moeller2020-06-061-1/+1
* mount: use the mount syscall directlyfelixdoerre2020-05-201-34/+309
* Move zfs_version_kernel to platform codeRyan Moeller2020-02-121-0/+31
* Add FreeBSD jail support hooksMatthew Macy2019-12-111-2/+2
* OpenZFS restructuring - libzfsMatthew Macy2019-10-034-0/+948