summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-261-0/+5
|\ \ \
| * | | ceph: Only allow mounts in the initial network namespaceEric W. Biederman2013-02-121-0/+5
* | | | net/ceph: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-2/+2
| |/ / |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-01-032-28/+29
|\ \ \ | |/ / |/| / | |/
| * libceph: fix protocol feature mismatch failure pathSage Weil2012-12-281-10/+4Star
| * libceph: WARN, don't BUG on unexpected connection statesAlex Elder2012-12-281-6/+5Star
| * libceph: always reset osds when kickingAlex Elder2012-12-281-2/+2
| * libceph: move linger requests sooner in kick_requests()Alex Elder2012-12-281-11/+19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-12-204-111/+105Star
|\|
| * libceph: register request before unregister lingerAlex Elder2012-12-201-1/+1
| * libceph: don't use rb_init_node() in ceph_osdc_alloc_request()Alex Elder2012-12-201-1/+1
| * libceph: init event->node in ceph_osdc_create_event()Alex Elder2012-12-201-0/+1
| * libceph: init osd->o_node in create_osd()Alex Elder2012-12-201-0/+1
| * libceph: report connection fault with warningAlex Elder2012-12-201-1/+1
| * libceph: socket can close in any connection stateAlex Elder2012-12-171-17/+30
| * rbd: remove linger unconditionallyAlex Elder2012-12-171-1/+1
| * libceph: avoid using freed osd in __kick_osd_requests()Alex Elder2012-12-171-1/+2
| * ceph: don't reference req after putAlex Elder2012-12-171-1/+1
| * libceph: remove 'osdtimeout' optionSage Weil2012-12-132-45/+5Star
| * libceph: define ceph_pg_pool_name_by_id()Alex Elder2012-11-011-0/+16
| * libceph: fix osdmap decode error pathsSage Weil2012-10-301-11/+20
| * libceph: avoid NULL kref_put from NULL alloc_msg returnSage Weil2012-10-261-1/+2
| * rbd: define common queue_con_delay()Alex Elder2012-10-101-15/+23
| * rbd: let con_work() handle backoffAlex Elder2012-10-101-18/+2Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-10-291-2/+4
|\ \
| * | libceph: avoid NULL kref_put when osd reset races with alloc_msgSage Weil2012-10-251-1/+2
| |/
| * rbd: reset BACKOFF if unable to re-queueAlex Elder2012-10-101-1/+2
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-4/+5
|\ \
| * | KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-081-4/+5
* | | rbtree: empty nodes have no colorMichel Lespinasse2012-10-091-1/+0Star
| |/ |/|
* | ceph: propagate layout error on osd request creationSage Weil2012-10-021-6/+9
* | libceph: check for invalid mappingSage Weil2012-10-022-14/+36
* | ceph: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-10-011-3/+2Star
* | libceph: Fix sparse warningIulius Curt2012-10-011-3/+3
* | libceph: remove unused monc->have_fsidSage Weil2012-10-011-1/+0Star
* | libceph: only kunmap kmapped pagesAlex Elder2012-09-221-4/+1Star
|/
* libceph: avoid truncation due to racing bannersJim Schutt2012-08-221-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-311-1/+8
| * libceph: change ceph_con_in_msg_alloc convention to be less weirdSage Weil2012-07-311-25/+31
| * libceph: avoid dropping con mutex before faultSage Weil2012-07-311-3/+1Star
| * libceph: verify state after retaking con lock after dispatchSage Weil2012-07-311-1/+2
| * libceph: revoke mon_client messages on session restartSage Weil2012-07-311-0/+4
| * libceph: fix handling of immediate socket connect failureSage Weil2012-07-311-7/+19
| * libceph: be less chatty about stray repliesSage Weil2012-07-311-2/+2
| * libceph: clear all flags on con_closeSage Weil2012-07-311-0/+2
| * libceph: clean up con flagsSage Weil2012-07-311-26/+36
| * libceph: replace connection state bits with statesSage Weil2012-07-311-62/+68