summaryrefslogtreecommitdiff
path: root/net/ceph/messenger.c
AgeCommit message (Expand)Author
2019-02-18libceph: handle an empty authorize replyIlya Dryomov
2019-01-21libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov
2018-12-26libceph: switch more to bool in ceph_tcp_sendmsg()Ilya Dryomov
2018-12-26libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage()Ilya Dryomov
2018-12-26libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage()Ilya Dryomov
2018-12-26libceph: drop last_piece logic from write_partial_message_data()Ilya Dryomov
2018-11-19libceph: fall back to sendmsg for slab pagesIlya Dryomov
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-22libceph: preallocate message data itemsIlya Dryomov
2018-10-22libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov
2018-08-02libceph: check authorizer reply/challenge length before readingIlya Dryomov
2018-08-02libceph: add authorizer challengeIlya Dryomov
2018-08-02libceph: factor out __prepare_write_connect()Ilya Dryomov
2018-08-02libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov
2018-08-02libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann
2018-06-04libceph: use MSG_TRUNC for discarding received bytesIlya Dryomov
2018-06-04libceph: get rid of more_kvec in try_write()Ilya Dryomov
2018-04-26libceph: validate con->state at the top of try_write()Ilya Dryomov
2018-04-02libceph, ceph: add __init attribution to init funcitonsChengguang Xu
2018-04-02libceph: handle zero-length data itemsIlya Dryomov
2018-04-02libceph: introduce BVECS data typeIlya Dryomov
2018-04-02libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov
2017-11-13ceph: mark expected switch fall-throughsGustavo A. R. Silva
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-01libceph: don't call ->reencode_message() more than once per messageIlya Dryomov
2017-07-17libceph: potential NULL dereference in ceph_msg_data_create()Dan Carpenter
2017-07-07libceph: ceph_connection_operations::reencode_message() methodIlya Dryomov
2017-07-07libceph: remove ceph_sanitize_features() workaroundIlya Dryomov
2017-05-24libceph: cleanup old messages according to reconnect seqYan, Zheng
2017-05-23libceph: make ceph_msg_data_advance() return voidIlya Dryomov
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani
2017-03-23libceph: force GFP_NOIO for socket allocationsIlya Dryomov
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2016-12-26ceph_tcp_sendpage(): use ITER_BVEC sendmsgAl Viro
2016-12-26ceph: switch to sock_recvmsg()Al Viro
2016-12-12libceph: no need to drop con->mutex for ->get_authorizer()Ilya Dryomov
2016-12-12libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov
2016-12-12libceph: verify authorize reply on connectIlya Dryomov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-25libceph: use KMEM_CACHE macroGeliang Tang
2016-03-25libceph: use sizeof_footer() moreIlya Dryomov
2016-02-24libceph: use the right footer size when skipping a messageIlya Dryomov
2016-02-24libceph: don't bail early from try_read() when skipping a messageIlya Dryomov
2016-01-21libceph: clear messenger auth_retry flag if we faultIlya Dryomov
2016-01-21libceph: fix ceph_msg_revoke()Ilya Dryomov
2016-01-21libceph: use list_for_each_entry_safeGeliang Tang
2016-01-21libceph: use list_next_entry instead of list_entry_nextGeliang Tang
2015-11-02libceph: clear msg->con in ceph_msg_release() onlyIlya Dryomov