summaryrefslogtreecommitdiff
path: root/net/ceph/messenger.c
Commit message (Expand)AuthorAge
* libceph, ceph: add __init attribution to init funcitonsChengguang Xu2018-04-02
* libceph: handle zero-length data itemsIlya Dryomov2018-04-02
* libceph: introduce BVECS data typeIlya Dryomov2018-04-02
* libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov2018-04-02
* ceph: mark expected switch fall-throughsGustavo A. R. Silva2017-11-13
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* libceph: don't call ->reencode_message() more than once per messageIlya Dryomov2017-08-01
* libceph: potential NULL dereference in ceph_msg_data_create()Dan Carpenter2017-07-17
* libceph: ceph_connection_operations::reencode_message() methodIlya Dryomov2017-07-07
* libceph: remove ceph_sanitize_features() workaroundIlya Dryomov2017-07-07
* libceph: cleanup old messages according to reconnect seqYan, Zheng2017-05-24
* libceph: make ceph_msg_data_advance() return voidIlya Dryomov2017-05-23
* fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani2017-05-08
* libceph: force GFP_NOIO for socket allocationsIlya Dryomov2017-03-23
* Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-02
|\
| * ceph_tcp_sendpage(): use ITER_BVEC sendmsgAl Viro2016-12-26
| * ceph: switch to sock_recvmsg()Al Viro2016-12-26
* | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-14
|/
* libceph: no need to drop con->mutex for ->get_authorizer()Ilya Dryomov2016-12-12
* libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov2016-12-12
* libceph: verify authorize reply on connectIlya Dryomov2016-12-12
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* libceph: use KMEM_CACHE macroGeliang Tang2016-03-25
* libceph: use sizeof_footer() moreIlya Dryomov2016-03-25
* libceph: use the right footer size when skipping a messageIlya Dryomov2016-02-24
* libceph: don't bail early from try_read() when skipping a messageIlya Dryomov2016-02-24
* libceph: clear messenger auth_retry flag if we faultIlya Dryomov2016-01-21
* libceph: fix ceph_msg_revoke()Ilya Dryomov2016-01-21
* libceph: use list_for_each_entry_safeGeliang Tang2016-01-21
* libceph: use list_next_entry instead of list_entry_nextGeliang Tang2016-01-21
* libceph: clear msg->con in ceph_msg_release() onlyIlya Dryomov2015-11-02
* libceph: add nocephx_sign_messages optionIlya Dryomov2015-11-02
* libceph: stop duplicating client fields in messengerIlya Dryomov2015-11-02
* libceph: msg signing callouts don't need con argumentIlya Dryomov2015-11-02
* libceph: use local variable cursor instead of &msg->cursorShraddha Barke2015-11-02
* libceph: don't access invalid memory in keepalive2 pathIlya Dryomov2015-09-17
* libceph: check data_len in ->alloc_msg()Ilya Dryomov2015-09-09
* libceph: use keepalive2 to verify the mon session is aliveYan, Zheng2015-09-08
* libceph: rename con_work() to ceph_con_workfn()Ilya Dryomov2015-09-08
* libceph: Avoid holding the zero page on ceph_msgr_slab_init errorsBenoît Canet2015-09-08
* libceph: treat sockaddr_storage with uninitialized family as blankIlya Dryomov2015-07-09
* libceph: enable ceph in a non-default network namespaceIlya Dryomov2015-07-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-07-02
|\
| * libceph: Fix ceph_tcp_sendpage()'s more boolean usageBenoît Canet2015-06-29
| * libceph: Remove spurious kunmap() of the zero pageBenoît Canet2015-06-25
* | net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-11
|/
* libceph: don't overwrite specific con error msgsIlya Dryomov2015-04-20
* Revert "libceph: use memalloc flags for net IO"Ilya Dryomov2015-04-07
* libceph: tcp_nodelay supportChaitanya Huilgol2015-02-19
* libceph: message signature supportYan, Zheng2014-12-17