aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix coverity defects: CID 147575, 147577, 147578, 147579cao2016-11-071-1/+1
* Fix 'zpool import' detection issuesBrian Behlendorf2016-11-072-35/+105
* Add superscalar fletcher4Romain Dolbeau2016-11-041-0/+2
* Add parity generation/rebuild using AVX-512 for x86-64Romain Dolbeau2016-11-021-0/+2
* Fix coverity defects: CID 147548cao2016-10-312-5/+6
* Allow for '-o feature@<feature>=disabled' on the command lineLOLi2016-10-251-2/+3
* Fix coverity defects: CID 147511, 147513cao2016-10-241-2/+4
* Turn on/off enclosure slot fault LED even when disk isn't presentTony Hutter2016-10-242-4/+126
* Fletcher4 algorithm implemented in pure NEON for Aarch64 / ARMv8 64 bitsRomain Dolbeau2016-10-211-0/+1
* Fix coverity defects: CID 147551, 147552cao2016-10-201-2/+5
* Multipath autoreplace, control enclosure LEDs, event rate limitingTony Hutter2016-10-193-18/+222
* Fix coverity defects: CID 147488, 147490cao2016-10-141-1/+7
* Fix coverity defects: CID 150921, 150927luozhengzheng2016-10-141-2/+2
* Fix coverity defects: CID 147654, 147690GeLiXin2016-10-132-3/+3
* Fix coverity defects: CID 147606, 147609cao2016-10-121-1/+1
* Fix coverity defects: CID 147452, 147447, 147446cao2016-10-113-3/+3
* Fix memory leak in recv_skipluozhengzheng2016-10-111-0/+1
* Fix file permissionsBrian Behlendorf2016-10-084-0/+0
* Fix coverity defects: CID 147565-147567cao2016-10-071-3/+5
* Fletcher4: Incremental updates and ctx calculationBrian Behlendorf2016-10-071-0/+3
|\
| * Fletcher4: Init in libzfs_init()Gvozden Neskovic2016-10-031-0/+3
* | Fix uninitialized variable snapprops_nvlist in zfs_receive_oneLOLi2016-10-071-0/+5
* | Add support for user/group dnode accounting & quotaJinshan Xiong2016-10-071-4/+18
|/
* Fix coverity defects: CID 150953, 147603, 147610luozhengzheng2016-10-051-2/+4
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-035-2/+27
* Add parity generation/rebuild using 128-bits NEON for Aarch64Romain Dolbeau2016-10-031-0/+2
* Correct zpool_vdev_remove() error messageRichard Laager2016-10-021-3/+3
* Fix coverity defects: CID 147448, 147449, 147450, 147453, 147454luozhengzheng2016-10-021-1/+1
* Fix coverity defects: CID 147563, 147560cao2016-09-301-0/+5
* Fix coverity defects: CID 147531 147532 147533 147535GeLiXin2016-09-302-6/+11
* Fix coverity defects: CID 147707cao2016-09-301-14/+27
* fix: Shift exponent too largeGvozden Neskovic2016-09-291-0/+3
* Fix coverity defects: CID 147443, 147656, 147655, 147441, 147653BearBabyLiu2016-09-293-4/+5
* Fix coverity defects: 147658, 147652, 147651cao2016-09-291-1/+2
* OpenZFS 6111 - zfs send should ignore datasets created after the ending snapshotkernelOfTruth aka. kOT, Gentoo user2016-09-231-6/+108
* Fix strncpy in taskq_createcandychencan2016-09-201-1/+1
* Change /etc/mtab to /proc/self/mountsslashdd2016-09-204-13/+14
* DLPX-40252 integrate EP-476 compressed zfs send/receiveDan Kimmel2016-09-132-18/+44
* Bring over illumos ZFS FMA logic -- phase 1Don Brady2016-09-012-12/+14
* Fix zfs_unmount() and zfs_unshare_proto() leakscao2016-09-011-3/+5
* Performance optimization of AVL tree comparator functionsGvozden Neskovic2016-08-313-19/+7
* Fix: Build warnings with different gcc optimization levels in debug modeGeLiXin2016-08-291-2/+1
* Fix cv_timedwait_hiresBrian Behlendorf2016-08-291-4/+11
* Fix: Array bounds read in zprop_print_one_property()GeLiXin2016-08-221-1/+2
* Rework of fletcher_4 moduleGvozden Neskovic2016-08-161-1/+1
* Fletcher4 implementation using avx512f instruction setGvozden Neskovic2016-08-161-0/+1
* OpenZFS 5997 - FRU field not set during pool creation and never updatedHans Rosenfeld2016-08-124-271/+1
* Fix indefinite articleGeLiXin2016-08-112-3/+3
* Build user-space with different gcc optimization levelsGvozden Neskovic2016-08-093-4/+4
* Fix call zfs_get_name() with invalid parameterGeLiXin2016-08-081-1/+1