summaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD: Improve libzfs_error_init messagesRyan Moeller2020-10-132-7/+17
* libzfs_sendrecv: zfs_send: remove unused pipefd and tid variablesChristian Schwarz2020-10-081-18/+1
* Fix EIO after resuming receive of new dataset over an existing oneAlan Somers2020-10-021-2/+4
* libzfs: Don't leak buf if nvlist is too largeAllan Jude2020-09-182-0/+4
* pool may become suspended during device expansionGeorge Wilson2020-09-171-3/+0
* zfs label bootenv should store data as nvlistToomas Soome2020-09-151-14/+10
* Display pbkdf2iters property as plain numberFabio Buso2020-09-081-2/+3
* Spruce up pkg-config files for libzfs/libzfs_coreRyan Moeller2020-09-041-2/+2
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-012-11/+29
* zpool: Change base URL for ZFS messages to openzfs-docsRyan Moeller2020-08-261-1/+2
* Don't assert on nvlists larger than SPA_MAXBLOCKSIZEAllan Jude2020-08-252-2/+43
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-35/+56
* Remove unused `zpool_is_bootable`George Melikov2020-08-181-11/+0
* Remove GRUB restrictionsRichard Laager2020-08-171-19/+1
* FreeBSD: Fix module autoloading when built in baseMatthew Macy2020-08-111-2/+12
* FreeBSD: Fix `zfs jail` and add a testRyan Moeller2020-08-011-1/+1
* Change the error handling for invalid property valuesAllan Jude2020-08-011-0/+14
* When encountering EZFS_UNKNOWN, print the error text buffer anywayAllan Jude2020-07-311-1/+2
* libzfs: const'ify path argument to zfs_path_to_zhandleKyle Evans2020-07-221-1/+1
* Disable -Wl,-z,defs for ASAN buildsJoao Carlos Mendes Luis2020-07-141-1/+5
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-137-738/+170
* libzfs: Add error message for why creating mountpoint failedRyan Moeller2020-07-112-2/+5
* Use abs_top_builddir when referencing librariesArvind Sankar2020-07-101-4/+4
* Add -z defs to LDFLAGSArvind Sankar2020-07-101-1/+1
* Add config.rpath for AM_GNU_GETTEXTArvind Sankar2020-07-101-1/+1
* Clean up lib dependenciesArvind Sankar2020-07-104-23/+16
* libzfs: Make zfs_cmd_t initialization consistent, use zfs_ioctlRyan Moeller2020-07-092-4/+5
* Add zpool_nextboot, move zfs_jail to libzfs.hRyan Moeller2020-07-061-0/+23
* Add device rebuild featureBrian Behlendorf2020-07-033-7/+75
* Fixes for make distArvind Sankar2020-06-261-4/+4
* zfs -V: Print userland version even if kernel module not loadedPrawn2020-06-221-3/+4
* Add prototypesArvind Sankar2020-06-183-111/+108
* Add include files for prototypesArvind Sankar2020-06-181-0/+2
* Remove dead codeArvind Sankar2020-06-182-46/+0
* Mark functions as staticArvind Sankar2020-06-186-11/+11
* Fix typosAndrea Gelmini2020-06-093-4/+4
* File incorrectly zeroed when receiving incremental stream that toggles -LMatthew Ahrens2020-06-091-0/+6
* Don't erase final byte of envblockPaul Dagnelie2020-06-081-1/+1
* Improve compatibility with C++ consumersRyan Moeller2020-06-062-2/+2
* Always use "%lld" for formatting time_tsнаб2020-05-281-2/+2
* Rework error handling in zpool_trim()John Gallagher2020-05-271-43/+78
* mount: use the mount syscall directlyfelixdoerre2020-05-203-38/+314
* Small program that converts a dataset id and an object id to a pathPaul Dagnelie2020-05-201-4/+18
* Add support for boot environment data to be stored in the labelPaul Dagnelie2020-05-071-2/+38
* Enable splitting mirrors with indirect vdevsGeorge Amanakis2020-05-061-1/+7
* Fix regression caused by c14ca14Adam D. Moss2020-04-291-1/+1
* Support custom URI schemes for the keylocation propertyJason King2020-04-282-194/+349
* Remove deduplicated send/receive codeMatthew Ahrens2020-04-231-500/+23
* Fix more leaks detected by ASANJoao Carlos Mendes Luis2020-04-221-2/+7
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-146-2/+1323