summaryrefslogtreecommitdiffstats
path: root/net/ceph/osd_client.c
Commit message (Expand)AuthorAgeFilesLines
...
* libceph: always populate t->target_{oid,oloc} in calc_target()Ilya Dryomov2017-07-071-11/+4Star
* libceph: make sure need_resend targets reflect latest mapIlya Dryomov2017-07-071-8/+25
* libceph: delete from need_resend_linger before check_linger_pool_dne()Ilya Dryomov2017-07-071-0/+1
* libceph: resend on PG splits if OSD has RESEND_ON_SPLITIlya Dryomov2017-07-071-7/+14
* libceph: drop need_resend from calc_target()Ilya Dryomov2017-07-071-7/+11
* libceph: MOSDOp v8 encoding (actual spgid + full hash)Ilya Dryomov2017-07-071-19/+134
* libceph: encode_{pgid,oloc}() helpersIlya Dryomov2017-07-071-23/+27
* libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Ilya Dryomov2017-07-071-2/+5
* libceph: fold [l]req->last_force_resend into ceph_osd_request_targetIlya Dryomov2017-07-071-11/+10Star
* Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-101-16/+123
|\
| * libceph: add an epoch_barrier field to struct ceph_osd_clientJeff Layton2017-05-041-7/+72
| * libceph: abort already submitted but abortable requests when map or pool goes...Jeff Layton2017-05-041-0/+34
| * libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton2017-05-041-0/+7
| * libceph: remove req->r_replay_versionJeff Layton2017-05-041-3/+4
| * libceph: convert ceph_osd.o_ref from atomic_t to refcount_tElena Reshetova2017-05-041-8/+8
* | fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani2017-05-091-2/+2
|/
* libceph: osd_request_timeout optionIlya Dryomov2017-03-071-1/+35
* Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-03-011-94/+36Star
|\
| * libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov2017-02-241-5/+4Star
| * libceph: get rid of ack vs commitIlya Dryomov2017-02-241-87/+26Star
| * libceph: pass reply buffer length through ceph_osdc_call()Ilya Dryomov2017-02-201-2/+5
| * ceph: update readpages osd request according to size of pagesYan, Zheng2017-02-201-1/+2
* | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-5/+5
|/
* libceph: remove now unused finish_request() wrapperIlya Dryomov2016-12-141-10/+4Star
* libceph: always signal completion when doneIlya Dryomov2016-12-141-14/+11Star
* libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov2016-12-121-2/+2
* libceph: initialize last_linger_id with a large integerIlya Dryomov2016-11-101-0/+1
* rbd: retry watch re-registration periodicallyIlya Dryomov2016-08-241-0/+1
* libceph: add ceph_osdc_call() single-page helperDouglas Fuller2016-08-241-0/+51
* libceph: support for CEPH_OSD_OP_LIST_WATCHERSDouglas Fuller2016-08-241-0/+117
* libceph: fix return value check in alloc_msg_with_page_vector()Wei Yongjun2016-08-081-1/+1
* libceph: make sure redirect does not change namespaceYan, Zheng2016-07-281-0/+15
* libceph: rados pool namespace supportYan, Zheng2016-07-281-7/+25
* libceph: define new ceph_file_layout structureYan, Zheng2016-07-281-2/+2
* libceph: use %s instead of %pE in dout()sIlya Dryomov2016-05-301-3/+3
* libceph: put request only if it's done in handle_reply()Ilya Dryomov2016-05-301-3/+3
* libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov2016-05-301-20/+19Star
* libceph: make ceph_osdc_wait_request() uninterruptibleYan, Zheng2016-05-261-1/+1
* libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov2016-05-261-0/+7
* libceph: pool deletion detectionIlya Dryomov2016-05-261-6/+242
* libceph: support for checking on status of watchIlya Dryomov2016-05-261-1/+51
* libceph: support for sending notifiesIlya Dryomov2016-05-261-9/+223
* libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov2016-05-261-249/+899
* libceph: wait_request_timeout()Ilya Dryomov2016-05-261-13/+21
* libceph: request_init() and request_release_checks()Ilya Dryomov2016-05-261-17/+27
* libceph: a major OSD client updateIlya Dryomov2016-05-261-603/+561Star
* libceph: protect osdc->osd_lru list with a spinlockIlya Dryomov2016-05-261-11/+18
* libceph: allocate ceph_osd with GFP_NOFAILIlya Dryomov2016-05-261-4/+1Star
* libceph: osd_init() and osd_cleanup()Ilya Dryomov2016-05-261-9/+37
* libceph: handle_one_map()Ilya Dryomov2016-05-261-56/+130