aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/messenger.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-6/+8
2019-07-08libceph: rename ceph_encode_addr to ceph_encode_banner_addrJeff Layton1-3/+3
2019-07-08libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONEJeff Layton1-2/+5
2019-07-08libceph: fix sa_family just after reading addressJeff Layton1-3/+2
2019-06-27keys: Pass the network namespace into request_key mechanismDavid Howells1-1/+2
2019-05-16Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2019-05-15dns_resolver: Allow used keys to be invalidatedDavid Howells1-1/+1
2019-05-07libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton1-24/+24
2019-05-07libceph: fix unaligned accesses in ceph_entity_addr handlingJeff Layton1-40/+37
2019-03-25libceph: fix breakage caused by multipage bvecsIlya Dryomov1-2/+6
2019-02-18libceph: handle an empty authorize replyIlya Dryomov1-6/+9
2019-01-21libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov1-2/+3
2018-12-26libceph: switch more to bool in ceph_tcp_sendmsg()Ilya Dryomov1-1/+1
2018-12-26libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage()Ilya Dryomov1-4/+13
2018-12-26libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage()Ilya Dryomov1-26/+6
2018-12-26libceph: drop last_piece logic from write_partial_message_data()Ilya Dryomov1-5/+3
2018-11-19libceph: fall back to sendmsg for slab pagesIlya Dryomov1-3/+9
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-3/+3
2018-10-22libceph: preallocate message data itemsIlya Dryomov1-67/+39
2018-10-22libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov1-0/+1
2018-08-02libceph: check authorizer reply/challenge length before readingIlya Dryomov1-0/+7
2018-08-02libceph: add authorizer challengeIlya Dryomov1-1/+16
2018-08-02libceph: factor out __prepare_write_connect()Ilya Dryomov1-9/+12
2018-08-02libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov1-28/+26
2018-08-02libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann1-10/+10
2018-06-04libceph: use MSG_TRUNC for discarding received bytesIlya Dryomov1-13/+8
2018-06-04libceph: get rid of more_kvec in try_write()Ilya Dryomov1-7/+3
2018-04-26libceph: validate con->state at the top of try_write()Ilya Dryomov1-0/+7
2018-04-02libceph, ceph: add __init attribution to init funcitonsChengguang Xu1-3/+1
2018-04-02libceph: handle zero-length data itemsIlya Dryomov1-2/+12
2018-04-02libceph: introduce BVECS data typeIlya Dryomov1-0/+75
2018-04-02libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov1-67/+34
2017-11-13ceph: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-01libceph: don't call ->reencode_message() more than once per messageIlya Dryomov1-3/+3
2017-07-17libceph: potential NULL dereference in ceph_msg_data_create()Dan Carpenter1-2/+4
2017-07-07libceph: ceph_connection_operations::reencode_message() methodIlya Dryomov1-2/+5
2017-07-07libceph: remove ceph_sanitize_features() workaroundIlya Dryomov1-2/+1
2017-05-24libceph: cleanup old messages according to reconnect seqYan, Zheng1-3/+12
2017-05-23libceph: make ceph_msg_data_advance() return voidIlya Dryomov1-7/+4
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani1-2/+4
2017-03-23libceph: force GFP_NOIO for socket allocationsIlya Dryomov1-0/+6
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+29
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-2/+2
2016-12-26ceph_tcp_sendpage(): use ITER_BVEC sendmsgAl Viro1-5/+15
2016-12-26ceph: switch to sock_recvmsg()Al Viro1-10/+14
2016-12-12libceph: no need to drop con->mutex for ->get_authorizer()Ilya Dryomov1-6/+0
2016-12-12libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov1-1/+1
2016-12-12libceph: verify authorize reply on connectIlya Dryomov1-0/+13