aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* OpenZFS restructuring - libzfsMatthew Macy2019-10-0310-797/+980
* OpenZFS restructuring - libsplMatthew Macy2019-10-024-149/+1
* Fix encryption hierarchy issues with zfs recv -dTom Caputi2019-09-251-44/+40
* Refactor libzfs_error_init newlinesRyan Moeller2019-09-181-5/+5
* Add subcommand to wait for background zfs activity to completeJohn Gallagher2019-09-131-20/+100
* Fix noop receive of raw send streamTom Caputi2019-09-051-6/+33
* Always refuse receving non-resume stream when resume state existsAndriy Gapon2019-09-031-4/+11
* Fix typos in lib/Andrea Gelmini2019-09-025-9/+9
* zfs_handle used after being closed/freed in change_one callbackPavel Zakharov2019-08-281-12/+18
* Increase default zcmd allocation to 256KMichael Niewöhner2019-07-301-1/+1
* Race condition between spa async threads and exportSerapheim Dimitropoulos2019-07-181-0/+5
* Fix race in parallel mount's thread dispatching algorithmTomohiro Kusumi2019-07-091-2/+4
* zfs send does not handle invalid input gracefullyloli10K2019-07-081-0/+6
* OpenZFS 9318 - vol_volsize_to_reservation does not account for raidz skip blocksMike Gerdts2019-07-051-8/+181