summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add more sanity testing for zdb input argsSara Hartse2020-04-284-12/+127
* Add missing zfs_refcount_destroy() in key_mapping_rele()George Amanakis2020-04-281-0/+1
* Fix zlib leak on FreeBSDRyan Moeller2020-04-281-1/+1
* zfs_create: round up volume size to multiple of bsalex2020-04-244-3/+45
* Fix missing ivset guid with resumed raw base recvTom Caputi2020-04-241-1/+1
* Fix unitialized variable in `zstream redup` commandBrian Behlendorf2020-04-231-1/+1
* change libspl list member names to match kernelMatthew Ahrens2020-04-232-41/+40
* Remove deduplicated send/receive codeMatthew Ahrens2020-04-2326-1081/+219
* Fix more leaks detected by ASANJoao Carlos Mendes Luis2020-04-221-2/+7
* Use a struct to organize metaslab-group-allocator fieldsMatthew Ahrens2020-04-223-57/+62
* Don't attempt trimming "hole" vdevsNiklas Haas2020-04-211-1/+2
* Fix zfs send progress reportingMatthew Ahrens2020-04-203-1/+15
* Use new FreeBSD API to largely eliminate object lockingMatthew Macy2020-04-173-39/+56
* Persistent L2ARC minor fixesGeorge Amanakis2020-04-173-12/+9
* Update FreeBSD tunablesRyan Moeller2020-04-156-43/+71
* Don't delete freebsd.run in distcleanRyan Moeller2020-04-151-0/+1
* Fix SC2086 note in zpool.d/smartRyan Moeller2020-04-141-1/+1
* sys/mnttab.h: include sys/stat.h for stat64alaviss2020-04-141-1/+1
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-14209-81/+46201
* Fix allocation errors, detected using ASANJoao Carlos Mendes Luis2020-04-131-2/+3
* Disable user space reference trackingBrian Behlendorf2020-04-131-5/+6
* ZTS: Fix and change testcase cache_010_negalex2020-04-135-30/+29
* zvol_write() can use dmu_tx_hold_write_by_dnode()Matthew Ahrens2020-04-101-1/+1
* Minor `zstream redup` command fixesBrian Behlendorf2020-04-102-1/+1
* Add `zstream redup` command to convert deduplicated send streamsMatthew Ahrens2020-04-1016-36/+728
* Persistent L2ARCGeorge Amanakis2020-04-1030-88/+3020
* Don't ignore zfs_arc_max below allmem/32Ryan Moeller2020-04-093-15/+31
* Add separate field for indicating that spa is in middle of splitMatthew Macy2020-04-092-0/+3
* Linux 5.7 compat: blk_alloc_queue()Brian Behlendorf2020-04-094-44/+87
* Use vn_io_fault_uiomove on FreeBSD to avoid potential deadlockMatthew Macy2020-04-081-1/+10
* Finish refactoring for ZFS_MODULE_PARAM_CALLRyan Moeller2020-04-075-8/+11
* libzfs_pool: Remove unused check for ENOTBLKalex2020-04-071-11/+0
* ZTS: Fix non-portable date formatRyan Moeller2020-04-062-18/+17
* Add 'zfs wait' commandPaul Dagnelie2020-04-0125-11/+679
* Bugfix/fix uio partial copiesFabio Scaccabarozzi2020-04-012-8/+26
* Improve ZVOL sync write performance by using a taskqMatthew Ahrens2020-03-311-44/+78
* Reset l2ad_hand and l2ad_first in l2arc_evictGeorge Amanakis2020-03-316-27/+181
* ZTS: Skip udev actions in zvol_misc when not LinuxRyan Moeller2020-03-311-3/+3
* Let default arc_c_max be platform dependentRyan Moeller2020-03-274-8/+22
* Compile cityhash code into libzfsMatthew Ahrens2020-03-2710-6/+11
* ZTS: Wait for free space between quota testsRyan Moeller2020-03-265-7/+15
* Remove checks for null out value in encryption pathsDirkjan Bussink2020-03-2611-219/+106
* zfs_get: change time format string from %k to %Halex2020-03-261-1/+1
* Deprecate deduplicated send streamsMatthew Ahrens2020-03-185-0/+46
* Avoid core dump on invalid redaction bookmarkRyan Moeller2020-03-184-25/+51
* Changed decimals to integers in the arcstat scriptAvatat2020-03-181-13/+4
* Fix zfs_rmnode() unlink / rollback issueBrian Behlendorf2020-03-181-3/+9
* Fix cstyle warningsBrian Behlendorf2020-03-172-2/+3
* Separate warning for incomplete and corrupt streamsPaul Dagnelie2020-03-178-11/+24
* ICP: gcm-avx: Support architectures lacking the MOVBE instructionAttila Fülöp2020-03-173-18/+389