summaryrefslogtreecommitdiffstats
path: root/net/ceph/osd_client.c
Commit message (Expand)AuthorAgeFilesLines
...
* libceph: make r_request msg_size calculation clearerIlya Dryomov2016-03-251-10/+11
* libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng2016-03-251-2/+2
* libceph: rename ceph_osd_req_op::payload_len to indata_lenIlya Dryomov2016-03-251-6/+6
* libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov2016-03-251-1/+2
* libceph: don't spam dmesg with stray reply warningsIlya Dryomov2016-02-241-2/+2
* libceph: MOSDOpReply v7 encodingIlya Dryomov2016-02-041-0/+10
* libceph: clear msg->con in ceph_msg_release() onlyIlya Dryomov2015-11-021-3/+0
* libceph: msg signing callouts don't need con argumentIlya Dryomov2015-11-021-6/+8
* libceph: evaluate osd_req_op_data() arguments only onceIoana Ciornei2015-11-021-5/+7
* libceph: remove con argument in handle_reply()Shraddha Barke2015-11-021-3/+2
* rbd: use writefull op for object size writesIlya Dryomov2015-10-161-4/+9
* libceph: check data_len in ->alloc_msg()Ilya Dryomov2015-09-091-33/+18
* libceph: store timeouts in jiffies, verify user inputIlya Dryomov2015-06-251-8/+7
* libceph: allow setting osd_req_op's flagsYan, Zheng2015-06-251-9/+15
* libceph: properly release STAT request's raw_data_inYan, Zheng2015-06-251-0/+3
* Revert "libceph: clear r_req_lru_item in __unregister_linger_request()"Ilya Dryomov2015-05-201-2/+0
* libceph: request a new osdmap if lingering request maps to no osdIlya Dryomov2015-05-201-11/+20
* libceph: kfree() in put_osd() shouldn't depend on authorizerIlya Dryomov2015-02-191-2/+3
* libceph: fix double __remove_osd() problemIlya Dryomov2015-02-191-8/+18
* libceph: specify position of extent operationYan, Zheng2014-12-171-13/+6
* libceph: add CREATE osd operation supportYan, Zheng2014-12-171-20/+22
* libceph: add SETXATTR/CMPXATTR osd operations supportYan, Zheng2014-12-171-0/+47
* libceph: message signature supportYan, Zheng2014-12-171-0/+16
* libceph: change from BUG to WARN for __remove_osd() assertsIlya Dryomov2014-11-131-2/+2
* libceph: clear r_req_lru_item in __unregister_linger_request()Ilya Dryomov2014-11-131-0/+2
* libceph: unlink from o_linger_requests when clearing r_osdIlya Dryomov2014-11-131-0/+1
* libceph: sync osd op definitions in rados.hIlya Dryomov2014-10-141-62/+3
* libceph: don't try checking queue_work() return valueIlya Dryomov2014-10-141-10/+5
* libceph: Convert pr_warning to pr_warnJoe Perches2014-10-141-8/+7
* 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/+0
* 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-111-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-041-6/+4
| * libceph: split osdmap allocation and decode stepsIlya Dryomov2014-04-041-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-131-2/+0
|/
* 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