Age | Commit message (Expand) | Author | Files | Lines |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-06 | ceph: nuke startsync op | Yanhu Cao | 1 | -5/+0 |
2017-08-01 | libceph: make RECOVERY_DELETES feature create a new interval | Ilya Dryomov | 1 | -0/+5 |
2017-08-01 | libceph: make encode_request_*() work with r_mempool requests | Ilya Dryomov | 1 | -3/+6 |
2017-07-17 | libceph: don't call encode_request_finish() on MOSDBackoff messages | Ilya Dryomov | 1 | -1/+4 |
2017-07-07 | libceph: respect RADOS_BACKOFF backoffs | Ilya Dryomov | 1 | -0/+593 |
2017-07-07 | libceph: avoid unnecessary pi lookups in calc_target() | Ilya Dryomov | 1 | -4/+4 |
2017-07-07 | libceph: use target pi for calc_target() calculations | Ilya Dryomov | 1 | -1/+8 |
2017-07-07 | libceph: always populate t->target_{oid,oloc} in calc_target() | Ilya Dryomov | 1 | -11/+4 |
2017-07-07 | libceph: make sure need_resend targets reflect latest map | Ilya Dryomov | 1 | -8/+25 |
2017-07-07 | libceph: delete from need_resend_linger before check_linger_pool_dne() | Ilya Dryomov | 1 | -0/+1 |
2017-07-07 | libceph: resend on PG splits if OSD has RESEND_ON_SPLIT | Ilya Dryomov | 1 | -7/+14 |
2017-07-07 | libceph: drop need_resend from calc_target() | Ilya Dryomov | 1 | -7/+11 |
2017-07-07 | libceph: MOSDOp v8 encoding (actual spgid + full hash) | Ilya Dryomov | 1 | -19/+134 |
2017-07-07 | libceph: encode_{pgid,oloc}() helpers | Ilya Dryomov | 1 | -23/+27 |
2017-07-07 | libceph: introduce ceph_spg, ceph_pg_to_primary_shard() | Ilya Dryomov | 1 | -2/+5 |
2017-07-07 | libceph: fold [l]req->last_force_resend into ceph_osd_request_target | Ilya Dryomov | 1 | -11/+10 |
2017-05-10 | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -16/+123 |
2017-05-08 | fs: ceph: CURRENT_TIME with ktime_get_real_ts() | Deepa Dinamani | 1 | -2/+2 |
2017-05-04 | libceph: add an epoch_barrier field to struct ceph_osd_client | Jeff Layton | 1 | -7/+72 |
2017-05-04 | libceph: abort already submitted but abortable requests when map or pool goes... | Jeff Layton | 1 | -0/+34 |
2017-05-04 | libceph: allow requests to return immediately on full conditions if caller wi... | Jeff Layton | 1 | -0/+7 |
2017-05-04 | libceph: remove req->r_replay_version | Jeff Layton | 1 | -3/+4 |
2017-05-04 | libceph: convert ceph_osd.o_ref from atomic_t to refcount_t | Elena Reshetova | 1 | -8/+8 |
2017-03-07 | libceph: osd_request_timeout option | Ilya Dryomov | 1 | -1/+35 |
2017-02-28 | Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -94/+36 |
2017-02-24 | libceph, rbd, ceph: WRITE | ONDISK -> WRITE | Ilya Dryomov | 1 | -5/+4 |
2017-02-24 | libceph: get rid of ack vs commit | Ilya Dryomov | 1 | -87/+26 |
2017-02-20 | libceph: pass reply buffer length through ceph_osdc_call() | Ilya Dryomov | 1 | -2/+5 |
2017-02-20 | ceph: update readpages osd request according to size of pages | Yan, Zheng | 1 | -1/+2 |
2017-01-14 | locking/atomic, kref: Add kref_read() | Peter Zijlstra | 1 | -5/+5 |
2016-12-14 | libceph: remove now unused finish_request() wrapper | Ilya Dryomov | 1 | -10/+4 |
2016-12-14 | libceph: always signal completion when done | Ilya Dryomov | 1 | -14/+11 |
2016-12-12 | libceph: drop len argument of *verify_authorizer_reply() | Ilya Dryomov | 1 | -2/+2 |
2016-11-10 | libceph: initialize last_linger_id with a large integer | Ilya Dryomov | 1 | -0/+1 |
2016-08-24 | rbd: retry watch re-registration periodically | Ilya Dryomov | 1 | -0/+1 |
2016-08-24 | libceph: add ceph_osdc_call() single-page helper | Douglas Fuller | 1 | -0/+51 |
2016-08-24 | libceph: support for CEPH_OSD_OP_LIST_WATCHERS | Douglas Fuller | 1 | -0/+117 |
2016-08-08 | libceph: fix return value check in alloc_msg_with_page_vector() | Wei Yongjun | 1 | -1/+1 |
2016-07-28 | libceph: make sure redirect does not change namespace | Yan, Zheng | 1 | -0/+15 |
2016-07-28 | libceph: rados pool namespace support | Yan, Zheng | 1 | -7/+25 |
2016-07-28 | libceph: define new ceph_file_layout structure | Yan, Zheng | 1 | -2/+2 |
2016-05-30 | libceph: use %s instead of %pE in dout()s | Ilya Dryomov | 1 | -3/+3 |
2016-05-30 | libceph: put request only if it's done in handle_reply() | Ilya Dryomov | 1 | -3/+3 |
2016-05-30 | libceph: change ceph_osdmap_flag() to take osdc | Ilya Dryomov | 1 | -20/+19 |
2016-05-26 | libceph: make ceph_osdc_wait_request() uninterruptible | Yan, Zheng | 1 | -1/+1 |
2016-05-26 | libceph: replace ceph_monc_request_next_osdmap() | Ilya Dryomov | 1 | -0/+7 |
2016-05-26 | libceph: pool deletion detection | Ilya Dryomov | 1 | -6/+242 |
2016-05-26 | libceph: support for checking on status of watch | Ilya Dryomov | 1 | -1/+51 |
2016-05-26 | libceph: support for sending notifies | Ilya Dryomov | 1 | -9/+223 |