All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] ceph: add getvxattr support
@ 2022-01-11 12:24 Milind Changire
  2022-01-11 12:24 ` [PATCH 1/1] ceph: add getvxattr op Milind Changire
  0 siblings, 1 reply; 12+ messages in thread
From: Milind Changire @ 2022-01-11 12:24 UTC (permalink / raw)
  To: Jeff Layton, Ilya Dryomov, ceph-devel; +Cc: Milind Changire

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-01-12 19:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11 12:24 [PATCH 0/1] ceph: add getvxattr support Milind Changire
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

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.