Age | Commit message (Expand) | Author |
2017-05-10 | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2017-05-08 | fs: ceph: CURRENT_TIME with ktime_get_real_ts() | Deepa Dinamani |
2017-05-04 | libceph: add an epoch_barrier field to struct ceph_osd_client | Jeff Layton |
2017-05-04 | libceph: abort already submitted but abortable requests when map or pool goes... | Jeff Layton |
2017-05-04 | libceph: allow requests to return immediately on full conditions if caller wi... | Jeff Layton |
2017-05-04 | libceph: remove req->r_replay_version | Jeff Layton |
2017-05-04 | libceph: convert ceph_osd.o_ref from atomic_t to refcount_t | Elena Reshetova |
2017-03-07 | libceph: osd_request_timeout option | Ilya Dryomov |
2017-02-28 | Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2017-02-24 | libceph, rbd, ceph: WRITE | ONDISK -> WRITE | Ilya Dryomov |
2017-02-24 | libceph: get rid of ack vs commit | Ilya Dryomov |
2017-02-20 | libceph: pass reply buffer length through ceph_osdc_call() | Ilya Dryomov |
2017-02-20 | ceph: update readpages osd request according to size of pages | Yan, Zheng |
2017-01-14 | locking/atomic, kref: Add kref_read() | Peter Zijlstra |
2016-12-14 | libceph: remove now unused finish_request() wrapper | Ilya Dryomov |
2016-12-14 | libceph: always signal completion when done | Ilya Dryomov |
2016-12-12 | libceph: drop len argument of *verify_authorizer_reply() | Ilya Dryomov |
2016-11-10 | libceph: initialize last_linger_id with a large integer | Ilya Dryomov |
2016-08-24 | rbd: retry watch re-registration periodically | Ilya Dryomov |
2016-08-24 | libceph: add ceph_osdc_call() single-page helper | Douglas Fuller |
2016-08-24 | libceph: support for CEPH_OSD_OP_LIST_WATCHERS | Douglas Fuller |
2016-08-08 | libceph: fix return value check in alloc_msg_with_page_vector() | Wei Yongjun |
2016-07-28 | libceph: make sure redirect does not change namespace | Yan, Zheng |
2016-07-28 | libceph: rados pool namespace support | Yan, Zheng |
2016-07-28 | libceph: define new ceph_file_layout structure | Yan, Zheng |
2016-05-30 | libceph: use %s instead of %pE in dout()s | Ilya Dryomov |
2016-05-30 | libceph: put request only if it's done in handle_reply() | Ilya Dryomov |
2016-05-30 | libceph: change ceph_osdmap_flag() to take osdc | Ilya Dryomov |
2016-05-26 | libceph: make ceph_osdc_wait_request() uninterruptible | Yan, Zheng |
2016-05-26 | libceph: replace ceph_monc_request_next_osdmap() | Ilya Dryomov |
2016-05-26 | libceph: pool deletion detection | Ilya Dryomov |
2016-05-26 | libceph: support for checking on status of watch | Ilya Dryomov |
2016-05-26 | libceph: support for sending notifies | Ilya Dryomov |
2016-05-26 | libceph, rbd: ceph_osd_linger_request, watch/notify v2 | Ilya Dryomov |
2016-05-26 | libceph: wait_request_timeout() | Ilya Dryomov |
2016-05-26 | libceph: request_init() and request_release_checks() | Ilya Dryomov |
2016-05-26 | libceph: a major OSD client update | Ilya Dryomov |
2016-05-26 | libceph: protect osdc->osd_lru list with a spinlock | Ilya Dryomov |
2016-05-26 | libceph: allocate ceph_osd with GFP_NOFAIL | Ilya Dryomov |
2016-05-26 | libceph: osd_init() and osd_cleanup() | Ilya Dryomov |
2016-05-26 | libceph: handle_one_map() | Ilya Dryomov |
2016-05-26 | libceph: allocate dummy osdmap in ceph_osdc_init() | Ilya Dryomov |
2016-05-26 | libceph: schedule tick from ceph_osdc_init() | Ilya Dryomov |
2016-05-26 | libceph: move schedule_delayed_work() in ceph_osdc_init() | Ilya Dryomov |
2016-05-26 | libceph: redo callbacks and factor out MOSDOpReply decoding | Ilya Dryomov |
2016-05-26 | libceph: drop msg argument from ceph_osdc_callback_t | Ilya Dryomov |
2016-05-26 | libceph: switch to calc_target(), part 2 | Ilya Dryomov |
2016-05-26 | libceph: switch to calc_target(), part 1 | Ilya Dryomov |
2016-05-26 | libceph: introduce ceph_osd_request_target, calc_target() | Ilya Dryomov |
2016-05-26 | libceph: ceph_osds, ceph_pg_to_up_acting_osds() | Ilya Dryomov |