summaryrefslogtreecommitdiffstats
path: root/net/ceph/osd_client.c
Commit message (Expand)AuthorAgeFilesLines
* libceph: sync osd op definitions in rados.hIlya Dryomov2014-10-141-62/+3Star
* libceph: don't try checking queue_work() return valueIlya Dryomov2014-10-141-10/+5Star
* libceph: Convert pr_warning to pr_warnJoe Perches2014-10-141-8/+7Star
* libceph: resend lingering requests with a new tidIlya Dryomov2014-10-141-19/+54
* libceph: abstract out ceph_osd_request enqueue logicIlya Dryomov2014-10-141-7/+17
* libceph: nuke ceph_osdc_unregister_linger_request()Ilya Dryomov2014-07-081-10/+0Star
* libceph: introduce ceph_osdc_cancel_request()Ilya Dryomov2014-07-081-6/+25
* libceph: fix linger request check in __unregister_request()Ilya Dryomov2014-07-081-1/+1
* libceph: unregister only registered linger requestsIlya Dryomov2014-07-081-5/+14
* libceph: assert both regular and lingering lists in __remove_osd()Ilya Dryomov2014-07-081-0/+2
* libceph: harden ceph_osdc_request_release() a bitIlya Dryomov2014-07-081-0/+7
* libceph: move and add dout()s to ceph_osdc_request_{get,put}()Ilya Dryomov2014-07-081-4/+22
* libceph: add maybe_move_osd_to_lru() and switch to itIlya Dryomov2014-07-081-12/+14
* libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_itemIlya Dryomov2014-07-081-4/+4
* ceph: remove bogus externstephen hemminger2014-06-121-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-04-071-7/+34
|\
| * libceph: return primary from ceph_calc_pg_acting()Ilya Dryomov2014-04-051-6/+4Star
| * libceph: split osdmap allocation and decode stepsIlya Dryomov2014-04-051-1/+1
| * libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov2014-04-031-0/+27
| * libceph: encode CEPH_OSD_OP_FLAG_* op flagsIlya Dryomov2014-04-031-0/+2
* | net: remove unnecessary return'sstephen hemminger2014-02-141-2/+0Star
|/
* libceph: take map_sem for read in handle_reply()Ilya Dryomov2014-02-071-6/+11
* libceph: factor out logic from ceph_osdc_start_request()Ilya Dryomov2014-02-071-23/+39
* libceph: fix error handling in ceph_osdc_init()Ilya Dryomov2014-02-031-1/+4
* libceph: follow redirect replies from osdsIlya Dryomov2014-01-271-9/+158
* libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov2014-01-271-15/+15
* libceph: follow {read,write}_tier fields on osd request submissionIlya Dryomov2014-01-271-2/+28
* libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov2014-01-271-2/+2
* libceph: introduce and start using oid abstractionIlya Dryomov2014-01-271-8/+9
* libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LENIlya Dryomov2014-01-271-1/+1
* libceph: start using oloc abstractionIlya Dryomov2014-01-271-3/+5
* libceph: dout() is missing a newlineIlya Dryomov2014-01-261-2/+2
* libceph: fix preallocation check in get_reply()Ilya Dryomov2014-01-141-2/+2
* libceph: rename front to front_len in get_reply()Ilya Dryomov2014-01-141-4/+5
* libceph: resend all writes after the osdmap loses the full flagJosh Durgin2013-12-131-6/+22
* libceph: block I/O when PAUSE or FULL osd map flags are setJosh Durgin2013-12-131-2/+27
* ceph: Add necessary clean up if invalid reply received in handle_reply()Li Wang2013-12-131-0/+7
* libceph: add function to ensure notifies are completeJosh Durgin2013-09-091-0/+11
* libceph: create_singlethread_workqueue() doesn't return ERR_PTRsDan Carpenter2013-08-271-4/+2Star
* libceph: potential NULL dereference in ceph_osdc_handle_map()Dan Carpenter2013-08-271-0/+2
* libceph: fix error handling in handle_reply()Dan Carpenter2013-08-271-3/+3
* ceph: punch hole supportLi Wang2013-08-151-2/+9
* libceph: unregister request in __map_request failed and nofail == falsemajianpeng2013-08-101-0/+2
* libceph: call r_unsafe_callback when unsafe reply is receivedYan, Zheng2013-07-041-7/+7
* libceph: fix truncate size calculationYan, Zheng2013-07-041-6/+8
* libceph: fix safe completionYan, Zheng2013-07-041-9/+8Star
* libceph: print more info for short message headerAlex Elder2013-07-041-2/+4
* libceph: add lingering request reference when registeredAlex Elder2013-07-041-7/+5Star
* libceph: must hold mutex for reset_changed_osds()Alex Elder2013-05-171-1/+1
* libceph: init sent and completed when startingAlex Elder2013-05-131-1/+4