| Commit message (Expand) | Author | Age | Files | Lines |
* | OpenZFS 6872 - zfs libraries should not allow uninitialized variables | George Melikov | 2017-01-24 | 1 | -2/+1 |
* | codebase style improvements for OpenZFS 6459 port | George Melikov | 2017-01-22 | 2 | -6/+12 |
* | OpenZFS 6551 - cmd/zpool: cleanup gcc warnings | Brian Behlendorf | 2017-01-17 | 3 | -4/+11 |
* | OpenZFS 6328 - Fix cstyle errors in zfs codebase | George Melikov | 2017-01-12 | 1 | -1/+2 |
* | Fix spelling | ka7 | 2017-01-03 | 1 | -2/+2 |
* | Fix coverity defects: CID 155008 | cao | 2016-12-19 | 1 | -2/+5 |
* | Don't run 'zpool iostat -c CMD' command on all vdevs, if vdevs specified | Tony Hutter | 2016-12-16 | 3 | -15/+59 |
* | Use cstyle -cpP in `make cstyle` check | Brian Behlendorf | 2016-12-12 | 3 | -16/+16 |
* | Do not force VDEV_NAME_TYPE_ID in max_width() | Håkan Johansson | 2016-11-30 | 1 | -3/+3 |
* | Fix coverity defects: CID 154591 | luozhengzheng | 2016-11-30 | 1 | -1/+1 |
* | Add -c to zpool iostat & status to run command | Tony Hutter | 2016-11-29 | 3 | -6/+244 |
* | Allow for '-o feature@<feature>=disabled' on the command line | LOLi | 2016-10-25 | 1 | -14/+19 |
* | Pass status_cbdata_t to print_status_config() and friends | Håkan Johansson | 2016-10-17 | 1 | -68/+66 |
* | Fix coverity defects: CID 147639 | GeLiXin | 2016-10-10 | 1 | -5/+6 |
* | Fix coverity defects: CID 147448, 147449, 147450, 147453, 147454 | luozhengzheng | 2016-10-02 | 1 | -1/+1 |
* | Fix coverity defects: CID 147610, 147608, 147607 | cao | 2016-09-29 | 1 | -14/+16 |
* | Fix coverity defects: CID 147602 147604 | cao | 2016-09-23 | 1 | -4/+8 |
* | Fix coverity defects | luozhengzheng | 2016-09-22 | 1 | -1/+1 |
* | Fix coverity defects | cao | 2016-09-20 | 1 | -1/+2 |
* | Fix Coverity defects | luozhengzheng | 2016-09-17 | 1 | -1/+1 |
* | Fix memleak in zfs_do_* and zpool_do_* | luozhengzheng | 2016-09-12 | 1 | -5/+23 |
* | Fix memory/fd leak in check_file() and is_spare() | liuhuang | 2016-09-12 | 1 | -2/+7 |
* | Bring over illumos ZFS FMA logic -- phase 1 | Don Brady | 2016-09-01 | 1 | -1/+15 |
* | Multi-thread 'zpool import' for blkid | Brian Behlendorf | 2016-07-27 | 1 | -19/+10 |
* | Fixes for issues found with cppcheck tool | Gvozden Neskovic | 2016-07-27 | 2 | -2/+13 |
* | Add `zfs allow` and `zfs unallow` support | Brian Behlendorf | 2016-06-07 | 1 | -14/+12 |
* | Fix minor spelling mistakes | Colin Ian King | 2016-06-06 | 1 | -1/+1 |
* | Add request size histograms (-r) to zpool iostat, minor man page fix | Tony Hutter | 2016-05-25 | 1 | -89/+187 |
* | Consistently use parsable instead of parseable | Christer Ekholm | 2016-05-23 | 1 | -3/+3 |
* | Make zpool list -vp print individual vdev sizes parsable. | Christer Ekholm | 2016-05-18 | 1 | -11/+27 |
* | Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queues | Tony Hutter | 2016-05-12 | 5 | -106/+1323 |
* | OpenZFS 3993, 4700 | Adam Stevko | 2016-05-11 | 1 | -19/+92 |
* | OpenZFS 5669 - altroot not set in zpool create | Brian Behlendorf | 2016-05-05 | 1 | -0/+2 |
* | Illumos 6659 - nvlist_free(NULL) is a no-op | Josef 'Jeff' Sipek | 2016-04-27 | 2 | -6/+3 |
* | Use udev for partition detection | Brian Behlendorf | 2016-04-25 | 1 | -14/+24 |
* | Create unique partition labels | Brian Behlendorf | 2016-04-25 | 1 | -0/+1 |
* | Add support for devid and phys_path keys in vdev disk labels | Don Brady | 2016-03-31 | 1 | -1/+14 |
* | Fix zdb -e and zhack thread_init() | Brian Behlendorf | 2016-03-21 | 1 | -0/+8 |
* | Relax MBR partition scanning requirement | Brian Behlendorf | 2016-03-10 | 1 | -21/+17 |
* | Require libblkid | Brian Behlendorf | 2016-03-09 | 2 | -12/+9 |
* | Change full path subcommand flag from -p to -P | Brian Behlendorf | 2016-02-26 | 1 | -25/+25 |
* | Add -gLp to zpool subcommands for alt vdev names | Richard Yao | 2016-02-25 | 1 | -73/+169 |
* | Illumos 5767 - fix several problems with zfs test suite | John Wren Kennedy | 2016-02-08 | 1 | -10/+36 |
* | Illumos 5959 - clean up per-dataset feature count code | Matthew Ahrens | 2015-12-04 | 1 | -2/+3 |
* | Tab-indent continuation lines in the "scan:" section of "zpool status". | Remy Blank | 2015-09-19 | 1 | -3/+3 |
* | Support parallel build trees (VPATH builds) | Turbo Fredriksson | 2015-07-17 | 1 | -5/+5 |
* | 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 |
* | Add -y option to `zpool iostat` | Hajo Möller | 2015-06-17 | 1 | -8/+23 |