summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-07-188-12/+32
|\
| * rbd: support for object-map and fast-diffIlya Dryomov2019-07-082-0/+5
| * libceph: export osd_req_op_data() macroIlya Dryomov2019-07-081-0/+8
| * libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov2019-07-081-1/+1
| * libceph: bump CEPH_MSG_MAX_DATA_LEN (again)Ilya Dryomov2019-07-081-2/+4
| * libceph: rename r_unsafe_item to r_private_itemIlya Dryomov2019-07-081-1/+1
| * ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAPYan, Zheng2019-07-081-1/+1
| * libceph: turn on CEPH_FEATURE_MSG_ADDR2Jeff Layton2019-07-081-0/+1
| * libceph: rename ceph_encode_addr to ceph_encode_banner_addrJeff Layton2019-07-081-2/+2
| * libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONEJeff Layton2019-07-081-0/+7
| * libceph: ADDR2 support for monmapJeff Layton2019-07-081-1/+0Star
| * libceph: add ceph_decode_entity_addrJeff Layton2019-07-081-0/+2
| * libceph: remove ceph_get_direct_page_vector()Christoph Hellwig2019-07-081-4/+0Star
* | ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-2/+2
|/
* 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/+6Star
* 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/+1Star
* libceph: support the RADOS copy-from operationLuis Henriques2018-10-222-0/+45
* libceph: preallocate message data itemsIlya Dryomov2018-10-222-24/+11Star
* libceph: introduce ceph_pagelist_alloc()Ilya Dryomov2018-10-221-10/+1Star
* libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov2018-10-221-3/+2Star
* 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/+1Star
* libceph: remove now unused ceph_{en,de}code_timespec()Ilya Dryomov2018-08-021-12/+0Star
* 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/+4Star
* 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/+3Star
* 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