mbox series

[0/3] libceph, rbd, ceph: "blacklist" -> "blocklist"

Message ID 20200915203323.4688-1-idryomov@gmail.com (mailing list archive)
Headers show
Series libceph, rbd, ceph: "blacklist" -> "blocklist" | expand

Message

Ilya Dryomov Sept. 15, 2020, 8:33 p.m. UTC
Hello,

This switches the kernel client to the conscious language.  Two
instances of "blacklist" remain because they are part of the on-wire
format: the "osd blacklist add" monitor command used as a fallback
and the session reject error string.  The latter is to be addressed
in the near future:

  https://tracker.ceph.com/issues/47450

Thanks,

                Ilya


Ilya Dryomov (3):
  libceph, rbd, ceph: "blacklist" -> "blocklist"
  libceph: switch to the new "osd blocklist add" command
  ceph: add a note explaining session reject error string

 Documentation/filesystems/ceph.rst |  6 +--
 drivers/block/rbd.c                |  8 ++--
 fs/ceph/addr.c                     | 24 +++++------
 fs/ceph/file.c                     |  4 +-
 fs/ceph/mds_client.c               | 20 +++++----
 fs/ceph/super.c                    |  4 +-
 fs/ceph/super.h                    |  4 +-
 include/linux/ceph/mon_client.h    |  2 +-
 include/linux/ceph/rados.h         |  2 +-
 net/ceph/mon_client.c              | 67 +++++++++++++++++++++++-------
 10 files changed, 90 insertions(+), 51 deletions(-)