This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2c45e7fbc962 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...] new 1b52931ca9b5 ceph: remove duplicated filelock ref increase new 3886274adf34 ceph: factor out ceph_lookup_inode() new 0c44a8e0fc55 ceph: quota: fix quota subdir mounts new 570df4e9c23f ceph: snapshot nfs re-export new d342a15b1e85 rbd: avoid clang -Wuninitialized warning new 168093726658 rbd: convert all rbd_assert(0) to BUG() new 0384892c2d83 libceph: fix clang warning for CEPH_DEFINE_OID_ONSTACK new ffb61c55b250 ceph: remove superfluous inode_lock in ceph_fsync new 428bb68ad99b ceph: properly handle granular statx requests new 40e7e2c0e864 ceph: fix NULL pointer deref when debugging is enabled new f5d7726900b6 ceph: make iterate_session_caps a public symbol new ff4a80bf2d3f ceph: dump granular cap info in "caps" debugfs file new 69a10fb3f4b8 ceph: fix potential use-after-free in ceph_mdsc_build_path new 964fff7491e4 ceph: use ceph_mdsc_build_path instead of clone_dentry_name new f77f21bb2836 ceph: use __getname/__putname in ceph_mdsc_build_path new c1dfc277239c ceph: use pathlen values returned by set_request_path_attr new 111c70810450 ceph: after an MDS request, do callback and completions new 86bda539fa90 ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_request new 8340f22ce50c ceph: move wait for mds request into helper function new a452bc063672 ceph: fix comment over ceph_drop_caps_for_unlink new 1199d7da2d29 ceph: simplify arguments and return semantics of try_get_cap_refs new 488f5284e29b ceph: just call get_session in __ceph_lookup_mds_session new 5ddc61fc1458 ceph: print inode number in __caps_issued_mask debugging messages new a32e414325c2 rbd: client_mutex is never nested new b91a7bdca443 rbd: don't assert on writes to snapshots new cede185b1ba3 libceph: fix unaligned accesses in ceph_entity_addr handling new b726ec972cf2 libceph: make ceph_pr_addr take an struct ceph_entity_addr [...] new 4198aba4f431 ceph: fix unaligned access in ceph_send_cap_releases new 00abf69dd24f ceph: flush dirty inodes before proceeding with remount new 1d9d7cbf28a1 Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client new a1b879eefc2b afs: Fix key leak in afs_release() and afs_evict_inode() new cc1dd5c85cb7 afs: Fix incorrect error handling in afs_xattr_get_acl() new 773e0c402534 afs: Fix afs_xattr_get_yfs() to not try freeing an error value new 6b8812fc8ec2 afs: Fix missing lock when replacing VL server list new ca1cbbdce92b afs: Fix afs_cell records to always have a VL server list record new d0660f0b3b7d dns_resolver: Allow used keys to be invalidated new a49294eac27c Add wait_var_event_interruptible() new d5c32c89b208 afs: Fix cell DNS lookup new 51eba9997079 afs: Fix "kAFS: AFS vnode with undefined type 0" new bbd172e31696 rxrpc: Provide kernel interface to set max lifespan on a call new 94f699c9cdb1 afs: Fix the maximum lifespan of VL and probe calls new 0ab4c9594812 afs: Fix error propagation from server record check/update new b960a34b73e4 rxrpc: Allow the kernel to mark a call as being non-interruptible new 20b8391fff56 afs: Make some RPC operations non-interruptible new 3b05e528cb9e afs: Make dynamic root population wait uninterruptibly for [...] new 781070551c26 afs: Fix calculation of callback expiry time new d9052dda8a39 afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not set new c7226e407b60 afs: Fix lock-wait/callback-break double locking new fd711586bb7d afs: Fix double inc of vnode->cb_break new 227747fb9eab Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub [...] new fefb2483dc10 afs: Don't pass the vnode pointer through into the inline [...] new ffba718e9354 afs: Get rid of afs_call::reply[] new 87182759cd6f afs: Fix order-1 allocation in afs_do_lookup() new 4571577f16c8 afs: Always get the reply time new a58823ac4589 afs: Fix application of status and callback to be under same lock new 7c712458669f afs: Don't save callback version and type fields new c925bd0ac474 afs: Split afs_validate() so first part can be used under [...] new f642404a0436 afs: Make vnode->cb_interest RCU safe new 61c347ba5511 afs: Clear AFS_VNODE_CB_PROMISED if we detect callback expiry new a38a75581e6e afs: Fix unlink to handle YFS.RemoveFile2 better new b8359153252d afs: Pass pre-fetch server and volume break counts into af [...] new 39db9815da48 afs: Fix application of the results of a inline bulk status fetch new 0d74471924f2 Merge tag 'afs-fixes-b-20190516' of git://git.kernel.org/p [...]
The 63 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: Documentation/networking/rxrpc.txt | 21 +- drivers/block/rbd.c | 24 +- fs/afs/addr_list.c | 2 +- fs/afs/afs.h | 16 +- fs/afs/callback.c | 29 +- fs/afs/cell.c | 187 ++++++---- fs/afs/cmservice.c | 14 +- fs/afs/dir.c | 375 ++++++++++++------- fs/afs/dir_silly.c | 35 +- fs/afs/dynroot.c | 5 +- fs/afs/file.c | 29 +- fs/afs/flock.c | 49 ++- fs/afs/fs_probe.c | 4 +- fs/afs/fsclient.c | 702 +++++++++++++----------------------- fs/afs/inode.c | 453 +++++++++++++++++------ fs/afs/internal.h | 199 ++++++----- fs/afs/proc.c | 8 +- fs/afs/rotate.c | 47 ++- fs/afs/rxrpc.c | 20 +- fs/afs/security.c | 19 +- fs/afs/server.c | 17 +- fs/afs/super.c | 22 +- fs/afs/vl_list.c | 20 +- fs/afs/vl_probe.c | 4 +- fs/afs/vl_rotate.c | 28 +- fs/afs/vlclient.c | 38 +- fs/afs/write.c | 100 +++--- fs/afs/xattr.c | 202 +++++++---- fs/afs/yfsclient.c | 714 ++++++++++++------------------------- fs/ceph/caps.c | 93 ++--- fs/ceph/debugfs.c | 40 ++- fs/ceph/export.c | 356 ++++++++++++++++-- fs/ceph/file.c | 2 +- fs/ceph/inode.c | 85 +++-- fs/ceph/locks.c | 13 - fs/ceph/mds_client.c | 205 +++++------ fs/ceph/mds_client.h | 33 +- fs/ceph/mdsmap.c | 2 +- fs/ceph/quota.c | 177 ++++++++- fs/ceph/super.c | 7 + fs/ceph/super.h | 2 + fs/cifs/dns_resolve.c | 2 +- fs/nfs/dns_resolve.c | 2 +- include/linux/ceph/ceph_fs.h | 6 + include/linux/ceph/messenger.h | 3 +- include/linux/ceph/osdmap.h | 13 +- include/linux/dns_resolver.h | 3 +- include/linux/wait_bit.h | 13 + include/net/af_rxrpc.h | 3 + net/ceph/cls_lock_client.c | 2 +- net/ceph/debugfs.c | 4 +- net/ceph/messenger.c | 123 ++++--- net/ceph/mon_client.c | 6 +- net/ceph/osd_client.c | 2 +- net/dns_resolver/dns_query.c | 6 +- net/rxrpc/af_rxrpc.c | 28 ++ net/rxrpc/ar-internal.h | 2 + net/rxrpc/call_object.c | 2 + net/rxrpc/conn_client.c | 8 +- net/rxrpc/sendmsg.c | 4 +- 60 files changed, 2654 insertions(+), 1976 deletions(-)