aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAge
...
| * libceph: clean up con flagsSage Weil2012-07-30
| * libceph: replace connection state bits with statesSage Weil2012-07-30
| * libceph: drop unnecessary CLOSED check in socket state change callbackSage Weil2012-07-30
| * libceph: close socket directly from ceph_con_close()Sage Weil2012-07-30
| * libceph: drop gratuitous socket close calls in con_workSage Weil2012-07-30
| * libceph: move ceph_con_send() closed check under the con mutexSage Weil2012-07-30
| * libceph: move msgr clear_standby under con mutex protectionSage Weil2012-07-30
| * libceph: fix fault locking; close socket on lossy faultSage Weil2012-07-30
| * libceph: trivial fix for the incorrect debug outputJiaju Zhang2012-07-30
| * libceph: reset connection retry on successfully negotiationSage Weil2012-07-30
| * libceph: protect ceph_con_open() with mutexSage Weil2012-07-30
| * libceph: (re)initialize bio_iter on start of message receiveSage Weil2012-07-30
| * libceph: resubmit linger ops when pg mapping changesSage Weil2012-07-30
| * libceph: fix mutex coverage for ceph_con_closeSage Weil2012-07-30
| * libceph: report socket read/write error messageSage Weil2012-07-30
| * libceph: support crush tunablesSage Weil2012-07-30
| * libceph: move feature bits to separate headerSage Weil2012-07-30
| * libceph: prevent the race of incoming work during teardownGuanjun He2012-07-30
| * libceph: fix messenger retrySage Weil2012-07-30
| * libceph: initialize rb, list nodes in ceph_osd_requestSage Weil2012-07-30
| * libceph: initialize msgpool message typesSage Weil2012-07-30
| * libceph: allow sock transition from CONNECTING to CLOSEDSage Weil2012-07-06
| * libceph: initialize mon_client con only onceSage Weil2012-07-06
| * libceph: set peer name on con_open, not initSage Weil2012-07-06
| * libceph: add some fine ASCII artAlex Elder2012-07-06
| * libceph: small changes to messenger.cAlex Elder2012-07-06
| * libceph: distinguish two phases of connect sequenceAlex Elder2012-07-06
| * libceph: separate banner and connect writesAlex Elder2012-07-06
| * libceph: define and use an explicit CONNECTED stateAlex Elder2012-07-06
| * libceph: clear NEGOTIATING when doneAlex Elder2012-07-06
| * libceph: clear CONNECTING in ceph_con_close()Alex Elder2012-07-06
| * libceph: don't touch con state in con_close_socket()Alex Elder2012-07-06
| * libceph: just set SOCK_CLOSED when state changesAlex Elder2012-07-06
| * libceph: don't change socket state on sock eventAlex Elder2012-07-06
| * libceph: SOCK_CLOSED is a flag, not a stateAlex Elder2012-07-06
| * libceph: don't use bio_iter as a flagAlex Elder2012-07-06
| * libceph: move init of bio_iterAlex Elder2012-07-06
| * libceph: move init_bio_*() functions upAlex Elder2012-07-06
| * libceph: don't mark footer complete before it isAlex Elder2012-07-06
| * libceph: encapsulate advancing msg pageAlex Elder2012-07-06
| * libceph: encapsulate out message data setupAlex Elder2012-07-06
| * libceph: drop ceph_con_get/put helpers and nref memberSage Weil2012-06-22
| * libceph: use con get/put methodsSage Weil2012-06-22
| * libceph: fix NULL dereference in reset_connection()Dan Carpenter2012-06-19
| * Merge tag 'v3.5-rc1'Sage Weil2012-06-15
| |\
| * | libceph: flush msgr queue during mon_client shutdownSage Weil2012-06-15
| * | libceph: transition socket state prior to actual connectSage Weil2012-06-15
| * | libceph: fix overflow in osdmap_apply_incremental()Xi Wang2012-06-07
| * | libceph: fix overflow in osdmap_decode()Xi Wang2012-06-07
| * | libceph: fix overflow in __decode_pool_names()Xi Wang2012-06-07