summaryrefslogtreecommitdiffstats
path: root/net/ceph/messenger.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libceph: clear messenger auth_retry flag if we faultIlya Dryomov2016-01-211-3/+7
* libceph: fix ceph_msg_revoke()Ilya Dryomov2016-01-211-18/+58
* libceph: use list_for_each_entry_safeGeliang Tang2016-01-211-9/+3
* libceph: use list_next_entry instead of list_entry_nextGeliang Tang2016-01-211-5/+2
* libceph: clear msg->con in ceph_msg_release() onlyIlya Dryomov2015-11-021-25/+20
* libceph: add nocephx_sign_messages optionIlya Dryomov2015-11-021-1/+1
* libceph: stop duplicating client fields in messengerIlya Dryomov2015-11-021-17/+9
* libceph: msg signing callouts don't need con argumentIlya Dryomov2015-11-021-2/+2
* libceph: use local variable cursor instead of &msg->cursorShraddha Barke2015-11-021-6/+5
* libceph: don't access invalid memory in keepalive2 pathIlya Dryomov2015-09-171-4/+5
* libceph: check data_len in ->alloc_msg()Ilya Dryomov2015-09-091-7/+0
* libceph: use keepalive2 to verify the mon session is aliveYan, Zheng2015-09-081-5/+54
OpenPOWER on IntegriCloud