summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* libceph: avoid truncation due to racing bannersJim Schutt2012-08-211-2/+9
* libceph: delay debugfs initialization until we learn global_idSage Weil2012-08-203-6/+50
* libceph: fix crypto key null deref, memory leakSylvain Munaut2012-08-022-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-07-317-445/+737
|\
| * libceph: recheck con state after allocating incoming messageSage Weil2012-07-301-1/+8
| * libceph: change ceph_con_in_msg_alloc convention to be less weirdSage Weil2012-07-301-25/+31
| * libceph: avoid dropping con mutex before faultSage Weil2012-07-301-3/+1
| * libceph: verify state after retaking con lock after dispatchSage Weil2012-07-301-1/+2
| * libceph: revoke mon_client messages on session restartSage Weil2012-07-301-0/+4
| * libceph: fix handling of immediate socket connect failureSage Weil2012-07-301-7/+19
| * libceph: be less chatty about stray repliesSage Weil2012-07-301-2/+2
| * libceph: clear all flags on con_closeSage Weil2012-07-301-0/+2
| * libceph: clean up con flagsSage Weil2012-07-301-26/+36
| * libceph: replace connection state bits with statesSage Weil2012-07-301-62/+68
| * libceph: drop unnecessary CLOSED check in socket state change callbackSage Weil2012-07-301-3/+0
| * libceph: close socket directly from ceph_con_close()Sage Weil2012-07-301-7/+1
| * libceph: drop gratuitous socket close calls in con_workSage Weil2012-07-301-4/+4
| * libceph: move ceph_con_send() closed check under the con mutexSage Weil2012-07-301-9/+7
| * libceph: move msgr clear_standby under con mutex protectionSage Weil2012-07-301-3/+4
| * libceph: fix fault locking; close socket on lossy faultSage Weil2012-07-301-7/+7
| * libceph: trivial fix for the incorrect debug outputJiaju Zhang2012-07-301-1/+1
| * libceph: reset connection retry on successfully negotiationSage Weil2012-07-301-0/+2
| * libceph: protect ceph_con_open() with mutexSage Weil2012-07-301-0/+2
| * libceph: (re)initialize bio_iter on start of message receiveSage Weil2012-07-301-5/+6
| * libceph: resubmit linger ops when pg mapping changesSage Weil2012-07-301-5/+21
| * libceph: fix mutex coverage for ceph_con_closeSage Weil2012-07-301-1/+7
| * libceph: report socket read/write error messageSage Weil2012-07-301-2/+6
| * libceph: support crush tunablesSage Weil2012-07-302-6/+46
| * libceph: move feature bits to separate headerSage Weil2012-07-301-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-051-12/+13
| * libceph: initialize mon_client con only onceSage Weil2012-07-051-4/+3
| * libceph: set peer name on con_open, not initSage Weil2012-07-053-11/+15
| * libceph: add some fine ASCII artAlex Elder2012-07-051-1/+41
| * libceph: small changes to messenger.cAlex Elder2012-07-051-32/+31
| * libceph: distinguish two phases of connect sequenceAlex Elder2012-07-051-24/+28
| * libceph: separate banner and connect writesAlex Elder2012-07-051-9/+11
| * libceph: define and use an explicit CONNECTED stateAlex Elder2012-07-051-2/+7
| * libceph: clear NEGOTIATING when doneAlex Elder2012-07-051-3/+5
| * libceph: clear CONNECTING in ceph_con_close()Alex Elder2012-07-051-1/+2
| * libceph: don't touch con state in con_close_socket()Alex Elder2012-07-051-1/+7
| * libceph: just set SOCK_CLOSED when state changesAlex Elder2012-07-051-2/+2
| * libceph: don't change socket state on sock eventAlex Elder2012-07-051-9/+9
| * libceph: SOCK_CLOSED is a flag, not a stateAlex Elder2012-07-051-2/+2
| * libceph: don't use bio_iter as a flagAlex Elder2012-07-051-5/+1
| * libceph: move init of bio_iterAlex Elder2012-07-051-5/+4
| * libceph: move init_bio_*() functions upAlex Elder2012-07-051-25/+25
OpenPOWER on IntegriCloud