summaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Introduce names for ZTHRsSerapheim Dimitropoulos2020-07-294-16/+24
* Prefix zfs internal endian checks with _ZFSMatthew Macy2020-07-282-2/+2
* Refactor ccompile.h to not include system headersMatthew Macy2020-07-252-0/+6
* Make use of ZFS_DEBUG consistent within kmod sourcesMatthew Macy2020-07-258-13/+13
* FreeBSD: Fixes required to build ZFS on PowerPCMatthew Macy2020-07-251-1/+1
* Add gang ABD child to parent gang ABDBrian Atkinson2020-07-241-1/+55
* Limit dbuf cache sizes based only on ARC target size by defaultRyan Moeller2020-07-241-22/+24
* Adjust ARC terminologyMatthew Ahrens2020-07-221-78/+78
* Remove skc_reclaim, hdr_recl, kmem_cache shrinkerMatthew Ahrens2020-07-191-39/+3
* Extend zdb to print inconsistencies in livelists and metaslabsMatthew Ahrens2020-07-142-3/+27
* Fix LOR between dp_config_rwlock and spa_props_lockAlexander Motin2020-07-141-11/+7
* Fixing gang ABD child removal race conditionBrian Atkinson2020-07-141-3/+15
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-116-22/+49
* Fix a persistent L2ARC bug in l2arc_write_done()George Amanakis2020-07-101-5/+27
* Add a "try" operation for range locksMark Johnston2020-07-061-18/+47
* Add device rebuild featureBrian Behlendorf2020-07-0310-89/+1484
* freebsd: changes necessary to coexist with dtrace in treeMatthew Macy2020-07-011-0/+1
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-291-13/+0
* ARC shrinking blocks reads/writesMatthew Ahrens2020-06-261-2/+10
* Add zfs_multihost_interval tunable handler for FreeBSDRyan Moeller2020-06-231-0/+6
* Add prototypesArvind Sankar2020-06-183-7/+0
* Add include files for prototypesArvind Sankar2020-06-1811-2/+11
* Remove dead codeArvind Sankar2020-06-182-15/+0
* Mark functions as staticArvind Sankar2020-06-1823-56/+61
* Disambiguate condvar API contractMatthew Macy2020-06-181-2/+2
* Add abd_cache_reap_now for abd_chunk_cache usersMatthew Macy2020-06-171-0/+1
* zfs_ioctl: saved_poolname can be truncatedJorgen Lundman2020-06-171-11/+14
* Set initial arc_c to arc_c_min instead of arc_c_maxAlexander Motin2020-06-171-4/+4
* Add convenience wrappers for common uio usageJorgen Lundman2020-06-143-11/+9
* Upstream: zil_commit_waiter() can stall foreverJorgen Lundman2020-06-141-1/+1
* Cleanup linux module kbuild filesArvind Sankar2020-06-101-8/+7
* Fix typosAndrea Gelmini2020-06-099-17/+17
* File incorrectly zeroed when receiving incremental stream that toggles -LMatthew Ahrens2020-06-093-141/+379
* Trim L2ARCGeorge Amanakis2020-06-095-41/+392
* Restore support for in-kernel ZFS ioctlsPawel Jakub Dawidek2020-06-081-2/+2
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-0716-45/+62
* Fix double mutex_init bug in send codePaul Dagnelie2020-06-031-5/+12
* Periodically update ARC kstatsRyan Moeller2020-06-031-2/+2
* Memory leak in dsl_destroy_snapshots_nvl error caseJorgen Lundman2020-05-261-0/+2
* Gang ABD TypeBrian Atkinson2020-05-202-46/+362
* Use boot_ncpus in place of max_ncpus in taskq_createDeHackEd2020-05-203-6/+6
* Fix error handling in receive_writer_thread()Matthew Ahrens2020-05-141-1/+2
* Fix abd_enter/exit_critical wrappersBrian Behlendorf2020-05-141-2/+2
* Upstream: add missing thread_exit()Jorgen Lundman2020-05-144-0/+8
* remove unneeded member drc_err of dmu_recv_cookie_tMatthew Ahrens2020-05-141-7/+5
* Resilver restarts unnecessarily when it encounters errorsJohn Poduska2020-05-132-2/+43
* Combine OS-independent ABD Code into Common Source FileBrian Atkinson2020-05-103-1/+859
* Improvements on persistent L2ARCGeorge Amanakis2020-05-071-75/+159
* Add support for boot environment data to be stored in the labelPaul Dagnelie2020-05-073-9/+213
* Enable splitting mirrors with indirect vdevsGeorge Amanakis2020-05-062-4/+11