Hi Linus, The following changes since commit f40ddce88593482919761f74910f42f4b84c004b: Linux 5.11 (2021-02-14 14:32:24 -0800) are available in the Git repository at: https://github.com/ceph/ceph-client.git tags/ceph-for-5.12-rc1 for you to fetch changes up to 558b4510f622a3d96cf9d95050a04e7793d343c7: ceph: defer flushing the capsnap if the Fb is used (2021-02-16 12:09:52 +0100) ---------------------------------------------------------------- With netfs helper library and fscache rework delayed, just a few cap handling improvements to avoid grabbing mmap_lock in some code paths and deal with capsnaps better and a mount option cleanup. ---------------------------------------------------------------- Ilya Dryomov (2): libceph: deprecate [no]cephx_require_signatures options libceph: remove osdtimeout option entirely Jeff Layton (3): ceph: fix flush_snap logic after putting caps ceph: clean up inode work queueing ceph: allow queueing cap/snap handling after putting cap references Xiubo Li (1): ceph: defer flushing the capsnap if the Fb is used fs/ceph/addr.c | 2 +- fs/ceph/caps.c | 70 +++++++++++++++++++++++++++++++------------- fs/ceph/inode.c | 61 ++++++++------------------------------ fs/ceph/snap.c | 10 +++++++ fs/ceph/super.h | 40 +++++++++++++++++++++---- include/linux/ceph/libceph.h | 7 ++--- net/ceph/ceph_common.c | 17 ++++------- 7 files changed, 115 insertions(+), 92 deletions(-)