]> www.infradead.org Git - users/willy/pagecache.git/commit
rosebush: Add new data structure
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 21 Jun 2024 18:58:33 +0000 (14:58 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 26 Jun 2024 13:08:23 +0000 (09:08 -0400)
commit7126d5cc921de485e55c313a280c88622f3a337b
treea48c8af1df36e2d0a6063f45202813e999967741
parenta3f9ba5b5082f7f993d3e256e61fb18428202fd1
rosebush: Add new data structure

Rosebush is a resizing hash table.  See
Docuemntation/core-api/rosebush.rst for details.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Documentation/core-api/index.rst
Documentation/core-api/rosebush.rst [new file with mode: 0644]
MAINTAINERS
include/linux/rosebush.h [new file with mode: 0644]
lib/Makefile
lib/rosebush.c [new file with mode: 0644]