summaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
* lib/libzfs, rpm: Install pkgconfig files in the correct directory (#10628)Neal Gompa (ニール・ゴンパ)2020-09-151-1/+1
* Deprecate deduplicated send streamsMatthew Ahrens2020-05-121-0/+20
* Fix zfs-0.8.3 zfs_receive_raw test caseTony Hutter2020-01-221-0/+1
* Increase allowed 'special_small_blocks' maximum valueBrian Behlendorf2020-01-221-4/+13
* Remove inappropiate error message suggesting to use '-r'InsanePrawn2020-01-221-4/+2
* Fix `zpool create -o <property>` error messageBrian Behlendorf2020-01-221-2/+0
* Fix zpool history unbounded memory usageChunwei Chen2020-01-221-9/+11
* Fix incremental recursive encrypted receiveTom Caputi2020-01-221-5/+17
* Refactor libzfs_error_init newlinesRyan Moeller2020-01-221-5/+5
* Fix noop receive of raw send streamTom Caputi2020-01-221-6/+33
* Fix typos in lib/Andrea Gelmini2020-01-225-9/+9
* OpenZFS 9318 - vol_volsize_to_reservation does not account for raidz skip blocksMike Gerdts2020-01-221-8/+181
* Always refuse receving non-resume stream when resume state existsAndriy Gapon2019-09-251-4/+11
* zfs_handle used after being closed/freed in change_one callbackPavel Zakharov2019-09-251-12/+18
* Increase default zcmd allocation to 256KMichael Niewöhner2019-09-251-1/+1
* Race condition between spa async threads and exportSerapheim Dimitropoulos2019-09-251-0/+5
* Fix race in parallel mount's thread dispatching algorithmTomohiro Kusumi2019-09-251-2/+4
* Fix error text for EINVAL in zfs_receive_one()Tom Caputi2019-09-251-2/+3
* Fix error message on promoting encrypted datasetTom Caputi2019-09-251-0/+10
* Add libnvpair to libzfs pkg-configHarry Mallon2019-09-251-1/+1
* Allow unencrypted children of encrypted datasetsTom Caputi2019-09-253-79/+23
* Restrict filesystem creation if name referred either '.' or '..'Tulsi Jain2019-09-251-0/+10
* Refactor parent dataset handling in libzfs zfs_rename()Tomohiro Kusumi2019-09-251-9/+4
* zfs: don't pretty-print objsetid propertyloli10K2019-06-071-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
* Add space in error messageTom Caputi2019-03-191-2/+2
* Detect and prevent mixed raw and non-raw sendsTom Caputi2019-03-132-0/+15
* Avoid retrieving unused snapshot propsAlek P2019-03-123-43/+90
* Improve error message for zfs create with @ or # in nameDamian Wojsław2019-02-251-38/+39
* zfs should optionally send holdsPaul Zuchowski2019-02-151-12/+84
* ZVOLs should not be allowed to have childrenloli10K2019-02-083-13/+41
* Include third party licenses in dist tarballsNeal Gompa (ニール・ゴンパ)2019-01-081-0/+3
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-072-0/+101
* Add missing MMP status code to libzfs_statusbunder20152019-01-031-19/+33
* OpenZFS 9559 - zfs diff handles files on delete queue in fromsnap poorlyPaul Dagnelie2018-12-141-6/+6
* OpenZFS 9630 - add lzc_rename and lzc_destroy to libzfs_coreAndriy Gapon2018-12-142-34/+30
* OpenZFS 9880 - Race in ZFS parallel mountAndy Fiddaman2018-12-071-3/+31
* Fix error message when zfs module is not loadedTom Caputi2018-12-071-3/+3
* Fix 'zfs receive -F' message when destination has snapshotsloli10K2018-12-051-1/+1
* Fix ASSERT in zfs_receive_one()LOLi2018-12-041-2/+3
* OpenZFS 8115 - parallel zfs mountSebastien Roy2018-11-152-98/+368