]> granicus.if.org Git - zfs/commit
Add fix-stack-lzjb topic branch
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 14 Jun 2010 23:45:01 +0000 (16:45 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 14 Jun 2010 23:45:01 +0000 (16:45 -0700)
commitb8cc785fb63ce642a8b0ea615bc3b0c29189b520
tree1d0e51f953a822122a0d58e7b4c9a9a3c04e9c04
parent428870ff734fdaccc342b33fc53cf94724409a46
Add fix-stack-lzjb topic branch

Reduce kernel stack usage by lzjb_compress() by moving uint16 array
off the stack and on to the heap.  The exact performance implications
of this I have not measured but we absolutely need to keep stack
usage to a minimum.  If/when this becomes and issue we optimize.
.topdeps [new file with mode: 0644]
.topmsg [new file with mode: 0644]
module/zfs/lzjb.c