summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
Commit message (Expand)AuthorAgeFilesLines
* libceph: fix potential use-after-free on linger ping and resendsIlya Dryomov2022-05-181-0/+3
* ceph: do not release the global snaprealm until unmountingXiubo Li2022-03-011-1/+2
* ceph: remove incorrect and unused CEPH_INO_DOTDOT macroXiubo Li2022-03-011-1/+0
* ceph: move to a dedicated slabcache for ceph_cap_snapXiubo Li2022-03-011-0/+1
* ceph: add getvxattr opMilind Changire2022-03-011-0/+1
* libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov2022-02-022-0/+2
* libceph: make recv path in secure mode work the same as send pathIlya Dryomov2022-02-021-0/+4
* Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-202-2/+3
|\
| * libceph: rename parse_fsid() to ceph_parse_fsid() and exportVenky Shankar2022-01-131-0/+1
| * libceph: generalize addr/ip parsing based on delimiterVenky Shankar2022-01-132-2/+2
* | mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko2022-01-151-1/+0
|/
* libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques2021-11-081-11/+8
* ceph: don't rely on error_string to validate blocklisted session.Kotresh HR2021-11-081-0/+2
* ceph: flush mdlog before umountingXiubo Li2021-09-021-0/+1
* libceph: set global_id as soon as we get an auth ticketIlya Dryomov2021-06-241-1/+3
* libceph: don't pass result into ac->ops->handle_reply()Ilya Dryomov2021-06-241-1/+1
* 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