summaryrefslogtreecommitdiff
path: root/net/ceph/osd_client.c
AgeCommit message (Expand)Author
2018-08-02libceph: add authorizer challengeIlya Dryomov
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann
2018-08-02libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-04libceph: allocate the locator string with GFP_NOFAILIlya Dryomov
2018-06-04libceph: make abort_on_full a per-osdc settingIlya Dryomov
2018-06-04libceph: don't abort reads in ceph_osdc_abort_on_full()Ilya Dryomov
2018-06-04libceph: avoid a use-after-free during map checkIlya Dryomov
2018-06-04libceph: don't warn if req->r_abort_on_full is setIlya Dryomov
2018-06-04libceph: use for_each_request() in ceph_osdc_abort_on_full()Ilya Dryomov
2018-06-04libceph: defer __complete_request() to a workqueueIlya Dryomov
2018-06-04libceph: move more code into __complete_request()Ilya Dryomov
2018-06-04libceph: no need to call flush_workqueue() before destructionIlya Dryomov
2018-06-04libceph: introduce ceph_osdc_abort_requests()Ilya Dryomov
2018-06-04libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov
2018-04-02libceph, ceph: add __init attribution to init funcitonsChengguang Xu
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov
2018-04-02libceph: introduce BVECS data typeIlya Dryomov
2018-04-02libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov
2018-04-02libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-06ceph: nuke startsync opYanhu Cao
2017-08-01libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov
2017-08-01libceph: make encode_request_*() work with r_mempool requestsIlya Dryomov
2017-07-17libceph: don't call encode_request_finish() on MOSDBackoff messagesIlya Dryomov
2017-07-07libceph: respect RADOS_BACKOFF backoffsIlya Dryomov
2017-07-07libceph: avoid unnecessary pi lookups in calc_target()Ilya Dryomov
2017-07-07libceph: use target pi for calc_target() calculationsIlya Dryomov
2017-07-07libceph: always populate t->target_{oid,oloc} in calc_target()Ilya Dryomov
2017-07-07libceph: make sure need_resend targets reflect latest mapIlya Dryomov
2017-07-07libceph: delete from need_resend_linger before check_linger_pool_dne()Ilya Dryomov
2017-07-07libceph: resend on PG splits if OSD has RESEND_ON_SPLITIlya Dryomov
2017-07-07libceph: drop need_resend from calc_target()Ilya Dryomov
2017-07-07libceph: MOSDOp v8 encoding (actual spgid + full hash)Ilya Dryomov
2017-07-07libceph: encode_{pgid,oloc}() helpersIlya Dryomov
2017-07-07libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Ilya Dryomov
2017-07-07libceph: fold [l]req->last_force_resend into ceph_osd_request_targetIlya Dryomov
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