Age | Commit message (Expand) | Author |
2022-02-02 | libceph: optionally use bounce buffer on recv path in crc mode | Ilya Dryomov |
2022-02-02 | libceph: make recv path in secure mode work the same as send path | Ilya Dryomov |
2022-01-20 | Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2022-01-15 | mm: allow !GFP_KERNEL allocations for kvmalloc | Michal Hocko |
2022-01-13 | libceph: rename parse_fsid() to ceph_parse_fsid() and export | Venky Shankar |
2022-01-13 | libceph: generalize addr/ip parsing based on delimiter | Venky Shankar |
2021-11-08 | libceph, ceph: move ceph_osdc_copy_from() into cephfs code | Luís Henriques |
2021-11-08 | ceph: don't rely on error_string to validate blocklisted session. | Kotresh HR |
2021-09-02 | ceph: flush mdlog before umounting | Xiubo Li |
2021-06-24 | libceph: set global_id as soon as we get an auth ticket | Ilya Dryomov |
2021-06-24 | libceph: don't pass result into ac->ops->handle_reply() | Ilya Dryomov |
2021-02-16 | libceph: deprecate [no]cephx_require_signatures options | Ilya Dryomov |
2020-12-28 | libceph: add __maybe_unused to DEFINE_MSGR2_FEATURE | Ilya Dryomov |
2020-12-14 | libceph: drop ceph_auth_{create,update}_authorizer() | Ilya Dryomov |
2020-12-14 | libceph, ceph: implement msgr2.1 protocol (crc and secure modes) | Ilya Dryomov |
2020-12-14 | libceph: introduce connection modes and ms_mode option | Ilya Dryomov |
2020-12-14 | libceph, rbd: ignore addr->type while comparing in some cases | Ilya Dryomov |
2020-12-14 | libceph, ceph: get and handle cluster maps with addrvecs | Ilya Dryomov |
2020-12-14 | libceph: drop ac->ops->name field | Ilya Dryomov |
2020-12-14 | libceph: amend cephx init_protocol() and build_request() | Ilya Dryomov |
2020-12-14 | libceph, ceph: incorporate nautilus cephx changes | Ilya Dryomov |
2020-12-14 | libceph: move msgr1 protocol specific fields to its own struct | Ilya Dryomov |
2020-12-14 | libceph: move msgr1 protocol implementation to its own file | Ilya Dryomov |
2020-12-14 | libceph: separate msgr1 protocol implementation | Ilya Dryomov |
2020-12-14 | libceph: export remaining protocol independent infrastructure | Ilya Dryomov |
2020-12-14 | libceph: export zero_page | Ilya Dryomov |
2020-12-14 | libceph: rename and export con->flags bits | Ilya Dryomov |
2020-12-14 | libceph: rename and export con->state states | Ilya Dryomov |
2020-12-14 | libceph: make con->state an int | Ilya Dryomov |
2020-12-14 | libceph: drop msg->ack_stamp field | Ilya Dryomov |
2020-12-14 | libceph: lower exponential backoff delay | Ilya Dryomov |
2020-12-14 | ceph: implement updated ceph_mds_request_head structure | Jeff Layton |
2020-12-14 | ceph: set osdmap epoch for setxattr | Xiubo Li |
2020-12-14 | libceph: remove unused port macros | Liu, Changcheng |
2020-12-14 | ceph: add new RECOVER mount_state when recovering session | Jeff Layton |
2020-10-12 | libceph: fix ENTITY_NAME format suggestion | Ilya Dryomov |
2020-10-12 | libceph, rbd, ceph: "blacklist" -> "blocklist" | Ilya Dryomov |
2020-10-12 | libceph: multiple workspaces for CRUSH computations | Ilya Dryomov |
2020-08-24 | libceph: add __maybe_unused to DEFINE_CEPH_FEATURE | Ilya Dryomov |
2020-08-04 | ceph: move sb->wb_pagevec_pool to be a global mempool | Jeff Layton |
2020-08-03 | ceph: delete repeated words in fs/ceph/ | Randy Dunlap |
2020-08-03 | ceph: periodically send perf metrics to MDSes | Xiubo Li |
2020-08-03 | libceph: just have osd_req_op_init() return a pointer | Jeff Layton |
2020-06-16 | libceph: move away from global osd_req_flags | Ilya Dryomov |
2020-06-01 | libceph: support for alloc hint flags | Ilya Dryomov |
2020-06-01 | libceph: read_from_replica option | Ilya Dryomov |
2020-06-01 | libceph: support for balanced and localized reads | Ilya Dryomov |
2020-06-01 | libceph: crush_location infrastructure | Ilya Dryomov |
2020-06-01 | libceph: add non-asserting rbtree insertion helper | Ilya Dryomov |
2020-06-01 | libceph, rbd: replace zero-length array with flexible-array | Gustavo A. R. Silva |