]> asedeno.scripts.mit.edu Git - linux.git/commit
logfs: remove from tree
authorChristoph Hellwig <hch@lst.de>
Sun, 11 Sep 2016 14:04:46 +0000 (09:04 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 15 Dec 2016 04:48:11 +0000 (23:48 -0500)
commit1d0fd57a50aa372dd2e84b16711023cbcd826cb8
treed80b0315115e733f41fb412dbbb3cba035bbfcff
parent64d2ab32efe39354c29e1ecefea3769586026979
logfs: remove from tree

Logfs was introduced to the kernel in 2009, and hasn't seen any non
drive-by changes since 2012, while having lots of unsolved issues
including the complete lack of error handling, with more and more
issues popping up without any fixes.

The logfs.org domain has been bouncing from a mail, and the maintainer
on the non-logfs.org domain hasn't repsonded to past queries either.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
20 files changed:
Documentation/filesystems/00-INDEX
Documentation/filesystems/logfs.txt [deleted file]
MAINTAINERS
fs/Kconfig
fs/Makefile
fs/logfs/Kconfig [deleted file]
fs/logfs/Makefile [deleted file]
fs/logfs/compr.c [deleted file]
fs/logfs/dev_bdev.c [deleted file]
fs/logfs/dev_mtd.c [deleted file]
fs/logfs/dir.c [deleted file]
fs/logfs/file.c [deleted file]
fs/logfs/gc.c [deleted file]
fs/logfs/inode.c [deleted file]
fs/logfs/journal.c [deleted file]
fs/logfs/logfs.h [deleted file]
fs/logfs/logfs_abi.h [deleted file]
fs/logfs/readwrite.c [deleted file]
fs/logfs/segment.c [deleted file]
fs/logfs/super.c [deleted file]