All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miklos Szeredi <miklos@szeredi.hu>
To: Richard Weinberger <richard@nod.at>
Cc: Miquel Raynal <miquel.raynal@bootlin.com>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Boris Brezillon <boris.brezillon@collabora.com>,
	Ron Minnich <rminnich@google.com>, sven <sven@narfation.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	linux-mtd <linux-mtd@lists.infradead.org>,
	fuse-devel <fuse-devel@lists.sourceforge.net>
Subject: Re: [PATCH 0/8] MUSE: Userspace backed MTD v3
Date: Thu, 11 Feb 2021 19:09:53 +0100	[thread overview]
Message-ID: <CAJfpegsbVWPGKe-bLvM=00EHe-PC_QgJ9umxCf1gFtUQge6_cg@mail.gmail.com> (raw)
In-Reply-To: <CAJfpegv-UDcgzkFiZXdoif2qjws5_xXh2bQSNbNdviQHhxzZHA@mail.gmail.com>

On Wed, Feb 10, 2021 at 12:16 PM Miklos Szeredi <miklos@szeredi.hu> wrote:
>
> On Wed, Feb 10, 2021 at 11:12 AM Miklos Szeredi <miklos@szeredi.hu> wrote:
>
> > But this is just a start.  From the big structures still left in
> > <net/fuse.h> CUSE only uses the following fields:
> >
> > fc: .minor, max_read, max_write, rcu, release, initialized, num_waiting
> > fm: .fc
> > ff: .fm
> > fud: .fc
> >
> > Dealing with the last 3 is trivial:  create and alloc function for the
> > fm, and create accessor functions for the accessed fields.
> >
> > Dealing with fc properly is probably a bit more involved, but does not
> > seem to be too compex at first glance.
> >
> > Do you want to take a stab at cleaning this up further?
>
> On second thought, I'll finish this off, since I know the internal API better.
>

Pushed to

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git#fs_fuse_split

There's still room for improvement, but I guess this can wait after
MUSE integration.

Thanks,
Miklos

WARNING: multiple messages have this Message-ID (diff)
From: Miklos Szeredi <miklos@szeredi.hu>
To: Richard Weinberger <richard@nod.at>
Cc: Vignesh Raghavendra <vigneshr@ti.com>,
	fuse-devel <fuse-devel@lists.sourceforge.net>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Boris Brezillon <boris.brezillon@collabora.com>,
	linux-mtd <linux-mtd@lists.infradead.org>,
	Ron Minnich <rminnich@google.com>, sven <sven@narfation.org>
Subject: Re: [PATCH 0/8] MUSE: Userspace backed MTD v3
Date: Thu, 11 Feb 2021 19:09:53 +0100	[thread overview]
Message-ID: <CAJfpegsbVWPGKe-bLvM=00EHe-PC_QgJ9umxCf1gFtUQge6_cg@mail.gmail.com> (raw)
In-Reply-To: <CAJfpegv-UDcgzkFiZXdoif2qjws5_xXh2bQSNbNdviQHhxzZHA@mail.gmail.com>

On Wed, Feb 10, 2021 at 12:16 PM Miklos Szeredi <miklos@szeredi.hu> wrote:
>
> On Wed, Feb 10, 2021 at 11:12 AM Miklos Szeredi <miklos@szeredi.hu> wrote:
>
> > But this is just a start.  From the big structures still left in
> > <net/fuse.h> CUSE only uses the following fields:
> >
> > fc: .minor, max_read, max_write, rcu, release, initialized, num_waiting
> > fm: .fc
> > ff: .fm
> > fud: .fc
> >
> > Dealing with the last 3 is trivial:  create and alloc function for the
> > fm, and create accessor functions for the accessed fields.
> >
> > Dealing with fc properly is probably a bit more involved, but does not
> > seem to be too compex at first glance.
> >
> > Do you want to take a stab at cleaning this up further?
>
> On second thought, I'll finish this off, since I know the internal API better.
>

Pushed to

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git#fs_fuse_split

There's still room for improvement, but I guess this can wait after
MUSE integration.

Thanks,
Miklos

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

  reply	other threads:[~2021-02-11 18:35 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-24 23:19 [PATCH 0/8] MUSE: Userspace backed MTD v3 Richard Weinberger
2021-01-24 23:19 ` Richard Weinberger
2021-01-24 23:20 ` [PATCH 1/8] fuse: Export fuse_simple_request Richard Weinberger
2021-01-24 23:20   ` Richard Weinberger
2021-01-24 23:20 ` [PATCH 2/8] fuse: Export IO helpers Richard Weinberger
2021-01-24 23:20   ` Richard Weinberger
2021-01-24 23:20 ` [PATCH 3/8] fuse: Make cuse_parse_one a common helper Richard Weinberger
2021-01-24 23:20   ` Richard Weinberger
2021-01-24 23:20 ` [PATCH 4/8] mtd: Add MTD_MUSE flag Richard Weinberger
2021-01-24 23:20   ` Richard Weinberger
2021-01-24 23:20 ` [PATCH 5/8] mtd: Allow passing a custom cmdline to cmdline line parser Richard Weinberger
2021-01-24 23:20   ` Richard Weinberger
2021-01-24 23:20 ` [PATCH 6/8] fuse: Add MUSE specific defines FUSE interface Richard Weinberger
2021-01-24 23:20   ` Richard Weinberger
2021-01-24 23:20 ` [PATCH 7/8] fuse: Implement MUSE - MTD in userspace Richard Weinberger
2021-01-24 23:20   ` Richard Weinberger
2021-01-24 23:20 ` [PATCH 8/8] MAINTAINERS: Add entry for MUSE Richard Weinberger
2021-01-24 23:20   ` Richard Weinberger
2021-01-28 10:30 ` [PATCH 0/8] MUSE: Userspace backed MTD v3 Miquel Raynal
2021-01-28 10:30   ` Miquel Raynal
2021-02-01 13:14 ` Richard Weinberger
2021-02-01 13:14   ` Richard Weinberger
2021-02-01 13:55   ` Miklos Szeredi
2021-02-01 13:55     ` Miklos Szeredi
2021-02-09 14:26 ` Miklos Szeredi
2021-02-09 14:26   ` Miklos Szeredi
2021-02-09 14:35   ` Richard Weinberger
2021-02-09 14:35     ` Richard Weinberger
2021-02-09 15:10     ` [fuse-devel] " Luca Risolia
2021-02-09 15:10       ` Luca Risolia
2021-02-09 15:22       ` Miklos Szeredi
2021-02-09 15:22         ` Miklos Szeredi
2021-02-09 15:41       ` Richard Weinberger
2021-02-09 15:41         ` Richard Weinberger
2021-02-09 15:56         ` Luca Risolia
2021-02-09 15:56           ` Luca Risolia
2021-02-09 16:04           ` Richard Weinberger
2021-02-09 16:04             ` Richard Weinberger
2021-02-09 16:28             ` Luca Risolia
2021-02-09 16:28               ` Luca Risolia
2021-02-09 16:29               ` Richard Weinberger
2021-02-09 16:29                 ` Richard Weinberger
2021-02-09 16:42                 ` Luca Risolia
2021-02-09 16:42                   ` Luca Risolia
2021-02-09 16:50                   ` Richard Weinberger
2021-02-09 16:50                     ` Richard Weinberger
2021-02-09 17:46                     ` Luca Risolia
2021-02-09 17:46                       ` Luca Risolia
2021-02-09 19:42                       ` Miklos Szeredi
2021-02-09 19:42                         ` Miklos Szeredi
2021-02-09 20:06     ` Richard Weinberger
2021-02-09 20:06       ` Richard Weinberger
2021-02-10 10:12       ` Miklos Szeredi
2021-02-10 10:12         ` Miklos Szeredi
2021-02-10 11:12         ` Richard Weinberger
2021-02-10 11:12           ` Richard Weinberger
2021-02-10 11:16         ` Miklos Szeredi
2021-02-10 11:16           ` Miklos Szeredi
2021-02-11 18:09           ` Miklos Szeredi [this message]
2021-02-11 18:09             ` Miklos Szeredi
2021-04-13 12:59             ` Miklos Szeredi
2021-04-13 12:59               ` Miklos Szeredi
2021-02-09 21:39   ` Richard Weinberger
2021-02-09 21:39     ` Richard Weinberger
2021-02-10 10:16     ` Miklos Szeredi
2021-02-10 10:16       ` Miklos Szeredi
2021-02-10 11:00       ` Richard Weinberger
2021-02-10 11:00         ` Richard Weinberger
2021-02-10 11:14       ` Miquel Raynal
2021-02-10 11:14         ` Miquel Raynal
2021-02-10 11:23         ` Richard Weinberger
2021-02-10 11:23           ` Richard Weinberger
2021-02-10 20:55           ` Miquel Raynal
2021-02-10 20:55             ` Miquel Raynal
2021-02-10 21:11             ` Richard Weinberger
2021-02-10 21:11               ` Richard Weinberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJfpegsbVWPGKe-bLvM=00EHe-PC_QgJ9umxCf1gFtUQge6_cg@mail.gmail.com' \
    --to=miklos@szeredi.hu \
    --cc=boris.brezillon@collabora.com \
    --cc=fuse-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=richard@nod.at \
    --cc=rminnich@google.com \
    --cc=sven@narfation.org \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.