summaryrefslogtreecommitdiff
path: root/net/ceph/messenger.c
AgeCommit message (Expand)Author
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
2015-11-02libceph: add nocephx_sign_messages optionIlya Dryomov
2015-11-02libceph: stop duplicating client fields in messengerIlya Dryomov
2015-11-02libceph: msg signing callouts don't need con argumentIlya Dryomov
2015-11-02libceph: use local variable cursor instead of &msg->cursorShraddha Barke
2015-09-17libceph: don't access invalid memory in keepalive2 pathIlya Dryomov
2015-09-09libceph: check data_len in ->alloc_msg()Ilya Dryomov
2015-09-08libceph: use keepalive2 to verify the mon session is aliveYan, Zheng
2015-09-08libceph: rename con_work() to ceph_con_workfn()Ilya Dryomov
2015-09-08libceph: Avoid holding the zero page on ceph_msgr_slab_init errorsBenoît Canet
2015-07-09libceph: treat sockaddr_storage with uninitialized family as blankIlya Dryomov
2015-07-09libceph: enable ceph in a non-default network namespaceIlya Dryomov
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-06-29libceph: Fix ceph_tcp_sendpage()'s more boolean usageBenoît Canet
2015-06-25libceph: Remove spurious kunmap() of the zero pageBenoît Canet
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman
2015-04-20libceph: don't overwrite specific con error msgsIlya Dryomov
2015-04-07Revert "libceph: use memalloc flags for net IO"Ilya Dryomov
2015-02-19libceph: tcp_nodelay supportChaitanya Huilgol
2014-12-17libceph: message signature supportYan, Zheng
2014-12-17libceph: nuke ceph_kvfree()Ilya Dryomov
2014-10-30libceph: use memalloc flags for net IOMike Christie
2014-10-14libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov
2014-10-14libceph: reference counting pagelistYan, Zheng