| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable compiler to typecheck logging | Matthew Macy | 2019-09-12 | 1 | -0/+4 |
* | OpenZFS restructuring - move linux tracing code to platform directories | Matthew Macy | 2019-09-11 | 2 | -0/+2 |
* | OpenZFS restructuring - move platform specific sources | Matthew Macy | 2019-09-06 | 1 | -0/+1 |
* | Fix noop receive of raw send stream | Tom Caputi | 2019-09-05 | 1 | -6/+33 |
* | OpenZFS restructuring - move platform specific headers | Matthew Macy | 2019-09-05 | 2 | -0/+449 |
* | Always refuse receving non-resume stream when resume state exists | Andriy Gapon | 2019-09-03 | 1 | -4/+11 |
* | Fix typos in lib/ | Andrea Gelmini | 2019-09-02 | 17 | -26/+26 |
* | zfs_handle used after being closed/freed in change_one callback | Pavel Zakharov | 2019-08-28 | 1 | -12/+18 |
* | Fix device expansion when VM is powered off | Prakash Surya | 2019-08-13 | 1 | -25/+87 |
* | Increase default zcmd allocation to 256K | Michael Niewöhner | 2019-07-30 | 1 | -1/+1 |
* | Race condition between spa async threads and export | Serapheim Dimitropoulos | 2019-07-18 | 1 | -0/+5 |
* | Log Spacemap Project | Serapheim Dimitropoulos | 2019-07-16 | 1 | -0/+1 |
* | Fix race in parallel mount's thread dispatching algorithm | Tomohiro Kusumi | 2019-07-09 | 1 | -2/+4 |
* | zfs send does not handle invalid input gracefully | loli10K | 2019-07-08 | 1 | -0/+6 |
* | OpenZFS 9318 - vol_volsize_to_reservation does not account for raidz skip blocks | Mike Gerdts | 2019-07-05 | 1 | -8/+181 |
* | Fix error text for EINVAL in zfs_receive_one() | Tom Caputi | 2019-07-02 | 1 | -2/+3 |
* | Add 'zfs umount -u' for encrypted datasets | Tom Caputi | 2019-06-28 | 1 | -1/+27 |
* | Remove code for zfs remap | Matthew Ahrens | 2019-06-24 | 2 | -40/+0 |
* | Fix error message on promoting encrypted dataset | Tom Caputi | 2019-06-24 | 1 | -0/+10 |
* | OpenZFS 9425 - channel programs can be interrupted | Don Brady | 2019-06-22 | 1 | -0/+7 |
* | Add libnvpair to libzfs pkg-config | Harry Mallon | 2019-06-22 | 1 | -1/+1 |
* | Allow unencrypted children of encrypted datasets | Tom Caputi | 2019-06-20 | 3 | -79/+23 |
* | Remove dedupditto functionality | Matthew Ahrens | 2019-06-19 | 1 | -9/+2 |
* | Use ZFS_DEV macro instead of literals | Tomohiro Kusumi | 2019-06-19 | 2 | -4/+4 |
* | Implement Redacted Send/Receive | Paul Dagnelie | 2019-06-19 | 8 | -179/+949 |
* | Restrict filesystem creation if name referred either '.' or '..' | Tulsi Jain | 2019-06-13 | 1 | -0/+10 |
* | Refactor parent dataset handling in libzfs zfs_rename() | Tomohiro Kusumi | 2019-05-28 | 1 | -9/+4 |
* | 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 |