summaryrefslogtreecommitdiffstats
path: root/net/ceph/osd_client.c
Commit message (Expand)AuthorAgeFilesLines
* libceph: add authorizer challengeIlya Dryomov2018-08-021-0/+11
* libceph: use timespec64 for r_mtimeArnd Bergmann2018-08-021-4/+4
* libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov2018-08-021-4/+4
* Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-06-151-86/+130
|\
| * libceph: allocate the locator string with GFP_NOFAILIlya Dryomov2018-06-041-9/+1
| * libceph: make abort_on_full a per-osdc settingIlya Dryomov2018-06-041-5/+4
| * libceph: don't abort reads in ceph_osdc_abort_on_full()Ilya Dryomov2018-06-041-1/+2
| * libceph: avoid a use-after-free during map checkIlya Dryomov2018-06-041-1/+1
| * libceph: don't warn if req->r_abort_on_full is setIlya Dryomov2018-06-041-4/+6
| * libceph: use for_each_request() in ceph_osdc_abort_on_full()Ilya Dryomov2018-06-041-53/+26
| * libceph: defer __complete_request() to a workqueueIlya Dryomov2018-06-041-1/+18
| * libceph: move more code into __complete_request()Ilya Dryomov2018-06-041-8/+6
| * libceph: no need to call flush_workqueue() before destructionIlya Dryomov2018-06-041-1/+0
| * libceph: introduce ceph_osdc_abort_requests()Ilya Dryomov2018-06-041-5/+62
| * libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu2018-06-041-3/+9
* | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-2/+1
|\ \ | |/ |/|
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1
* | libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov2018-05-101-4/+23
|/
* libceph, ceph: add __init attribution to init funcitonsChengguang Xu2018-04-021-3/+1
* libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov2018-04-021-0/+1
* libceph: introduce BVECS data typeIlya Dryomov2018-04-021-0/+39
* libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov2018-04-021-5/+8
* libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov2018-04-021-6/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ceph: nuke startsync opYanhu Cao2017-09-061-5/+0
* libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov2017-08-011-0/+5
* libceph: make encode_request_*() work with r_mempool requestsIlya Dryomov2017-08-011-3/+6
* libceph: don't call encode_request_finish() on MOSDBackoff messagesIlya Dryomov2017-07-171-1/+4
* libceph: respect RADOS_BACKOFF backoffsIlya Dryomov2017-07-071-0/+593
* libceph: avoid unnecessary pi lookups in calc_target()Ilya Dryomov2017-07-071-4/+4
* libceph: use target pi for calc_target() calculationsIlya Dryomov2017-07-071-1/+8
* libceph: always populate t->target_{oid,oloc} in calc_target()Ilya Dryomov2017-07-071-11/+4
* 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/+10
* 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-081-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-02-281-94/+36
|\
| * libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov2017-02-241-5/+4