aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzpool/kernel.c
Commit message (Expand)AuthorAgeFilesLines
* Force ztest to always use /dev/urandomBrian Behlendorf2018-01-121-2/+4
* Simplify threads, mutexs, cvs and rwlocksBrian Behlendorf2017-08-111-231/+59
* Add libtpool (thread pools)Brian Behlendorf2017-08-091-186/+9
* Make hostid consistent in user and kernel spaceOlaf Faaland2017-07-131-3/+37
* Linux 4.12 compat: PF_FSTRANS was removedChunwei Chen2017-05-091-1/+1
* OpenZFS 6871 - libzpool implementation of thread_create should enforce length...George Melikov2017-01-241-1/+2
* OpenZFS 6328 - Fix cstyle errors in zfs codebaseGeorge Melikov2017-01-121-1/+1
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-4/+4
* Fix coverity defects: CID 147452, 147447, 147446cao2016-10-111-1/+1
* Fix file permissionsBrian Behlendorf2016-10-081-0/+0
* Fix coverity defects: CID 150953, 147603, 147610luozhengzheng2016-10-041-2/+4
* Fix coverity defects: CID 147531 147532 147533 147535GeLiXin2016-09-301-5/+6
* Fix cv_timedwait_hiresBrian Behlendorf2016-08-291-4/+11
* 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-201-7/+93
* OpenZFS 2605, 6980, 6902Matthew Ahrens2016-06-281-0/+2
* Add `zfs allow` and `zfs unallow` supportBrian Behlendorf2016-06-071-0/+6
* Implementation of AVX2 optimized Fletcher-4Jinshan Xiong2016-06-021-0/+4
* Revert "zhack: Add 'feature disable' command"Brian Behlendorf2016-05-171-0/+2
* zhack: Add 'feature disable' commandBrian Behlendorf2016-05-171-2/+0
* 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-121-0/+44
* 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
* Align thread priority with Linux defaultsBrian Behlendorf2015-07-281-0/+2
* Illumos 5376 - arc_kmem_reap_now() should not result in clearing arc_no_growMatthew Ahrens2015-07-231-0/+1
* 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
* 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
* Illumos #4374Matthew Ahrens2014-07-301-4/+2
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-9/+9
* Illumos #3582, #3584Adam Leventhal2013-11-041-0/+35
* Illumos #3537Matthew Ahrens2013-10-311-2/+31
* Add visibility in to arc_readPrakash Surya2013-10-251-0/+8
* Illumos #3464Matthew Ahrens2013-09-041-0/+5
* Illumos #2882, #2883, #2900Matthew Ahrens2013-09-041-0/+6
* Silence 'old_umask' uninit variable warningBrian Behlendorf2013-05-011-1/+1
* Remove NPTL_GUARD_WITHIN_STACKBrian Behlendorf2013-01-291-2/+1
* Illumos #2619 and #2747Christopher Siden2013-01-081-1/+3
* Create threads in detached state in userspace.Etienne Dechamps2012-10-031-1/+2
* Increase the stack space in userspace.Etienne Dechamps2012-09-061-4/+9
* Cleanup ZFS debug infrastructureBrian Behlendorf2012-02-021-4/+0