linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Metzmacher <metze@samba.org>
To: Namjae Jeon <namjae.jeon@samsung.com>,
	linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-cifs@vger.kernel.org
Cc: linux-cifsd-devel@lists.sourceforge.net,
	aurelien.aptel@gmail.com, senozhatsky@chromium.org,
	sandeen@sandeen.net, willy@infradead.org, hch@infradead.org,
	viro@zeniv.linux.org.uk, ronniesahlberg@gmail.com,
	dan.carpenter@oracle.com, hch@lst.de, christian@brauner.io,
	smfrench@gmail.com, hyc.lee@gmail.com
Subject: Re: [PATCH v6 00/13] ksmbd: introduce new SMB3 kernel server
Date: Fri, 16 Jul 2021 10:35:02 +0200	[thread overview]
Message-ID: <69f734b3-7e1a-6c9c-d2cc-4debf6c418ca@samba.org> (raw)
In-Reply-To: <20210715235356.3191-1-namjae.jeon@samsung.com>


Hi Namjae,

> Mailing list and repositories
> =============================
>  - linux-cifsd-devel@lists.sourceforge.net

Wasn't the latest idea to use linux-cifs@vger.kernel.org?

>  - https://github.com/smfrench/smb3-kernel/tree/cifsd-for-next

I think you should also include https://git.samba.org/?p=ksmbd.git;a=summary here.

>  - https://github.com/cifsd-team/ksmbd (out-of-tree)
>  - https://github.com/cifsd-team/ksmbd-tools

I would be great to have an actual branch with the posted patches,
I didn't found any in the above repos.

I would make it easier to have a look at the whole set.

Thanks!
metze

  parent reply	other threads:[~2021-07-16  8:35 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20210716000346epcas1p4fecf8bdde87dd76457b739fc3c1812a3@epcas1p4.samsung.com>
2021-07-15 23:53 ` [PATCH v6 00/13] ksmbd: introduce new SMB3 kernel server Namjae Jeon
     [not found]   ` <CGME20210716000347epcas1p49645cb64b0400b21eaf9e73e5267e211@epcas1p4.samsung.com>
2021-07-15 23:53     ` [PATCH v6 01/13] ksmbd: add document Namjae Jeon
     [not found]   ` <CGME20210716000348epcas1p4e6911b697bb4ebbc51880ff0cdd8bd04@epcas1p4.samsung.com>
2021-07-15 23:53     ` [PATCH v6 02/13] ksmbd: add server handler Namjae Jeon
     [not found]   ` <CGME20210716000349epcas1p1062a5e54cb3adda3c3ca23b933acffee@epcas1p1.samsung.com>
2021-07-15 23:53     ` [PATCH v6 03/13] ksmbd: add tcp transport layer Namjae Jeon
     [not found]   ` <CGME20210716000350epcas1p3d0153f945e30624b0cc2c09ad2269869@epcas1p3.samsung.com>
2021-07-15 23:53     ` [PATCH v6 04/13] ksmbd: add ipc " Namjae Jeon
     [not found]   ` <CGME20210716000350epcas1p22679615c2a4b63ea6d345849ee290542@epcas1p2.samsung.com>
2021-07-15 23:53     ` [PATCH v6 05/13] ksmbd: add rdma " Namjae Jeon
     [not found]   ` <CGME20210716000351epcas1p38834ce6505074c56308a6d71e762e09f@epcas1p3.samsung.com>
2021-07-15 23:53     ` [PATCH v6 06/13] ksmbd: add a utility code that tracks (and caches) sessions data Namjae Jeon
     [not found]   ` <CGME20210716000352epcas1p37f04458aea3e3025ae837745c3d90f54@epcas1p3.samsung.com>
2021-07-15 23:53     ` [PATCH v6 07/13] ksmbd: add authentication Namjae Jeon
     [not found]   ` <CGME20210716000355epcas1p1d47c355779f6dd3c0a6e5f9d2c9c094b@epcas1p1.samsung.com>
2021-07-15 23:53     ` [PATCH v6 10/13] ksmbd: add oplock/lease cache mechanism Namjae Jeon
     [not found]   ` <CGME20210716000356epcas1p3444a50440a5a0cfbc28f9ba935637bab@epcas1p3.samsung.com>
2021-07-15 23:53     ` [PATCH v6 11/13] ksmbd: add file operations Namjae Jeon
     [not found]   ` <CGME20210716000356epcas1p2ed40bdd5d7ed27393df9fa5fef97d47a@epcas1p2.samsung.com>
2021-07-15 23:53     ` [PATCH v6 12/13] ksmbd: add Kconfig and Makefile Namjae Jeon
     [not found]   ` <CGME20210716000357epcas1p33ac820775b679f429872e936195a7fb1@epcas1p3.samsung.com>
2021-07-15 23:53     ` [PATCH v6 13/13] MAINTAINERS: add ksmbd kernel server Namjae Jeon
2021-07-16  8:35   ` Stefan Metzmacher [this message]
2021-07-16 12:34     ` [Linux-cifsd-devel] [PATCH v6 00/13] ksmbd: introduce new SMB3 " Namjae Jeon

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=69f734b3-7e1a-6c9c-d2cc-4debf6c418ca@samba.org \
    --to=metze@samba.org \
    --cc=aurelien.aptel@gmail.com \
    --cc=christian@brauner.io \
    --cc=dan.carpenter@oracle.com \
    --cc=hch@infradead.org \
    --cc=hch@lst.de \
    --cc=hyc.lee@gmail.com \
    --cc=linux-cifs@vger.kernel.org \
    --cc=linux-cifsd-devel@lists.sourceforge.net \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=namjae.jeon@samsung.com \
    --cc=ronniesahlberg@gmail.com \
    --cc=sandeen@sandeen.net \
    --cc=senozhatsky@chromium.org \
    --cc=smfrench@gmail.com \
    --cc=viro@zeniv.linux.org.uk \
    --cc=willy@infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).