aboutsummaryrefslogtreecommitdiff
path: root/net/ceph/messenger.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-21libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Gravatar Ilya Dryomov 1-2/+3
2018-12-26libceph: switch more to bool in ceph_tcp_sendmsg()Gravatar Ilya Dryomov 1-1/+1
2018-12-26libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage()Gravatar Ilya Dryomov 1-4/+13
2018-12-26libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage()Gravatar Ilya Dryomov 1-26/+6
2018-12-26libceph: drop last_piece logic from write_partial_message_data()Gravatar Ilya Dryomov 1-5/+3
2018-11-19libceph: fall back to sendmsg for slab pagesGravatar Ilya Dryomov 1-3/+9
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-3/+3
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-3/+3
2018-10-22libceph: preallocate message data itemsGravatar Ilya Dryomov 1-67/+39
2018-10-22libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Gravatar Ilya Dryomov 1-0/+1
2018-08-02libceph: check authorizer reply/challenge length before readingGravatar Ilya Dryomov 1-0/+7
2018-08-02libceph: add authorizer challengeGravatar Ilya Dryomov 1-1/+16
2018-08-02libceph: factor out __prepare_write_connect()Gravatar Ilya Dryomov 1-9/+12
2018-08-02libceph: store ceph_auth_handshake pointer in ceph_connectionGravatar Ilya Dryomov 1-28/+26
2018-08-02libceph: use timespec64 in for keepalive2 and ticket validityGravatar Arnd Bergmann 1-10/+10
2018-06-04libceph: use MSG_TRUNC for discarding received bytesGravatar Ilya Dryomov 1-13/+8
2018-06-04libceph: get rid of more_kvec in try_write()Gravatar Ilya Dryomov 1-7/+3
2018-04-26libceph: validate con->state at the top of try_write()Gravatar Ilya Dryomov 1-0/+7
2018-04-02libceph, ceph: add __init attribution to init funcitonsGravatar Chengguang Xu 1-3/+1
2018-04-02libceph: handle zero-length data itemsGravatar Ilya Dryomov 1-2/+12
2018-04-02libceph: introduce BVECS data typeGravatar Ilya Dryomov 1-0/+75
2018-04-02libceph, rbd: new bio handling code (aka don't clone bios)Gravatar Ilya Dryomov 1-67/+34
2017-11-13ceph: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-01libceph: don't call ->reencode_message() more than once per messageGravatar Ilya Dryomov 1-3/+3
2017-07-17libceph: potential NULL dereference in ceph_msg_data_create()Gravatar Dan Carpenter 1-2/+4
2017-07-07libceph: ceph_connection_operations::reencode_message() methodGravatar Ilya Dryomov 1-2/+5
2017-07-07libceph: remove ceph_sanitize_features() workaroundGravatar Ilya Dryomov 1-2/+1
2017-05-24libceph: cleanup old messages according to reconnect seqGravatar Yan, Zheng 1-3/+12
2017-05-23libceph: make ceph_msg_data_advance() return voidGravatar Ilya Dryomov 1-7/+4
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Gravatar Deepa Dinamani 1-2/+4
2017-03-23libceph: force GFP_NOIO for socket allocationsGravatar Ilya Dryomov 1-0/+6
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-15/+29
2017-01-14locking/atomic, kref: Add kref_read()Gravatar Peter Zijlstra 1-2/+2
2016-12-26ceph_tcp_sendpage(): use ITER_BVEC sendmsgGravatar Al Viro 1-5/+15
2016-12-26ceph: switch to sock_recvmsg()Gravatar Al Viro 1-10/+14
2016-12-12libceph: no need to drop con->mutex for ->get_authorizer()Gravatar Ilya Dryomov 1-6/+0
2016-12-12libceph: drop len argument of *verify_authorizer_reply()Gravatar Ilya Dryomov 1-1/+1
2016-12-12libceph: verify authorize reply on connectGravatar Ilya Dryomov 1-0/+13
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-3/+3
2016-03-25libceph: use KMEM_CACHE macroGravatar Geliang Tang 1-8/+2
2016-03-25libceph: use sizeof_footer() moreGravatar Ilya Dryomov 1-16/+3
2016-02-24libceph: use the right footer size when skipping a messageGravatar Ilya Dryomov 1-2/+9
2016-02-24libceph: don't bail early from try_read() when skipping a messageGravatar Ilya Dryomov 1-2/+2
2016-01-21libceph: clear messenger auth_retry flag if we faultGravatar Ilya Dryomov 1-3/+7
2016-01-21libceph: fix ceph_msg_revoke()Gravatar Ilya Dryomov 1-18/+58
2016-01-21libceph: use list_for_each_entry_safeGravatar Geliang Tang 1-9/+3
2016-01-21libceph: use list_next_entry instead of list_entry_nextGravatar Geliang Tang 1-5/+2
2015-11-02libceph: clear msg->con in ceph_msg_release() onlyGravatar Ilya Dryomov 1-25/+20
2015-11-02libceph: add nocephx_sign_messages optionGravatar Ilya Dryomov 1-1/+1