summaryrefslogtreecommitdiffstats
path: root/net/ceph/messenger.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-161-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/+37
|/
* 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/+6
* libceph: drop last_piece logic from write_partial_message_data()Ilya Dryomov2018-12-261-5/+3
* 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-011-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/+39
* | 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/+26
* 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/+8
* libceph: get rid of more_kvec in try_write()Ilya Dryomov2018-06-041-7/+3
* 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/+1
* 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/+34
* 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/+1
* 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/+4
* fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani2017-05-081-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-021-15/+29
|\
| * ceph_tcp_sendpage(): use ITER_BVEC sendmsgAl Viro2016-12-261-5/+15
| * ceph: switch to sock_recvmsg()Al Viro2016-12-261-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/+0
* 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
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-3/+3
* libceph: use KMEM_CACHE macroGeliang Tang2016-03-251-8/+2
* libceph: use sizeof_footer() moreIlya Dryomov2016-03-251-16/+3
* libceph: use the right footer size when skipping a messageIlya Dryomov2016-02-241-2/+9
* libceph: don't bail early from try_read() when skipping a messageIlya Dryomov2016-02-241-2/+2