Linux block layer
 help / color / mirror / Atom feed
 messages from 2026-05-14 09:37:01 to 2026-05-20 08:54:59 UTC [more...]

[syzbot] [block?] general protection fault in lo_rw_aio
 2026-05-20  8:54 UTC  (14+ messages)
  ` [PATCH] loop: Fix NULL pointer dereference by synchronizing lo_release and loop_queue_rq
          ` [PATCH v2] "

[PATCH] blk-mq: always take a queue reference in blk_mq_submit_bio
 2026-05-20  8:49 UTC 

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-05-20  8:30 UTC  (39+ messages)
` [PATCH v3 02/10] iov_iter: add iterator type for dmabuf maps
` [PATCH v3 03/10] block: move bvec init into __bio_clone
` [PATCH v3 04/10] block: introduce dma map backed bio type
` [PATCH v3 05/10] lib: add dmabuf token infrastructure
` [PATCH v3 06/10] block: forward create_dmabuf_token to drivers
` [PATCH v3 07/10] nvme-pci: implement dma_token backed requests

[PATCH] block: partitions: replace __get_free_page() with kmalloc()
 2026-05-20  8:15 UTC 

[PATCH] rust: add procedural macro for declaring configfs attributes
 2026-05-20  7:40 UTC 

[PATCH RFC 0/5] block: validate bios against queue limits in the entered context
 2026-05-20  7:27 UTC  (14+ messages)
` [PATCH RFC 1/5] blk-mq: fix status for unaligned bio
` [PATCH RFC 2/5] block: fix invalid zone append status
` [PATCH RFC 3/5] block: validate bio bounds in the queue entered context
` [PATCH RFC 4/5] block: move bio validation into __bio_split_to_limits
` [PATCH RFC 5/5] block, nvme: add failed_bio callback for multipath bio failover

[PATCH] blk-throttle: schedule parent dispatch in tg_flush_bios()
 2026-05-20  6:24 UTC 

[PATCH] block/loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-05-20  3:20 UTC  (7+ messages)

[PATCH v2 0/5] rust: use vertical import style and remove redundant imports
 2026-05-20  2:59 UTC  (11+ messages)
` [PATCH v2 1/5] rust: miscdevice: use vertical import style
` [PATCH v2 2/5] samples: rust_misc_device: "
` [PATCH v2 3/5] rust: miscdevice: remove redundant imports
` [PATCH v2 4/5] rust: block: mq: use vertical import style
` [PATCH v2 5/5] rust: block: mq: remove redundant imports and format

[PATCH V4 0/3] md/nvme: Enable PCI P2PDMA support for RAID0 and NVMe Multipath
 2026-05-20  0:11 UTC  (3+ messages)

Announcement: NVMe Live Migration Software Working Group
 2026-05-19 23:56 UTC 

[PATCH] drbd: remove unused drbd_nl_mcgrps[] array
 2026-05-19 20:51 UTC  (2+ messages)

[PATCH] nvme-multipath: set BIO_REMAPPED on bios remapped to per-path namespace disks
 2026-05-19 19:10 UTC  (6+ messages)

[PATCH v4] bio-integrity-fs: pass data iter to bio_integrity_verify()
 2026-05-19 17:55 UTC  (3+ messages)

[RFC PATCH v2 0/4] mm/zsmalloc: reduce zs_free() latency on swap release path
 2026-05-19 15:22 UTC  (9+ messages)

10x I/O await times in 6.12
 2026-05-19 13:31 UTC  (4+ messages)

[RFC] crypto: skcipher multi-data-unit requests for dm-crypt
 2026-05-19 12:00 UTC  (6+ messages)
` [PATCH 0/4] crypto: skcipher - per-tfm multi-data-unit batching
` [PATCH 1/4] crypto: skcipher - add per-tfm data_unit_size for batched requests
` [PATCH 2/4] crypto: xts - support multiple data units per request in template
` [PATCH 3/4] crypto: testmgr - exercise multi-data-unit path for skcipher
` [PATCH 4/4] dm crypt: batch all sectors of a bio per crypto request

[PATCH] sched: flush plug in schedule_preempt_disabled() to prevent deadlock
 2026-05-19 10:30 UTC  (10+ messages)

[PATCH] tracing/blktrace: Use sysfs_emit() for sysfs show callbacks
 2026-05-19  7:50 UTC 

[PATCHv2] blk-mq: check for stale cached request in blk_mq_submit_bio
 2026-05-19  6:47 UTC  (6+ messages)

[bug report] drbd: replace genl_magic with explicit netlink serialization
 2026-05-19  6:24 UTC 

[PATCH v13 0/8] blk: honor isolcpus configuration
 2026-05-19  2:50 UTC  (8+ messages)
` [PATCH v13 5/8] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
` [PATCH v13 6/8] blk-mq: prevent offlining hk CPUs with associated online isolated CPUs

[PATCH] blk-cgroup-rwstat: add missing DISCARD counter in blkg_rwstat_total()
 2026-05-19  1:08 UTC  (3+ messages)

[PATCH v2] cgroup/rstat: validate cpu before css_rstat_cpu() access
 2026-05-18 23:40 UTC  (4+ messages)

[PATCH RFC 1/2] nvme: downgrade WARN in nvme_setup_rw to pr_debug
 2026-05-18 22:41 UTC  (9+ messages)

[PATCH v2 05/21] Add a function to kmap one page of a multipage bio_vec
 2026-05-18 22:29 UTC  (3+ messages)
` [PATCH v2 06/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v2 07/21] iov_iter: Add a segmented queue of bio_vec[]

[PATCH blktests v2 0/3] introduce command trace feature
 2026-05-18 17:11 UTC  (5+ messages)
` [PATCH blktests v2 1/3] check: add --cmd-trace option
` [PATCH blktests v2 2/3] common/rc: add _set_attr() function to trace attribute writes
` [PATCH blktests v2 3/3] common/nvme, nvme/rc: use _set_attr() "

[PATCH v6 0/2] blk-mq: introduce tag starvation observability
 2026-05-18 13:31 UTC  (5+ messages)
` [PATCH v6 1/2] blk-mq: add tracepoint block_rq_tag_wait
` [PATCH v6 2/2] blk-mq: expose tag starvation counts via debugfs

[bug report] drbd: allow parallel promote/demote actions
 2026-05-18 13:10 UTC 

REQ_NOAIT cleanups
 2026-05-18 13:03 UTC  (10+ messages)
` [PATCH 1/2] direct-io: remove IOCB_NOWAIT support
` [PATCH 2/2] block: don't set BIO_QUIET for BLK_STS_AGAIN

[PATCH] iomap: don't make REQ_POLLED imply REQ_NOWAIT
 2026-05-18 12:23 UTC  (2+ messages)

[PATCH] block: fix pages array leak in bio_map_user_iov error path
 2026-05-18  8:31 UTC  (2+ messages)

[PATCH] block: fix dio leak on integrity metadata mapping failure
 2026-05-18  7:42 UTC 

[PATCH v6 0/4] block: enable RWF_DONTCACHE for block devices
 2026-05-18  6:49 UTC  (10+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure
` [PATCH v6 2/4] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` [PATCH v6 3/4] buffer: add dropbehind writeback support
` [PATCH v6 4/4] block: enable RWF_DONTCACHE for block devices

improve the swap_activate interface
 2026-05-18  5:29 UTC  (31+ messages)
` [PATCH 01/12] swap: remove the maxpages variable in sys_swapon
` [PATCH 02/12] swap: move boilerplate code into the core swap code
` [PATCH 03/12] swap,fs: move swapfile operations to struct file_operations
` [PATCH 04/12] swap: restrict to regular files or block devices
` [PATCH 05/12] swap: cleanup setup_swap_extents
` [PATCH 06/12] swap,block: move the block device swapon code into block/fops.c
` [PATCH 09/12] swap: push down setting sis->bdev into ->swap_activate
` [PATCH 10/12] swap: add a swap_activate_fs_ops helper
` [PATCH 11/12] swap: move struct swap_extent to swapfile.c
` [PATCH 12/12] swap: move swap_info_struct to mm/swap.h

[PATCH] blk-cgroup: defer blkcg css_put until blkg is unlinked from queue
 2026-05-18  1:09 UTC 

[REGRESSION] block: virtio-blk + LVM raid1 spurious sector-0 read failures on libaio/threads submit since 5ff3f74e145a ("block: simplify direct io validity check")
 2026-05-17 22:34 UTC  (3+ messages)

[PATCH v5 0/2] blk-mq: introduce tag starvation observability
 2026-05-17 21:11 UTC  (3+ messages)
` [PATCH v5 2/2] blk-mq: expose tag starvation counts via debugfs

[PATCH RESEND] n64cart: use strscpy in n64cart_probe
 2026-05-17 17:26 UTC 

[PATCH v2] nvme: don't WARN on I/O to a namespace revalidated to unusable metadata
 2026-05-17  5:36 UTC 

remove dead code and export
 2026-05-16 19:05 UTC  (7+ messages)
` [PATCH 1/5] block: remove zero_fill_bio_iter
` [PATCH 2/5] block: remove bio_copy_data_iter
` [PATCH 3/5] block: unexport blk_io_schedule
` [PATCH 4/5] block: unexport blk_status_to_str
` [PATCH 5/5] block: unexport bio_{set,check}_pages_dirty

[PATCH blktests 0/3] introduce command trace feature
 2026-05-16 12:11 UTC  (14+ messages)
` [PATCH blktests 1/3] check: add --cmd-trace option
` [PATCH blktests 2/3] common/rc: add _echo() function to trace sysfs attribute writes

[GIT PULL] Block fixes for 7.1-rc4
 2026-05-15 20:10 UTC  (2+ messages)

[PATCH] block: bio-integrity: fix memory leak in bio_integrity_map_user()
 2026-05-15 13:13 UTC  (2+ messages)

[PATCH 0/1] drbd: fix false positive resync throttling (in-tree 8.4)
 2026-05-15 12:30 UTC  (2+ messages)

[PATCH] blk-cgroup: Fix UAF in blkcg_activate_policy() by using blkg_tryget()
 2026-05-15 10:16 UTC  (2+ messages)

[PATCH blktests v3] nvme/068: add a test for multipath delayed removal
 2026-05-15  6:38 UTC  (2+ messages)

[PATCH blktests] nbd/rc: redirect nbd-server stderr
 2026-05-15  5:30 UTC 

fix block layer bounce buffering for block size > PAGE_SIZE v2
 2026-05-15  4:28 UTC  (4+ messages)

[PATCH v3] zram: fix use-after-free in zram_writeback_endio
 2026-05-14 22:02 UTC  (3+ messages)
` [PATCH] "

bio completion in task enhancements / experiments
 2026-05-14 18:30 UTC  (3+ messages)
` [PATCH 6/8] iomap: use bio_complete_in_task for buffered read errors

[RFC 1/2] virtio_blk: add fua write support
 2026-05-14 18:22 UTC  (3+ messages)
` [RFC PATCH v2] "

[PATCH v2] block/blk-iolatency: Add the processing flow of the chained bio in the QoS and define the related types to solve the problem of incorrect inflight processing in the QoS. The usage of the done_split_bio abstract function in the blk-iolatency project
 2026-05-14  9:59 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 7.2 0/2] ublk: optimize ublk_rq_has_data()
 2026-05-14  9:36 UTC  (3+ messages)
` [PATCH 7.2 2/2] "


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