summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | libceph: trivial fix for the incorrect debug outputJiaju Zhang2012-07-311-1/+1
| * | | | | | libceph: reset connection retry on successfully negotiationSage Weil2012-07-311-0/+2
| * | | | | | libceph: protect ceph_con_open() with mutexSage Weil2012-07-311-0/+2
| * | | | | | libceph: (re)initialize bio_iter on start of message receiveSage Weil2012-07-311-5/+6
| * | | | | | libceph: resubmit linger ops when pg mapping changesSage Weil2012-07-311-5/+21
| * | | | | | libceph: fix mutex coverage for ceph_con_closeSage Weil2012-07-311-1/+7
| * | | | | | libceph: report socket read/write error messageSage Weil2012-07-311-2/+6
| * | | | | | libceph: support crush tunablesSage Weil2012-07-312-6/+46
| * | | | | | libceph: move feature bits to separate headerSage Weil2012-07-311-2/+3
| * | | | | | libceph: prevent the race of incoming work during teardownGuanjun He2012-07-302-0/+7
| * | | | | | libceph: fix messenger retrySage Weil2012-07-301-6/+6
| * | | | | | libceph: initialize rb, list nodes in ceph_osd_requestSage Weil2012-07-301-0/+3
| * | | | | | libceph: initialize msgpool message typesSage Weil2012-07-302-6/+8
| * | | | | | libceph: allow sock transition from CONNECTING to CLOSEDSage Weil2012-07-061-12/+13
| * | | | | | libceph: initialize mon_client con only onceSage Weil2012-07-061-4/+3Star
| * | | | | | libceph: set peer name on con_open, not initSage Weil2012-07-063-11/+15
| * | | | | | libceph: add some fine ASCII artAlex Elder2012-07-061-1/+41
| * | | | | | libceph: small changes to messenger.cAlex Elder2012-07-061-32/+31Star
| * | | | | | libceph: distinguish two phases of connect sequenceAlex Elder2012-07-061-24/+28
| * | | | | | libceph: separate banner and connect writesAlex Elder2012-07-061-9/+11
| * | | | | | libceph: define and use an explicit CONNECTED stateAlex Elder2012-07-061-2/+7
| * | | | | | libceph: clear NEGOTIATING when doneAlex Elder2012-07-061-3/+5
| * | | | | | libceph: clear CONNECTING in ceph_con_close()Alex Elder2012-07-061-1/+2
| * | | | | | libceph: don't touch con state in con_close_socket()Alex Elder2012-07-061-1/+7
| * | | | | | libceph: just set SOCK_CLOSED when state changesAlex Elder2012-07-061-2/+2
| * | | | | | libceph: don't change socket state on sock eventAlex Elder2012-07-061-9/+9
| * | | | | | libceph: SOCK_CLOSED is a flag, not a stateAlex Elder2012-07-061-2/+2
| * | | | | | libceph: don't use bio_iter as a flagAlex Elder2012-07-061-5/+1Star
| * | | | | | libceph: move init of bio_iterAlex Elder2012-07-061-5/+4Star
| * | | | | | libceph: move init_bio_*() functions upAlex Elder2012-07-061-25/+25
| * | | | | | libceph: don't mark footer complete before it isAlex Elder2012-07-061-1/+3
| * | | | | | libceph: encapsulate advancing msg pageAlex Elder2012-07-061-24/+34
| * | | | | | libceph: encapsulate out message data setupAlex Elder2012-07-061-14/+23
| * | | | | | libceph: drop ceph_con_get/put helpers and nref memberSage Weil2012-06-221-27/+1Star
| * | | | | | libceph: use con get/put methodsSage Weil2012-06-221-8/+8
| * | | | | | libceph: fix NULL dereference in reset_connection()Dan Carpenter2012-06-191-1/+1
| * | | | | | Merge tag 'v3.5-rc1'Sage Weil2012-06-15720-22882/+35664
| |\ \ \ \ \ \
| * | | | | | | libceph: flush msgr queue during mon_client shutdownSage Weil2012-06-152-7/+8
| * | | | | | | libceph: transition socket state prior to actual connectSage Weil2012-06-151-2/+1Star
| * | | | | | | libceph: fix overflow in osdmap_apply_incremental()Xi Wang2012-06-071-0/+4
| * | | | | | | libceph: fix overflow in osdmap_decode()Xi Wang2012-06-071-0/+3
| * | | | | | | libceph: fix overflow in __decode_pool_names()Xi Wang2012-06-071-6/+7
| * | | | | | | rbd: Clear ceph_msg->bio_iter for retransmitted messageYan, Zheng2012-06-071-0/+4
| * | | | | | | libceph: make ceph_con_revoke_message() a msg opAlex Elder2012-06-062-11/+20
| * | | | | | | libceph: make ceph_con_revoke() a msg operationAlex Elder2012-06-063-7/+12
| * | | | | | | libceph: have messages take a connection referenceAlex Elder2012-06-061-6/+18
| * | | | | | | libceph: have messages point to their connectionAlex Elder2012-06-061-2/+25
| * | | | | | | libceph: tweak ceph_alloc_msg()Alex Elder2012-06-063-27/+38
| * | | | | | | libceph: fully initialize connection in con_init()Alex Elder2012-06-063-11/+13
| * | | | | | | libceph: init monitor connection when openingAlex Elder2012-06-061-7/+6Star