summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
Commit message (Expand)AuthorAgeFilesLines
* libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton2019-05-071-1/+2
* libceph: fix clang warning for CEPH_DEFINE_OID_ONSTACKArnd Bergmann2019-05-071-7/+6
* ceph: snapshot nfs re-exportYan, Zheng2019-05-071-0/+6
* libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2019-03-201-0/+2
* ceph: add mount option to limit caps countYan, Zheng2019-03-051-0/+1
* libceph: allow setting abort_on_full for rbdDongsheng Yang2019-01-072-3/+4
* libceph: assume argonaut on the server sideIlya Dryomov2018-11-081-7/+1
* libceph: support the RADOS copy-from operationLuis Henriques2018-10-222-0/+45
* libceph: preallocate message data itemsIlya Dryomov2018-10-222-24/+11
* libceph: introduce ceph_pagelist_alloc()Ilya Dryomov2018-10-221-10/+1
* libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov2018-10-221-3/+2
* libceph: bump CEPH_MSG_MAX_DATA_LENIlya Dryomov2018-10-221-1/+7
* libceph: implement CEPHX_V2 calculation modeIlya Dryomov2018-08-021-3/+4
* libceph: add authorizer challengeIlya Dryomov2018-08-023-1/+12
* libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov2018-08-021-2/+1
* libceph: remove now unused ceph_{en,de}code_timespec()Ilya Dryomov2018-08-021-12/+0
* libceph: use timespec64 for r_mtimeArnd Bergmann2018-08-021-3/+3
* libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann2018-08-022-2/+20
* libceph: change ceph_pagelist_encode_string() to take u32Ilya Dryomov2018-08-021-1/+1
* libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov2018-08-021-2/+2
* libceph: allocate the locator string with GFP_NOFAILIlya Dryomov2018-06-041-4/+4
* libceph: make abort_on_full a per-osdc settingIlya Dryomov2018-06-041-1/+1
* libceph: defer __complete_request() to a workqueueIlya Dryomov2018-06-041-0/+2
* libceph: introduce ceph_osdc_abort_requests()Ilya Dryomov2018-06-041-0/+2
* ceph: always get rstat from auth mdsYan, Zheng2018-06-041-0/+1
* libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu2018-06-041-1/+1
* libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov2018-05-101-2/+10
* ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-022-0/+18
* ceph: optimize memory usageChengguang Xu2018-04-021-0/+1
* libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov2018-04-022-5/+4
* libceph: striping framework implementationIlya Dryomov2018-04-021-0/+65
* libceph: introduce BVECS data typeIlya Dryomov2018-04-022-0/+50
* libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov2018-04-022-13/+57
* libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov2018-04-021-4/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0222-0/+22
* ceph: more accurate statfsDouglas Fuller2017-09-062-2/+4
* ceph: new cap message flags indicate if there is pending capsnapYan, Zheng2017-09-061-1/+3
* ceph: nuke startsync opYanhu Cao2017-09-061-1/+0
* ceph: validate correctness of some mount optionsYan, Zheng2017-09-061-10/+0
* ceph: remove unused cap_release_safety mount optionYan, Zheng2017-09-061-1/+0
* libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov2017-08-013-0/+7
* libceph: fix old style declaration warningsArnd Bergmann2017-07-171-4/+4
* libceph: advertise support for NEW_OSDOP_ENCODING and SERVER_LUMINOUSIlya Dryomov2017-07-071-0/+6
* libceph: osd_state is 32 bits wide in luminousIlya Dryomov2017-07-071-2/+2
* libceph: pg_upmap[_items] infrastructureIlya Dryomov2017-07-071-1/+9
* libceph: ceph_decode_skip_* helpersIlya Dryomov2017-07-071-0/+60
* libceph: respect RADOS_BACKOFF backoffsIlya Dryomov2017-07-074-0/+53
* libceph: make DEFINE_RB_* helpers more generalIlya Dryomov2017-07-071-12/+37
* libceph: avoid unnecessary pi lookups in calc_target()Ilya Dryomov2017-07-071-2/+8
* libceph: make sure need_resend targets reflect latest mapIlya Dryomov2017-07-071-0/+1