aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/osd_client.c
Commit message (Expand)AuthorAge
* libceph: kfree() in put_osd() shouldn't depend on authorizerIlya Dryomov2015-02-19
* libceph: fix double __remove_osd() problemIlya Dryomov2015-02-19
* libceph: specify position of extent operationYan, Zheng2014-12-17
* libceph: add CREATE osd operation supportYan, Zheng2014-12-17
* libceph: add SETXATTR/CMPXATTR osd operations supportYan, Zheng2014-12-17
* libceph: message signature supportYan, Zheng2014-12-17
* libceph: change from BUG to WARN for __remove_osd() assertsIlya Dryomov2014-11-13
* libceph: clear r_req_lru_item in __unregister_linger_request()Ilya Dryomov2014-11-13
* libceph: unlink from o_linger_requests when clearing r_osdIlya Dryomov2014-11-13
* libceph: sync osd op definitions in rados.hIlya Dryomov2014-10-14
* libceph: don't try checking queue_work() return valueIlya Dryomov2014-10-14
* libceph: Convert pr_warning to pr_warnJoe Perches2014-10-14
* libceph: resend lingering requests with a new tidIlya Dryomov2014-10-14
* libceph: abstract out ceph_osd_request enqueue logicIlya Dryomov2014-10-14
* libceph: nuke ceph_osdc_unregister_linger_request()Ilya Dryomov2014-07-08
* libceph: introduce ceph_osdc_cancel_request()Ilya Dryomov2014-07-08
* libceph: fix linger request check in __unregister_request()Ilya Dryomov2014-07-08
* libceph: unregister only registered linger requestsIlya Dryomov2014-07-08
* libceph: assert both regular and lingering lists in __remove_osd()Ilya Dryomov2014-07-08
* libceph: harden ceph_osdc_request_release() a bitIlya Dryomov2014-07-08
* libceph: move and add dout()s to ceph_osdc_request_{get,put}()Ilya Dryomov2014-07-08
* libceph: add maybe_move_osd_to_lru() and switch to itIlya Dryomov2014-07-08
* libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_itemIlya Dryomov2014-07-08
* 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