aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/abd.c
Commit message (Expand)AuthorAgeFilesLines
* Prefix all refcount functions with zfs_Tim Schumacher2018-10-011-11/+11
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* Update for cppcheck v1.80Brian Behlendorf2017-11-181-9/+9
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-9/+5
* Fix abdstats kstat on 32-bit systemsBrian Behlendorf2017-10-061-2/+2
* minor improvement to abd_free_pages()jxiong2017-05-021-8/+6
* Remove dependency on linear ABDGvozden Neskovic2017-03-291-1/+1
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-221-8/+9
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-3/+4
* Fix coverity defects: CID 154617luozhengzheng2016-12-081-1/+1
* Fix incorrect operator in abd_alloc_sametype()luozhengzheng2016-12-011-1/+1
* ABD optimized page allocation codeChunwei Chen2016-11-291-131/+412
* ABD kmap to kmap_atomicChunwei Chen2016-11-291-35/+49
* ABD changes for vectorized RAIDZGvozden Neskovic2016-11-291-8/+190
* ABD page support to vdev_disk.cIsaac Huang2016-11-291-1/+59
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-0/+1008