summaryrefslogtreecommitdiff
path: root/net/ceph/osd_client.c
AgeCommit message (Expand)Author
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani
2017-05-04libceph: add an epoch_barrier field to struct ceph_osd_clientJeff Layton
2017-05-04libceph: abort already submitted but abortable requests when map or pool goes...Jeff Layton
2017-05-04libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton
2017-05-04libceph: remove req->r_replay_versionJeff Layton
2017-05-04libceph: convert ceph_osd.o_ref from atomic_t to refcount_tElena Reshetova
2017-03-07libceph: osd_request_timeout optionIlya Dryomov
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-02-24libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov
2017-02-24libceph: get rid of ack vs commitIlya Dryomov
2017-02-20libceph: pass reply buffer length through ceph_osdc_call()Ilya Dryomov
2017-02-20ceph: update readpages osd request according to size of pagesYan, Zheng
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2016-12-14libceph: remove now unused finish_request() wrapperIlya Dryomov
2016-12-14libceph: always signal completion when doneIlya Dryomov
2016-12-12libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov
2016-11-10libceph: initialize last_linger_id with a large integerIlya Dryomov
2016-08-24rbd: retry watch re-registration periodicallyIlya Dryomov
2016-08-24libceph: add ceph_osdc_call() single-page helperDouglas Fuller
2016-08-24libceph: support for CEPH_OSD_OP_LIST_WATCHERSDouglas Fuller
2016-08-08libceph: fix return value check in alloc_msg_with_page_vector()Wei Yongjun
2016-07-28libceph: make sure redirect does not change namespaceYan, Zheng
2016-07-28libceph: rados pool namespace supportYan, Zheng
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng
2016-05-30libceph: use %s instead of %pE in dout()sIlya Dryomov
2016-05-30libceph: put request only if it's done in handle_reply()Ilya Dryomov
2016-05-30libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov
2016-05-26libceph: make ceph_osdc_wait_request() uninterruptibleYan, Zheng
2016-05-26libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov
2016-05-26libceph: pool deletion detectionIlya Dryomov
2016-05-26libceph: support for checking on status of watchIlya Dryomov
2016-05-26libceph: support for sending notifiesIlya Dryomov
2016-05-26libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov
2016-05-26libceph: wait_request_timeout()Ilya Dryomov
2016-05-26libceph: request_init() and request_release_checks()Ilya Dryomov
2016-05-26libceph: a major OSD client updateIlya Dryomov
2016-05-26libceph: protect osdc->osd_lru list with a spinlockIlya Dryomov
2016-05-26libceph: allocate ceph_osd with GFP_NOFAILIlya Dryomov
2016-05-26libceph: osd_init() and osd_cleanup()Ilya Dryomov
2016-05-26libceph: handle_one_map()Ilya Dryomov
2016-05-26libceph: allocate dummy osdmap in ceph_osdc_init()Ilya Dryomov
2016-05-26libceph: schedule tick from ceph_osdc_init()Ilya Dryomov
2016-05-26libceph: move schedule_delayed_work() in ceph_osdc_init()Ilya Dryomov
2016-05-26libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov
2016-05-26libceph: switch to calc_target(), part 1Ilya Dryomov
2016-05-26libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov
2016-05-26libceph: ceph_osds, ceph_pg_to_up_acting_osds()Ilya Dryomov