aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/messenger.c
Commit message (Expand)AuthorAgeFilesLines
* libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov2014-12-141-1/+6
* libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov2014-11-051-3/+3
* libceph: fix corruption when using page_count 0 page in rbdChunwei Chen2014-06-091-1/+19
* libceph: only call kernel_sendpage() via helperAlex Elder2014-06-091-6/+15
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* ceph: use kernel DNS resolverNoah Watkins2011-10-251-12/+102
* libceph: warn on msg allocation failuresSage Weil2011-10-251-0/+1
* libceph: don't complain on msgpool alloc failuresSage Weil2011-10-251-4/+11
* libceph: initialize ack_stamp to avoid unnecessary connection resetJim Schutt2011-09-161-0/+1
* libceph: don't time out osd requests that haven't been receivedSage Weil2011-07-261-7/+5
* libceph: add missing breaks in addr_set_portSage Weil2011-05-191-0/+2
* libceph: fix TAG_WAIT caseSage Weil2011-05-191-1/+3
* libceph: use snprintf for unknown addrsSage Weil2011-05-191-1/+2
* libceph: fix uninitialized value when no get_authorizer method is setSage Weil2011-05-191-5/+6
* libceph: handle connection reopen race with callbacksSage Weil2011-05-191-13/+51
* libceph: fix ceph_msg_new error pathHenry C Chang2011-05-031-13/+13
* libceph: fix msgr standby handlingSage Weil2011-03-041-8/+22
* libceph: fix msgr keepalive flagSage Weil2011-03-041-5/+4
* libceph: fix msgr backoffSage Weil2011-03-041-2/+28
* libceph: retry after authorization failureSage Weil2011-03-031-2/+0
* libceph: fix socket write error handlingSage Weil2011-01-251-11/+12
* libceph: fix socket read error handlingSage Weil2011-01-251-20/+19
* net/ceph: make ceph_msgr_wq non-reentrantTejun Heo2011-01-121-44/+2
* ceph: fix msgr_init error pathSage Weil2010-12-131-5/+3
* ceph: explicitly specify page alignment in network messagesSage Weil2010-11-091-5/+5
* ceph: fix small seq message skippingSage Weil2010-11-011-2/+1
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-201-0/+2453