- 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, 3 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, 4 months ago
- 0b98acd libceph, rbd, ceph: "blacklist" -> "blocklist" by Ilya Dryomov · 4 years, 4 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, 7 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, 8 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 · 5 years 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
- d8f544c libceph: drop unnecessary check from dispatch() in mon_client.c by Ilya Dryomov · 5 years ago
- cf73d88 libceph: use ceph_kvmalloc() for osdmap arrays by Ilya Dryomov · 5 years ago
- 10c1285 libceph: avoid a __vmalloc() deadlock in ceph_kvmalloc() by Ilya Dryomov · 5 years ago
- 8edf84b libceph: drop unused con parameter of calc_target() by Ilya Dryomov · 5 years ago
- 4766815 libceph: handle OSD op ceph_pagelist_append() errors by David Disseldorp · 5 years ago
- 2cef0ba libceph: add function that clears osd client's abort_err by Yan, Zheng · 5 years ago
- 120a75e libceph: add function that reset client's entity addr by Yan, Zheng · 5 years ago
- e8c9920 libceph: don't call crypto_free_sync_skcipher() on a NULL tfm by Jia-Ju Bai · 5 years ago
- a561372 libceph: fix PG split vs OSD (re)connect race by Ilya Dryomov · 5 years ago
- d9b9c89 Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
- f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
- 028db3e Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs" by Linus Torvalds · 5 years ago
- 0f75ef6 Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
- c84ca91 Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
- 22e8bd5 rbd: support for object-map and fast-diff by Ilya Dryomov · 6 years ago
- 4cf3e6d libceph: export osd_req_op_data() macro by Ilya Dryomov · 6 years ago
- 68ada91 libceph: change ceph_osdc_call() to take page vector for response by Ilya Dryomov · 6 years ago
- 94e8577 libceph: rename r_unsafe_item to r_private_item by Ilya Dryomov · 5 years ago
- 2c66de5 libceph: rename ceph_encode_addr to ceph_encode_banner_addr by Jeff Layton · 6 years ago
- d3c3c0a libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONE by Jeff Layton · 6 years ago