aboutsummaryrefslogtreecommitdiff
path: root/module/zfs/aggsum.c
Commit message (Expand)AuthorAgeFilesLines
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-1/+1
* More aggsum optimizationsAlexander Motin2021-06-071-60/+65
* Implement memory and CPU hotplugPaul Dagnelie2020-12-101-0/+5
* Introduce CPU_SEQID_UNSTABLEMateusz Guzik2020-11-021-3/+1
* Reduce number of atomic_add() calls in aggsumAlexander Motin2020-02-061-32/+33
* OpenZFS 9688 - aggsum_fini leaks memoryPaul Dagnelie2018-10-191-1/+1
* Fix preemptible warning in aggsum_add()Brian Behlendorf2018-06-071-2/+5
* OpenZFS 8484 - Implement aggregate sum and use for arc countersPaul Dagnelie2018-06-061-0/+233