Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client
Pull ceph updates from Ilya Dryomov: "On the filesystem side we have: - a fix to enforce quotas set above the mount point (Luis Henriques) - support for exporting snapshots through NFS (Zheng Yan) - proper statx implementation (Jeff Layton). statx flags are mapped to MDS caps, with AT_STATX_{DONT,FORCE}_SYNC taken into account. - some follow-up dentry name handling fixes, in particular elimination of our hand-rolled helper and the switch to __getname() as suggested by Al (Jeff Layton) - a set of MDS client cleanups in preparation for async MDS requests in the future (Jeff Layton) - a fix to sync the filesystem before remounting (Jeff Layton) On the rbd side, work is on-going on object-map and fast-diff image features" * tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client: (29 commits) ceph: flush dirty inodes before proceeding with remount ceph: fix unaligned access in ceph_send...
Showing
- drivers/block/rbd.c 14 additions, 10 deletionsdrivers/block/rbd.c
- fs/ceph/caps.c 37 additions, 56 deletionsfs/ceph/caps.c
- fs/ceph/debugfs.c 35 additions, 5 deletionsfs/ceph/debugfs.c
- fs/ceph/export.c 331 additions, 25 deletionsfs/ceph/export.c
- fs/ceph/file.c 1 addition, 1 deletionfs/ceph/file.c
- fs/ceph/inode.c 57 additions, 28 deletionsfs/ceph/inode.c
- fs/ceph/locks.c 0 additions, 13 deletionsfs/ceph/locks.c
- fs/ceph/mds_client.c 82 additions, 123 deletionsfs/ceph/mds_client.c
- fs/ceph/mds_client.h 31 additions, 2 deletionsfs/ceph/mds_client.h
- fs/ceph/mdsmap.c 1 addition, 1 deletionfs/ceph/mdsmap.c
- fs/ceph/quota.c 167 additions, 10 deletionsfs/ceph/quota.c
- fs/ceph/super.c 7 additions, 0 deletionsfs/ceph/super.c
- fs/ceph/super.h 2 additions, 0 deletionsfs/ceph/super.h
- include/linux/ceph/ceph_fs.h 6 additions, 0 deletionsinclude/linux/ceph/ceph_fs.h
- include/linux/ceph/messenger.h 2 additions, 1 deletioninclude/linux/ceph/messenger.h
- include/linux/ceph/osdmap.h 6 additions, 7 deletionsinclude/linux/ceph/osdmap.h
- net/ceph/cls_lock_client.c 1 addition, 1 deletionnet/ceph/cls_lock_client.c
- net/ceph/debugfs.c 2 additions, 2 deletionsnet/ceph/debugfs.c
- net/ceph/messenger.c 59 additions, 62 deletionsnet/ceph/messenger.c
- net/ceph/mon_client.c 3 additions, 3 deletionsnet/ceph/mon_client.c
Please register or sign in to comment