aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/messenger.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-12libceph: no need to drop con->mutex for ->get_authorizer()Ilya Dryomov1-6/+0
2016-12-12libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov1-1/+1
2016-12-12libceph: verify authorize reply on connectIlya Dryomov1-0/+13
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-3/+3
2016-03-25libceph: use KMEM_CACHE macroGeliang Tang1-8/+2
2016-03-25libceph: use sizeof_footer() moreIlya Dryomov1-16/+3
2016-02-24libceph: use the right footer size when skipping a messageIlya Dryomov1-2/+9
2016-02-24libceph: don't bail early from try_read() when skipping a messageIlya Dryomov1-2/+2
2016-01-21libceph: clear messenger auth_retry flag if we faultIlya Dryomov1-3/+7
2016-01-21libceph: fix ceph_msg_revoke()Ilya Dryomov1-18/+58
2016-01-21libceph: use list_for_each_entry_safeGeliang Tang1-9/+3
2016-01-21libceph: use list_next_entry instead of list_entry_nextGeliang Tang1-5/+2
2015-11-02libceph: clear msg->con in ceph_msg_release() onlyIlya Dryomov1-25/+20
2015-11-02libceph: add nocephx_sign_messages optionIlya Dryomov1-1/+1
2015-11-02libceph: stop duplicating client fields in messengerIlya Dryomov1-17/+9
2015-11-02libceph: msg signing callouts don't need con argumentIlya Dryomov1-2/+2
2015-11-02libceph: use local variable cursor instead of &msg->cursorShraddha Barke1-6/+5
2015-09-17libceph: don't access invalid memory in keepalive2 pathIlya Dryomov1-4/+5
2015-09-09libceph: check data_len in ->alloc_msg()Ilya Dryomov1-7/+0
2015-09-08libceph: use keepalive2 to verify the mon session is aliveYan, Zheng1-5/+54
2015-09-08libceph: rename con_work() to ceph_con_workfn()Ilya Dryomov1-3/+3
2015-09-08libceph: Avoid holding the zero page on ceph_msgr_slab_init errorsBenoît Canet1-5/+5
2015-07-09libceph: treat sockaddr_storage with uninitialized family as blankIlya Dryomov1-7/+7
2015-07-09libceph: enable ceph in a non-default network namespaceIlya Dryomov1-1/+9
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-2/+1
2015-06-29libceph: Fix ceph_tcp_sendpage()'s more boolean usageBenoît Canet1-1/+1
2015-06-25libceph: Remove spurious kunmap() of the zero pageBenoît Canet1-1/+0
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-2/+2
2015-04-20libceph: don't overwrite specific con error msgsIlya Dryomov1-12/+13
2015-04-07Revert "libceph: use memalloc flags for net IO"Ilya Dryomov1-8/+1
2015-02-19libceph: tcp_nodelay supportChaitanya Huilgol1-1/+13
2014-12-17libceph: message signature supportYan, Zheng1-3/+29
2014-12-17libceph: nuke ceph_kvfree()Ilya Dryomov1-1/+1
2014-10-30libceph: use memalloc flags for net IOMike Christie1-1/+9
2014-10-14libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov1-1/+5
2014-10-14libceph: reference counting pagelistYan, Zheng1-3/+1
2014-10-14libceph: Convert pr_warning to pr_warnJoe Perches1-9/+9
2014-08-09libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov1-1/+1
2014-07-08libceph: drop osd ref when canceling con workIlya Dryomov1-4/+10
2014-07-08libceph: move and add dout()s to ceph_msg_{get,put}()Ilya Dryomov1-9/+22
2014-05-16libceph: fix corruption when using page_count 0 page in rbdChunwei Chen1-1/+19
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-04-04libceph: fix oops in ceph_msg_data_{pages,pagelist}_advance()Yan, Zheng1-0/+6
2014-02-07libceph: do not dereference a NULL bio pointerIlya Dryomov1-2/+6
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+17
2014-01-26libceph: add ceph_kv{malloc,free}() and switch to themIlya Dryomov1-11/+2
2014-01-14libceph: fix preallocation check in get_reply()Ilya Dryomov1-2/+1
2014-01-14libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov1-3/+3
2013-12-31libceph: use CEPH_MON_PORT when the specified port is 0Ilya Dryomov1-1/+3
2013-12-31libceph: update ceph_features.hIlya Dryomov1-1/+3