Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756369AbbHDM5L (ORCPT ); Tue, 4 Aug 2015 08:57:11 -0400 Received: from zimbra13.linbit.com ([212.69.166.240]:48376 "EHLO zimbra13.linbit.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756255AbbHDM5E (ORCPT ); Tue, 4 Aug 2015 08:57:04 -0400 From: Philipp Reisner To: linux-kernel@vger.kernel.org, Jens Axboe Cc: drbd-dev@lists.linbit.com Subject: [PATCH 00/19] RFC DRBD updates for the 4.3 merge window (part II) Date: Tue, 4 Aug 2015 14:56:24 +0200 Message-Id: <1438693003-17554-1-git-send-email-philipp.reisner@linbit.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2543 Lines: 66 Hi, these patches are intended for the 4.3 merge window. The first two patches split on of kernel threads (drbd_asender) into one that mainly receives packets on the control connection, and a workqueue that only sends packets on the control connection. All the other patches are self-contained fixes or minor improvements described in the commit message. Lars Ellenberg (13): drbd: prevent NULL pointer deref when resuming diskless primary drbd: debugfs: expose ed_data_gen_id drbd: use resource name in workqueue drbd: avoid redefinition of BITS_PER_PAGE drbd: use bitmap_weight() helper, don't open code drbd: fix spurious alert level printk drbd: fix queue limit setup for discard drbd: make drbd known to lsblk: use bd_link_disk_holder drbd: don't block forever in disconnect during resync if fencing=r-a-stonith drbd: fix "endless" transfer log walk in protocol A drbd: separate out __al_write_transaction helper function drbd: avoid potential deadlock during handshake drbd: fix error path during resize Oleg Drokin (1): drbd: fix memory leak in drbd_adm_resize Philipp Reisner (3): drbd: Rename asender to ack_receiver drbd: Create a dedicated workqueue for sending acks on the control connection drbd: make suspend_io() / resume_io() must be thread and recursion safe Roland Kammerer (2): lru_cache: Converted lc_seq_printf_status to return void MAINTAINERS: Updated information for DRBD DRIVER MAINTAINERS | 11 +- drivers/block/drbd/drbd_actlog.c | 323 +++++++++++++++++++------------------ drivers/block/drbd/drbd_bitmap.c | 22 ++- drivers/block/drbd/drbd_debugfs.c | 10 ++ drivers/block/drbd/drbd_int.h | 40 ++--- drivers/block/drbd/drbd_main.c | 48 ++---- drivers/block/drbd/drbd_nl.c | 285 +++++++++++++++++++++----------- drivers/block/drbd/drbd_protocol.h | 2 +- drivers/block/drbd/drbd_receiver.c | 212 +++++++++++++----------- drivers/block/drbd/drbd_req.c | 4 +- drivers/block/drbd/drbd_state.c | 2 +- drivers/block/drbd/drbd_worker.c | 10 +- include/linux/drbd.h | 2 +- include/linux/lru_cache.h | 2 +- lib/lru_cache.c | 4 +- 15 files changed, 560 insertions(+), 417 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/