summaryrefslogtreecommitdiff
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
...
| * libceph: separate msgr1 protocol implementationIlya Dryomov2020-12-141-50/+88
| * libceph: export remaining protocol independent infrastructureIlya Dryomov2020-12-141-82/+75
| * libceph: export zero_pageIlya Dryomov2020-12-141-8/+9
| * libceph: rename and export con->flags bitsIlya Dryomov2020-12-141-43/+34
| * libceph: rename and export con->state statesIlya Dryomov2020-12-141-51/+39
| * libceph: make con->state an intIlya Dryomov2020-12-141-10/+6
| * libceph: don't export ceph_messenger_{init_fini}() to modulesIlya Dryomov2020-12-141-2/+0
| * libceph: make sure our addr->port is zero and addr->nonce is non-zeroIlya Dryomov2020-12-141-10/+17
| * libceph: factor out ceph_con_get_out_msg()Ilya Dryomov2020-12-141-20/+39
| * libceph: change ceph_con_in_msg_alloc() to take hdrIlya Dryomov2020-12-141-5/+6
| * libceph: change ceph_msg_data_cursor_init() to take cursorIlya Dryomov2020-12-141-4/+3
| * libceph: handle discarding acked and requeued messages separatelyIlya Dryomov2020-12-141-20/+54
| * libceph: drop msg->ack_stamp fieldIlya Dryomov2020-12-141-1/+0
| * libceph: remove redundant session reset log messageIlya Dryomov2020-12-141-4/+3
| * libceph: clear con->peer_global_seq on RESETSESSIONIlya Dryomov2020-12-141-3/+3
| * libceph: rename reset_connection() to ceph_con_reset_session()Ilya Dryomov2020-12-141-6/+4
| * libceph: split protocol reset bits out of reset_connection()Ilya Dryomov2020-12-141-26/+24
| * libceph: don't call reset_connection() on version/feature mismatchesIlya Dryomov2020-12-141-3/+0
| * libceph: lower exponential backoff delayIlya Dryomov2020-12-141-3/+9
| * libceph: include middle_len in process_message() doutIlya Dryomov2020-12-141-1/+2
|/
* libceph: clear con->out_msg on Policy::stateful_server faultsIlya Dryomov2020-10-121-0/+5
* libceph: format ceph_entity_addr nonces as unsignedIlya Dryomov2020-10-121-3/+3
* libceph: move a dout in queue_con_delay()Ilya Dryomov2020-10-121-1/+1
* libceph: switch to the new "osd blocklist add" commandIlya Dryomov2020-10-121-15/+52
* libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov2020-10-121-4/+4
* libceph: multiple workspaces for CRUSH computationsIlya Dryomov2020-10-121-15/+151
* libceph: use sendpage_ok() in ceph_tcp_sendpage()Coly Li2020-10-021-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-235-16/+16
* libceph: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-034-4/+4
* libceph: just have osd_req_op_init() return a pointerJeff Layton2020-08-031-23/+16
* libceph: dump class and method names on method callsIlya Dryomov2020-08-031-0/+3
* libceph: use target_copy() in send_linger()Ilya Dryomov2020-08-031-3/+1
* libceph: don't omit used_replica in target_copy()Ilya Dryomov2020-06-161-0/+1
* libceph: don't omit recovery_deletes in target_copy()Ilya Dryomov2020-06-161-0/+1
* libceph: move away from global osd_req_flagsIlya Dryomov2020-06-162-13/+8
* Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-06-085-60/+490
|\
| * libceph: support for alloc hint flagsIlya Dryomov2020-06-011-1/+7
| * libceph: read_from_replica optionIlya Dryomov2020-06-012-1/+43
| * libceph: support for balanced and localized readsIlya Dryomov2020-06-013-6/+189
| * libceph: crush_location infrastructureIlya Dryomov2020-06-012-0/+152
| * libceph: decode CRUSH device/bucket types and namesIlya Dryomov2020-06-012-3/+85
| * libceph: add non-asserting rbtree insertion helperIlya Dryomov2020-06-011-49/+11
| * ceph: add read/write latency metric supportXiubo Li2020-06-011-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-032-10/+3
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-1/+3
| |\ \ | | |/
| * | tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-281-9/+2
| * | docs: networking: convert dns_resolver.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* | | mm: remove map_vm_rangeChristoph Hellwig2020-06-021-2/+1
| |/ |/|
* | libceph: ignore pool overlay and cache logic on redirectsJerry Lee2020-05-271-1/+3
|/
* libceph: directly skip to the end of redirect replyIlya Dryomov2020-03-301-3/+0