summaryrefslogtreecommitdiffstats
path: root/lib/libzpool/kernel.c
Commit message (Expand)AuthorAgeFilesLines
* lib/: set O_CLOEXEC on all fdsнаб2021-04-141-4/+4
* FreeBSD: Add support for procfs_listMatthew Macy2020-09-231-0/+1
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-011-0/+6
* Add zstd support to zfsMichael Niewöhner2020-08-201-0/+5
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-111-0/+6
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-291-1/+0
* Cleanup libzpool/kernel.cArvind Sankar2020-06-181-29/+12
* Disambiguate condvar API contractMatthew Macy2020-06-181-2/+2
* async zvol minor node creation interferes with receiveMatthew Ahrens2020-02-031-1/+6
* Mark Linux fallocate extensions as specific to LinuxMatthew Macy2019-11-301-0/+4
* Implement -A (ignore ASSERTs) for zdbPaul Zuchowski2019-11-271-1/+0
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-234/+376
* Remove unneeded header from libzpool/kernel.cMatthew Macy2019-10-261-1/+0
* OpenZFS restructuring - libsplMatthew Macy2019-10-021-54/+6
* OpenZFS 9425 - channel programs can be interruptedDon Brady2019-06-221-0/+7
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-0/+1
* Don't assume pthread_t is uint_t for portabilityTomohiro Kusumi2019-04-091-1/+2
* Restrict kstats and print real pointersSara Hartse2019-04-041-0/+1
* OpenZFS 9284 - arc_reclaim_thread has 2 jobsBrad Lewis2018-12-261-0/+6
* Fix dbgmsg printing in ztest and zdbTom Caputi2018-10-241-5/+30
* Fixes for procfs files backed by linked listsJohn Gallagher2018-09-261-0/+51
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-2/+0
* Linux 4.18 compat: inode timespec -> timespec64Brian Behlendorf2018-06-191-2/+2
* OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recoveryPavel Zakharov2018-05-081-0/+10
* 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