| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add automatic hot spare functionality | Brian Behlendorf | 2014-04-02 | 4 | -0/+136 |
* | Add missing DATA_TYPE_STRING_ARRAY output | Brian Behlendorf | 2014-04-02 | 1 | -1/+12 |
* | Make command line guid parsing more tolerant | Brian Behlendorf | 2014-04-02 | 1 | -1/+1 |
* | Initial implementation of zed (ZFS Event Daemon) | Chris Dunlap | 2014-04-02 | 26 | -1/+3412 |
* | Replace zpool_events_next() "block" parm w/ "flags" | Chris Dunlap | 2014-03-31 | 1 | -1/+2 |
* | Clarify zpool_events_next() comment | Brian Behlendorf | 2014-03-31 | 1 | -5/+5 |
* | Illumos #3120 zinject hangs in zfsdev_ioctl() due to uninitialized zc | Yuri Pankov | 2014-03-24 | 1 | -7/+5 |
* | Implement -t option to zpool import for temporary pool names | Richard Yao | 2014-03-20 | 1 | -1/+5 |
* | sighandler() should take 2 arguments | Isaac Huang | 2014-03-20 | 1 | -6/+2 |
* | Revert "sighandler() should take 2 arguments" | Brian Behlendorf | 2014-03-20 | 1 | -1/+1 |
* | Remove unused option -r from 'zpool import' | Richard Yao | 2014-03-12 | 1 | -1/+1 |
* | Switch ztest mmap(2) ASSERTs to VERIFYs | Richard Yao | 2014-03-12 | 1 | -3/+3 |
* | Free props in ztest_init() | Richard Yao | 2014-03-12 | 1 | -0/+1 |
* | sighandler() should take 2 arguments | Isaac Huang | 2014-03-12 | 1 | -1/+1 |
* | Make arcstat.py default to one header per screen | Isaac Huang | 2014-03-12 | 1 | -0/+13 |
* | Include l2asize in arcstat | cburroughs | 2014-03-04 | 1 | -0/+2 |
* | Add erratum for issue #2094 | Richard Yao | 2014-02-21 | 1 | -0/+22 |
* | Add generic errata infrastructure | Brian Behlendorf | 2014-02-21 | 1 | -2/+37 |
* | Use expected zpool_status_t type | Brian Behlendorf | 2014-02-21 | 1 | -2/+2 |
* | Fix error message in zpios | Patrik Greco | 2014-01-29 | 1 | -2/+2 |
* | vdev_id: support per-channel slot mappings | Ned Bass | 2014-01-17 | 1 | -15/+18 |
* | Properly link zpool command to libblkid | Richard Yao | 2014-01-14 | 1 | -1/+2 |
* | Enable /etc/mtab cache to improve performance | Brian Behlendorf | 2014-01-07 | 1 | -1/+1 |
* | Fix the creation of ZPOOL_HIST_CMD pool history entries. | Tim Chase | 2014-01-07 | 1 | -1/+12 |
* | Add full SELinux support | Matthew Thode | 2013-12-19 | 2 | -32/+58 |
* | cstyle: Resolve C style issues | Michael Kjorling | 2013-12-18 | 12 | -409/+436 |
* | Illumos #4208 | John Wren Kennedy | 2013-12-18 | 1 | -2/+2 |
* | Handle acl flags from util-linux mount command | renelson | 2013-12-18 | 1 | -0/+4 |
* | Fix grammar in parse_options() error message | renelson | 2013-12-17 | 1 | -1/+1 |
* | Fix multipath bug in vdev_id caused by inconsistent field numbering | Simon Guest | 2013-12-10 | 1 | -2/+4 |
* | Drive database update | Richard Yao | 2013-12-02 | 1 | -0/+29 |
* | Illumos #2583 | Yuri Pankov | 2013-11-21 | 3 | -36/+43 |
* | Add missing libzfs_core to Makefiles | Maximilian Mehnert | 2013-11-20 | 7 | -7/+14 |
* | Python 3 fixes | Matthew Thode | 2013-11-08 | 2 | -14/+19 |
* | pep8 code readability changes | Matthew Thode | 2013-11-08 | 2 | -85/+126 |
* | Handle concurrent snapshot automounts failing due to EBUSY. | Tim Chase | 2013-11-08 | 1 | -1/+1 |
* | Illumos #3956, #3957, #3958, #3959, #3960, #3961, #3962 | George Wilson | 2013-11-05 | 1 | -5/+20 |
* | Illumos #3949, #3950, #3952, #3953 | George Wilson | 2013-11-05 | 1 | -2/+19 |
* | Illumos #3955 | Matthew Ahrens | 2013-11-05 | 1 | -0/+3 |
* | Illumos #3112, #3113, #3114 | Matthew Ahrens | 2013-11-05 | 1 | -1/+2 |
* | Illumos #3236 | George Wilson | 2013-11-05 | 1 | -2/+39 |
* | Illumos #3894 | Keith M Wesolowski | 2013-11-04 | 1 | -0/+6 |
* | Illumos #3740 | Steven Hartland | 2013-11-04 | 3 | -4/+6 |
* | Illumos #3745, #3811 | Will Andrews | 2013-11-04 | 1 | -8/+29 |
* | Illumos #3603, #3604: bobj improvements | Matthew Ahrens | 2013-10-31 | 1 | -17/+54 |
* | Add -p switch to "zpool get" | Ralf Ertzinger | 2013-10-28 | 1 | -8/+27 |
* | Corrected "zfs list -t <type>" syntax | Steven Hartland | 2013-10-25 | 1 | -1/+1 |
* | Add dbufstat.py command | Brian Behlendorf | 2013-10-25 | 4 | -6/+543 |
* | Increase default udev wait time | Brian Behlendorf | 2013-10-22 | 1 | -1/+1 |
* | Dedup-related documentation additions for zpool and zdb. | Tim Chase | 2013-10-22 | 1 | -1/+1 |