aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-22libceph: support the RADOS copy-from operationLuis Henriques2-0/+45
2018-10-22libceph: preallocate message data itemsIlya Dryomov2-24/+11
2018-10-22libceph: introduce ceph_pagelist_alloc()Ilya Dryomov1-10/+1
2018-10-22libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov1-3/+2
2018-10-22libceph: bump CEPH_MSG_MAX_DATA_LENIlya Dryomov1-1/+7
2018-08-02libceph: implement CEPHX_V2 calculation modeIlya Dryomov1-3/+4
2018-08-02libceph: add authorizer challengeIlya Dryomov3-1/+12
2018-08-02libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov1-2/+1
2018-08-02libceph: remove now unused ceph_{en,de}code_timespec()Ilya Dryomov1-12/+0
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann1-3/+3
2018-08-02libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann2-2/+20
2018-08-02libceph: change ceph_pagelist_encode_string() to take u32Ilya Dryomov1-1/+1
2018-08-02libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov1-2/+2
2018-06-04libceph: allocate the locator string with GFP_NOFAILIlya Dryomov1-4/+4
2018-06-04libceph: make abort_on_full a per-osdc settingIlya Dryomov1-1/+1
2018-06-04libceph: defer __complete_request() to a workqueueIlya Dryomov1-0/+2
2018-06-04libceph: introduce ceph_osdc_abort_requests()Ilya Dryomov1-0/+2
2018-06-04ceph: always get rstat from auth mdsYan, Zheng1-0/+1
2018-06-04libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu1-1/+1
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov1-2/+10
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2-0/+18
2018-04-02ceph: optimize memory usageChengguang Xu1-0/+1
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov2-5/+4
2018-04-02libceph: striping framework implementationIlya Dryomov1-0/+65
2018-04-02libceph: introduce BVECS data typeIlya Dryomov2-0/+50
2018-04-02libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov2-13/+57
2018-04-02libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov1-4/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman22-0/+22
2017-09-06ceph: more accurate statfsDouglas Fuller2-2/+4
2017-09-06ceph: new cap message flags indicate if there is pending capsnapYan, Zheng1-1/+3
2017-09-06ceph: nuke startsync opYanhu Cao1-1/+0
2017-09-06ceph: validate correctness of some mount optionsYan, Zheng1-10/+0
2017-09-06ceph: remove unused cap_release_safety mount optionYan, Zheng1-1/+0
2017-08-01libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov3-0/+7
2017-07-17libceph: fix old style declaration warningsArnd Bergmann1-4/+4
2017-07-07libceph: advertise support for NEW_OSDOP_ENCODING and SERVER_LUMINOUSIlya Dryomov1-0/+6
2017-07-07libceph: osd_state is 32 bits wide in luminousIlya Dryomov1-2/+2
2017-07-07libceph: pg_upmap[_items] infrastructureIlya Dryomov1-1/+9
2017-07-07libceph: ceph_decode_skip_* helpersIlya Dryomov1-0/+60
2017-07-07libceph: respect RADOS_BACKOFF backoffsIlya Dryomov4-0/+53
2017-07-07libceph: make DEFINE_RB_* helpers more generalIlya Dryomov1-12/+37
2017-07-07libceph: avoid unnecessary pi lookups in calc_target()Ilya Dryomov1-2/+8
2017-07-07libceph: make sure need_resend targets reflect latest mapIlya Dryomov1-0/+1
2017-07-07libceph: resend on PG splits if OSD has RESEND_ON_SPLITIlya Dryomov1-0/+2
2017-07-07libceph: MOSDOp v8 encoding (actual spgid + full hash)Ilya Dryomov2-1/+20
2017-07-07libceph: ceph_connection_operations::reencode_message() methodIlya Dryomov1-0/+2
2017-07-07libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Ilya Dryomov2-1/+12
2017-07-07libceph: fold [l]req->last_force_resend into ceph_osd_request_targetIlya Dryomov1-2/+2
2017-07-07libceph: support SERVER_JEWEL feature bitsIlya Dryomov1-0/+2
2017-07-07libceph: advertise support for OSD_POOLRESENDIlya Dryomov1-0/+1