public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-24 08:05:40 to 2025-10-29 17:09:24 UTC [more...]

[PATCH 0/3] Fix a deadlock related to modifying queue attributes
 2025-10-29 17:09 UTC  (12+ messages)

fall back from direct to buffered I/O when stable writes are required
 2025-10-29 16:37 UTC  (14+ messages)
` [PATCH 1/4] fs: replace FOP_DIO_PARALLEL_WRITE with a fmode bits
` [PATCH 2/4] fs: return writeback errors for IOCB_DONTCACHE in generic_write_sync
` [PATCH 3/4] xfs: use IOCB_DONTCACHE when falling back to buffered writes
` [PATCH 4/4] xfs: fallback to buffered I/O for direct I/O when stable writes are required

dm bug: hibernate to swap located on dm-integrity doesn't work (how to get data redundancy for swap?)
 2025-10-29 16:31 UTC  (6+ messages)
  ` [PATCH] pm-hibernate: flush block device cache when hibernating

[PATCH] null_blk: set dma alignment to logical block size
 2025-10-29 16:15 UTC  (8+ messages)

[PATCH V3 0/5] ublk: NUMA-aware memory allocation
 2025-10-29 16:00 UTC  (8+ messages)
` [PATCH V3 1/5] ublk: reorder tag_set initialization before queue allocation
` [PATCH V3 2/5] ublk: implement NUMA-aware memory allocation
` [PATCH V3 3/5] ublk: use struct_size() for allocation
` [PATCH V3 4/5] selftests: ublk: set CPU affinity before thread initialization
` [PATCH V3 5/5] selftests: ublk: make ublk_thread thread-local variable

[PATCH v2 0/8] Guaranteed CMA
 2025-10-29 15:01 UTC  (14+ messages)
` [PATCH v2 1/8] mm: implement cleancache
` [PATCH v2 2/8] mm/cleancache: add cleancache LRU for folio aging
` [PATCH v2 3/8] mm/cleancache: readahead support
` [PATCH v2 4/8] mm/cleancache: add sysfs interface
` [PATCH v2 5/8] mm/tests: add cleancache kunit test
` [PATCH v2 6/8] add cleancache documentation
` [PATCH v2 7/8] mm: introduce GCMA
` [PATCH v2 8/8] mm: integrate GCMA with CMA using dt-bindings

filemap_* writeback interface cleanups v2
 2025-10-29 14:53 UTC  (10+ messages)
` [PATCH 06/10] mm,btrfs: add a filemap_flush_nr helper
` [PATCH 07/10] mm: remove __filemap_fdatawrite
` [PATCH 08/10] mm: remove filemap_fdatawrite_wbc
` [PATCH 09/10] mm: remove __filemap_fdatawrite_range
` [PATCH 10/10] mm: rename filemap_fdatawrite_range_kick to filemap_flush_range

[PATCHv3 0/4] block: restructure elevator switch path and fix a lockdep splat
 2025-10-29 10:36 UTC  (5+ messages)
` [PATCHv3 1/4] block: unify elevator tags and type xarrays into struct elv_change_ctx
` [PATCHv3 2/4] block: move elevator tags into struct elevator_resources
` [PATCHv3 3/4] block: introduce alloc_sched_data and free_sched_data elevator methods
` [PATCHv3 4/4] block: define alloc_sched_data and free_sched_data methods for kyber

[REPORT] Possible circular locking dependency on 6.18-rc2 in blkg_conf_open_bdev_frozen+0x80/0xa0
 2025-10-29  8:25 UTC  (5+ messages)

[PATCHv4 0/8]
 2025-10-29  7:06 UTC  (9+ messages)
` [PATCHv4 5/8] iomap: simplify direct io validity check

[PATCH V2] blktrace: log dropped REQ_OP_ZONE_XXX events ver1
 2025-10-29  6:47 UTC  (2+ messages)

[PATCH V2 1/2] blktrace: add blktrace zone management regression test
 2025-10-29  6:45 UTC  (3+ messages)
` [PATCH V2 2/2] blktrace: add blktrace ftrace corruption "

[PATCH] blk-stat: convert struct blk_stat_callback to kernel-doc
 2025-10-29  6:13 UTC  (2+ messages)

[PATCH 1/1] blktrace: add support for REQ_OP_WRITE_ZEROES tracing
 2025-10-29  3:34 UTC 

[PATCH V2 0/5] ublk: NUMA-aware memory allocation
 2025-10-29  2:51 UTC  (8+ messages)
` [PATCH V2 1/5] ublk: reorder tag_set initialization before queue allocation
` [PATCH V2 2/5] ublk: implement NUMA-aware memory allocation
` [PATCH V2 3/5] ublk: use flexible array for ublk_queue.ios
` [PATCH V2 4/5] selftests: ublk: set CPU affinity before thread initialization
` [PATCH V2 5/5] selftests: ublk: make ublk_thread thread-local variable

[PATCH blktest] Makefile: add check-parallel target for faster shellcheck
 2025-10-28 19:24 UTC 

[PATCH blktests 1/2] blktrace: add blktrace zone management regression test
 2025-10-28 17:45 UTC  (5+ messages)
` [PATCH blktest 2/2] blktrace: add blktrace ftrace corruption "

[PATCH] blktrace: for ftrace use correct trace format ver
 2025-10-28 13:56 UTC  (3+ messages)

[PATCH] blktrace: use debug print to report dropped events
 2025-10-28 13:56 UTC  (4+ messages)

[PATCH] blktrace: log dropped REQ_OP_ZONE_XXX events ver1
 2025-10-28 13:54 UTC  (2+ messages)

[PATCH 0/2] Zone operation fixes
 2025-10-28 13:53 UTC  (10+ messages)
` [PATCH 1/2] block: fix op_is_zone_mgmt() to handle REQ_OP_ZONE_RESET_ALL
` [PATCH 2/2] block: make REQ_OP_ZONE_OPEN a write operation

[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-28 13:46 UTC  (8+ messages)
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH 0/3] block: restructure elevator switch path and fix a lockdep splat
 2025-10-28  4:51 UTC  (6+ messages)
` [PATCH 2/3] block: introduce alloc_sched_data and free_sched_data elevator methods

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

[GIT PULL] Block fixes for 6.18-rc3
 2025-10-27 20:24 UTC  (6+ messages)

[PATCHv2 0/4] block: restructure elevator switch path and fix a lockdep splat
 2025-10-27 17:35 UTC  (5+ messages)
` [PATCHv2 1/4] block: unify elevator tags and type xarrays into struct elv_change_ctx
` [PATCHv2 2/4] block: move elevator tags into struct elevator_resources
` [PATCHv2 3/4] block: introduce alloc_sched_data and free_sched_data elevator methods
` [PATCHv2 4/4] block: define alloc_sched_data and free_sched_data methods for kyber

[PATCH 0/4] ublk: NUMA-aware memory allocation
 2025-10-27 16:40 UTC  (7+ messages)
` [PATCH 1/4] ublk: reorder tag_set initialization before queue allocation
` [PATCH 2/4] ublk: implement NUMA-aware memory allocation
` [PATCH 3/4] selftests: ublk: set CPU affinity before thread initialization
` [PATCH 4/4] selftests: ublk: make ublk_thread thread-local variable

make block layer auto-PI deadlock safe
 2025-10-27 13:14 UTC  (10+ messages)
` [PATCH 1/3] slab, block: generalize bvec_alloc_gfp
  ` [PATCH 3/3] block: make bio auto-integrity deadlock safe

[PATCH v5 00/14] fuse: use iomap for buffered reads + readahead
 2025-10-27 12:16 UTC  (14+ messages)
` [PATCH v5 07/14] iomap: track pending read bytes more optimally

[PATCH v3 0/2] block: Enable proper MMIO memory handling for P2P DMA
 2025-10-27  8:22 UTC  (8+ messages)
` [PATCH v3 1/2] nvme-pci: migrate to dma_map_phys instead of map_page
` [PATCH v3 2/2] block-dma: properly take MMIO path

dm bug: hibernate to swap located on dm-integrity doesn't work (how to get data redundancy for swap?)
 2025-10-27  8:08 UTC  (5+ messages)

[PATCH v3 0/4] io_uring/uring_cmd: avoid double indirect call in task work dispatch
 2025-10-27  7:51 UTC  (6+ messages)
` [PATCH v3 1/4] io_uring: expose io_should_terminate_tw()
` [PATCH v3 2/4] io_uring/uring_cmd: call io_should_terminate_tw() when needed
` [PATCH v3 3/4] io_uring: add wrapper type for io_req_tw_func_t arg
` [PATCH v3 4/4] io_uring/uring_cmd: avoid double indirect call in task work dispatch

[syzbot] [block?] [trace?] WARNING in __blk_add_trace
 2025-10-27  6:51 UTC  (6+ messages)

[PATCH v2 0/2] block: Enable proper MMIO memory handling for P2P DMA
 2025-10-27  6:49 UTC  (8+ messages)
` [PATCH v2 1/2] nvme-pci: migrate to dma_map_phys instead of map_page
` [PATCH v2 2/2] block-dma: properly take MMIO path

[PATCH] lib/group_cpus: fix cross-NUMA CPU assignment in group_cpus_evenly
 2025-10-27  1:07 UTC  (2+ messages)

[PATCH 00/32] ns: support file handles
 2025-10-24 22:31 UTC  (4+ messages)
` [PATCH 01/32] pidfs: validate extensible ioctls


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