aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ceph
AgeCommit message (Expand)AuthorFilesLines
2024-02-07libceph: just wait for more data to be available on the socketGravatar Xiubo Li 1-1/+1
2024-02-07libceph: fail sparse-read if the data length doesn't matchGravatar Xiubo Li 1-1/+2
2024-01-15ceph: try to allocate a smaller extent map for sparse readGravatar Xiubo Li 1-2/+5
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 3-73/+47
2023-11-03ceph: handle idmapped mounts in create_request_message()Gravatar Christian Brauner 1-1/+9
2023-11-03libceph, ceph: move mdsmap.h to fs/cephGravatar Xiubo Li 1-75/+0
2023-11-03ceph: pass the mdsc to several helpersGravatar Xiubo Li 1-1/+4
2023-11-03libceph: add doutc and *_client debug macros supportGravatar Xiubo Li 1-0/+38
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-1/+1
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-13/+11
2023-10-02ceph: Annotate struct ceph_osd_request with __counted_byGravatar Kees Cook 1-1/+1
2023-09-18Revert "ceph: make members in struct ceph_mds_request_args_ext a union"Gravatar Ilya Dryomov 1-13/+11
2023-09-18ceph: Annotate struct ceph_monmap with __counted_byGravatar Kees Cook 1-1/+1
2023-08-31ceph: make num_fwd and num_retry to __u32Gravatar Xiubo Li 1-3/+20
2023-08-31ceph: make members in struct ceph_mds_request_args_ext a unionGravatar Xiubo Li 1-11/+13
2023-08-24libceph: add CEPH_OSD_OP_ASSERT_VER supportGravatar Jeff Layton 2-1/+9
2023-08-22ceph: fscrypt_auth handling for cephGravatar Jeff Layton 1-8/+13
2023-08-22libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_typeGravatar Jeff Layton 2-0/+12
2023-08-22libceph: add sparse read support to OSD clientGravatar Jeff Layton 1-0/+32
2023-08-22libceph: add sparse read support to msgr1Gravatar Jeff Layton 1-0/+4
2023-08-22libceph: new sparse_read op, support sparse reads on msgr2 crc codepathGravatar Jeff Layton 1-0/+28
2023-08-22libceph: define struct ceph_sparse_extent and add some helpersGravatar Jeff Layton 1-1/+42
2023-08-22libceph: add spinlock around osd->o_requestsGravatar Jeff Layton 1-1/+7
2023-02-02ceph: move mount state enum to super.hGravatar Xiubo Li 1-10/+0
2022-10-04libceph: drop last_piece flag from ceph_msg_data_cursorGravatar Jeff Layton 1-3/+1
2022-08-03libceph: clean up ceph_osdc_start_request prototypeGravatar Jeff Layton 1-3/+2
2022-08-03ceph: fix incorrect old_size length in ceph_mds_request_argsGravatar Xiubo Li 1-3/+3
2022-08-03ceph: fix the incorrect comment for the ceph_mds_caps structGravatar Xiubo Li 1-1/+1
2022-08-03ceph: prevent a client from exceeding the MDS maximum xattr sizeGravatar Luís Henriques 1-0/+1
2022-05-18libceph: fix potential use-after-free on linger ping and resendsGravatar Ilya Dryomov 1-0/+3
2022-03-01ceph: do not release the global snaprealm until unmountingGravatar Xiubo Li 1-1/+2
2022-03-01ceph: remove incorrect and unused CEPH_INO_DOTDOT macroGravatar Xiubo Li 1-1/+0
2022-03-01ceph: move to a dedicated slabcache for ceph_cap_snapGravatar Xiubo Li 1-0/+1
2022-03-01ceph: add getvxattr opGravatar Milind Changire 1-0/+1
2022-02-02libceph: optionally use bounce buffer on recv path in crc modeGravatar Ilya Dryomov 2-0/+2
2022-02-02libceph: make recv path in secure mode work the same as send pathGravatar Ilya Dryomov 1-0/+4
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-2/+3
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocGravatar Michal Hocko 1-1/+0
2022-01-13libceph: rename parse_fsid() to ceph_parse_fsid() and exportGravatar Venky Shankar 1-0/+1
2022-01-13libceph: generalize addr/ip parsing based on delimiterGravatar Venky Shankar 2-2/+2
2021-11-08libceph, ceph: move ceph_osdc_copy_from() into cephfs codeGravatar Luís Henriques 1-11/+8
2021-11-08ceph: don't rely on error_string to validate blocklisted session.Gravatar Kotresh HR 1-0/+2
2021-09-02ceph: flush mdlog before umountingGravatar Xiubo Li 1-0/+1
2021-06-24libceph: set global_id as soon as we get an auth ticketGravatar Ilya Dryomov 1-1/+3
2021-06-24libceph: don't pass result into ac->ops->handle_reply()Gravatar Ilya Dryomov 1-1/+1
2021-02-16libceph: deprecate [no]cephx_require_signatures optionsGravatar Ilya Dryomov 1-4/+3
2020-12-28libceph: add __maybe_unused to DEFINE_MSGR2_FEATUREGravatar Ilya Dryomov 1-2/+2
2020-12-14libceph: drop ceph_auth_{create,update}_authorizer()Gravatar Ilya Dryomov 1-6/+0
2020-12-14libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Gravatar Ilya Dryomov 6-6/+231