mbox series

[v7,0/9] ceph: size handling for the fscrypt

Message ID 20211208124528.679831-1-xiubli@redhat.com
Headers show
Series ceph: size handling for the fscrypt | expand

Message

Xiubo Li Dec. 8, 2021, 12:45 p.m. UTC
From: Xiubo Li <xiubli@redhat.com>

Changed in V7:
- Use the u64 instead of object version struct.


Changed in V6:
- Fixed the file hole bug, also have updated the MDS side PR.
- Add add object version support for sync read in #8.


Xiubo Li (2):
  ceph: add object version support for sync read
  ceph: add truncate size handling support for fscrypt

 fs/ceph/crypto.h |  21 +++++
 fs/ceph/file.c   |   8 +-
 fs/ceph/inode.c  | 223 +++++++++++++++++++++++++++++++++++++++++++----
 fs/ceph/super.h  |   8 +-
 4 files changed, 242 insertions(+), 18 deletions(-)