summaryrefslogtreecommitdiffstats
path: root/lib/libzpool
Commit message (Expand)AuthorAgeFilesLines
* Add superscalar fletcher4Romain Dolbeau2016-11-041-0/+2
* Add parity generation/rebuild using AVX-512 for x86-64Romain Dolbeau2016-11-021-0/+2
* Fletcher4 algorithm implemented in pure NEON for Aarch64 / ARMv8 64 bitsRomain Dolbeau2016-10-211-0/+1
* Fix coverity defects: CID 147452, 147447, 147446cao2016-10-111-1/+1
* Fix file permissionsBrian Behlendorf2016-10-081-0/+0
* Fix coverity defects: CID 147565-147567cao2016-10-071-3/+5
* Fix coverity defects: CID 150953, 147603, 147610luozhengzheng2016-10-041-2/+4
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-031-0/+2
* Add parity generation/rebuild using 128-bits NEON for Aarch64Romain Dolbeau2016-10-031-0/+2
* Fix coverity defects: CID 147531 147532 147533 147535GeLiXin2016-09-301-5/+6
* Fix strncpy in taskq_createcandychencan2016-09-201-1/+1
* Fix cv_timedwait_hiresBrian Behlendorf2016-08-291-4/+11
* Fletcher4 implementation using avx512f instruction setGvozden Neskovic2016-08-161-0/+1
* Build user-space with different gcc optimization levelsGvozden Neskovic2016-08-091-1/+1
* Illumos Crypto Port module added to enable native encryption in zfsTom Caputi2016-07-203-28/+95
* Implementation of SSE optimized Fletcher-4Tyler J. Stachecki2016-07-151-0/+1
* Add RAID-Z routines for SSE2 instruction set, in x86_64 mode.Gvozden Neskovic2016-07-131-1/+2
* OpenZFS 2605, 6980, 6902Matthew Ahrens2016-06-281-0/+2
* SIMD implementation of vdev_raidz generate and reconstruct routinesGvozden Neskovic2016-06-211-0/+4
* Add `zfs allow` and `zfs unallow` supportBrian Behlendorf2016-06-071-0/+6
* Implementation of AVX2 optimized Fletcher-4Jinshan Xiong2016-06-022-0/+5
* Revert "zhack: Add 'feature disable' command"Brian Behlendorf2016-05-171-0/+2
* zhack: Add 'feature disable' commandBrian Behlendorf2016-05-171-2/+0
* Use zfs range locks in ztestBoris Protopopov2016-05-171-0/+1
* OpenZFS 6739 - assumption in cv_timedwait_hiresDenys Rtveliashvili2016-05-151-26/+24
* Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queuesTony Hutter2016-05-122-2/+49
* taskq_create() calls thread_create() with wrong argumentsDenys Rtveliashvili2016-05-051-1/+1
* Add pn_alloc()/pn_free() functionsBrian Behlendorf2016-04-211-0/+1
* Add support for asynchronous zvol minor operationsBoris Protopopov2016-03-101-0/+22
* kobj_read_file: Return -1 on vn_rdwr() errorRichard Yao2016-01-231-2/+3
* Illumos 6815179, 6844191Brian Behlendorf2016-01-221-2/+2
* Fix vn_rdwr() compiler warningBrian Behlendorf2016-01-111-2/+2
* Illumos 4891 - want zdb option to dump all metadataMatthew Ahrens2016-01-111-2/+33
* Illumos 5960, 5925Paul Dagnelie2016-01-081-0/+1
* Align thread priority with Linux defaultsBrian Behlendorf2015-07-282-2/+4
* Illumos 5376 - arc_kmem_reap_now() should not result in clearing arc_no_growMatthew Ahrens2015-07-231-0/+1
* Support parallel build trees (VPATH builds)Turbo Fredriksson2015-07-171-113/+105
* Update all default taskq settingsBrian Behlendorf2015-06-251-1/+0
* Add taskq_wait_outstanding() functionBrian Behlendorf2015-06-111-0/+6
* Illumos 5497 - lock contention on arcs_mtxPrakash Surya2015-06-111-0/+1
* Illumos #5244 - zio pipeline callers should explicitly invoke next stageGeorge Wilson2015-04-301-0/+4
* Illumos 5134 - if ZFS_DEBUG or debug= is set, libzpool should enable debug pr...Matthew Ahrens2015-04-281-0/+3
* Change VERIFY to ASSERT in mutex_destroy()Brian Behlendorf2015-02-111-1/+1
* Read spl_hostid module parameter before gethostid()Chunwei Chen2015-02-041-1/+25
* Mark IO pipeline with PF_FSTRANSBrian Behlendorf2015-01-161-0/+17
* Swap DTRACE_PROBE* with Linux tracepointsPrakash Surya2014-11-171-0/+1
* Update utsname supportBrian Behlendorf2014-10-171-4/+8
* Make user stack limit configurableBrian Behlendorf2014-09-301-24/+24
* lib/libzpool/kernel.c: Assert no owners in rw_destroy()Richard Yao2014-09-231-1/+1
* Remove obsolete comment about guard pagesNed Bass2014-09-221-6/+0