aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove code for zfs remapMatthew Ahrens2019-06-242-40/+0
* Fix error message on promoting encrypted datasetTom Caputi2019-06-241-0/+10
* OpenZFS 9425 - channel programs can be interruptedDon Brady2019-06-221-0/+7
* 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
* Use ZFS_DEV macro instead of literalsTomohiro Kusumi2019-06-192-4/+4
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-198-179/+949
* 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
* Fix typo "/zbin/zpool" -> "/sbin/zpool"Tomohiro Kusumi2019-04-191-1/+1
* Add option [-V|--version] to emit version stringTerraTech2019-04-161-0/+64
* Fix hierarchy misspellingsRichard Laager2019-04-141-5/+5
* Don't assume pthread_t is uint_t for portabilityTomohiro Kusumi2019-04-091-1/+2
* Fix buffer length in strlcpy()Brian Behlendorf2019-04-081-1/+1
* Restrict kstats and print real pointersSara Hartse2019-04-041-0/+1
* Append snapshot name to "TIME SENT SNAPSHOT" outputTerraTech2019-04-011-1/+2
* Add TRIM supportBrian Behlendorf2019-03-294-41/+224
* Send stream should only list included snapsTom Caputi2019-03-281-24/+83
* ZFS Reads may result in unneccesary calls to zil_commitGeorge Wilson2019-03-221-1/+0
* 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-133-0/+16
* Avoid retrieving unused snapshot propsAlek P2019-03-123-43/+90
* config: better libtirpc detectionRafael Kitover2019-03-023-17/+8
* Sort by full path name instead of by GUID when importingkpande2019-02-261-3/+3
* Improve error message for zfs create with @ or # in nameDamian Wojsław2019-02-251-38/+39
* Fix zdb crashIgor K2019-02-191-2/+2
* 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-074-0/+139
* Add missing MMP status code to libzfs_statusbunder20152019-01-031-19/+33
* OpenZFS 9284 - arc_reclaim_thread has 2 jobsBrad Lewis2018-12-261-0/+6
* 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-143-34/+54
* Check for strlcat and strlcpyBrian Behlendorf2018-12-114-49/+124
* 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
* Move strlcat, strlcpy, and strnlenBrian Behlendorf2018-11-205-158/+50
* OpenZFS 8115 - parallel zfs mountSebastien Roy2018-11-152-98/+368
* Fix libudev dependency in libzutilDon Brady2018-11-061-0/+2
* zpool: bogus error for invalid dedupditto valueLOLi2018-11-061-3/+15