| Commit message (Expand) | Author | Age | Files | Lines |
* | Support parallel build trees (VPATH builds) | Turbo Fredriksson | 2015-07-17 | 14 | -56/+52 |
* | Illumos 1765 - assert triggered in libzfs_import.c | Prasad Joshi | 2015-07-14 | 1 | -1/+4 |
* | Illumos 5118 - When verifying or creating a storage pool, error messages only... | Basil Crow | 2015-07-10 | 1 | -16/+18 |
* | Illumos 4966 - zpool list iterator does not update output | George Wilson | 2015-07-10 | 1 | -10/+10 |
* | Fix for recent zdb -h | -i crashes (seg fault) | Don Brady | 2015-06-26 | 2 | -7/+20 |
* | zdb -d has false positive warning when feature@large_blocks=disabled | Don Brady | 2015-06-26 | 1 | -11/+16 |
* | Unify mount and share for 'zfs create/clone' | Brian Behlendorf | 2015-06-17 | 1 | -52/+47 |
* | Add -y option to `zpool iostat` | Hajo Möller | 2015-06-17 | 1 | -8/+23 |
* | Illumos 5497 - lock contention on arcs_mtx | Prakash Surya | 2015-06-11 | 2 | -6/+0 |
* | Illumos 5408 - managing ZFS cache devices requires lots of RAM | Chris Williamson | 2015-06-11 | 1 | -4/+5 |
* | Illumos 5369 - arc flags should be an enum | George Wilson | 2015-06-11 | 1 | -1/+1 |
* | Illumos 5818 - zfs {ref}compressratio is incorrect with 4k sector size | Matthew Ahrens | 2015-06-10 | 1 | -17/+3 |
* | Add libzfs_error_init() function | Brian Behlendorf | 2015-05-22 | 5 | -5/+15 |
* | Illumos 5243 - zdb -b could be much faster | Matthew Ahrens | 2015-05-15 | 1 | -2/+25 |
* | Zdb should be able to open the root dataset | Tim Chase | 2015-05-15 | 1 | -1/+11 |
* | Illumos 5810 - zdb should print details of bpobj | Matthew Ahrens | 2015-05-11 | 1 | -10/+89 |
* | Update ZED copyright boilerplate | Chris Dunlap | 2015-05-11 | 14 | -296/+127 |
* | ztest should randomly change recordsize | Brian Behlendorf | 2015-05-11 | 1 | -0/+3 |
* | Illumos 5027 - zfs large block support | Matthew Ahrens | 2015-05-11 | 4 | -14/+61 |
* | Add the '-a' option to 'zpool export' | Turbo Fredriksson | 2015-05-04 | 1 | -31/+51 |
* | Illumos 4951 - ZFS administrative commands should use reserved space | Matthew Ahrens | 2015-05-04 | 2 | -5/+9 |
* | Illumos 4373 - add block contents print to zstreamdump | Max Grossman | 2015-05-04 | 1 | -5/+120 |
* | Illumos 3654,3656 | Matthew Ahrens | 2015-05-04 | 1 | -1/+38 |
* | Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFS | Justin T. Gibbs | 2015-04-28 | 1 | -2/+2 |
* | Illumos 5134 - if ZFS_DEBUG or debug= is set, libzpool should enable debug pr... | Matthew Ahrens | 2015-04-28 | 2 | -0/+4 |
* | Combine data-notify.sh with io-notify.sh | Chris Dunlap | 2015-04-27 | 2 | -51/+16 |
* | Add notification to io-spare.sh | Chris Dunlap | 2015-04-27 | 1 | -4/+52 |
* | Add support for Pushbullet notifications | Chris Dunlap | 2015-04-27 | 3 | -1/+112 |
* | Replace "email" ZEDLETs with "notify" ZEDLETs | Chris Dunlap | 2015-04-27 | 15 | -258/+311 |
* | Cleanup ZEDLETs | Chris Dunlap | 2015-04-27 | 11 | -337/+630 |
* | Memory leak in make_root_vdev() | Isaac Huang | 2015-04-27 | 1 | -1/+3 |
* | 5410 Document -S option to zfs inherit | Paul B. Henson | 2015-04-24 | 1 | -1/+5 |
* | Fix io-spare.sh to work with disk vdevs | Chris Dunlap | 2015-04-17 | 1 | -1/+1 |
* | Illumos 5695 - dmu_sync'ed holes do not retain birth time | Prakash Surya | 2015-03-27 | 1 | -1/+3 |
* | zpool import should honor overlay property | Ned Bass | 2015-03-27 | 1 | -14/+0 |
* | Check all vdev labels in 'zpool import' | Brian Behlendorf | 2015-03-25 | 2 | -2/+2 |
* | Install arc_summary.py | Turbo Fredriksson | 2015-03-03 | 1 | -0/+1 |
* | Avoid dladdr() in ztest | Tim Chase | 2015-02-27 | 1 | -44/+39 |
* | Enhancements to zpool dry run mode. | Tim Chase | 2015-02-11 | 1 | -0/+28 |
* | Fix build error when make deb | Chunwei Chen | 2015-02-06 | 1 | -0/+1 |
* | Read spl_hostid module parameter before gethostid() | Chunwei Chen | 2015-02-04 | 1 | -1/+1 |
* | Cleanup _zed_event_add_nvpair() | Chris Dunlap | 2015-01-30 | 1 | -232/+263 |
* | Protect against adding duplicate strings in ZED | Chris Dunlap | 2015-01-30 | 4 | -151/+243 |
* | Replace sysctl summary with tunables summary. | Kyle Blatter | 2015-01-28 | 1 | -66/+57 |
* | Force all lines to be 80 columns | Kyle Blatter | 2015-01-28 | 1 | -33/+66 |
* | Add a help option with usage information | Kyle Blatter | 2015-01-28 | 1 | -4/+25 |
* | Refactor arc_summary to simplify -p processing | Kyle Blatter | 2015-01-28 | 1 | -23/+17 |
* | Modified arc_summary.py to run on linux | cburroughs | 2015-01-28 | 1 | -287/+24 |
* | Add arc_summary.py from FreeNAS | cburroughs | 2015-01-28 | 2 | -0/+1378 |
* | vdev_id: use mawk-compatible regular expression | Ned Bass | 2014-12-19 | 1 | -1/+1 |