From: hch@lst.de (Christoph Hellwig)
Subject: [PATCH 03/20] nvmet: add structure members for file I/O
Date: Tue, 24 Apr 2018 19:18:20 +0200 [thread overview]
Message-ID: <20180424171820.GA30391@lst.de> (raw)
In-Reply-To: <20180418190011.3973-4-chaitanya.kulkarni@wdc.com>
On Wed, Apr 18, 2018@02:59:54PM -0400, Chaitanya Kulkarni wrote:
> This patch adds new members to perform I/O operations on the
> file backed namespaces.
In general this should go along with actually adding the code.
> + struct file *filp;
Please call this file instead of filp.
> u32 nsid;
> u32 blksize_shift;
> loff_t size;
> @@ -222,6 +224,8 @@ struct nvmet_req {
> struct scatterlist *sg;
> struct bio inline_bio;
> struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];
> + struct kiocb iocb;
> + struct bio_vec *bvec;
Can this be unioned with any block devices fields?
next prev parent reply other threads:[~2018-04-24 17:18 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-18 18:59 [PATCH 00/19] nvmet: add support for file backed namespaces Chaitanya Kulkarni
2018-04-18 18:59 ` [PATCH 01/20] nvmet: add block device guard for smart-log Chaitanya Kulkarni
2018-04-18 18:59 ` [PATCH 02/20] nvmet: add a wrapper for ns handlers Chaitanya Kulkarni
2018-04-18 18:59 ` [PATCH 03/20] nvmet: add structure members for file I/O Chaitanya Kulkarni
2018-04-24 17:18 ` Christoph Hellwig [this message]
2018-04-18 18:59 ` [PATCH 04/20] nvmet: initialize file handle and req fields Chaitanya Kulkarni
2018-04-24 17:22 ` Christoph Hellwig
2018-04-18 18:59 ` [PATCH 05/20] nvmet: add NVMe I/O command handlers for file Chaitanya Kulkarni
2018-04-24 17:29 ` Christoph Hellwig
2018-04-18 18:59 ` [PATCH 06/20] nvmet: add new members for sync file I/O Chaitanya Kulkarni
2018-04-24 17:30 ` Christoph Hellwig
2018-04-18 18:59 ` [PATCH 07/20] nvmet: add sync I/O configfs attr for ns Chaitanya Kulkarni
2018-04-18 18:59 ` [PATCH 08/20] nvmet: configure file backed ns for sync IO Chaitanya Kulkarni
2018-04-24 17:41 ` Christoph Hellwig
2018-05-04 2:36 ` chaitany kulkarni
2018-04-18 19:00 ` [PATCH 09/20] nvmet: use workqueue for sync I/O Chaitanya Kulkarni
2018-04-18 19:00 ` [PATCH 10/20] nvmet: isolate id ctrl/ns field initialization Chaitanya Kulkarni
2018-04-18 19:00 ` [PATCH 11/20] nvmet: introduce new members for ns-mgmt Chaitanya Kulkarni
2018-04-18 19:00 ` [PATCH 12/20] nvmet: add a configfs entry for subsys mount path Chaitanya Kulkarni
2018-04-18 19:00 ` [PATCH 13/20] nvmet: initialize new ns and subsys members Chaitanya Kulkarni
2018-04-18 19:00 ` [PATCH 14/20] nvmet: add and restructure ns mgmt helpers Chaitanya Kulkarni
2018-04-18 19:00 ` [PATCH 15/20] fs: export kern_path_locked() to reuse the code Chaitanya Kulkarni
2018-04-18 19:00 ` [PATCH 16/20] nvmet: add ns-mgmt command handlers Chaitanya Kulkarni
2018-04-18 19:00 ` [PATCH 17/20] nvmet: override identify for file backed ns Chaitanya Kulkarni
2018-04-18 19:00 ` [PATCH 18/20] nvmet: allow host to configure sync vs direct IO Chaitanya Kulkarni
2018-04-18 19:00 ` [PATCH 19/20] nvmet: add check for ctrl processing paused status Chaitanya Kulkarni
2018-04-18 19:00 ` [PATCH 20/20] nvmet: use processing paused state for VWC Chaitanya Kulkarni
2018-04-24 17:33 ` [PATCH 00/19] nvmet: add support for file backed namespaces Christoph Hellwig
2018-04-26 16:53 ` chaitany kulkarni
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=20180424171820.GA30391@lst.de \
--to=hch@lst.de \
/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.