summaryrefslogtreecommitdiff
path: root/net/ceph/messenger.c
AgeCommit message (Expand)Author
2019-03-23libceph: handle an empty authorize replyIlya Dryomov
2019-02-20libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov
2018-05-02libceph: validate con->state at the top of try_write()Ilya Dryomov
2017-04-08libceph: force GFP_NOIO for socket allocationsIlya Dryomov
2017-01-09libceph: verify authorize reply on connectIlya Dryomov
2016-03-03libceph: use the right footer size when skipping a messageIlya Dryomov
2016-03-03libceph: don't bail early from try_read() when skipping a messageIlya Dryomov
2016-03-03libceph: fix ceph_msg_revoke()Ilya Dryomov
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
2014-10-14libceph: Convert pr_warning to pr_warnJoe Perches
2014-08-09libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov
2014-07-08libceph: drop osd ref when canceling con workIlya Dryomov
2014-07-08libceph: move and add dout()s to ceph_msg_{get,put}()Ilya Dryomov
2014-05-16libceph: fix corruption when using page_count 0 page in rbdChunwei Chen
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-04-04libceph: fix oops in ceph_msg_data_{pages,pagelist}_advance()Yan, Zheng
2014-02-07libceph: do not dereference a NULL bio pointerIlya Dryomov
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-26libceph: add ceph_kv{malloc,free}() and switch to themIlya Dryomov
2014-01-14libceph: fix preallocation check in get_reply()Ilya Dryomov
2014-01-14libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov
2013-12-31libceph: use CEPH_MON_PORT when the specified port is 0Ilya Dryomov
2013-12-31libceph: update ceph_features.hIlya Dryomov
2013-12-31libceph: all features fields must be u64Ilya Dryomov
2013-11-23ceph: Convert to immutable biovecsKent Overstreet
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-08-09ceph: WQ_NON_REENTRANT is meaningless and going awayTejun Heo