CEPH filesystem development
 help / color / mirror / Atom feed
* [PATCH v8 0/1] mds: add getvxattr op support
@ 2022-02-10 10:29 Milind Changire
  2022-02-10 10:29 ` [PATCH v8 1/1] ceph: add getvxattr op Milind Changire
  0 siblings, 1 reply; 4+ messages in thread
From: Milind Changire @ 2022-02-10 10:29 UTC (permalink / raw)
  To: Jeff Layton, Ilya Dryomov, ceph-devel; +Cc: Milind Changire

changes in v8:
* auth cap pointer is verfied before using
* mds session vetting infra is now tied into the workflow

Milind Changire (1):
  ceph: add getvxattr op

 fs/ceph/inode.c              | 104 +++++++++++++++++++++++++++++++++++
 fs/ceph/mds_client.c         |  32 +++++++++++
 fs/ceph/mds_client.h         |  24 +++++++-
 fs/ceph/strings.c            |   1 +
 fs/ceph/super.h              |   1 +
 fs/ceph/xattr.c              |  15 ++++-
 include/linux/ceph/ceph_fs.h |   1 +
 7 files changed, 175 insertions(+), 3 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-02-10 12:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-10 10:29 [PATCH v8 0/1] mds: add getvxattr op support Milind Changire
2022-02-10 10:29 ` [PATCH v8 1/1] ceph: add getvxattr op Milind Changire
2022-02-10 10:48   ` Xiubo Li
2022-02-10 12:43   ` Jeff Layton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox