summaryrefslogtreecommitdiffstats
path: root/net/ceph/messenger.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-07-181-6/+8
|\
| * libceph: rename ceph_encode_addr to ceph_encode_banner_addrJeff Layton2019-07-081-3/+3
| * libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONEJeff Layton2019-07-081-2/+5
| * libceph: fix sa_family just after reading addressJeff Layton2019-07-081-3/+2Star
* | keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-281-1/+2
|/
* Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-171-1/+1
|\
| * dns_resolver: Allow used keys to be invalidatedDavid Howells2019-05-151-1/+1
* | libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton2019-05-071-24/+24
* | libceph: fix unaligned accesses in ceph_entity_addr handlingJeff Layton2019-05-071-40/+37Star
|/
* libceph: fix breakage caused by multipage bvecsIlya Dryomov2019-03-251-2/+6
* libceph: handle an empty authorize replyIlya Dryomov2019-02-181-6/+9
* libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov2019-01-211-2/+3
* libceph: switch more to bool in ceph_tcp_sendmsg()Ilya Dryomov2018-12-261-1/+1
* libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage()Ilya Dryomov2018-12-261-4/+13
* libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage()Ilya Dryomov2018-12-261-26/+6Star
* libceph: drop last_piece logic from write_partial_message_data()Ilya Dryomov2018-12-261-5/+3Star
* libceph: fall back to sendmsg for slab pagesIlya Dryomov2018-11-191-3/+9
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-3/+3
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-3/+3
* | libceph: preallocate message data itemsIlya Dryomov2018-10-221-67/+39Star
* | libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov2018-10-221-0/+1
|/
* libceph: check authorizer reply/challenge length before readingIlya Dryomov2018-08-021-0/+7
* libceph: add authorizer challengeIlya Dryomov2018-08-021-1/+16
* libceph: factor out __prepare_write_connect()Ilya Dryomov2018-08-021-9/+12
* libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov2018-08-021-28/+26Star
* libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann2018-08-021-10/+10
* libceph: use MSG_TRUNC for discarding received bytesIlya Dryomov2018-06-041-13/+8Star
* libceph: get rid of more_kvec in try_write()Ilya Dryomov2018-06-041-7/+3Star
* libceph: validate con->state at the top of try_write()Ilya Dryomov2018-04-261-0/+7
* libceph, ceph: add __init attribution to init funcitonsChengguang Xu2018-04-021-3/+1Star
* libceph: handle zero-length data itemsIlya Dryomov2018-04-021-2/+12
* libceph: introduce BVECS data typeIlya Dryomov2018-04-021-0/+75
* libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov2018-04-021-67/+34Star
* ceph: mark expected switch fall-throughsGustavo A. R. Silva2017-11-131-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* libceph: don't call ->reencode_message() more than once per messageIlya Dryomov2017-08-011-3/+3
* libceph: potential NULL dereference in ceph_msg_data_create()Dan Carpenter2017-07-171-2/+4
* libceph: ceph_connection_operations::reencode_message() methodIlya Dryomov2017-07-071-2/+5
* libceph: remove ceph_sanitize_features() workaroundIlya Dryomov2017-07-071-2/+1Star
* libceph: cleanup old messages according to reconnect seqYan, Zheng2017-05-241-3/+12
* libceph: make ceph_msg_data_advance() return voidIlya Dryomov2017-05-231-7/+4Star
* fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani2017-05-091-2/+4
* libceph: force GFP_NOIO for socket allocationsIlya Dryomov2017-03-231-0/+6
* Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-031-15/+29
|\
| * ceph_tcp_sendpage(): use ITER_BVEC sendmsgAl Viro2016-12-271-5/+15
| * ceph: switch to sock_recvmsg()Al Viro2016-12-271-10/+14
* | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-2/+2
|/
* libceph: no need to drop con->mutex for ->get_authorizer()Ilya Dryomov2016-12-121-6/+0Star
* libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov2016-12-121-1/+1
* libceph: verify authorize reply on connectIlya Dryomov2016-12-121-0/+13