| Commit message (Expand) | Author | Age | Files | Lines |
* | Illumos 5147 - zpool list -v should show individual disk capacity | George Wilson | 2014-09-23 | 1 | -32/+51 |
* | Remove reverse indentation from zed comments. | Chris Dunlap | 2014-09-22 | 7 | -61/+83 |
* | Improve handling of filesystem versions | Dan Swartzendruber | 2014-09-03 | 2 | -15/+74 |
* | Change delimiter for ZED email scripts | louwrentius | 2014-09-02 | 2 | -9/+9 |
* | Cleanup zed logging | Chris Dunlap | 2014-09-02 | 4 | -62/+58 |
* | Fix race condition with zed pidfile creation | Chris Dunlap | 2014-09-02 | 4 | -21/+183 |
* | Illumos 4970-4974 - extreme rewind enhancements | Matthew Ahrens | 2014-08-26 | 1 | -2/+2 |
* | Drive database update | Richard Yao | 2014-08-18 | 1 | -14/+22 |
* | Illumos 4976-4984 - metaslab improvements | George Wilson | 2014-08-18 | 2 | -19/+73 |
* | Create an 'overlay' property | Turbo Fredriksson | 2014-08-15 | 1 | -0/+14 |
* | Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_t | Matthew Ahrens | 2014-08-06 | 2 | -11/+12 |
* | Illumos 4757, 4913 | Matthew Ahrens | 2014-08-01 | 4 | -41/+142 |
* | zed needs libzfs_core | Tim Chase | 2014-07-31 | 1 | -1/+2 |
* | Illumos #4374 | Matthew Ahrens | 2014-07-30 | 2 | -3/+4 |
* | Illumos 4368, 4369. | Matthew Ahrens | 2014-07-29 | 2 | -67/+270 |
* | Illumos 4370, 4371 | Max Grossman | 2014-07-28 | 3 | -46/+65 |
* | Illumos 4171, 4172 | Matthew Ahrens | 2014-07-25 | 3 | -26/+39 |
* | Support '-H' (scripted mode) to 'zpool get' | Turbo Fredriksson | 2014-07-25 | 1 | -2/+6 |
* | Illumos #4756 Fix metaslab_group_preload deadlock | George Wilson | 2014-07-22 | 1 | -1/+3 |
* | Illumos #4101, #4102, #4103, #4105, #4106 | George Wilson | 2014-07-22 | 1 | -77/+156 |
* | zdb: Introduce -V for verbatim import | Richard Yao | 2014-07-17 | 1 | -6/+7 |
* | Illumos 4168, 4169, 4170: ztest, zdb and zhack fixes | George Wilson | 2014-07-17 | 1 | -19/+30 |
* | Illumos #3641 compressed block histograms with zdb | Matthew Ahrens | 2014-07-16 | 1 | -24/+65 |
* | Add information about the -o option to zpool replace | Turbo Fredriksson | 2014-06-27 | 1 | -2/+2 |
* | Only automatically mount a clone when 'canmount == on'. | Turbo Fredriksson | 2014-06-06 | 1 | -1/+12 |
* | Remove superfluous statement | Richard Yao | 2014-05-30 | 1 | -1/+0 |
* | Added INTEL SSD 530 Series | John Albietz | 2014-05-19 | 1 | -0/+1 |
* | Handle ZPOOL_STATUS_HOSTID_MISMATCH in zpool status | Richard Yao | 2014-05-19 | 1 | -0/+11 |
* | Check the dataset type more rigorously when fetching properties. | Tim Chase | 2014-05-06 | 2 | -5/+5 |
* | ztest: Switch to LWP rwlock interface | Richard Yao | 2014-05-01 | 1 | -51/+50 |
* | Fix libblkid ZFS detection when making new pools | Richard Yao | 2014-05-01 | 1 | -1/+1 |
* | Replace zed_file_create_dirs() with mkdirp() | Chris Dunlap | 2014-04-09 | 3 | -97/+13 |
* | Fix for re-reading /etc/mtab. | John M. Layman | 2014-04-04 | 1 | -3/+14 |
* | Replace check for _POSIX_MEMLOCK w/ HAVE_MLOCKALL | Chris Dunlap | 2014-04-02 | 1 | -5/+4 |
* | 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 |