| Commit message (Expand) | Author | Age | Files | Lines |
* | libceph: using kfree_rcu() to simplify the code | Wei Yongjun | 2016-08-08 | 1 | -7/+1 |
* | libceph: make cancel_generic_request() static | Wei Yongjun | 2016-08-08 | 1 | -1/+1 |
* | libceph: fix return value check in alloc_msg_with_page_vector() | Wei Yongjun | 2016-08-08 | 1 | -1/+1 |
* | libceph: fsmap.user subscription support | Yan, Zheng | 2016-07-28 | 1 | -1/+3 |
* | libceph: make sure redirect does not change namespace | Yan, Zheng | 2016-07-28 | 1 | -0/+15 |
* | libceph: rados pool namespace support | Yan, Zheng | 2016-07-28 | 3 | -15/+81 |
* | libceph: introduce reference counted string | Yan, Zheng | 2016-07-28 | 3 | -1/+114 |
* | libceph: define new ceph_file_layout structure | Yan, Zheng | 2016-07-28 | 3 | -8/+32 |
* | libceph: fix some missing includes | Ilya Dryomov | 2016-07-28 | 1 | -0/+1 |
* | libceph: apply new_state before new_up_client on incrementals | Ilya Dryomov | 2016-07-22 | 1 | -43/+113 |
* | libceph: use %s instead of %pE in dout()s | Ilya Dryomov | 2016-05-30 | 2 | -5/+5 |
* | libceph: put request only if it's done in handle_reply() | Ilya Dryomov | 2016-05-30 | 1 | -3/+3 |
* | libceph: change ceph_osdmap_flag() to take osdc | Ilya Dryomov | 2016-05-30 | 1 | -20/+19 |
* | libceph: make ceph_osdc_wait_request() uninterruptible | Yan, Zheng | 2016-05-26 | 1 | -1/+1 |
* | ceph: make logical calculation functions return bool | Zhang Zhuoyu | 2016-05-26 | 1 | -1/+1 |
* | libceph: support for subscribing to "mdsmap.<id>" maps | Ilya Dryomov | 2016-05-26 | 2 | -5/+14 |
* | libceph: replace ceph_monc_request_next_osdmap() | Ilya Dryomov | 2016-05-26 | 2 | -14/+7 |
* | libceph: take osdc->lock in osdmap_show() and dump flags in hex | Ilya Dryomov | 2016-05-26 | 1 | -5/+5 |
* | libceph: pool deletion detection | Ilya Dryomov | 2016-05-26 | 1 | -6/+242 |
* | libceph: async MON client generic requests | Ilya Dryomov | 2016-05-26 | 1 | -106/+210 |
* | libceph: support for checking on status of watch | Ilya Dryomov | 2016-05-26 | 1 | -1/+51 |
* | libceph: support for sending notifies | Ilya Dryomov | 2016-05-26 | 2 | -11/+226 |
* | libceph, rbd: ceph_osd_linger_request, watch/notify v2 | Ilya Dryomov | 2016-05-26 | 3 | -249/+951 |
* | libceph: wait_request_timeout() | Ilya Dryomov | 2016-05-26 | 1 | -13/+21 |
* | libceph: request_init() and request_release_checks() | Ilya Dryomov | 2016-05-26 | 1 | -17/+27 |
* | libceph: a major OSD client update | Ilya Dryomov | 2016-05-26 | 2 | -611/+587 |
* | libceph: protect osdc->osd_lru list with a spinlock | Ilya Dryomov | 2016-05-26 | 1 | -11/+18 |
* | libceph: allocate ceph_osd with GFP_NOFAIL | Ilya Dryomov | 2016-05-26 | 1 | -4/+1 |
* | libceph: osd_init() and osd_cleanup() | Ilya Dryomov | 2016-05-26 | 1 | -9/+37 |
* | libceph: handle_one_map() | Ilya Dryomov | 2016-05-26 | 2 | -56/+138 |
* | libceph: allocate dummy osdmap in ceph_osdc_init() | Ilya Dryomov | 2016-05-26 | 2 | -16/+29 |
* | libceph: schedule tick from ceph_osdc_init() | Ilya Dryomov | 2016-05-26 | 1 | -28/+9 |
* | libceph: move schedule_delayed_work() in ceph_osdc_init() | Ilya Dryomov | 2016-05-26 | 1 | -3/+3 |
* | libceph: redo callbacks and factor out MOSDOpReply decoding | Ilya Dryomov | 2016-05-26 | 1 | -153/+209 |
* | libceph: drop msg argument from ceph_osdc_callback_t | Ilya Dryomov | 2016-05-26 | 1 | -2/+2 |
* | libceph: switch to calc_target(), part 2 | Ilya Dryomov | 2016-05-26 | 2 | -200/+216 |
* | libceph: switch to calc_target(), part 1 | Ilya Dryomov | 2016-05-26 | 2 | -97/+24 |
* | libceph: introduce ceph_osd_request_target, calc_target() | Ilya Dryomov | 2016-05-26 | 2 | -2/+276 |
* | libceph: pi->min_size, pi->last_force_request_resend | Ilya Dryomov | 2016-05-26 | 2 | -5/+53 |
* | libceph: make pgid_cmp() global | Ilya Dryomov | 2016-05-26 | 1 | -11/+12 |
* | libceph: rename ceph_calc_pg_primary() | Ilya Dryomov | 2016-05-26 | 1 | -4/+5 |
* | libceph: ceph_osds, ceph_pg_to_up_acting_osds() | Ilya Dryomov | 2016-05-26 | 2 | -143/+197 |
* | libceph: rename ceph_oloc_oid_to_pg() | Ilya Dryomov | 2016-05-26 | 2 | -17/+18 |
* | libceph: DEFINE_RB_FUNCS macro | Ilya Dryomov | 2016-05-26 | 2 | -131/+18 |
* | libceph: open-code remove_{all,old}_osds() | Ilya Dryomov | 2016-05-26 | 1 | -30/+21 |
* | libceph: nuke unused fields and functions | Ilya Dryomov | 2016-05-26 | 3 | -17/+2 |
* | libceph: variable-sized ceph_object_id | Ilya Dryomov | 2016-05-26 | 3 | -8/+103 |
* | libceph: change how osd_op_reply message size is calculated | Ilya Dryomov | 2016-05-26 | 1 | -10/+4 |
* | libceph: move message allocation out of ceph_osdc_alloc_request() | Ilya Dryomov | 2016-05-26 | 1 | -38/+50 |
* | libceph: grab snapc in ceph_osdc_alloc_request() | Ilya Dryomov | 2016-05-26 | 1 | -2/+4 |