aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix error text for EINVAL in zfs_receive_one()Tom Caputi2019-07-021-2/+3
* Add 'zfs umount -u' for encrypted datasetsTom Caputi2019-06-281-1/+27
* Remove code for zfs remapMatthew Ahrens2019-06-241-30/+0
* Fix error message on promoting encrypted datasetTom Caputi2019-06-241-0/+10
* Add libnvpair to libzfs pkg-configHarry Mallon2019-06-221-1/+1
* Allow unencrypted children of encrypted datasetsTom Caputi2019-06-203-79/+23
* Remove dedupditto functionalityMatthew Ahrens2019-06-191-9/+2
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-195-170/+827
* Restrict filesystem creation if name referred either '.' or '..'Tulsi Jain2019-06-131-0/+10
* Refactor parent dataset handling in libzfs zfs_rename()Tomohiro Kusumi2019-05-281-9/+4
* zfs: don't pretty-print objsetid propertyloli10K2019-05-241-1/+4
* Fix wrong assertion in libzfs diff error handlingRyan Moeller2019-05-191-1/+1
* Fix send/recv lost spill blockBrian Behlendorf2019-05-071-0/+7
* Add feature check for 'zpool resilver' commandTom Caputi2019-05-022-0/+9
* Correct snprintf() size argumentTomohiro Kusumi2019-04-301-3/+3
* Add option [-V|--version] to emit version stringTerraTech2019-04-161-0/+64
* Fix hierarchy misspellingsRichard Laager2019-04-141-5/+5
* Append snapshot name to "TIME SENT SNAPSHOT" outputTerraTech2019-04-011-1/+2
* Add TRIM supportBrian Behlendorf2019-03-292-40/+178
* Send stream should only list included snapsTom Caputi2019-03-281-24/+83
* Improve `zpool labelclear`Brian Behlendorf2019-03-211-3/+46