summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-095-5/+6
* OpenZFS restructuring - libzfsMatthew Macy2019-10-0310-797/+980
* OpenZFS restructuring - libzutilMatthew Macy2019-10-036-1321/+1501
* OpenZFS restructuring - libsplMatthew Macy2019-10-0236-307/+103
* OpenZFS restructuring - zpoolMatthew Macy2019-09-301-0/+15
* 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-132-20/+136
* Enable compiler to typecheck loggingMatthew Macy2019-09-121-0/+4
* OpenZFS restructuring - move linux tracing code to platform directoriesMatthew Macy2019-09-112-0/+2
* OpenZFS restructuring - move platform specific sourcesMatthew Macy2019-09-061-0/+1
* Fix noop receive of raw send streamTom Caputi2019-09-051-6/+33
* OpenZFS restructuring - move platform specific headersMatthew Macy2019-09-052-0/+449
* Always refuse receving non-resume stream when resume state existsAndriy Gapon2019-09-031-4/+11
* Fix typos in lib/Andrea Gelmini2019-09-0217-26/+26
* zfs_handle used after being closed/freed in change_one callbackPavel Zakharov2019-08-281-12/+18
* Fix device expansion when VM is powered offPrakash Surya2019-08-131-25/+87
* 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
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-161-0/+1
* 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-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