aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add `zstream redup` command to convert deduplicated send streamsMatthew Ahrens2020-04-101-3/+2
* Persistent L2ARCGeorge Amanakis2020-04-101-2/+29
* libzfs_pool: Remove unused check for ENOTBLKalex2020-04-071-11/+0
* Add 'zfs wait' commandPaul Dagnelie2020-04-011-0/+28
* Compile cityhash code into libzfsMatthew Ahrens2020-03-271-0/+1
* Deprecate deduplicated send streamsMatthew Ahrens2020-03-181-0/+20
* Avoid core dump on invalid redaction bookmarkRyan Moeller2020-03-181-4/+44
* Separate warning for incomplete and corrupt streamsPaul Dagnelie2020-03-171-4/+6
* Add option for forcible unmounting dataset while receiving snapshot.Mariusz Zaborski2020-03-171-3/+6
* libzfs: Fix bounds checks for float parsingRyan Moeller2020-03-161-1/+6
* Change default to overlay=onRyan Moeller2020-03-061-3/+3
* Add trim support to zpool waitBrian Behlendorf2020-03-041-1/+28
* Don't open zfs control device exclusivelyMatthew Macy2020-02-282-3/+3
* Move zfs_version_kernel to platform codeRyan Moeller2020-02-122-31/+31
* Disable get_numeric_property for xattr on FreeBSDMatthew Macy2020-01-211-0/+2
* libzfs: add zfs_mount_at() functionKyle Evans2020-01-141-8/+37
* Change http://zfsonlinux.org links to https://zfsonlinux.orgBrian Behlendorf2020-01-133-3/+3
* Add 'zfs send --saved' flagTom Caputi2020-01-101-22/+139
* Colorize zpool status outputTony Hutter2019-12-191-0/+92
* Add FreeBSD jail support hooksMatthew Macy2019-12-111-2/+2
* Increase allowed 'special_small_blocks' maximum valueBrian Behlendorf2019-12-031-4/+13
* Remove inappropiate error message suggesting to use '-r'InsanePrawn2019-11-151-4/+2
* Fix `zpool create -o <property>` error messageBrian Behlendorf2019-11-131-2/+0
* Allow platform dependent path stripping for vdevsRyan Moeller2019-11-111-2/+1
* Fix zpool history unbounded memory usageChunwei Chen2019-10-281-9/+11
* Fix incremental recursive encrypted receiveTom Caputi2019-10-241-5/+17
* Use zfs_ioctl with zfs_cmd_t in libzfsMatthew Macy2019-10-237-27/+27
* Use platform independent error code for libzfs_run_process_implMatthew Macy2019-10-231-1/+1
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-093-3/+3