All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xiubo Li <xiubli@redhat.com>
To: Jeff Layton <jlayton@kernel.org>, ceph-devel@vger.kernel.org
Cc: pdonnell@redhat.com, idryomov@gmail.com
Subject: Re: [PATCH 0/4] ceph: implement later versions of MClientRequest headers
Date: Thu, 10 Dec 2020 10:19:17 +0800	[thread overview]
Message-ID: <916fd7f8-cb01-c923-ff91-d34bb5cb6b43@redhat.com> (raw)
In-Reply-To: <20201209185354.29097-1-jlayton@kernel.org>

On 2020/12/10 2:53, Jeff Layton wrote:
> A few years ago, userland ceph added support for changing the birthtime
> via setattr, as well as support for sending supplementary groups in a
> MDS request.
>
> This patchset updates the kclient to use the newer protocol. The
> necessary structures are extended and the code is changed to support the
> newer formats when it detects that the MDS will support it.
>
> Supplementary groups will now be transmitted in the request, but for now
> the setting of btime is not implemented.
>
> This is a prerequisite step to adding support for the new "alternate
> name" field that Xiubo has been working on, which we'll need for
> proper fscrypt support.
>
> Jeff Layton (4):
>    ceph: don't reach into request header for readdir info
>    ceph: take a cred reference instead of tracking individual uid/gid
>    ceph: clean up argument lists to __prepare_send_request and
>      __send_request
>    ceph: implement updated ceph_mds_request_head structure
>
>   fs/ceph/inode.c              |  5 +-
>   fs/ceph/mds_client.c         | 98 ++++++++++++++++++++++++++----------
>   fs/ceph/mds_client.h         |  3 +-
>   include/linux/ceph/ceph_fs.h | 32 +++++++++++-
>   4 files changed, 106 insertions(+), 32 deletions(-)
>
This series looks good to me.

Reviewed-by: Xiubo Li <xiubli@redhat.com>


      parent reply	other threads:[~2020-12-10  2:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-09 18:53 [PATCH 0/4] ceph: implement later versions of MClientRequest headers Jeff Layton
2020-12-09 18:53 ` [PATCH 1/4] ceph: don't reach into request header for readdir info Jeff Layton
2020-12-09 18:53 ` [PATCH 2/4] ceph: take a cred reference instead of tracking individual uid/gid Jeff Layton
2020-12-09 18:53 ` [PATCH 3/4] ceph: clean up argument lists to __prepare_send_request and __send_request Jeff Layton
2020-12-09 18:53 ` [PATCH 4/4] ceph: implement updated ceph_mds_request_head structure Jeff Layton
2020-12-16 15:02   ` Jeff Layton
2020-12-10  2:19 ` Xiubo Li [this message]

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=916fd7f8-cb01-c923-ff91-d34bb5cb6b43@redhat.com \
    --to=xiubli@redhat.com \
    --cc=ceph-devel@vger.kernel.org \
    --cc=idryomov@gmail.com \
    --cc=jlayton@kernel.org \
    --cc=pdonnell@redhat.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.