[PATCH] rbd: fix null-ptr-deref when device_add_disk() fails
2026-04-19 9:03 UTC
[PATCH v2 0/2] nullblk: use lock guards
2026-04-19 5:10 UTC (3+ messages)
` [PATCH v2 1/2] nullblk: main: "
` [PATCH v2 2/2] nullblk: zoned: "
[PATCH v4 0/2] blk-mq: introduce tag starvation observability
2026-04-19 2:30 UTC (3+ messages)
` [PATCH v4 1/2] blk-mq: add tracepoint block_rq_tag_wait
` [PATCH v4 2/2] blk-mq: expose tag starvation counts via debugfs
[PATCH 0/2] nullblk: use lock guards
2026-04-18 13:58 UTC (4+ messages)
` [PATCH 1/2] nullblk: main: "
` [PATCH 2/2] nullblk: zoned: "
[PATCH v2] floppy: annotate data-races around command_status and floppy_work_fn
2026-04-18 10:56 UTC (2+ messages)
[PATCH 4/4] drbd: switch from genl_magic macros to YNL-generated code
2026-04-18 4:36 UTC (2+ messages)
[PATCH v3 0/2] blk-mq: introduce tag starvation observability
2026-04-18 2:29 UTC (6+ messages)
` [PATCH v3 2/2] blk-mq: expose tag starvation counts via debugfs
[syzbot] [block?] general protection fault in lo_rw_aio
2026-04-18 0:02 UTC
[RFC PATCH] zram: support asynchronous GC for lazy slot freeing
2026-04-17 21:59 UTC (6+ messages)
[PATCH v2 0/2] block: fix pgmap handling for zone device pages in bio merge paths
2026-04-17 20:39 UTC (4+ messages)
` [PATCH v2 2/2] block: relax pgmap check in bio_add_page for compatible zone device pages
[PATCH v2] floppy: fix reference leak on platform_device_register() failure
2026-04-17 20:39 UTC (2+ messages)
[PATCH V3] ublk: use unchecked copy helpers for bio page data
2026-04-17 20:39 UTC (2+ messages)
[PATCH v2] t10-pi: reduce ref tag code duplication
2026-04-17 20:39 UTC (7+ messages)
[PATCH v11 00/13] blk: honor isolcpus configuration
2026-04-17 18:06 UTC (17+ messages)
` [PATCH v11 01/13] scsi: aacraid: use block layer helpers to calculate num of queues
` [PATCH v11 02/13] lib/group_cpus: remove dead !SMP code
` [PATCH v11 03/13] lib/group_cpus: Add group_mask_cpus_evenly()
` [PATCH v11 04/13] genirq/affinity: Add cpumask to struct irq_affinity
` [PATCH v11 05/13] blk-mq: add blk_mq_{online|possible}_queue_affinity
` [PATCH v11 06/13] nvme-pci: use block layer helpers to constrain queue affinity
` [PATCH v11 07/13] scsi: Use "
` [PATCH v11 08/13] virtio: blk/scsi: use "
` [PATCH v11 09/13] isolation: Introduce io_queue isolcpus type
` [PATCH v11 10/13] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
` [PATCH v11 11/13] blk-mq: prevent offlining hk CPUs with associated online isolated CPUs
` [PATCH v11 12/13] genirq/affinity: Restrict managed IRQ affinity to housekeeping CPUs
` [PATCH v11 13/13] docs: add io_queue flag to isolcpus
[PATCH 1/2] Revert "nvmet-tcp: Don't free SQ on authentication success"
2026-04-17 16:58 UTC (6+ messages)
` [PATCH 2/2] nvmet-tcp: Don't clear tls_key when freeing sq
[PATCH] block: fix deadlock between blk_mq_freeze_queue and blk_mq_dispatch_list
2026-04-17 15:15 UTC (2+ messages)
[PATCH v3 0/6] block: fix integrity offset/length conversions
2026-04-17 15:10 UTC (9+ messages)
` [PATCH v3 1/6] block: use integrity interval instead of sector as seed
` [PATCH v3 2/6] bio-integrity-fs: pass data iter to bio_integrity_verify()
` [PATCH v3 3/6] blk-integrity: take u64 in bio_integrity_intervals()
` [PATCH v3 4/6] bio-integrity-fs: use integrity interval instead of sector as seed
` [PATCH v3 5/6] t10-pi: use bio_integrity_intervals() helper
` [PATCH v3 6/6] blk-integrity: avoid sector_t in bip_{get,set}_seed()
[syzbot] [block?] INFO: task hung in queue_limits_commit_update_frozen
2026-04-17 13:36 UTC (2+ messages)
[PATCH blktests v2] nvme/068: add a test for multipath delayed removal
2026-04-17 12:36 UTC (2+ messages)
[PATCH v2 0/6] block: fix integrity offset/length conversions
2026-04-17 7:55 UTC (14+ messages)
` [PATCH v2 1/6] block: use integrity interval instead of sector as seed
` [PATCH v2 2/6] bio-integrity-fs: pass data iter to bio_integrity_verify()
` [PATCH v2 3/6] blk-integrity: take u64 in bio_integrity_intervals()
` [PATCH v2 4/6] bio-integrity-fs: use integrity interval instead of sector as seed
` [PATCH v2 5/6] t10-pi: use bio_integrity_intervals() helper
` [PATCH v2 6/6] blk-integrity: avoid sector_t in bip_{get,set}_seed()
[PATCH v6 00/43] btrfs: add fscrypt support
2026-04-17 6:17 UTC (13+ messages)
` [PATCH v6 24/43] btrfs: add extent encryption context tree item type
[PATCH blktests] nvme/068: add a test for multipath delayed removal
2026-04-17 2:22 UTC (7+ messages)
[PATCH] nvmet-tcp: Ensure old keys are freed before replacing new ones
2026-04-17 0:49 UTC (5+ messages)
fix /dev/sg allocation failures register
2026-04-16 15:07 UTC (8+ messages)
` [PATCH 1/2] sg: don't use GFP_ATOMIC in sg_start_req
` [PATCH 2/2] block: only restrict bio allocation gfp mask asked to block
[PATCH v10 00/13] blk: honor isolcpus configuration
2026-04-16 13:40 UTC (19+ messages)
` [PATCH v10 13/13] docs: add io_queue flag to isolcpus
[PATCH] zram: add accounting for incompressible pages
2026-04-16 13:20 UTC (3+ messages)
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-04-16 12:30 UTC (5+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 55/61] interconnect: "
[PATCH blktests 1/1] common/scsi_debug: use _patient_rmmod() to unload scsi_debug
2026-04-16 11:44 UTC (3+ messages)
[PATCH blktests] throtl/{002,003,007}, zbd/014: use _get_page_size to get PAGE_SIZE
2026-04-16 11:42 UTC
[REGRESSION][BISECTED] Spurious raid1 device failure triggered by qemu direct IO on 6.18+
2026-04-16 10:13 UTC (5+ messages)
blktests failures with v7.0 kernel
2026-04-16 6:39 UTC
zloop fixes
2026-04-15 20:03 UTC (15+ messages)
` [PATCH 1/6] zloop: fix write pointer calculation in zloop_forget_cache
` [PATCH 2/6] zloop: use vfs_truncate
` [PATCH 3/6] zloop: improve the unaligned write pointer warning
` [PATCH 4/6] zloop: set RQF_QUIET when completing requests on deleted devices
` [PATCH 5/6] zloop: factor out zloop_mark_{full,empty} helpers
` [PATCH 6/6] zloop: remove irq-safe locking
bio completion in task enhancements / experiments
2026-04-15 14:30 UTC (21+ messages)
` [PATCH 4/8] FOLD: block: change the defer in task context interface to be procedural
` [PATCH 8/8] RFC: use a TASK_FIFO kthread for read completion support
[PATCH] floppy: fix reference leak on platform_device_register() failure
2026-04-15 14:15 UTC (4+ messages)
[PATCH v2 00/10] ublk: add shared memory zero-copy support
2026-04-15 8:38 UTC (3+ messages)
[PATCH RFC v4 1/3] block: add BIO_COMPLETE_IN_TASK for task-context completion
2026-04-15 6:10 UTC (6+ messages)
[PATCH 0/7] ublk: followup fixes for SHMEM_ZC
2026-04-14 23:49 UTC (4+ messages)
` [PATCH 1/7] ublk: widen ublk_shmem_buf_reg.len to __u64 for 4GB buffer support
[PATCH 0/4] drbd: switch from genl_magic to YNL
2026-04-14 15:35 UTC (7+ messages)
` [PATCH 2/4] tools: ynl-gen-c: optionally emit structs and helpers
[PATCH 00/13] libmultipath: a generic multipath lib for block drivers
2026-04-14 13:10 UTC (10+ messages)
` [PATCH 03/13] libmultipath: Add path selection support
[PATCH] iov_iter: use kmemdup_array for dup_iter to harden against overflow
2026-04-14 9:46 UTC (3+ messages)
refactor submit_bio_wait and bio await helpers v3
2026-04-14 8:24 UTC (4+ messages)
` [PATCH 4/5] block: add a bio_submit_or_kill helper
[GIT PULL] Block changes for the 7.1 merge window
2026-04-14 0:30 UTC (2+ messages)
[PATCH v3 00/12] Enable lock context analysis
2026-04-13 20:03 UTC (10+ messages)
` [PATCH v3 02/12] block/bdev: Annotate the blk_holder_ops callback invocations
[bug report] blktests rnbd/001 hang on s390x server
2026-04-13 9:49 UTC (3+ messages)
[PATCH 00/20] DRBD 9 rework
2026-04-12 16:36 UTC (5+ messages)
` [PATCH 06/20] drbd: add RDMA transport implementation
[RFC PATCH 0/2] rust: block: add a borrowed blk-mq timeout callback
2026-04-11 22:47 UTC (4+ messages)
` "
` "
[RFC PATCH 0/2] rust: block: safely abstract the blk-mq poll callback
2026-04-11 10:33 UTC (2+ messages)
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox