summaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+5
2013-02-12ceph: Only allow mounts in the initial network namespaceEric W. Biederman1-0/+5
2013-01-11net/ceph: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-01-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-28/+29
2012-12-28libceph: fix protocol feature mismatch failure pathSage Weil1-10/+4
2012-12-28libceph: WARN, don't BUG on unexpected connection statesAlex Elder1-6/+5
2012-12-28libceph: always reset osds when kickingAlex Elder1-2/+2
2012-12-28libceph: move linger requests sooner in kick_requests()Alex Elder1-11/+19
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds4-111/+105
2012-12-20libceph: register request before unregister lingerAlex Elder1-1/+1
2012-12-20libceph: don't use rb_init_node() in ceph_osdc_alloc_request()Alex Elder1-1/+1
2012-12-20libceph: init event->node in ceph_osdc_create_event()Alex Elder1-0/+1
2012-12-20libceph: init osd->o_node in create_osd()Alex Elder1-0/+1
2012-12-20libceph: report connection fault with warningAlex Elder1-1/+1
2012-12-17libceph: socket can close in any connection stateAlex Elder1-17/+30
2012-12-17rbd: remove linger unconditionallyAlex Elder1-1/+1
2012-12-17libceph: avoid using freed osd in __kick_osd_requests()Alex Elder1-1/+2
2012-12-17ceph: don't reference req after putAlex Elder1-1/+1
2012-12-13libceph: remove 'osdtimeout' optionSage Weil2-45/+5
2012-11-01libceph: define ceph_pg_pool_name_by_id()Alex Elder1-0/+16
2012-10-30libceph: fix osdmap decode error pathsSage Weil1-11/+20
2012-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-2/+4
2012-10-27libceph: avoid NULL kref_put from NULL alloc_msg returnSage Weil1-1/+2
2012-10-25libceph: avoid NULL kref_put when osd reset races with alloc_msgSage Weil1-1/+2
2012-10-15Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+5
2012-10-10rbd: define common queue_con_delay()Alex Elder1-15/+23
2012-10-10rbd: let con_work() handle backoffAlex Elder1-18/+2
2012-10-10rbd: reset BACKOFF if unable to re-queueAlex Elder1-1/+2
2012-10-09rbtree: empty nodes have no colorMichel Lespinasse1-1/+0
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells1-4/+5
2012-10-02ceph: propagate layout error on osd request creationSage Weil1-6/+9
2012-10-02libceph: check for invalid mappingSage Weil2-14/+36
2012-10-01ceph: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-3/+2
2012-10-01libceph: Fix sparse warningIulius Curt1-3/+3
2012-10-01libceph: remove unused monc->have_fsidSage Weil1-1/+0
2012-09-22libceph: only kunmap kmapped pagesAlex Elder1-4/+1
2012-08-22libceph: avoid truncation due to racing bannersJim Schutt1-2/+9
2012-08-20libceph: delay debugfs initialization until we learn global_idSage Weil3-6/+50
2012-08-02libceph: fix crypto key null deref, memory leakSylvain Munaut2-1/+3
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds7-445/+737
2012-07-31libceph: recheck con state after allocating incoming messageSage Weil1-1/+8
2012-07-31libceph: change ceph_con_in_msg_alloc convention to be less weirdSage Weil1-25/+31
2012-07-31libceph: avoid dropping con mutex before faultSage Weil1-3/+1
2012-07-31libceph: verify state after retaking con lock after dispatchSage Weil1-1/+2
2012-07-31libceph: revoke mon_client messages on session restartSage Weil1-0/+4
2012-07-31libceph: fix handling of immediate socket connect failureSage Weil1-7/+19
2012-07-31libceph: be less chatty about stray repliesSage Weil1-2/+2
2012-07-31libceph: clear all flags on con_closeSage Weil1-0/+2
2012-07-31libceph: clean up con flagsSage Weil1-26/+36
2012-07-31libceph: replace connection state bits with statesSage Weil1-62/+68