Distributed Replicated Block Device (DRBD) development
 help / color / mirror / Atom feed
[PATCH] drbd: clean up UAPI headers
 2026-05-13 13:54 UTC  (2+ messages)

[PATCH] MAINTAINERS: use new drbd-dev mailing list
 2026-05-13  6:55 UTC 

[PATCH v3 0/2] drbd: switch from genl_magic to YNL
 2026-05-09 13:58 UTC  (5+ messages)
` [PATCH v3 1/2] drbd: move UAPI headers to include/uapi/linux/
` [PATCH v3 2/2] drbd: replace genl_magic with explicit netlink serialization

[PATCH v2 0/2] drbd: switch from genl_magic to YNL
 2026-05-06 12:44 UTC  (4+ messages)
` [PATCH v2 1/2] drbd: move UAPI headers to include/uapi/linux/
` [PATCH v2 2/2] drbd: replace genl_magic with explicit netlink serialization

[PATCH 0/4] drbd: switch from genl_magic to YNL
 2026-05-05  1:02 UTC  (13+ messages)
` [PATCH 1/4] drbd: move UAPI headers to include/uapi/linux/
` [PATCH 2/4] tools: ynl-gen-c: optionally emit structs and helpers
` [PATCH 3/4] drbd: add YNL genetlink specification
` [PATCH 4/4] drbd: switch from genl_magic macros to YNL-generated code

[PATCH] drbd: serialize UUID snapshot in drbd_md_write()
 2026-05-04  3:25 UTC 

[PATCH 00/20] DRBD 9 rework
 2026-04-10  1:14 UTC  (33+ messages)
` [PATCH 01/20] drbd: mark as BROKEN during "
` [PATCH 02/20] drbd: extend wire protocol definitions for DRBD 9
` [PATCH 03/20] drbd: introduce DRBD 9 on-disk metadata format
` [PATCH 04/20] drbd: add transport layer abstraction
` [PATCH 05/20] drbd: add TCP transport implementation
` [PATCH 06/20] drbd: add RDMA "
` [PATCH 07/20] drbd: add load-balancing TCP transport
` [PATCH 08/20] drbd: add DAX/PMEM support for metadata access
` [PATCH 09/20] drbd: add optional compatibility layer for DRBD 8.4
` [PATCH 10/20] drbd: rename drbd_worker.c to drbd_sender.c
` [PATCH 11/20] drbd: rework sender for DRBD 9 multi-peer
` [PATCH 12/20] drbd: replace per-device state model with multi-peer data structures
` [PATCH 13/20] drbd: rewrite state machine for DRBD 9 multi-peer clusters
` [PATCH 14/20] drbd: rework activity log and bitmap for multi-peer replication
` [PATCH 15/20] drbd: rework request processing for DRBD 9 multi-peer IO
` [PATCH 16/20] drbd: rework module core for DRBD 9 transport and multi-peer
` [PATCH 17/20] drbd: rework receiver for DRBD 9 transport and multi-peer protocol
` [PATCH 18/20] drbd: rework netlink management interface for DRBD 9
` [PATCH 19/20] drbd: update monitoring interfaces for multi-peer topology
` [PATCH 20/20] drbd: remove BROKEN for DRBD

[PATCH v3] drbd: use get_random_u64() where appropriate
 2026-04-07 12:27 UTC  (3+ messages)

[PATCH] drbd: remove DRBD_GENLA_F_MANDATORY flag handling
 2026-04-07  2:22 UTC  (2+ messages)

[PATCH 0/4] drbd: A few bug fixes
 2026-03-26 14:26 UTC  (7+ messages)
` [PATCH 1/4] drbd: Fix out-of-bounds access
` [PATCH 2/4] drbd: Fix variable dereference before check
` [PATCH 3/4] drbd: Add missing error code in drbd_main.c
` [PATCH 4/4] drbd: Add check for error pointer

[PATCH] drbd: use genl pre_doit/post_doit
 2026-03-25 13:11 UTC  (2+ messages)

[PATCH 1/2] drbd: fix rdma dependency
 2026-03-18 21:20 UTC  (7+ messages)
` [PATCH 2/2] drbd: select CONFIG_NET_HANDSHAKE

[PATCH][next] drbd: Fix typos: "receive_peer_dagatg" -> "receive_peer_dagtag"
 2026-03-18 21:20 UTC  (4+ messages)

[PATCH 0/4] simple bio cleanups
 2026-03-13 14:35 UTC  (14+ messages)
` [PATCH 1/4] block: consecutive blk_status_t error codes
` [PATCH 2/4] block: get rid of blk_status_to_{errno, str} inconsistency
  ` [PATCH 2/4] block: get rid of blk_status_to_{errno,str} inconsistency
` [PATCH 3/4] bio: rename bio_chain arguments
` [PATCH 4/4] bio: use bio_io_error more often

[PATCH] drbd: fix pointer cast spacing
 2026-03-11 16:49 UTC  (2+ messages)

[PATCH] drbd: fix null-pointer dereference on local read error
 2026-02-20 14:09 UTC  (2+ messages)

[PATCH] drbd: Replace deprecated strcpy with strscpy
 2026-02-19 15:22 UTC  (2+ messages)

[PATCH] drbd: fix "LOGIC BUG" in drbd_al_begin_io_nonblock()
 2026-02-19 15:22 UTC  (2+ messages)

[PATCH] drbd: fix a null-pointer dereference when the request event in drbd_request_endio() is READ_COMPLETED_WITH_ERROR
 2026-02-19 14:53 UTC 

[PATCH] drbd: always set BLK_FEAT_STABLE_WRITES
 2026-02-13  6:05 UTC  (5+ messages)

[PATCH] drbd: Make sure update P_PEERS_IN_SYNC before resync_finished
 2025-12-29  8:30 UTC 

[PATCH v3] drbd: Send P_PEERS_IN_SYNC only within the resync range in resync progress
 2025-12-23 15:31 UTC  (2+ messages)

[PATCH v2] drbd: only send P_PEERS_IN_SYNC for up to 4 MiB in resync progress
 2025-12-23 11:15 UTC  (4+ messages)

[PATCH] drbd: only send P_PEERS_IN_SYNC for up to 4 MiB in resync progress
 2025-12-12  8:55 UTC 

[PATCH 1/4] rdma: Reduce the load of the drbd_receive thread
 2025-12-06  8:12 UTC  (4+ messages)
` [PATCH 2/4] rdma: Put kref in dtr_remap_tx_desc error
` [PATCH 3/4] rdma: When the post send fails, change the connection state to C_NETWORK_FAILURE
` [PATCH 4/4] rdma: Limit tx_descs_posted to prevent ib_post_send() failure

[PATCH] drbd: turn bitmap I/O comments into regular block comments
 2025-11-18 15:38 UTC  (3+ messages)

[PATCH] compat: make block_device_operations tests grsec compatible
 2025-11-18 10:50 UTC  (2+ messages)

[PATCH] drbd: add missing kernel-doc for peer_device parameter
 2025-11-18  9:09 UTC  (3+ messages)

[PATCH] drbd: replace kmap() with kmap_local_page() in receiver path
 2025-11-03 15:16 UTC  (2+ messages)

[RFC PATCH 0/3] Introduce per-cgroup compression priority
 2025-10-30 11:32 UTC  (10+ messages)
` [RFC PATCH 1/3] mm/memcontrol: "
` [RFC PATCH 2/3] zram: Zram supports "
` [RFC PATCH 3/3] Doc: Update documentation for "

[PATCH] docs: nbd: update default value for ndb max_part to '16'
 2025-10-21 13:28 UTC 

[bug-report] NULL pointer dereference in __drbd_change_sync()
 2025-10-01 10:26 UTC 

[PATCH v2 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
 2025-09-17 14:21 UTC  (10+ messages)
` [PATCH v2 1/2] md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter
` [PATCH v2 2/2] drbd: "
` (subset) [PATCH v2 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers

[PATCH 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
 2025-09-10  9:01 UTC  (12+ messages)
` [PATCH 2/2] drbd: init queue_limits->max_hw_wzeroes_unmap_sectors parameter
` [PATCH 1/2] md: "

[PATCH] drbd: fix "seperate"->"separate"
 2025-09-02  7:12 UTC 

[PATCH] drbd: Fix the seq_num conversion error in got_OVResult()
 2025-08-19  6:34 UTC  (2+ messages)

[PATCH v3] DRBD: replace strcpy with strscpy
 2025-08-13 22:54 UTC 

[PATCH] Docs: admin-guide: Correct spelling mistake
 2025-08-13 12:32 UTC  (4+ messages)

[PATCH] drbd: Remove redundant semicolons
 2025-08-13  9:41 UTC 

[PATCH] drbd: Remove the open-coded page pool
 2025-08-11 14:01 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 7/9] drbd: add missing kref_get in handle_write_conflicts
 2025-08-03 21:23 UTC 

[PATCH AUTOSEL 6.15 20/34] drbd: add missing kref_get in handle_write_conflicts
 2025-08-03 21:18 UTC 

[PATCH AUTOSEL 6.12 18/31] drbd: add missing kref_get in handle_write_conflicts
 2025-08-03 21:19 UTC 

[PATCH AUTOSEL 5.15 08/15] drbd: add missing kref_get in handle_write_conflicts
 2025-08-03 21:21 UTC 

[PATCH AUTOSEL 5.10 07/11] drbd: add missing kref_get in handle_write_conflicts
 2025-08-03 21:22 UTC 

[PATCH AUTOSEL 6.16 21/35] drbd: add missing kref_get in handle_write_conflicts
 2025-08-03 21:17 UTC 

[PATCH AUTOSEL 6.6 13/23] drbd: add missing kref_get in handle_write_conflicts
 2025-08-03 21:20 UTC 

[PATCH AUTOSEL 6.1 08/16] drbd: add missing kref_get in handle_write_conflicts
 2025-08-03 21:21 UTC 

[PATCH 1/3] rdma: Fix kernel crash in dtr_create_rx_desc()
 2025-08-01  2:59 UTC  (7+ messages)
` [PATCH 2/3] drbd: Fix kernel crash in drbd_find_path_by_addr()
` [PATCH 3/3] rdma: Get drbd_path->kref when get drbd_path by addr
  ` Re:Re: [PATCH 1/3] rdma: Fix kernel crash in dtr_create_rx_desc()

[PATCH 1/3] rdma: Fix memory leak in error path
 2025-07-31  2:26 UTC  (5+ messages)
` [PATCH 2/3] rdma: ratelimit error log

[PATCH v2] rdma: Modify rdma_conn_param.rnr_retry to 7
 2025-07-30 14:23 UTC  (2+ messages)

[PATCH] drbd: Fix kernel hangs issue
 2025-07-30 14:15 UTC  (4+ messages)
`  "

[PATCH] DRBD: replace strcpy with strscpy
 2025-07-27 19:00 UTC  (3+ messages)
` [PATCH v2] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox