All of lore.kernel.org
 help / color / mirror / Atom feed
From: Milind Changire <milindchangire@gmail.com>
To: Jeff Layton <jlayton@kernel.org>,
	Ilya Dryomov <idryomov@gmail.com>,
	ceph-devel@vger.kernel.org
Cc: Milind Changire <mchangir@redhat.com>
Subject: [PATCH 0/1] ceph: add getvxattr support
Date: Tue, 11 Jan 2022 17:54:30 +0530	[thread overview]
Message-ID: <20220111122431.93683-1-mchangir@redhat.com> (raw)

Add getvxattr op support to handle fetching xattr values for:
 * ceph.dir.pin*
 * ceph.dir.layout*
 * ceph.file.layout*

Milind Changire (1):
  ceph: add getvxattr op

 fs/ceph/inode.c              | 51 ++++++++++++++++++++++++++++
 fs/ceph/mds_client.c         | 27 ++++++++++++++-
 fs/ceph/mds_client.h         | 12 ++++++-
 fs/ceph/strings.c            |  1 +
 fs/ceph/super.h              |  1 +
 fs/ceph/xattr.c              | 65 ++++++++++++++++++++++++++++++++++++
 include/linux/ceph/ceph_fs.h |  1 +
 7 files changed, 156 insertions(+), 2 deletions(-)

-- 
2.34.1


             reply	other threads:[~2022-01-11 12:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-11 12:24 Milind Changire [this message]
2022-01-11 12:24 ` [PATCH 1/1] ceph: add getvxattr op Milind Changire
2022-01-11 12:49   ` Jeff Layton
2022-01-11 13:42     ` Milind Changire
     [not found]     ` <CANmksPRpzAEB70xGVmwKCgwv55bXYwuAruDcdu7ovc4suQqUZA@mail.gmail.com>
2022-01-11 13:48       ` Jeff Layton
2022-01-12 12:30         ` Milind Changire
2022-01-12 12:54           ` Jeff Layton
2022-01-12 13:07             ` Milind Changire
2022-01-12 15:08   ` kernel test robot
2022-01-12 15:08     ` kernel test robot
2022-01-12 19:23   ` kernel test robot
2022-01-12 19:23     ` kernel test robot

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=20220111122431.93683-1-mchangir@redhat.com \
    --to=milindchangire@gmail.com \
    --cc=ceph-devel@vger.kernel.org \
    --cc=idryomov@gmail.com \
    --cc=jlayton@kernel.org \
    --cc=mchangir@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.