| Commit message (Expand) | Author | Age | Files | Lines |
* | libceph: respect RADOS_BACKOFF backoffs | Ilya Dryomov | 2017-07-07 | 1 | -0/+593 |
* | libceph: avoid unnecessary pi lookups in calc_target() | Ilya Dryomov | 2017-07-07 | 1 | -4/+4 |
* | libceph: use target pi for calc_target() calculations | Ilya Dryomov | 2017-07-07 | 1 | -1/+8 |
* | libceph: always populate t->target_{oid,oloc} in calc_target() | Ilya Dryomov | 2017-07-07 | 1 | -11/+4 |
* | libceph: make sure need_resend targets reflect latest map | Ilya Dryomov | 2017-07-07 | 1 | -8/+25 |
* | libceph: delete from need_resend_linger before check_linger_pool_dne() | Ilya Dryomov | 2017-07-07 | 1 | -0/+1 |
* | libceph: resend on PG splits if OSD has RESEND_ON_SPLIT | Ilya Dryomov | 2017-07-07 | 1 | -7/+14 |
* | libceph: drop need_resend from calc_target() | Ilya Dryomov | 2017-07-07 | 1 | -7/+11 |
* | libceph: MOSDOp v8 encoding (actual spgid + full hash) | Ilya Dryomov | 2017-07-07 | 1 | -19/+134 |
* | libceph: encode_{pgid,oloc}() helpers | Ilya Dryomov | 2017-07-07 | 1 | -23/+27 |
* | libceph: introduce ceph_spg, ceph_pg_to_primary_shard() | Ilya Dryomov | 2017-07-07 | 1 | -2/+5 |
* | libceph: fold [l]req->last_force_resend into ceph_osd_request_target | Ilya Dryomov | 2017-07-07 | 1 | -11/+10 |
* | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-05-10 | 1 | -16/+123 |
|\ |
|
| * | libceph: add an epoch_barrier field to struct ceph_osd_client | Jeff Layton | 2017-05-04 | 1 | -7/+72 |
| * | libceph: abort already submitted but abortable requests when map or pool goes... | Jeff Layton | 2017-05-04 | 1 | -0/+34 |
| * | libceph: allow requests to return immediately on full conditions if caller wi... | Jeff Layton | 2017-05-04 | 1 | -0/+7 |
| * | libceph: remove req->r_replay_version | Jeff Layton | 2017-05-04 | 1 | -3/+4 |
| * | libceph: convert ceph_osd.o_ref from atomic_t to refcount_t | Elena Reshetova | 2017-05-04 | 1 | -8/+8 |
* | | fs: ceph: CURRENT_TIME with ktime_get_real_ts() | Deepa Dinamani | 2017-05-08 | 1 | -2/+2 |
|/ |
|
* | libceph: osd_request_timeout option | Ilya Dryomov | 2017-03-07 | 1 | -1/+35 |
* | Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-02-28 | 1 | -94/+36 |
|\ |
|
| * | libceph, rbd, ceph: WRITE | ONDISK -> WRITE | Ilya Dryomov | 2017-02-24 | 1 | -5/+4 |
| * | libceph: get rid of ack vs commit | Ilya Dryomov | 2017-02-24 | 1 | -87/+26 |
| * | libceph: pass reply buffer length through ceph_osdc_call() | Ilya Dryomov | 2017-02-20 | 1 | -2/+5 |
| * | ceph: update readpages osd request according to size of pages | Yan, Zheng | 2017-02-20 | 1 | -1/+2 |
* | | locking/atomic, kref: Add kref_read() | Peter Zijlstra | 2017-01-14 | 1 | -5/+5 |
|/ |
|
* | libceph: remove now unused finish_request() wrapper | Ilya Dryomov | 2016-12-14 | 1 | -10/+4 |
* | libceph: always signal completion when done | Ilya Dryomov | 2016-12-14 | 1 | -14/+11 |
* | libceph: drop len argument of *verify_authorizer_reply() | Ilya Dryomov | 2016-12-12 | 1 | -2/+2 |
* | libceph: initialize last_linger_id with a large integer | Ilya Dryomov | 2016-11-10 | 1 | -0/+1 |
* | rbd: retry watch re-registration periodically | Ilya Dryomov | 2016-08-24 | 1 | -0/+1 |
* | libceph: add ceph_osdc_call() single-page helper | Douglas Fuller | 2016-08-24 | 1 | -0/+51 |
* | libceph: support for CEPH_OSD_OP_LIST_WATCHERS | Douglas Fuller | 2016-08-24 | 1 | -0/+117 |
* | libceph: fix return value check in alloc_msg_with_page_vector() | Wei Yongjun | 2016-08-08 | 1 | -1/+1 |
* | 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 | 1 | -7/+25 |
* | libceph: define new ceph_file_layout structure | Yan, Zheng | 2016-07-28 | 1 | -2/+2 |
* | libceph: use %s instead of %pE in dout()s | Ilya Dryomov | 2016-05-30 | 1 | -3/+3 |
* | 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 |
* | libceph: replace ceph_monc_request_next_osdmap() | Ilya Dryomov | 2016-05-26 | 1 | -0/+7 |
* | libceph: pool deletion detection | Ilya Dryomov | 2016-05-26 | 1 | -6/+242 |
* | 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 | 1 | -9/+223 |
* | libceph, rbd: ceph_osd_linger_request, watch/notify v2 | Ilya Dryomov | 2016-05-26 | 1 | -249/+899 |
* | 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 | 1 | -603/+561 |
* | libceph: protect osdc->osd_lru list with a spinlock | Ilya Dryomov | 2016-05-26 | 1 | -11/+18 |