This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5b21115414f5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...] new 8f5ac172abb7 ceph: delete redundant douts in con_get/put() new d80865bff520 ceph: remove unnecessary assignment in ceph_pre_init_acls() new 4d7ace02ba5c ceph: fix mdsmap cluster available check based on laggy number new 5d47648fe954 ceph: only choose one MDS who is in up:active state without laggy new 07edc0571ef1 ceph: fix possible long time wait during umount new 57c219948245 ceph: drop unused ttl_from parameter from fill_inode new 9a6bed4fe0c8 ceph: ensure we have a new cap before continuing in fill_inode new 9cf54563b090 ceph: add __send_request helper new 4d681c2f9141 ceph: keep the session state until it is released new 97820058fb28 ceph: check availability of mds cluster on mount after wai [...] new c4853e9776ca ceph: retry the same mds later after the new session is opened new 893e456b2c0b ceph: don't clear I_NEW until inode metadata is fully populated new 9f8b72b3a948 ceph: only touch the caps which have the subset mask requested new 0eb308531f07 ceph: print dentry offset in hex and fix xattr_version type new b38c9eb4757d ceph: add possible_max_rank and make the code more readable new 4fbc0c711b24 ceph: remove the extra slashes in the server path new 5b3248c67724 ceph: rename get_session and switch to use ceph_get_mds_session new 9ba1e224538a ceph: allocate the correct amount of extra bytes for the s [...] new a55e601b2f02 rbd: work around -Wuninitialized warning new 045100cd79f5 ceph: close holes in structs ceph_mds_session and ceph_mds [...] new 78beb0ff2fec ceph: use copy-from2 op in copy_file_range new 3c802092dab6 ceph: print r_direct_hash in hex in __choose_mds() dout new d36e0b620aa5 ceph: print name of xattr in __ceph_{get,set}xattr() douts new 24604f7e2bde ceph: move net/ceph/ceph_fs.c to fs/ceph/util.c new 3325322f773b rbd: set the 'device' link in sysfs new 4c46bef2e96a Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ce [...]
The 26 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/block/rbd.c | 4 +- fs/ceph/Makefile | 2 +- fs/ceph/acl.c | 4 +- fs/ceph/caps.c | 3 +- fs/ceph/debugfs.c | 2 +- fs/ceph/dir.c | 4 +- fs/ceph/file.c | 11 ++- fs/ceph/inode.c | 47 +++++++--- fs/ceph/mds_client.c | 171 ++++++++++++++++++++--------------- fs/ceph/mds_client.h | 39 ++++---- fs/ceph/mdsmap.c | 91 +++++++++++-------- fs/ceph/super.c | 128 ++++++++++++++++++++++---- fs/ceph/super.h | 2 + net/ceph/ceph_fs.c => fs/ceph/util.c | 4 - fs/ceph/xattr.c | 7 +- include/linux/ceph/mdsmap.h | 11 ++- include/linux/ceph/osd_client.h | 1 + include/linux/ceph/rados.h | 2 + net/ceph/Makefile | 2 +- net/ceph/osd_client.c | 18 ++-- 20 files changed, 360 insertions(+), 193 deletions(-) rename net/ceph/ceph_fs.c => fs/ceph/util.c (94%)