| Commit message (Expand) | Author | Age | Files | Lines |
* | OpenZFS 6550 - cmd/zfs: cleanup gcc warnings | Brian Behlendorf | 2017-01-17 | 1 | -15/+23 |
* | OpenZFS 6551 - cmd/zpool: cleanup gcc warnings | Brian Behlendorf | 2017-01-17 | 3 | -4/+11 |
* | OpenZFS 7303 - dynamic metaslab selection | Don Brady | 2017-01-12 | 2 | -5/+20 |
* | OpenZFS 6637 - replacing "dontclose" with "should_close" | George Melikov | 2017-01-12 | 1 | -3/+3 |
* | OpenZFS 6328 - Fix cstyle errors in zfs codebase | George Melikov | 2017-01-12 | 1 | -1/+2 |
* | Fix TypeError: unorderable types: str() > int() in arc_summary.py | Johnny Stenback | 2017-01-03 | 1 | -2/+2 |
* | Fix spelling | ka7 | 2017-01-03 | 11 | -14/+14 |
* | Fix coverity defects: CID 147587 | GeLiXin | 2016-12-21 | 1 | -0/+7 |
* | 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 |
* | Fix coverity defects: CID 147534 | cao | 2016-12-16 | 1 | -2/+2 |
* | Use cstyle -cpP in `make cstyle` check | Brian Behlendorf | 2016-12-12 | 23 | -161/+149 |
* | Do not force VDEV_NAME_TYPE_ID in max_width() | Håkan Johansson | 2016-11-30 | 1 | -3/+3 |
* | Introduce ARC Buffer Data (ABD) | Brian Behlendorf | 2016-11-30 | 6 | -82/+110 |
|\ |
|
| * | ABD raidz avx512f support | Gvozden Neskovic | 2016-11-29 | 1 | -15/+1 |
| * | ABD Vectorized raidz | Gvozden Neskovic | 2016-11-29 | 3 | -46/+49 |
| * | DLPX-44812 integrate EP-220 large memory scalability | David Quigley | 2016-11-29 | 5 | -50/+89 |
* | | Fix coverity defects: CID 154591 | luozhengzheng | 2016-11-30 | 1 | -1/+1 |
|/ |
|
* | zstreamdump needs to initialize fletcher 4 support | Tim Chase | 2016-11-29 | 1 | -0/+2 |
* | Add -c to zpool iostat & status to run command | Tony Hutter | 2016-11-29 | 5 | -10/+244 |
* | Allow zfs unshare <protocol> -a | LOLi | 2016-11-29 | 1 | -5/+23 |
* | Add a statechange notify zedlet | Don Brady | 2016-11-10 | 6 | -82/+125 |
* | Fix symlinks for {vdev_clear,statechange}-led.sh | Olaf Faaland | 2016-11-09 | 1 | -2/+2 |
* | Fix coverity defects: CID 147586 | cao | 2016-11-08 | 1 | -3/+3 |
* | Fix coverity defects: 154021 | luozhengzheng | 2016-11-08 | 1 | -0/+3 |
* | Add illumos FMD ZFS logic to ZED -- phase 2 | Don Brady | 2016-11-07 | 16 | -338/+3581 |
* | Allow autoreplace even when enclosure LED sysfs entries don't exist | Tony Hutter | 2016-11-04 | 1 | -2/+2 |
* | Add parity generation/rebuild using AVX-512 for x86-64 | Romain Dolbeau | 2016-11-02 | 1 | -0/+2 |
* | Allow for '-o feature@<feature>=disabled' on the command line | LOLi | 2016-10-25 | 1 | -14/+19 |
* | Fix statechange-led.sh & unnecessary libdevmapper warning | Tony Hutter | 2016-10-25 | 2 | -20/+4 |
* | Fix coverity defects: CID 147511, 147513 | cao | 2016-10-24 | 1 | -1/+1 |
* | Turn on/off enclosure slot fault LED even when disk isn't present | Tony Hutter | 2016-10-24 | 4 | -74/+62 |
* | Multipath autoreplace, control enclosure LEDs, event rate limiting | Tony Hutter | 2016-10-19 | 7 | -31/+216 |
* | Fix coverity defects: CID 147643, 152204, 49339 | GeLiXin | 2016-10-18 | 1 | -1/+2 |
* | Pass status_cbdata_t to print_status_config() and friends | Håkan Johansson | 2016-10-17 | 1 | -68/+66 |
* | Fix coverity defects: CID 147606, 147609 | cao | 2016-10-12 | 1 | -1/+4 |
* | Fix coverity defects: CID 147639 | GeLiXin | 2016-10-10 | 1 | -5/+6 |
* | Fix file permissions | Brian Behlendorf | 2016-10-08 | 1 | -0/+0 |
* | Fletcher4: Incremental updates and ctx calculation | Brian Behlendorf | 2016-10-07 | 1 | -0/+78 |
|\ |
|
| * | Fletcher4: Incremental using SIMD | Gvozden Neskovic | 2016-10-05 | 1 | -0/+78 |
* | | Add python style checking | Brian Behlendorf | 2016-10-07 | 3 | -60/+53 |
|\ \ |
|
| * | | Correct exit code for dbufstat -v and arcstat -v | Giuseppe Di Natale | 2016-10-06 | 2 | -2/+2 |
| * | | Correct style in arcstat and arc_summary | Giuseppe Di Natale | 2016-10-06 | 2 | -58/+51 |
* | | | Add support for user/group dnode accounting & quota | Jinshan Xiong | 2016-10-07 | 2 | -13/+78 |
| |/
|/| |
|
* | | Fix coverity defects: CID 150953, 147603, 147610 | luozhengzheng | 2016-10-04 | 1 | -2/+11 |
|/ |
|
* | OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R | Tony Hutter | 2016-10-03 | 1 | -4/+4 |
* | Add parity generation/rebuild using 128-bits NEON for Aarch64 | Romain Dolbeau | 2016-10-03 | 1 | -0/+2 |
* | Fix coverity defects: CID 147448, 147449, 147450, 147453, 147454 | luozhengzheng | 2016-10-02 | 2 | -2/+2 |
* | Fix coverity defects: CID 147536, 147537, 147538 | GeLiXin | 2016-09-30 | 1 | -4/+5 |
* | raidz_test: respect wall time | Gvozden Neskovic | 2016-09-30 | 2 | -10/+28 |