summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
Commit message (Expand)AuthorAgeFilesLines
* libceph: just wait for more data to be available on the socketXiubo Li2024-02-071-1/+1
* libceph: fail sparse-read if the data length doesn't matchXiubo Li2024-02-071-1/+2
* ceph: try to allocate a smaller extent map for sparse readXiubo Li2024-01-151-2/+5
* Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-11-103-73/+47
|\
| * ceph: handle idmapped mounts in create_request_message()Christian Brauner2023-11-031-1/+9
| * libceph, ceph: move mdsmap.h to fs/cephXiubo Li2023-11-031-75/+0
| * ceph: pass the mdsc to several helpersXiubo Li2023-11-031-1/+4
| * libceph: add doutc and *_client debug macros supportXiubo Li2023-11-031-0/+38
* | Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-10-311-1/+1
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-13/+11
| |\|
| * | ceph: Annotate struct ceph_monmap with __counted_byKees Cook2023-09-181-1/+1
* | | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-1/+1
|\ \ \ | |_|/ |/| |
| * | ceph: Annotate struct ceph_osd_request with __counted_byKees Cook2023-10-021-1/+1
| |/
* / Revert "ceph: make members in struct ceph_mds_request_args_ext a union"Ilya Dryomov2023-09-181-13/+11
|/
* 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