From e85d8a6517da0d8b591faa7f6269d21cf3b3e90d Mon Sep 17 00:00:00 2001 From: Hans Holmberg Date: Thu, 22 Apr 2021 11:11:31 -0700 Subject: [PATCH] Add ZenFS to plugin list (#8218) Summary: Add ZenFS, a file system for zoned block devices, to PLUGINS.md Pull Request resolved: https://github.com/facebook/rocksdb/pull/8218 Reviewed By: jay-zhuang Differential Revision: D27944376 Pulled By: ajkr fbshipit-source-id: c9ea2e9814001ccd7c56d7ef4d38e20dfeb48d1e --- PLUGINS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PLUGINS.md b/PLUGINS.md index 8253357f5..ec30b12f1 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -1,3 +1,4 @@ This is the list of all known third-party plugins for RocksDB. If something is missing, please open a pull request to add it. * [Dedupfs](https://github.com/ajkr/dedupfs): an example for plugin developers to reference +* [ZenFS](https://github.com/westerndigitalcorporation/zenfs): a file system for zoned block devices