Commit Graph

253 Commits (f03a13a7167caeb550b3c424da1be691bfbe54ff)

Author SHA1 Message Date
Michel Lespinasse 4c199a93a2 rbtree: empty nodes have no color 13 years ago
David Howells cf7f601c06 KEYS: Add payload preparsing opportunity prior to key instantiate or update 13 years ago
Sage Weil 6816282dab ceph: propagate layout error on osd request creation 13 years ago
Sage Weil d63b77f4c5 libceph: check for invalid mapping 13 years ago
Wei Yongjun cc4829e596 ceph: use list_move_tail instead of list_del/list_add_tail 13 years ago
Iulius Curt 7698f2f5e0 libceph: Fix sparse warning 13 years ago
Sage Weil 290e33593d libceph: remove unused monc->have_fsid 13 years ago
Alex Elder 5ce765a540 libceph: only kunmap kmapped pages 13 years ago
Jim Schutt 6d4221b537 libceph: avoid truncation due to racing banners 13 years ago
Sage Weil d1c338a509 libceph: delay debugfs initialization until we learn global_id 13 years ago
Sylvain Munaut f0666b1ac8 libceph: fix crypto key null deref, memory leak 13 years ago
Sage Weil 6139919133 libceph: recheck con state after allocating incoming message 13 years ago
Sage Weil 4740a623d2 libceph: change ceph_con_in_msg_alloc convention to be less weird 13 years ago
Sage Weil 8636ea672f libceph: avoid dropping con mutex before fault 13 years ago
Sage Weil 7b862e07b1 libceph: verify state after retaking con lock after dispatch 13 years ago
Sage Weil 4f471e4a9c libceph: revoke mon_client messages on session restart 13 years ago
Sage Weil 8007b8d626 libceph: fix handling of immediate socket connect failure 13 years ago
Sage Weil 756a16a5d5 libceph: be less chatty about stray replies 13 years ago
Sage Weil 43c7427d10 libceph: clear all flags on con_close 13 years ago
Sage Weil 4a86169208 libceph: clean up con flags 13 years ago
Sage Weil 8dacc7da69 libceph: replace connection state bits with states 13 years ago
Sage Weil d7353dd5aa libceph: drop unnecessary CLOSED check in socket state change callback 13 years ago
Sage Weil ee76e0736d libceph: close socket directly from ceph_con_close() 13 years ago
Sage Weil 2e8cb10063 libceph: drop gratuitous socket close calls in con_work 13 years ago
Sage Weil a59b55a602 libceph: move ceph_con_send() closed check under the con mutex 13 years ago
Sage Weil 00650931e5 libceph: move msgr clear_standby under con mutex protection 13 years ago
Sage Weil 3b5ede07b5 libceph: fix fault locking; close socket on lossy fault 13 years ago
Jiaju Zhang 048a9d2d06 libceph: trivial fix for the incorrect debug output 13 years ago
Sage Weil 85effe183d libceph: reset connection retry on successfully negotiation 13 years ago
Sage Weil 5469155f2b libceph: protect ceph_con_open() with mutex 13 years ago
Sage Weil a410702697 libceph: (re)initialize bio_iter on start of message receive 13 years ago
Sage Weil 6194ea895e libceph: resubmit linger ops when pg mapping changes 13 years ago
Sage Weil 8c50c81756 libceph: fix mutex coverage for ceph_con_close 13 years ago
Sage Weil 3a140a0d5c libceph: report socket read/write error message 13 years ago
Sage Weil 546f04ef71 libceph: support crush tunables 13 years ago
Sage Weil 1fe60e51a3 libceph: move feature bits to separate header 13 years ago
Guanjun He a2a3258417 libceph: prevent the race of incoming work during teardown 13 years ago
Sage Weil a16cb1f707 libceph: fix messenger retry 13 years ago
Sage Weil cd43045c2d libceph: initialize rb, list nodes in ceph_osd_request 13 years ago
Sage Weil d50b409fb8 libceph: initialize msgpool message types 13 years ago
Sage Weil 5bdca4e076 libceph: fix messenger retry 13 years ago
Ben Hutchings ae86b9e384 net: Fix non-kernel-doc comments with kernel-doc start marker 13 years ago
Sage Weil fbb85a478f libceph: allow sock transition from CONNECTING to CLOSED 13 years ago
Sage Weil 735a72ef95 libceph: initialize mon_client con only once 13 years ago
Sage Weil b7a9e5dd40 libceph: set peer name on con_open, not init 13 years ago
Alex Elder bc18f4b1c8 libceph: add some fine ASCII art 13 years ago
Alex Elder 5821bd8ccd libceph: small changes to messenger.c 13 years ago
Alex Elder 7593af920b libceph: distinguish two phases of connect sequence 13 years ago
Alex Elder ab166d5aa3 libceph: separate banner and connect writes 13 years ago
Alex Elder e27947c767 libceph: define and use an explicit CONNECTED state 13 years ago