linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-11 03:35:50 to 2025-11-13 03:32:41 UTC [more...]

[PATCH RESEND] lib/group_cpus: make group CPU cluster aware
 2025-11-13  3:32 UTC  (7+ messages)

[PATCH] null_blk: fix zone read length beyond write pointer
 2025-11-13  2:44 UTC  (5+ messages)

[PATCH v3] zram: Implement multi-page write-back
 2025-11-13  2:20 UTC  (7+ messages)
` [PATCH v4] "

[PATCH V3 00/27] ublk: add UBLK_F_BATCH_IO
 2025-11-13  1:21 UTC  (30+ 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

[PATCH v4 0/2] block: Enable proper MMIO memory handling for P2P DMA
 2025-11-12 23:57 UTC  (6+ messages)
` [PATCH v4 1/2] nvme-pci: migrate to dma_map_phys instead of map_page
` [PATCH v4 2/2] block-dma: properly take MMIO path

[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
 2025-11-12 21:56 UTC  (12+ messages)
` [RFC PATCH 1/8] fs: Rename STATX{_ATTR}_WRITE_ATOMIC -> STATX{_ATTR}_WRITE_ATOMIC_DIO
` [RFC PATCH 2/8] mm: Add PG_atomic
` [RFC PATCH 3/8] fs: Add initial buffered atomic write support info to statx
` [RFC PATCH 4/8] iomap: buffered atomic write support
` [RFC PATCH 5/8] iomap: pin pages for RWF_ATOMIC buffered write
` [RFC PATCH 6/8] xfs: Report atomic write min and max for buf io as well
` [RFC PATCH 7/8] iomap: Add bs<ps buffered atomic writes support
` [RFC PATCH 8/8] xfs: Lift the bs == ps restriction for HW buffered atomic writes
` [syzbot ci] Re: xfs: single block atomic writes for buffered IO

block-io/for-next build fails
 2025-11-12 21:24 UTC  (2+ messages)

[PATCH v2 0/3] Refactor blk_zone_wplug_handle_write()
 2025-11-12 21:05 UTC  (8+ 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 0/2] block: Enable proper MMIO memory handling for P2P DMA
 2025-11-12 18:30 UTC  (6+ messages)
` [PATCH v3 2/2] block-dma: properly take MMIO path

[PATCH] Revert "null_blk: allow byte aligned memory offsets"
 2025-11-12 18:21 UTC  (6+ messages)

[PATCH V2] blk-mq: add blk_rq_nr_bvec() helper
 2025-11-12 16:10 UTC  (7+ messages)

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

fall back from direct to buffered I/O when stable writes are required
 2025-11-12 14:38 UTC  (12+ messages)

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

[PATCHv5 0/5] block: restructure elevator switch path and fix a lockdep splat
 2025-11-12 13:05 UTC  (10+ 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

[bug report] BUG: kernel NULL pointer dereference, address: 0000000000000050
 2025-11-12 11:03 UTC  (3+ 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 "

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 v4] zram: Implement multi-page write-back
 2025-11-12  5:16 UTC  (3+ 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  (14+ 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  (3+ 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  (4+ messages)
` [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  (2+ 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  (15+ 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

[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  (2+ messages)

[PATCH v7 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-11  8:54 UTC  (3+ messages)

[PATCH blktests] io_uring user metadata offset test
 2025-11-11  7:58 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).