| Commit message (Expand) | Author | Age | Files | Lines |
* | Use cstyle -cpP in `make cstyle` check | Brian Behlendorf | 2016-12-12 | 14 | -39/+41 |
* | Fix coverity defects: CID 147475 | liaoyuxiangqin | 2016-12-09 | 1 | -7/+8 |
* | Speed up zvol import and export speed | Brian Behlendorf | 2016-12-08 | 1 | -0/+5 |
|\ |
|
| * | Use system_delay_taskq for long delay tasks | Chunwei Chen | 2016-12-01 | 1 | -0/+5 |
* | | ABD optimized page allocation code | Chunwei Chen | 2016-11-29 | 3 | -2/+40 |
* | | DLPX-44812 integrate EP-220 large memory scalability | David Quigley | 2016-11-29 | 2 | -3/+5 |
|/ |
|
* | Add -c to zpool iostat & status to run command | Tony Hutter | 2016-11-29 | 2 | -97/+88 |
* | Allow zfs unshare <protocol> -a | LOLi | 2016-11-29 | 2 | -3/+19 |
* | Fix 'zpool import' detection issue | Brian Behlendorf | 2016-11-14 | 1 | -3/+16 |
* | Fix coverity defects: CID 147629 | cao | 2016-11-08 | 1 | -1/+2 |
* | Fix coverity defects: CID 147575, 147577, 147578, 147579 | cao | 2016-11-07 | 1 | -1/+1 |
* | Fix 'zpool import' detection issues | Brian Behlendorf | 2016-11-07 | 2 | -35/+105 |
* | Add superscalar fletcher4 | Romain Dolbeau | 2016-11-04 | 1 | -0/+2 |
* | Add parity generation/rebuild using AVX-512 for x86-64 | Romain Dolbeau | 2016-11-02 | 1 | -0/+2 |
* | Fix coverity defects: CID 147548 | cao | 2016-10-31 | 2 | -5/+6 |
* | Allow for '-o feature@<feature>=disabled' on the command line | LOLi | 2016-10-25 | 1 | -2/+3 |
* | Fix coverity defects: CID 147511, 147513 | cao | 2016-10-24 | 1 | -2/+4 |
* | Turn on/off enclosure slot fault LED even when disk isn't present | Tony Hutter | 2016-10-24 | 2 | -4/+126 |
* | Fletcher4 algorithm implemented in pure NEON for Aarch64 / ARMv8 64 bits | Romain Dolbeau | 2016-10-21 | 1 | -0/+1 |
* | Fix coverity defects: CID 147551, 147552 | cao | 2016-10-20 | 1 | -2/+5 |
* | Multipath autoreplace, control enclosure LEDs, event rate limiting | Tony Hutter | 2016-10-19 | 3 | -18/+222 |
* | Fix coverity defects: CID 147488, 147490 | cao | 2016-10-14 | 1 | -1/+7 |
* | Fix coverity defects: CID 150921, 150927 | luozhengzheng | 2016-10-14 | 1 | -2/+2 |
* | Fix coverity defects: CID 147654, 147690 | GeLiXin | 2016-10-13 | 2 | -3/+3 |
* | Fix coverity defects: CID 147606, 147609 | cao | 2016-10-12 | 1 | -1/+1 |
* | Fix coverity defects: CID 147452, 147447, 147446 | cao | 2016-10-11 | 3 | -3/+3 |
* | Fix memory leak in recv_skip | luozhengzheng | 2016-10-11 | 1 | -0/+1 |
* | Fix file permissions | Brian Behlendorf | 2016-10-08 | 4 | -0/+0 |
* | Fix coverity defects: CID 147565-147567 | cao | 2016-10-07 | 1 | -3/+5 |
* | Fletcher4: Incremental updates and ctx calculation | Brian Behlendorf | 2016-10-07 | 1 | -0/+3 |
|\ |
|
| * | Fletcher4: Init in libzfs_init() | Gvozden Neskovic | 2016-10-03 | 1 | -0/+3 |
* | | Fix uninitialized variable snapprops_nvlist in zfs_receive_one | LOLi | 2016-10-07 | 1 | -0/+5 |
* | | Add support for user/group dnode accounting & quota | Jinshan Xiong | 2016-10-07 | 1 | -4/+18 |
|/ |
|
* | Fix coverity defects: CID 150953, 147603, 147610 | luozhengzheng | 2016-10-04 | 1 | -2/+4 |
* | OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R | Tony Hutter | 2016-10-03 | 5 | -2/+27 |
* | Add parity generation/rebuild using 128-bits NEON for Aarch64 | Romain Dolbeau | 2016-10-03 | 1 | -0/+2 |
* | Correct zpool_vdev_remove() error message | Richard Laager | 2016-10-02 | 1 | -3/+3 |
* | Fix coverity defects: CID 147448, 147449, 147450, 147453, 147454 | luozhengzheng | 2016-10-02 | 1 | -1/+1 |
* | Fix coverity defects: CID 147563, 147560 | cao | 2016-09-30 | 1 | -0/+5 |
* | Fix coverity defects: CID 147531 147532 147533 147535 | GeLiXin | 2016-09-30 | 2 | -6/+11 |
* | Fix coverity defects: CID 147707 | cao | 2016-09-30 | 1 | -14/+27 |
* | fix: Shift exponent too large | Gvozden Neskovic | 2016-09-29 | 1 | -0/+3 |
* | Fix coverity defects: CID 147443, 147656, 147655, 147441, 147653 | BearBabyLiu | 2016-09-29 | 3 | -4/+5 |
* | Fix coverity defects: 147658, 147652, 147651 | cao | 2016-09-29 | 1 | -1/+2 |
* | OpenZFS 6111 - zfs send should ignore datasets created after the ending snapshot | kernelOfTruth aka. kOT, Gentoo user | 2016-09-22 | 1 | -6/+108 |
* | Fix strncpy in taskq_create | candychencan | 2016-09-20 | 1 | -1/+1 |
* | Change /etc/mtab to /proc/self/mounts | slashdd | 2016-09-20 | 4 | -13/+14 |
* | DLPX-40252 integrate EP-476 compressed zfs send/receive | Dan Kimmel | 2016-09-13 | 2 | -18/+44 |
* | Bring over illumos ZFS FMA logic -- phase 1 | Don Brady | 2016-09-01 | 2 | -12/+14 |
* | Fix zfs_unmount() and zfs_unshare_proto() leaks | cao | 2016-09-01 | 1 | -3/+5 |