mbox series

[0/2] ceph: support cross-quota-tree renames

Message ID 20200406151201.32432-1-lhenriques@suse.com (mailing list archive)
Headers show
Series ceph: support cross-quota-tree renames | expand

Message

Luis Henriques April 6, 2020, 3:11 p.m. UTC
Hi!

The following patches will make the cephfs kernel client behave the same
way as the fuse client when doing renames across different quota realms.

Luis Henriques (2):
  ceph: normalize 'delta' parameter usage in check_quota_exceeded
  ceph: allow rename operation under different quota realms

 fs/ceph/dir.c   |  9 +++----
 fs/ceph/quota.c | 62 +++++++++++++++++++++++++++++++++++++++++++++----
 fs/ceph/super.h |  3 ++-
 3 files changed, 65 insertions(+), 9 deletions(-)