linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-08 23:01:10 to 2025-11-12 10:39:34 UTC [more...]

[PATCHv5 0/5] block: restructure elevator switch path and fix a lockdep splat
 2025-11-12 10:38 UTC  (9+ messages)
` [PATCHv5 1/5] block: unify elevator tags and type xarrays into struct elv_change_ctx
` [PATCHv5 2/5] block: move elevator tags into struct elevator_resources
` [PATCHv5 3/5] block: introduce alloc_sched_data and free_sched_data elevator methods
` [PATCHv5 4/5] block: use {alloc|free}_sched data methods
` [PATCHv5 5/5] block: define alloc_sched_data and free_sched_data methods for kyber

[PATCH V3 00/27] ublk: add UBLK_F_BATCH_IO
 2025-11-12  9:38 UTC  (28+ messages)
` [PATCH V3 01/27] kfifo: add kfifo_alloc_node() helper for NUMA awareness
` [PATCH V3 02/27] ublk: add parameter `struct io_uring_cmd *` to ublk_prep_auto_buf_reg()
` [PATCH V3 03/27] ublk: add `union ublk_io_buf` with improved naming
` [PATCH V3 04/27] ublk: refactor auto buffer register in ublk_dispatch_req()
` [PATCH V3 05/27] ublk: pass const pointer to ublk_queue_is_zoned()
` [PATCH V3 06/27] ublk: add helper of __ublk_fetch()
` [PATCH V3 07/27] ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IO
` [PATCH V3 08/27] ublk: prepare for not tracking task context for command batch
` [PATCH V3 09/27] ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V3 10/27] ublk: handle UBLK_U_IO_PREP_IO_CMDS
` [PATCH V3 11/27] ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V3 12/27] ublk: add io events fifo structure
` [PATCH V3 13/27] ublk: add batch I/O dispatch infrastructure
` [PATCH V3 14/27] ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processing
` [PATCH V3 15/27] ublk: abort requests filled in event kfifo
` [PATCH V3 16/27] ublk: add new feature UBLK_F_BATCH_IO
` [PATCH V3 17/27] ublk: document "
` [PATCH V3 18/27] ublk: implement batch request completion via blk_mq_end_request_batch()
` [PATCH V3 19/27] selftests: ublk: fix user_data truncation for tgt_data >= 256
` [PATCH V3 20/27] selftests: ublk: replace assert() with ublk_assert()
` [PATCH V3 21/27] selftests: ublk: add ublk_io_buf_idx() for returning io buffer index
` [PATCH V3 22/27] selftests: ublk: add batch buffer management infrastructure
` [PATCH V3 23/27] selftests: ublk: handle UBLK_U_IO_PREP_IO_CMDS
` [PATCH V3 24/27] selftests: ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V3 25/27] selftests: ublk: handle UBLK_U_IO_FETCH_IO_CMDS
` [PATCH V3 26/27] selftests: ublk: add --batch/-b for enabling F_BATCH_IO
` [PATCH V3 27/27] selftests: ublk: support arbitrary threads/queues combination

[bug report] BUG: kernel NULL pointer dereference, address: 0000000000000050
 2025-11-12  9:33 UTC  (2+ messages)

[linux-next:master] [block] ec7f31b2a2: BUG:unable_to_handle_page_fault_for_address
 2025-11-12  9:33 UTC  (3+ messages)
` poison_element vs highmem, was "

[PATCH v2 0/3] Refactor blk_zone_wplug_handle_write()
 2025-11-12  8:36 UTC  (6+ messages)
` [PATCH v2 1/3] blk-zoned: Fix a typo in a source code comment
` [PATCH v2 2/3] blk-zoned: Document disk_zone_wplug_schedule_bio_work() locking
` [PATCH v2 3/3] blk-zoned: Move code from disk_zone_wplug_add_bio() into its caller

[PATCH v3] zram: Implement multi-page write-back
 2025-11-12  6:57 UTC  (7+ messages)
` [PATCH v4] "

fall back from direct to buffered I/O when stable writes are required
 2025-11-12  7:13 UTC  (7+ messages)
` [PATCH 1/4] fs: replace FOP_DIO_PARALLEL_WRITE with a fmode bits
` [PATCH 4/4] xfs: fallback to buffered I/O for direct I/O when stable writes are required

[PATCH V2] blk-mq: add blk_rq_nr_bvec() helper
 2025-11-12  5:02 UTC  (5+ messages)

[PATCH RESEND] lib/group_cpus: make group CPU cluster aware
 2025-11-12  3:02 UTC  (5+ messages)

[PATCH] Revert "null_blk: allow byte aligned memory offsets"
 2025-11-12  2:15 UTC  (4+ messages)

[PATCH] io_uring/rsrc: don't use blk_rq_nr_phys_segments() as number of bvecs
 2025-11-12  1:59 UTC  (5+ messages)

[QUESTION] Debugging some file data corruption
 2025-11-11 21:02 UTC  (2+ messages)

[PATCH 0/4] Zoned block device code refactoring
 2025-11-11 20:51 UTC  (17+ messages)
` [PATCH 1/4] blk-zoned: Fix a typo in a source code comment
` [PATCH 2/4] blk-zoned: Document disk_zone_wplug_schedule_bio_work() locking
` [PATCH 3/4] blk-zoned: Split an if-statement
` [PATCH 4/4] blk-zoned: Move code from disk_zone_wplug_add_bio() into its caller

[PATCH v5] block: Remove queue freezing from several sysfs store callbacks
 2025-11-11 19:52 UTC  (4+ messages)

[PATCH] blk-mq: add blk_rq_nr_bvec() helper
 2025-11-11 19:04 UTC  (2+ messages)

[PATCH] block: add lockdep to queue_limits_commit_update()
 2025-11-11 19:00 UTC  (5+ messages)

[PATCH 0/2] use blk_rq_nr_phys_segments() instead of iterating bvecs
 2025-11-11 18:19 UTC  (10+ messages)
` [PATCH 1/2] loop: "
` [PATCH 2/2] zloop: "

linux-block/for-next nvme_trtype=tcp blktest nvme/005
 2025-11-11 18:16 UTC 

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_startstop
 2025-11-11 16:43 UTC 

[PATCH] block: fix merging data-less bios
 2025-11-11 16:26 UTC  (7+ messages)

[PATCH blktests 1/2] common/rc: add _have_kernel_options helper function
 2025-11-11 16:15 UTC  (3+ messages)

[PATCH] blk-mq-dma: fix kernel-doc function name for integrity DMA iterator
 2025-11-11 16:01 UTC  (4+ messages)

[PATCH] ublk: return unsigned from ublk_{,un}map_io()
 2025-11-11 14:59 UTC  (2+ messages)

[PATCH] ublk: remove unnecessary checks in ublk_check_and_get_req()
 2025-11-11 14:59 UTC  (4+ messages)

[PATCH] nbd: defer config unlock in nbd_genl_connect
 2025-11-11 14:55 UTC  (3+ messages)

[PATCHv3] blk-integrity: support arbitrary buffer alignment
 2025-11-11 14:14 UTC  (4+ messages)

[PATCHv5 0/2] block, nvme: removing virtual boundary mask reliance
 2025-11-11 14:03 UTC  (13+ messages)
` [PATCHv5 1/2] block: accumulate memory segment gaps per bio

[GIT PULL] md-6.19-20251111
 2025-11-11 14:02 UTC  (2+ messages)

[PATCHv4 0/5] block: restructure elevator switch path and fix a lockdep splat
 2025-11-11 12:00 UTC  (18+ messages)
` [PATCHv4 1/5] block: unify elevator tags and type xarrays into struct elv_change_ctx
` [PATCHv4 2/5] block: move elevator tags into struct elevator_resources
` [PATCHv4 3/5] block: introduce alloc_sched_data and free_sched_data elevator methods
` [PATCHv4 4/5] block: use {alloc|free}_sched data methods
` [PATCHv4 5/5] block: define alloc_sched_data and free_sched_data methods for kyber

[PATCH v8 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-11  9:57 UTC  (12+ messages)
` [PATCH v8 01/11] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v8 02/11] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v8 03/11] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v8 04/11] PCI/P2PDMA: Provide an access to pci_p2pdma_map_type() function
` [PATCH v8 05/11] PCI/P2PDMA: Document DMABUF model
` [PATCH v8 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
` [PATCH v8 07/11] vfio: Export vfio device get and put registration helpers
` [PATCH v8 08/11] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v8 09/11] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v8 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v8 11/11] vfio/nvgrace: Support get_dmabuf_phys

[PATCH] bdev: add hint prints in sb_set_blocksize() for LBS dependency on THP
 2025-11-11  9:43 UTC  (4+ messages)

[PATCH v7 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-11  8:54 UTC  (8+ messages)
` [PATCH v7 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v7 11/11] vfio/nvgrace: Support get_dmabuf_phys

[PATCH blktests] io_uring user metadata offset test
 2025-11-11  7:58 UTC  (2+ messages)

[PATCH blktests v2 0/5] throtl: support test with scsi_debug
 2025-11-11  2:11 UTC  (2+ messages)

[PATCH v4] block: Remove queue freezing from several sysfs store callbacks
 2025-11-10 16:11 UTC  (7+ messages)

[PATCH] block: add sysctl_blk_timeout
 2025-11-10 15:54 UTC  (2+ messages)

[RFC PATCH] zram: do not hardcode 4K page size for writeback
 2025-11-10  5:27 UTC 

[PATCH] nbd: defer config put in recv_work
 2025-11-10  4:05 UTC  (3+ messages)

[PATCH v3 0/2] block: Enable proper MMIO memory handling for P2P DMA
 2025-11-09  7:53 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).