aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/osd_client.c
Commit message (Expand)AuthorAge
* ceph: remove bogus externstephen hemminger2014-06-11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-04-07
|\
| * libceph: return primary from ceph_calc_pg_acting()Ilya Dryomov2014-04-05
| * libceph: split osdmap allocation and decode stepsIlya Dryomov2014-04-05
| * libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov2014-04-02
| * libceph: encode CEPH_OSD_OP_FLAG_* op flagsIlya Dryomov2014-04-02
* | net: remove unnecessary return'sstephen hemminger2014-02-13
|/
* libceph: take map_sem for read in handle_reply()Ilya Dryomov2014-02-07
* libceph: factor out logic from ceph_osdc_start_request()Ilya Dryomov2014-02-07
* libceph: fix error handling in ceph_osdc_init()Ilya Dryomov2014-02-03
* libceph: follow redirect replies from osdsIlya Dryomov2014-01-27
* libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov2014-01-27
* libceph: follow {read,write}_tier fields on osd request submissionIlya Dryomov2014-01-27
* libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov2014-01-27
* libceph: introduce and start using oid abstractionIlya Dryomov2014-01-27
* libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LENIlya Dryomov2014-01-27
* libceph: start using oloc abstractionIlya Dryomov2014-01-27
* libceph: dout() is missing a newlineIlya Dryomov2014-01-26
* libceph: fix preallocation check in get_reply()Ilya Dryomov2014-01-14
* libceph: rename front to front_len in get_reply()Ilya Dryomov2014-01-14
* libceph: resend all writes after the osdmap loses the full flagJosh Durgin2013-12-13
* libceph: block I/O when PAUSE or FULL osd map flags are setJosh Durgin2013-12-13
* ceph: Add necessary clean up if invalid reply received in handle_reply()Li Wang2013-12-13
* libceph: add function to ensure notifies are completeJosh Durgin2013-09-09
* libceph: create_singlethread_workqueue() doesn't return ERR_PTRsDan Carpenter2013-08-27
* libceph: potential NULL dereference in ceph_osdc_handle_map()Dan Carpenter2013-08-27
* libceph: fix error handling in handle_reply()Dan Carpenter2013-08-27
* ceph: punch hole supportLi Wang2013-08-15
* libceph: unregister request in __map_request failed and nofail == falsemajianpeng2013-08-09
* libceph: call r_unsafe_callback when unsafe reply is receivedYan, Zheng2013-07-03
* libceph: fix truncate size calculationYan, Zheng2013-07-03
* libceph: fix safe completionYan, Zheng2013-07-03
* libceph: print more info for short message headerAlex Elder2013-07-03
* libceph: add lingering request reference when registeredAlex Elder2013-07-03
* libceph: must hold mutex for reset_changed_osds()Alex Elder2013-05-17
* libceph: init sent and completed when startingAlex Elder2013-05-13
* libceph: use slab cache for osd client requestsAlex Elder2013-05-02
* libceph: fix byte order mismatchAlex Elder2013-05-02
* libceph: support pages for class request dataAlex Elder2013-05-02
* libceph: support raw data requestsAlex Elder2013-05-02
* libceph: clean up osd data field access functionsAlex Elder2013-05-02
* libceph: kill off osd data write_request parametersAlex Elder2013-05-02
* libceph: change how "safe" callback is usedAlex Elder2013-05-02
* libceph: make method call data be a separate data itemAlex Elder2013-05-02
* libceph: add, don't set data for a messageAlex Elder2013-05-02
* libceph: kill off osd request r_data_in and r_data_outAlex Elder2013-05-02
* libceph: set the data pointers when encoding opsAlex Elder2013-05-02
* libceph: combine initializing and setting osd dataAlex Elder2013-05-02
* libceph: set message data when building osd requestAlex Elder2013-05-02
* libceph: move ceph_osdc_build_request()Alex Elder2013-05-02