| Commit message (Expand) | Author | Age | Files | Lines |
* | zfs: don't pretty-print objsetid property | loli10K | 2019-05-24 | 1 | -1/+4 |
* | Fix wrong assertion in libzfs diff error handling | Ryan Moeller | 2019-05-19 | 1 | -1/+1 |
* | Fix send/recv lost spill block | Brian Behlendorf | 2019-05-07 | 1 | -0/+7 |
* | Add feature check for 'zpool resilver' command | Tom Caputi | 2019-05-02 | 2 | -0/+9 |
* | Correct snprintf() size argument | Tomohiro Kusumi | 2019-04-30 | 1 | -3/+3 |
* | Fix typo "/zbin/zpool" -> "/sbin/zpool" | Tomohiro Kusumi | 2019-04-19 | 1 | -1/+1 |
* | Add option [-V|--version] to emit version string | TerraTech | 2019-04-16 | 1 | -0/+64 |
* | Fix hierarchy misspellings | Richard Laager | 2019-04-14 | 1 | -5/+5 |
* | Don't assume pthread_t is uint_t for portability | Tomohiro Kusumi | 2019-04-09 | 1 | -1/+2 |
* | Fix buffer length in strlcpy() | Brian Behlendorf | 2019-04-08 | 1 | -1/+1 |
* | Restrict kstats and print real pointers | Sara Hartse | 2019-04-04 | 1 | -0/+1 |
* | Append snapshot name to "TIME SENT SNAPSHOT" output | TerraTech | 2019-04-01 | 1 | -1/+2 |
* | Add TRIM support | Brian Behlendorf | 2019-03-29 | 4 | -41/+224 |
* | Send stream should only list included snaps | Tom Caputi | 2019-03-28 | 1 | -24/+83 |
* | ZFS Reads may result in unneccesary calls to zil_commit | George Wilson | 2019-03-22 | 1 | -1/+0 |
* | Improve `zpool labelclear` | Brian Behlendorf | 2019-03-21 | 1 | -3/+46 |
* | Add space in error message | Tom Caputi | 2019-03-19 | 1 | -2/+2 |
* | Detect and prevent mixed raw and non-raw sends | Tom Caputi | 2019-03-13 | 3 | -0/+16 |
* | Avoid retrieving unused snapshot props | Alek P | 2019-03-12 | 3 | -43/+90 |
* | config: better libtirpc detection | Rafael Kitover | 2019-03-02 | 3 | -17/+8 |
* | Sort by full path name instead of by GUID when importing | kpande | 2019-02-26 | 1 | -3/+3 |
* | Improve error message for zfs create with @ or # in name | Damian Wojsław | 2019-02-25 | 1 | -38/+39 |
* | Fix zdb crash | Igor K | 2019-02-19 | 1 | -2/+2 |
* | zfs should optionally send holds | Paul Zuchowski | 2019-02-15 | 1 | -12/+84 |
* | ZVOLs should not be allowed to have children | loli10K | 2019-02-08 | 3 | -13/+41 |
* | Include third party licenses in dist tarballs | Neal Gompa (ニール・ゴンパ) | 2019-01-08 | 1 | -0/+3 |
* | OpenZFS 9102 - zfs should be able to initialize storage devices | George Wilson | 2019-01-07 | 4 | -0/+139 |
* | Add missing MMP status code to libzfs_status | bunder2015 | 2019-01-03 | 1 | -19/+33 |
* | OpenZFS 9284 - arc_reclaim_thread has 2 jobs | Brad Lewis | 2018-12-26 | 1 | -0/+6 |
* | OpenZFS 9559 - zfs diff handles files on delete queue in fromsnap poorly | Paul Dagnelie | 2018-12-14 | 1 | -6/+6 |
* | OpenZFS 9630 - add lzc_rename and lzc_destroy to libzfs_core | Andriy Gapon | 2018-12-14 | 3 | -34/+54 |
* | Check for strlcat and strlcpy | Brian Behlendorf | 2018-12-11 | 4 | -49/+124 |
* | OpenZFS 9880 - Race in ZFS parallel mount | Andy Fiddaman | 2018-12-07 | 1 | -3/+31 |
* | Fix error message when zfs module is not loaded | Tom Caputi | 2018-12-07 | 1 | -3/+3 |
* | Fix 'zfs receive -F' message when destination has snapshots | loli10K | 2018-12-05 | 1 | -1/+1 |
* | Fix ASSERT in zfs_receive_one() | LOLi | 2018-12-04 | 1 | -2/+3 |
* | Move strlcat, strlcpy, and strnlen | Brian Behlendorf | 2018-11-20 | 5 | -158/+50 |
* | OpenZFS 8115 - parallel zfs mount | Sebastien Roy | 2018-11-15 | 2 | -98/+368 |
* | Fix libudev dependency in libzutil | Don Brady | 2018-11-06 | 1 | -0/+2 |
* | zpool: bogus error for invalid dedupditto value | LOLi | 2018-11-06 | 1 | -3/+15 |
* | Add libzutil for libzfs or libzpool consumers | Don Brady | 2018-11-05 | 16 | -3150/+3425 |
* | Improve snapshot listing error message | Md Islam | 2018-10-30 | 1 | -2/+4 |
* | Fix dbgmsg printing in ztest and zdb | Tom Caputi | 2018-10-24 | 1 | -5/+30 |
* | Fix changelist mounted-dataset iteration | Alek P | 2018-10-10 | 3 | -24/+39 |
* | Refactor dmu_recv into its own file | Paul Dagnelie | 2018-10-09 | 1 | -0/+1 |
* | Fix ASSERT macros to not over-expand | Paul Dagnelie | 2018-10-03 | 1 | -15/+48 |
* | Fix "zfs destroy" when "sharenfs=on" is used | Prakash Surya | 2018-10-03 | 1 | -1/+1 |
* | OpenZFS 9616 - Bogus error when attempting to set property on read-only pool | Andrew Stormont | 2018-10-03 | 1 | -3/+8 |
* | changelist should be able to iter on mounts | Alek P | 2018-10-02 | 2 | -65/+172 |
* | Fixes for procfs files backed by linked lists | John Gallagher | 2018-09-26 | 1 | -0/+51 |