aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzpool
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS 9284 - arc_reclaim_thread has 2 jobsBrad Lewis2018-12-261-0/+6
* Add libzutil for libzfs or libzpool consumersDon Brady2018-11-052-103/+57
* Fix dbgmsg printing in ztest and zdbTom Caputi2018-10-241-5/+30
* Refactor dmu_recv into its own filePaul Dagnelie2018-10-091-0/+1
* Fixes for procfs files backed by linked listsJohn Gallagher2018-09-261-0/+51
* Pool allocation classesDon Brady2018-09-051-7/+16
* Add zfs module feature and property info to sysfsDon Brady2018-09-021-0/+2
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-262-2/+1
* Linux 4.18 compat: inode timespec -> timespec64Brian Behlendorf2018-06-191-2/+2
* OpenZFS 8484 - Implement aggregate sum and use for arc countersPaul Dagnelie2018-06-061-0/+2
* OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recoveryPavel Zakharov2018-05-081-0/+10
* OpenZFS 9079 - race condition in starting and ending condensing thread for in...Serapheim Dimitropoulos2018-04-141-1/+2
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-5/+9
* Increase code coverage for Lua librariesDon Brady2018-02-081-3/+0
* OpenZFS 7431 - ZFS Channel ProgramsChris Williamson2018-02-081-1/+37
* Force ztest to always use /dev/urandomBrian Behlendorf2018-01-121-2/+4
* Support -fsanitize=address with --enable-asanBrian Behlendorf2018-01-101-1/+5
* OpenZFS 640 - number_to_scaled_string is duplicated in several commandsJason King2017-10-301-21/+97
* Encryption patch follow-upTom Caputi2017-10-111-0/+1
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-0/+2
* Simplify threads, mutexs, cvs and rwlocksBrian Behlendorf2017-08-111-231/+59
* Add libtpool (thread pools)Brian Behlendorf2017-08-092-193/+18
* Multi-modifier protection (MMP)Olaf Faaland2017-07-131-0/+1
* 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
* Fix 'zdb -o' segmentation faultLOLi2017-03-231-1/+1
* OpenZFS 7280 - Allow changing global libzpool variables in zdb and ztest thro...George Melikov2017-01-312-1/+58
* OpenZFS 6871 - libzpool implementation of thread_create should enforce length...George Melikov2017-01-241-1/+2
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-221-1/+1
* 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
* Speed up zvol import and export speedBrian Behlendorf2016-12-081-0/+5
|\
| * Use system_delay_taskq for long delay tasksChunwei Chen2016-12-011-0/+5
* | DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-0/+1
|/
* 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