summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
Commit message (Expand)AuthorAgeFilesLines
* libceph: deprecate [no]cephx_require_signatures optionsIlya Dryomov2021-02-161-4/+3
* libceph: add __maybe_unused to DEFINE_MSGR2_FEATUREIlya Dryomov2020-12-281-2/+2
* libceph: drop ceph_auth_{create,update}_authorizer()Ilya Dryomov2020-12-141-6/+0
* libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov2020-12-146-6/+231
* libceph: introduce connection modes and ms_mode optionIlya Dryomov2020-12-143-2/+13
* libceph, rbd: ignore addr->type while comparing in some casesIlya Dryomov2020-12-141-1/+8
* libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov2020-12-144-6/+15
* libceph: drop ac->ops->name fieldIlya Dryomov2020-12-141-2/+0
* libceph: amend cephx init_protocol() and build_request()Ilya Dryomov2020-12-141-0/+1
* libceph, ceph: incorporate nautilus cephx changesIlya Dryomov2020-12-141-4/+12
* libceph: move msgr1 protocol specific fields to its own structIlya Dryomov2020-12-141-35/+41
* libceph: move msgr1 protocol implementation to its own fileIlya Dryomov2020-12-141-0/+1
* libceph: separate msgr1 protocol implementationIlya Dryomov2020-12-141-0/+8
* libceph: export remaining protocol independent infrastructureIlya Dryomov2020-12-141-1/+38
* libceph: export zero_pageIlya Dryomov2020-12-141-0/+1
* libceph: rename and export con->flags bitsIlya Dryomov2020-12-141-1/+12
* libceph: rename and export con->state statesIlya Dryomov2020-12-141-1/+11
* libceph: make con->state an intIlya Dryomov2020-12-141-1/+1
* libceph: drop msg->ack_stamp fieldIlya Dryomov2020-12-141-1/+0
* libceph: lower exponential backoff delayIlya Dryomov2020-12-141-2/+2
* ceph: implement updated ceph_mds_request_head structureJeff Layton2020-12-141-1/+31
* ceph: set osdmap epoch for setxattrXiubo Li2020-12-141-0/+1
* libceph: remove unused port macrosLiu, Changcheng2020-12-141-9/+0
* ceph: add new RECOVER mount_state when recovering sessionJeff Layton2020-12-141-0/+1
* libceph: fix ENTITY_NAME format suggestionIlya Dryomov2020-10-121-1/+1
* libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov2020-10-122-2/+2
* libceph: multiple workspaces for CRUSH computationsIlya Dryomov2020-10-121-2/+12
* libceph: add __maybe_unused to DEFINE_CEPH_FEATUREIlya Dryomov2020-08-241-4/+4
* ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton2020-08-041-0/+1
* ceph: delete repeated words in fs/ceph/Randy Dunlap2020-08-031-1/+1
* ceph: periodically send perf metrics to MDSesXiubo Li2020-08-031-0/+1
* libceph: just have osd_req_op_init() return a pointerJeff Layton2020-08-031-1/+1
* libceph: move away from global osd_req_flagsIlya Dryomov2020-06-161-2/+2
* libceph: support for alloc hint flagsIlya Dryomov2020-06-012-1/+17
* libceph: read_from_replica optionIlya Dryomov2020-06-011-0/+2
* libceph: support for balanced and localized readsIlya Dryomov2020-06-012-0/+4
* libceph: crush_location infrastructureIlya Dryomov2020-06-012-1/+16
* libceph: add non-asserting rbtree insertion helperIlya Dryomov2020-06-011-2/+8
* libceph, rbd: replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-011-1/+1
* ceph: add read/write latency metric supportXiubo Li2020-06-011-0/+3
* ceph: consider inode's last read/write when calculating wanted capsYan, Zheng2020-03-301-0/+1
* ceph: attempt to do async create when possibleJeff Layton2020-03-301-0/+3
* ceph: cap tracking for async directory operationsJeff Layton2020-03-301-0/+6
* ceph: track primary dentry linkJeff Layton2020-03-301-0/+3
* ceph: add flag to designate that a request is asynchronousJeff Layton2020-03-301-2/+3
* ceph: move to a dedicated slabcache for mds requestsJeff Layton2020-03-301-0/+1
* ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li2020-03-301-17/+0
* libceph: drop CEPH_DEFINE_SHOW_FUNCIlya Dryomov2020-03-301-14/+0
* libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov2020-03-231-3/+4
* ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov2020-03-232-2/+8