summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: make num_fwd and num_retry to __u32Xiubo Li2023-08-311-3/+20
* ceph: make members in struct ceph_mds_request_args_ext a unionXiubo Li2023-08-311-11/+13
* libceph: add CEPH_OSD_OP_ASSERT_VER supportJeff Layton2023-08-242-1/+9
* ceph: fscrypt_auth handling for cephJeff Layton2023-08-221-8/+13
* libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_typeJeff Layton2023-08-222-0/+12
* libceph: add sparse read support to OSD clientJeff Layton2023-08-221-0/+32
* libceph: add sparse read support to msgr1Jeff Layton2023-08-221-0/+4
* libceph: new sparse_read op, support sparse reads on msgr2 crc codepathJeff Layton2023-08-221-0/+28
* libceph: define struct ceph_sparse_extent and add some helpersJeff Layton2023-08-221-1/+42
* libceph: add spinlock around osd->o_requestsJeff Layton2023-08-221-1/+7
* ceph: move mount state enum to super.hXiubo Li2023-02-021-10/+0
* libceph: drop last_piece flag from ceph_msg_data_cursorJeff Layton2022-10-041-3/+1
* libceph: clean up ceph_osdc_start_request prototypeJeff Layton2022-08-031-3/+2
* ceph: fix incorrect old_size length in ceph_mds_request_argsXiubo Li2022-08-031-3/+3
* ceph: fix the incorrect comment for the ceph_mds_caps structXiubo Li2022-08-031-1/+1
* ceph: prevent a client from exceeding the MDS maximum xattr sizeLuís Henriques2022-08-031-0/+1
* 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