]> sourceware.org Git - lvm2.git/commit
bcache: switch to storing blocks in a radix tree.
authorJoe Thornber <ejt@redhat.com>
Wed, 30 May 2018 13:17:26 +0000 (14:17 +0100)
committerJoe Thornber <ejt@redhat.com>
Wed, 30 May 2018 13:17:26 +0000 (14:17 +0100)
commit7635df8cce131b07b45024e690e4e6917cceb198
treead0f80047808d8f9d209e7179220fe582dd408d5
parent272ec3fa73c92764ef6fe5466fc367fed66dd7f9
bcache: switch to storing blocks in a radix tree.

Rather than a hash table.  This will make invalidate_fd() more
efficient since we can iterate just those blocks that are on
a particular dev.
lib/Makefile.in
lib/device/bcache.c
make.tmpl.in
This page took 0.031832 seconds and 5 git commands to generate.