- aca39d9 libceph, ceph: move ceph_osdc_copy_from() into cephfs code by Luís Henriques · 3 years, 2 months ago
- a341131 libceph: drop ->monmap and err initialization by Jean Sacren · 3 years, 3 months ago
- dc915ec libceph: fix doc warnings in cls_lock_client.c by Baokun Li · 3 years, 7 months ago
- da6ebb4 libceph: remove unnecessary ret variable in ceph_auth_init() by zuoqilin · 3 years, 7 months ago
- 1e6de26 libceph: fix some spelling mistakes by Zheng Yongjun · 3 years, 7 months ago
- d71a95e libceph: kill ceph_none_authorizer::reply_buf by Ilya Dryomov · 3 years, 8 months ago
- 03af4c7 libceph: set global_id as soon as we get an auth ticket by Ilya Dryomov · 3 years, 6 months ago
- 3c0d089 libceph: don't pass result into ac->ops->handle_reply() by Ilya Dryomov · 3 years, 6 months ago
- 7ac86b3 Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 3 years, 8 months ago
- 3f1c6f2 libceph: allow addrvecs with a single NONE/blank address by Ilya Dryomov · 3 years, 8 months ago
- 61ca49a91 libceph: don't set global_id until we get an auth ticket by Ilya Dryomov · 3 years, 8 months ago
- 7807daf libceph: bump CephXAuthenticate encoding version by Ilya Dryomov · 3 years, 9 months ago
- 3f9143f net: ceph: Fix a typo in osdmap.c by Lu Wei · 3 years, 9 months ago
- d7ef2e5 libceph: remove osdtimeout option entirely by Ilya Dryomov · 4 years ago
- afd56e7 libceph: deprecate [no]cephx_require_signatures options by Ilya Dryomov · 4 years ago
- 9d5ae6f3 libceph: fix "Boolean result is used in bitwise operation" warning by Ilya Dryomov · 4 years ago
- 4972cf6 libceph, ceph: disambiguate ceph_connection_operations handlers by Ilya Dryomov · 4 years ago
- 10f42b3 libceph: zero out session key and connection secret by Ilya Dryomov · 4 years ago
- f5f2c9a libceph: align session_key and con_secret to 16 bytes by Ilya Dryomov · 4 years ago
- ad32fe8 libceph: fix auth_signature buffer allocation in secure mode by Ilya Dryomov · 4 years ago
- be695ee Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years ago
- 2f0df6c libceph: drop ceph_auth_{create,update}_authorizer() by Ilya Dryomov · 4 years, 1 month ago
- ce28716 libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1 by Ilya Dryomov · 4 years, 1 month ago
- cd1a677 libceph, ceph: implement msgr2.1 protocol (crc and secure modes) by Ilya Dryomov · 4 years, 1 month ago
- 00498b9 libceph: introduce connection modes and ms_mode option by Ilya Dryomov · 4 years, 1 month ago
- 313771e libceph, rbd: ignore addr->type while comparing in some cases by Ilya Dryomov · 4 years, 1 month ago
- a5cbd5f libceph, ceph: get and handle cluster maps with addrvecs by Ilya Dryomov · 4 years, 2 months ago
- 8921f25 libceph: factor out finish_auth() by Ilya Dryomov · 4 years, 2 months ago
- c1c0ce7 libceph: drop ac->ops->name field by Ilya Dryomov · 4 years, 2 months ago
- 59711f9 libceph: amend cephx init_protocol() and build_request() by Ilya Dryomov · 4 years, 2 months ago
- 285ea34 libceph, ceph: incorporate nautilus cephx changes by Ilya Dryomov · 4 years, 2 months ago
- 6610fff libceph: safer en/decoding of cephx requests and replies by Ilya Dryomov · 4 years, 3 months ago
- f79e25b libceph: more insight into ticket expiry and invalidation by Ilya Dryomov · 4 years, 1 month ago
- a56dd9b libceph: move msgr1 protocol specific fields to its own struct by Ilya Dryomov · 4 years, 2 months ago
- 2f71361 libceph: move msgr1 protocol implementation to its own file by Ilya Dryomov · 4 years, 2 months ago
- 566050e libceph: separate msgr1 protocol implementation by Ilya Dryomov · 4 years, 2 months ago
- 6503e0b libceph: export remaining protocol independent infrastructure by Ilya Dryomov · 4 years, 2 months ago
- 699921d libceph: export zero_page by Ilya Dryomov · 4 years, 2 months ago
- 3fefd43 libceph: rename and export con->flags bits by Ilya Dryomov · 4 years, 2 months ago
- 6d7f62b libceph: rename and export con->state states by Ilya Dryomov · 4 years, 2 months ago
- 30be780 libceph: make con->state an int by Ilya Dryomov · 4 years, 2 months ago
- 2f68738 libceph: don't export ceph_messenger_{init_fini}() to modules by Ilya Dryomov · 4 years, 2 months ago
- fd1a154 libceph: make sure our addr->port is zero and addr->nonce is non-zero by Ilya Dryomov · 4 years, 2 months ago
- 771294f libceph: factor out ceph_con_get_out_msg() by Ilya Dryomov · 4 years, 1 month ago
- fc4c128 libceph: change ceph_con_in_msg_alloc() to take hdr by Ilya Dryomov · 4 years, 1 month ago
- 8ee8abf libceph: change ceph_msg_data_cursor_init() to take cursor by Ilya Dryomov · 4 years, 2 months ago
- 0247192 libceph: handle discarding acked and requeued messages separately by Ilya Dryomov · 4 years, 3 months ago
- 5cd8da3 libceph: drop msg->ack_stamp field by Ilya Dryomov · 4 years, 3 months ago
- d3c1248 libceph: remove redundant session reset log message by Ilya Dryomov · 4 years, 2 months ago
- a3da057 libceph: clear con->peer_global_seq on RESETSESSION by Ilya Dryomov · 4 years, 2 months ago
- 5963c3d libceph: rename reset_connection() to ceph_con_reset_session() by Ilya Dryomov · 4 years, 2 months ago
- 3596f4c libceph: split protocol reset bits out of reset_connection() by Ilya Dryomov · 4 years, 2 months ago
- 90b6561 libceph: don't call reset_connection() on version/feature mismatches by Ilya Dryomov · 4 years, 2 months ago
- 418af5b libceph: lower exponential backoff delay by Ilya Dryomov · 4 years, 2 months ago
- b77f8f0e libceph: include middle_len in process_message() dout by Ilya Dryomov · 4 years, 2 months ago
- 28e1581 libceph: clear con->out_msg on Policy::stateful_server faults by Ilya Dryomov · 4 years, 3 months ago
- a9dfe31 libceph: format ceph_entity_addr nonces as unsigned by Ilya Dryomov · 4 years, 3 months ago
- 5a5036c libceph: move a dout in queue_con_delay() by Ilya Dryomov · 4 years, 3 months ago
- 1b05fae7 libceph: switch to the new "osd blocklist add" command by Ilya Dryomov · 4 years, 3 months ago
- 0b98acd libceph, rbd, ceph: "blacklist" -> "blocklist" by Ilya Dryomov · 4 years, 3 months ago
- 3986f9a libceph: multiple workspaces for CRUSH computations by Ilya Dryomov · 4 years, 4 months ago
- 40efc4d libceph: use sendpage_ok() in ceph_tcp_sendpage() by Coly Li · 4 years, 3 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 94f17c0 libceph: replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
- 042f649 libceph: just have osd_req_op_init() return a pointer by Jeff Layton · 4 years, 6 months ago
- 6e6f0f0 libceph: dump class and method names on method calls by Ilya Dryomov · 4 years, 6 months ago
- 5133ba8 libceph: use target_copy() in send_linger() by Ilya Dryomov · 4 years, 7 months ago
- 7ed286f libceph: don't omit used_replica in target_copy() by Ilya Dryomov · 4 years, 7 months ago
- 2f3fead libceph: don't omit recovery_deletes in target_copy() by Ilya Dryomov · 4 years, 7 months ago
- 22d2cfd libceph: move away from global osd_req_flags by Ilya Dryomov · 4 years, 7 months ago
- 95288a9 Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 7 months ago
- cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
- ed1f324 mm: remove map_vm_range by Christoph Hellwig · 4 years, 7 months ago
- d3798ac libceph: support for alloc hint flags by Ilya Dryomov · 4 years, 7 months ago
- 8ad44d5 libceph: read_from_replica option by Ilya Dryomov · 4 years, 7 months ago
- 117d96a libceph: support for balanced and localized reads by Ilya Dryomov · 4 years, 7 months ago
- 45e6aa9 libceph: crush_location infrastructure by Ilya Dryomov · 4 years, 7 months ago
- 86403a9 libceph: decode CRUSH device/bucket types and names by Ilya Dryomov · 4 years, 7 months ago
- 8a4b863 libceph: add non-asserting rbtree insertion helper by Ilya Dryomov · 4 years, 7 months ago
- 97e27aa ceph: add read/write latency metric support by Xiubo Li · 4 years, 9 months ago
- 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- 12abc5e tcp: add tcp_sock_set_nodelay by Christoph Hellwig · 4 years, 7 months ago
- 890bd0f libceph: ignore pool overlay and cache logic on redirects by Jerry Lee · 4 years, 7 months ago
- 9dfe136 docs: networking: convert dns_resolver.txt to ReST by Mauro Carvalho Chehab · 4 years, 8 months ago
- bb0e681 libceph: directly skip to the end of redirect reply by Ilya Dryomov · 5 years ago
- 4d8b8fb libceph: simplify ceph_monc_handle_map() by Ilya Dryomov · 4 years, 10 months ago
- 5107d7d ceph: move ceph_osdc_{read,write}pages to ceph.ko by Xiubo Li · 5 years ago
- 072eaf3 libceph: drop CEPH_DEFINE_SHOW_FUNC by Ilya Dryomov · 5 years ago
- e886274 libceph: fix alloc_msg_with_page_vector() memory leaks by Ilya Dryomov · 4 years, 10 months ago
- 7614209 ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL by Ilya Dryomov · 4 years, 10 months ago
- c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 11 months ago
- d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
- 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
- c80c98f ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_log by Al Viro · 5 years ago
- 7f5d381 new primitive: __fs_parse() by Al Viro · 5 years ago
- 2c3f3dc switch rbd and libceph to p_log-based primitives by Al Viro · 5 years ago
- 2710c957a fs_parse: get rid of ->enums by Al Viro · 5 years ago
- 24604f7 ceph: move net/ceph/ceph_fs.c to fs/ceph/util.c by Jeff Layton · 5 years ago
- 78beb0f ceph: use copy-from2 op in copy_file_range by Luis Henriques · 5 years ago
- 82995cc libceph, rbd, ceph: convert to use the new mount API by David Howells · 6 years ago