Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client
Pull ceph updates from Ilya Dryomov: "The highlight is the new mount "device" string syntax implemented by Venky Shankar. It solves some long-standing issues with using different auth entities and/or mounting different CephFS filesystems from the same cluster, remounting and also misleading /proc/mounts contents. The existing syntax of course remains to be maintained. On top of that, there is a couple of fixes for edge cases in quota and a new mount option for turning on unbuffered I/O mode globally instead of on a per-file basis with ioctl(CEPH_IOC_SYNCIO)" * tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client: ceph: move CEPH_SUPER_MAGIC definition to magic.h ceph: remove redundant Lsx caps check ceph: add new "nopagecache" option ceph: don't check for quotas on MDS stray dirs ceph: drop send metrics debug message rbd: make const pointer spaces a static const array ceph: Fix incorrect statfs report for small quota ceph: mount syntax module parameter doc: document new CephFS mount device syntax ceph: record updated mon_addr on remount ceph: new device mount syntax libceph: rename parse_fsid() to ceph_parse_fsid() and export libceph: generalize addr/ip parsing based on delimiter
Showing
- Documentation/filesystems/ceph.rst 22 additions, 3 deletionsDocumentation/filesystems/ceph.rst
- drivers/block/rbd.c 3 additions, 2 deletionsdrivers/block/rbd.c
- fs/ceph/caps.c 1 addition, 2 deletionsfs/ceph/caps.c
- fs/ceph/file.c 15 additions, 9 deletionsfs/ceph/file.c
- fs/ceph/metric.c 0 additions, 2 deletionsfs/ceph/metric.c
- fs/ceph/quota.c 17 additions, 0 deletionsfs/ceph/quota.c
- fs/ceph/super.c 159 additions, 10 deletionsfs/ceph/super.c
- fs/ceph/super.h 17 additions, 11 deletionsfs/ceph/super.h
- include/linux/ceph/libceph.h 2 additions, 1 deletioninclude/linux/ceph/libceph.h
- include/linux/ceph/messenger.h 1 addition, 1 deletioninclude/linux/ceph/messenger.h
- include/uapi/linux/magic.h 1 addition, 0 deletionsinclude/uapi/linux/magic.h
- net/ceph/ceph_common.c 9 additions, 9 deletionsnet/ceph/ceph_common.c
- net/ceph/messenger.c 8 additions, 7 deletionsnet/ceph/messenger.c
Please register or sign in to comment