Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1480888 > unrolled thread

Re: [PATCH] logfs: remove from tree

Started byDave Chinner <david@fromorbit.com>
First post2016-09-12 04:00 +0200
Last post2016-09-12 07:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] logfs: remove from tree Dave Chinner <david@fromorbit.com> - 2016-09-12 04:00 +0200
    Re: [PATCH] logfs: remove from tree Christoph Hellwig <hch@lst.de> - 2016-09-12 07:20 +0200

#1480888 — Re: [PATCH] logfs: remove from tree

FromDave Chinner <david@fromorbit.com>
Date2016-09-12 04:00 +0200
SubjectRe: [PATCH] logfs: remove from tree
Message-ID<sgoHo-5iu-9@gated-at.bofh.it>
On Sun, Sep 11, 2016 at 03:04:22PM +0200, Christoph Hellwig wrote:
> 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>
> ---
>  Documentation/filesystems/00-INDEX  |    2 -
>  Documentation/filesystems/logfs.txt |  241 ----
>  MAINTAINERS                         |    8 -
>  fs/Kconfig                          |    1 -
>  fs/Makefile                         |    1 -
>  fs/logfs/Kconfig                    |   17 -
>  fs/logfs/Makefile                   |   13 -
>  fs/logfs/compr.c                    |   95 --
>  fs/logfs/dev_bdev.c                 |  322 -----
>  fs/logfs/dev_mtd.c                  |  274 -----
>  fs/logfs/dir.c                      |  797 ------------
>  fs/logfs/file.c                     |  285 -----
>  fs/logfs/gc.c                       |  732 -----------
>  fs/logfs/inode.c                    |  428 -------
>  fs/logfs/journal.c                  |  894 --------------
>  fs/logfs/logfs.h                    |  735 -----------
>  fs/logfs/logfs_abi.h                |  629 ----------
>  fs/logfs/readwrite.c                | 2298 -----------------------------------
>  fs/logfs/segment.c                  |  961 ---------------
>  fs/logfs/super.c                    |  653 ----------

Wasn't the lib/btree.c implementation introduced with and only used
by logfs? Should that go as well?

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

[toc] | [next] | [standalone]


#1480926

FromChristoph Hellwig <hch@lst.de>
Date2016-09-12 07:20 +0200
Message-ID<sgrOV-7tj-1@gated-at.bofh.it>
In reply to#1480888
On Mon, Sep 12, 2016 at 11:53:19AM +1000, Dave Chinner wrote:
> Wasn't the lib/btree.c implementation introduced with and only used
> by logfs? Should that go as well?

The qla2xxx SCSI target driver also uses the btree library.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web