From: Paulo Alcantara <pc@cjr.nz>
To: linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
linux-cifs@vger.kernel.org, samba-technical@lists.samba.org,
"David S. Miller" <davem@davemloft.net>,
Steve French <smfrench@gmail.com>
Cc: Aurelien Aptel <aaptel@suse.com>
Subject: Re: [PATCH v2 1/3] cifs: Add support for root file systems
Date: Fri, 20 Sep 2019 07:04:06 -0300 [thread overview]
Message-ID: <8736gr2six.fsf@cjr.nz> (raw)
In-Reply-To: <20190919152116.27076-1-pc@cjr.nz>
"Paulo Alcantara (SUSE)" <pc@cjr.nz> writes:
> Introduce a new CONFIG_CIFS_ROOT option to handle root file systems
> over a SMB share.
>
> In order to mount the root file system during the init process, make
> cifs.ko perform non-blocking socket operations while mounting and
> accessing it.
>
> Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
> Signed-off-by: Aurelien Aptel <aaptel@suse.com>
> ---
> Documentation/filesystems/cifs/cifsroot.txt | 97 +++++++++++++++++++++
> fs/cifs/Kconfig | 8 ++
> fs/cifs/Makefile | 2 +
> fs/cifs/cifsglob.h | 2 +
> fs/cifs/cifsroot.c | 94 ++++++++++++++++++++
> fs/cifs/connect.c | 17 +++-
> include/linux/root_dev.h | 1 +
> 7 files changed, 218 insertions(+), 3 deletions(-)
> create mode 100644 Documentation/filesystems/cifs/cifsroot.txt
> create mode 100644 fs/cifs/cifsroot.c
Hi David,
This patch has already been merged into Linus tree. The other two (2/3
and 3/3) still need to be reviewed.
I'm not sure how this works when series touch multiple subsystems --
that is, these changes should go through your tree or Steve's?
Please let me you know if you need anything else.
Thanks!
Paulo
next prev parent reply other threads:[~2019-09-20 10:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-16 22:04 [PATCH 1/3] cifs: Add support for root file systems Paulo Alcantara (SUSE)
2019-07-16 22:04 ` [PATCH 2/3] init: Support mounting root file systems over SMB Paulo Alcantara (SUSE)
2019-07-16 22:04 ` [PATCH 3/3] ipconfig: Handle CONFIG_CIFS_ROOT option Paulo Alcantara (SUSE)
2019-09-19 15:21 ` [PATCH v2 1/3] cifs: Add support for root file systems Paulo Alcantara (SUSE)
2019-09-19 15:21 ` [PATCH v2 2/3] init: Support mounting root file systems over SMB Paulo Alcantara (SUSE)
2019-09-19 15:21 ` [PATCH v2 3/3] ipconfig: Handle CONFIG_CIFS_ROOT option Paulo Alcantara (SUSE)
2019-09-20 10:04 ` Paulo Alcantara [this message]
2019-09-23 8:53 ` [PATCH v2 1/3] cifs: Add support for root file systems David Miller
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=8736gr2six.fsf@cjr.nz \
--to=pc@cjr.nz \
--cc=aaptel@suse.com \
--cc=davem@davemloft.net \
--cc=linux-cifs@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=samba-technical@lists.samba.org \
--cc=smfrench@gmail.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.