Age | Commit message (Expand) | Author | Files | Lines |
2016-05-26 | libceph: wait_request_timeout() | Ilya Dryomov | 1 | -13/+21 |
2016-05-26 | libceph: request_init() and request_release_checks() | Ilya Dryomov | 1 | -17/+27 |
2016-05-26 | libceph: a major OSD client update | Ilya Dryomov | 1 | -603/+561 |
2016-05-26 | libceph: protect osdc->osd_lru list with a spinlock | Ilya Dryomov | 1 | -11/+18 |
2016-05-26 | libceph: allocate ceph_osd with GFP_NOFAIL | Ilya Dryomov | 1 | -4/+1 |
2016-05-26 | libceph: osd_init() and osd_cleanup() | Ilya Dryomov | 1 | -9/+37 |
2016-05-26 | libceph: handle_one_map() | Ilya Dryomov | 1 | -56/+130 |
2016-05-26 | libceph: allocate dummy osdmap in ceph_osdc_init() | Ilya Dryomov | 1 | -11/+11 |
2016-05-26 | libceph: schedule tick from ceph_osdc_init() | Ilya Dryomov | 1 | -28/+9 |
2016-05-26 | libceph: move schedule_delayed_work() in ceph_osdc_init() | Ilya Dryomov | 1 | -3/+3 |
2016-05-26 | libceph: redo callbacks and factor out MOSDOpReply decoding | Ilya Dryomov | 1 | -153/+209 |
2016-05-26 | libceph: drop msg argument from ceph_osdc_callback_t | Ilya Dryomov | 1 | -2/+2 |
2016-05-26 | libceph: switch to calc_target(), part 2 | Ilya Dryomov | 1 | -177/+178 |
2016-05-26 | libceph: switch to calc_target(), part 1 | Ilya Dryomov | 1 | -96/+23 |
2016-05-26 | libceph: introduce ceph_osd_request_target, calc_target() | Ilya Dryomov | 1 | -2/+155 |
2016-05-26 | libceph: ceph_osds, ceph_pg_to_up_acting_osds() | Ilya Dryomov | 1 | -18/+18 |
2016-05-26 | libceph: rename ceph_oloc_oid_to_pg() | Ilya Dryomov | 1 | -2/+2 |
2016-05-26 | libceph: DEFINE_RB_FUNCS macro | Ilya Dryomov | 1 | -87/+10 |
2016-05-26 | libceph: open-code remove_{all,old}_osds() | Ilya Dryomov | 1 | -30/+21 |
2016-05-26 | libceph: nuke unused fields and functions | Ilya Dryomov | 1 | -12/+1 |
2016-05-26 | libceph: variable-sized ceph_object_id | Ilya Dryomov | 1 | -6/+10 |
2016-05-26 | libceph: change how osd_op_reply message size is calculated | Ilya Dryomov | 1 | -10/+4 |
2016-05-26 | libceph: move message allocation out of ceph_osdc_alloc_request() | Ilya Dryomov | 1 | -38/+50 |
2016-05-26 | libceph: grab snapc in ceph_osdc_alloc_request() | Ilya Dryomov | 1 | -2/+4 |
2016-05-26 | libceph: make ceph_osdc_put_request() accept NULL | Ilya Dryomov | 1 | -3/+5 |
2016-04-25 | libceph: make authorizer destruction independent of ceph_auth_client | Ilya Dryomov | 1 | -4/+2 |
2016-03-25 | libceph: add helper that duplicates last extent operation | Yan, Zheng | 1 | -0/+22 |
2016-03-25 | libceph: enable large, variable-sized OSD requests | Ilya Dryomov | 1 | -15/+28 |
2016-03-25 | libceph: osdc->req_mempool should be backed by a slab pool | Ilya Dryomov | 1 | -2/+2 |
2016-03-25 | libceph: make r_request msg_size calculation clearer | Ilya Dryomov | 1 | -10/+11 |
2016-03-25 | libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op | Yan, Zheng | 1 | -2/+2 |
2016-03-25 | libceph: rename ceph_osd_req_op::payload_len to indata_len | Ilya Dryomov | 1 | -6/+6 |
2016-03-25 | libceph: revamp subs code, switch to SUBSCRIBE2 protocol | Ilya Dryomov | 1 | -1/+2 |
2016-02-24 | libceph: don't spam dmesg with stray reply warnings | Ilya Dryomov | 1 | -2/+2 |
2016-02-04 | libceph: MOSDOpReply v7 encoding | Ilya Dryomov | 1 | -0/+10 |
2015-11-02 | libceph: clear msg->con in ceph_msg_release() only | Ilya Dryomov | 1 | -3/+0 |
2015-11-02 | libceph: msg signing callouts don't need con argument | Ilya Dryomov | 1 | -6/+8 |
2015-11-02 | libceph: evaluate osd_req_op_data() arguments only once | Ioana Ciornei | 1 | -5/+7 |
2015-11-02 | libceph: remove con argument in handle_reply() | Shraddha Barke | 1 | -3/+2 |
2015-10-16 | rbd: use writefull op for object size writes | Ilya Dryomov | 1 | -4/+9 |
2015-09-09 | libceph: check data_len in ->alloc_msg() | Ilya Dryomov | 1 | -33/+18 |
2015-06-25 | libceph: store timeouts in jiffies, verify user input | Ilya Dryomov | 1 | -8/+7 |
2015-06-25 | libceph: allow setting osd_req_op's flags | Yan, Zheng | 1 | -9/+15 |
2015-06-25 | libceph: properly release STAT request's raw_data_in | Yan, Zheng | 1 | -0/+3 |
2015-05-20 | Revert "libceph: clear r_req_lru_item in __unregister_linger_request()" | Ilya Dryomov | 1 | -2/+0 |
2015-05-20 | libceph: request a new osdmap if lingering request maps to no osd | Ilya Dryomov | 1 | -11/+20 |
2015-02-19 | libceph: kfree() in put_osd() shouldn't depend on authorizer | Ilya Dryomov | 1 | -2/+3 |
2015-02-19 | libceph: fix double __remove_osd() problem | Ilya Dryomov | 1 | -8/+18 |
2014-12-17 | libceph: specify position of extent operation | Yan, Zheng | 1 | -13/+6 |
2014-12-17 | libceph: add CREATE osd operation support | Yan, Zheng | 1 | -20/+22 |