Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Jan 2022 11:46:20 +0000 (13:46 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Jan 2022 11:46:20 +0000 (13:46 +0200)
commit64f29d8856a9e0d1fcdc5344f76e70c364b941cb
tree7faf56634864329b8b23d9ffdda7fa584fc3e96c
parent67ed868d23711e9cec9e8adb7ae5596ae76f7cbb
parenta0b3a15eab6bc2e90008460b646d53e7d9dcdbbb
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
drivers/block/rbd.c
fs/ceph/caps.c
fs/ceph/file.c
fs/ceph/super.c
fs/ceph/super.h
include/linux/ceph/libceph.h
include/uapi/linux/magic.h
net/ceph/ceph_common.c
net/ceph/messenger.c