aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/osd_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06ceph: nuke startsync opYanhu Cao1-5/+0
2017-08-01libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov1-0/+5
2017-08-01libceph: make encode_request_*() work with r_mempool requestsIlya Dryomov1-3/+6
2017-07-17libceph: don't call encode_request_finish() on MOSDBackoff messagesIlya Dryomov1-1/+4
2017-07-07libceph: respect RADOS_BACKOFF backoffsIlya Dryomov1-0/+593
2017-07-07libceph: avoid unnecessary pi lookups in calc_target()Ilya Dryomov1-4/+4
2017-07-07libceph: use target pi for calc_target() calculationsIlya Dryomov1-1/+8
2017-07-07libceph: always populate t->target_{oid,oloc} in calc_target()Ilya Dryomov1-11/+4
2017-07-07libceph: make sure need_resend targets reflect latest mapIlya Dryomov1-8/+25
2017-07-07libceph: delete from need_resend_linger before check_linger_pool_dne()Ilya Dryomov1-0/+1
2017-07-07libceph: resend on PG splits if OSD has RESEND_ON_SPLITIlya Dryomov1-7/+14
2017-07-07libceph: drop need_resend from calc_target()Ilya Dryomov1-7/+11
2017-07-07libceph: MOSDOp v8 encoding (actual spgid + full hash)Ilya Dryomov1-19/+134
2017-07-07libceph: encode_{pgid,oloc}() helpersIlya Dryomov1-23/+27
2017-07-07libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Ilya Dryomov1-2/+5
2017-07-07libceph: fold [l]req->last_force_resend into ceph_osd_request_targetIlya Dryomov1-11/+10
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-16/+123
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani1-2/+2
2017-05-04libceph: add an epoch_barrier field to struct ceph_osd_clientJeff Layton1-7/+72
2017-05-04libceph: abort already submitted but abortable requests when map or pool goes fullJeff Layton1-0/+34
2017-05-04libceph: allow requests to return immediately on full conditions if caller wishesJeff Layton1-0/+7
2017-05-04libceph: remove req->r_replay_versionJeff Layton1-3/+4
2017-05-04libceph: convert ceph_osd.o_ref from atomic_t to refcount_tElena Reshetova1-8/+8
2017-03-07libceph: osd_request_timeout optionIlya Dryomov1-1/+35
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-94/+36
2017-02-24libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov1-5/+4
2017-02-24libceph: get rid of ack vs commitIlya Dryomov1-87/+26
2017-02-20libceph: pass reply buffer length through ceph_osdc_call()Ilya Dryomov1-2/+5
2017-02-20ceph: update readpages osd request according to size of pagesYan, Zheng1-1/+2
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-5/+5
2016-12-14libceph: remove now unused finish_request() wrapperIlya Dryomov1-10/+4
2016-12-14libceph: always signal completion when doneIlya Dryomov1-14/+11
2016-12-12libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov1-2/+2
2016-11-10libceph: initialize last_linger_id with a large integerIlya Dryomov1-0/+1
2016-08-24rbd: retry watch re-registration periodicallyIlya Dryomov1-0/+1
2016-08-24libceph: add ceph_osdc_call() single-page helperDouglas Fuller1-0/+51
2016-08-24libceph: support for CEPH_OSD_OP_LIST_WATCHERSDouglas Fuller1-0/+117
2016-08-08libceph: fix return value check in alloc_msg_with_page_vector()Wei Yongjun1-1/+1
2016-07-28libceph: make sure redirect does not change namespaceYan, Zheng1-0/+15
2016-07-28libceph: rados pool namespace supportYan, Zheng1-7/+25
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng1-2/+2
2016-05-30libceph: use %s instead of %pE in dout()sIlya Dryomov1-3/+3
2016-05-30libceph: put request only if it's done in handle_reply()Ilya Dryomov1-3/+3
2016-05-30libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov1-20/+19
2016-05-26libceph: make ceph_osdc_wait_request() uninterruptibleYan, Zheng1-1/+1
2016-05-26libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov1-0/+7
2016-05-26libceph: pool deletion detectionIlya Dryomov1-6/+242
2016-05-26libceph: support for checking on status of watchIlya Dryomov1-1/+51
2016-05-26libceph: support for sending notifiesIlya Dryomov1-9/+223