diff options
author | Kent Overstreet <koverstreet@google.com> | 2013-03-23 19:11:31 -0400 |
---|---|---|
committer | Kent Overstreet <koverstreet@google.com> | 2013-03-23 19:11:31 -0400 |
commit | cafe563591446cf80bfbc2fe3bc72a2e36cf1060 (patch) | |
tree | c8ae27b13dcdb0219634376ca5e667df32b1173a /MAINTAINERS | |
parent | ea6749c705d9e629ed03c7336cc929fc6014b834 (diff) |
bcache: A block layer cache
Does writethrough and writeback caching, handles unclean shutdown, and
has a bunch of other nifty features motivated by real world usage.
See the wiki at http://bcache.evilpiepirate.org for more.
Signed-off-by: Kent Overstreet <koverstreet@google.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 50b4d735f961..64b849620b52 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1616,6 +1616,13 @@ W: http://www.baycom.org/~tom/ham/ham.html | |||
1616 | S: Maintained | 1616 | S: Maintained |
1617 | F: drivers/net/hamradio/baycom* | 1617 | F: drivers/net/hamradio/baycom* |
1618 | 1618 | ||
1619 | BCACHE (BLOCK LAYER CACHE) | ||
1620 | M: Kent Overstreet <koverstreet@google.com> | ||
1621 | L: linux-bcache@vger.kernel.org | ||
1622 | W: http://bcache.evilpiepirate.org | ||
1623 | S: Maintained: | ||
1624 | F: drivers/md/bcache/ | ||
1625 | |||
1619 | BEFS FILE SYSTEM | 1626 | BEFS FILE SYSTEM |
1620 | S: Orphan | 1627 | S: Orphan |
1621 | F: Documentation/filesystems/befs.txt | 1628 | F: Documentation/filesystems/befs.txt |