| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | OpenZFS 7614, 9064 - zfs device evacuation/removal | Matthew Ahrens | 2018-04-14 | 1 | -0/+8 |
* | OpenZFS 9286 - want refreservation=auto | Mike Gerdts | 2018-04-11 | 1 | -3/+30 |
* | Add kernel module auto-loading | Brian Behlendorf | 2018-03-13 | 1 | -6/+7 |
* | OpenZFS 7431 - ZFS Channel Programs | Chris Williamson | 2018-02-08 | 1 | -0/+4 |
* | Remove FRU and LIBTOPO Support | David Quigley | 2017-09-18 | 1 | -1/+0 |
* | Native Encryption for ZFS on Linux | Tom Caputi | 2017-08-14 | 1 | -0/+2 |
* | Multi-modifier protection (MMP) | Olaf Faaland | 2017-07-13 | 1 | -0/+9 |
* | Implemented zpool scrub pause/resume | Alek P | 2017-07-06 | 1 | -0/+4 |
* | Dashes for zero latency values in zpool iostat -p | Tony Hutter | 2017-06-22 | 1 | -2/+7 |
* | Add zfs_nicebytes() to print human-readable sizes | LOLi | 2017-05-02 | 1 | -1/+11 |
* | Prebaked scripts for zpool status/iostat -c | Tony Hutter | 2017-04-21 | 1 | -4/+146 |
* | Fix header inclusions for standards conformance | Richard Yao | 2017-04-12 | 1 | -1/+1 |
* | OpenZFS 6931 - lib/libzfs: cleanup gcc warnings | George Melikov | 2017-02-07 | 1 | -0/+5 |
* | OpenZFS 7386 - zfs get does not work properly with bookmarks | George Melikov | 2017-01-26 | 1 | -1/+1 |
* | Use cstyle -cpP in `make cstyle` check | Brian Behlendorf | 2016-12-12 | 1 | -6/+6 |
* | Fix 'zpool import' detection issues | Brian Behlendorf | 2016-11-07 | 1 | -0/+39 |
* | Fix coverity defects: CID 147548 | cao | 2016-10-31 | 1 | -2/+3 |
* | Fix coverity defects: CID 147488, 147490 | cao | 2016-10-14 | 1 | -1/+7 |
* | Fix file permissions | Brian Behlendorf | 2016-10-08 | 1 | -0/+0 |
* | Fletcher4: Init in libzfs_init() | Gvozden Neskovic | 2016-10-03 | 1 | -0/+3 |
* | Fix coverity defects: CID 147443, 147656, 147655, 147441, 147653 | BearBabyLiu | 2016-09-29 | 1 | -2/+2 |
* | Change /etc/mtab to /proc/self/mounts | slashdd | 2016-09-20 | 1 | -3/+3 |
* | Fix: Array bounds read in zprop_print_one_property() | GeLiXin | 2016-08-22 | 1 | -1/+2 |
* | libzfs: Fix missing va_end call on ENOSPC and EDQUOT cases | Colin Ian King | 2016-07-29 | 1 | -1/+1 |
* | Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queues | Tony Hutter | 2016-05-12 | 1 | -12/+82 |
* | Add the ZFS Test Suite | Brian Behlendorf | 2016-03-16 | 1 | -1/+2 |
* | Prevent zpool_find_vdev() from truncating vdev path | Brian Behlendorf | 2016-02-08 | 1 | -2/+4 |
* | Illumos 5745 - zfs set allows only one dataset property to be set at a time | Chris Williamson | 2015-12-29 | 1 | -5/+10 |
* | libzfs: handle EDOM errors | DHE | 2015-10-13 | 1 | -0/+5 |
* | Add libzfs_error_init() function | Brian Behlendorf | 2015-05-22 | 1 | -16/+30 |
* | Wait in libzfs_init() for the /dev/zfs device | Brian Behlendorf | 2015-05-22 | 1 | -4/+65 |
* | Illumos 3897 - zfs filesystem and snapshot limits | Jerry Jelinek | 2015-04-28 | 1 | -0/+11 |
* | Fix possible future overflow in zfs_nicenum | Christer Ekholm | 2015-02-24 | 1 | -1/+1 |
* | Properly NULL terminate string in zfs_strcmp_pathname | Richard Yao | 2014-09-23 | 1 | -1/+1 |
* | Check the dataset type more rigorously when fetching properties. | Tim Chase | 2014-05-06 | 1 | -1/+1 |
* | Fix for re-reading /etc/mtab. | John M. Layman | 2014-04-04 | 1 | -1/+4 |
* | cstyle: Resolve C style issues | Michael Kjorling | 2013-12-18 | 1 | -18/+18 |
* | Illumos #2882, #2883, #2900 | Matthew Ahrens | 2013-09-04 | 1 | -13/+11 |
* | Add error message for missing /etc/mtab | Aaron Fineman | 2013-06-27 | 1 | -0/+2 |
* | Illumos #2619 and #2747 | Christopher Siden | 2013-01-08 | 1 | -6/+13 |
* | Fix 'zpool create' segfault due to bad syntax | Jorgen Lundman | 2012-12-04 | 1 | -4/+6 |
* | Allow 'zpool replace' to use short device names | Brian Behlendorf | 2012-10-22 | 1 | -40/+149 |
* | Illumos #1644, #1645, #1646, #1647, #1708 | Matthew Ahrens | 2012-07-31 | 1 | -1/+4 |
* | Use /sys/module instead of /proc/modules. | Etienne Dechamps | 2012-07-26 | 1 | -19/+5 |
* | Add /dev/mapper/ to search path | Brian Behlendorf | 2012-06-01 | 1 | -1/+13 |
* | Add vdev_id for JBOD-friendly udev aliases | Ned A. Bass | 2012-06-01 | 1 | -2/+3 |
* | Use /dev/null for stdout/stderr in libzfs_run_process(). | Gunnar Beutner | 2011-08-01 | 1 | -3/+10 |
* | Support IEC base-2 prefixes | Richard Laager | 2011-04-19 | 1 | -4/+7 |
* | Print mount/umount errors | Brian Behlendorf | 2011-03-09 | 1 | -4/+8 |
* | Remove HAVE_ZPL from commands and libraries | Brian Behlendorf | 2011-02-04 | 1 | -2/+0 |