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