messages from 2025-06-23 05:19:45 to 2025-06-25 09:35:34 UTC [more...]
[PATCH v3 0/5] Fix write operation handling for zoned DM devices
2025-06-25 9:33 UTC (3+ messages)
` [PATCH v3 1/5] block: Make REQ_OP_ZONE_FINISH a write operation
` [PATCH v3 2/5] block: Introduce bio_needs_zone_write_plugging()
[WARN 6.16-rc3] warning in bdev_count_inflight()
2025-06-25 9:00 UTC (2+ messages)
[PATCH v2 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-06-25 8:04 UTC (12+ messages)
` [PATCH v2 1/5] drm/i915: Use kernel_write() in shmem object create
` [PATCH v2 2/5] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v2 3/5] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v2 4/5] ext4: handle IOCB_DONTCACHE in buffered write path
` [PATCH v2 5/5] ext4: declare support for FOP_DONTCACHE
[PATCH v2 0/4] Fix write operation handling for zoned DM devices
2025-06-25 6:18 UTC (12+ messages)
` [PATCH v2 1/4] block: Introduce bio_needs_zone_write_plugging()
` [PATCH v2 2/4] dm: Always split write BIOs to zoned device limits
` [PATCH v2 3/4] dm: dm-crypt: Do not split write operations with zoned targets
` [PATCH v2 4/4] dm: Check for forbidden splitting of zone write operations
new DMA API conversion for nvme-pci v2
2025-06-25 6:07 UTC (21+ messages)
` [PATCH 1/8] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH 2/8] block: add scatterlist-less DMA mapping helpers
` [PATCH 3/8] nvme-pci: refactor nvme_pci_use_sgls
` [PATCH 4/8] nvme-pci: merge the simple PRP and SGL setup into a common helper
` [PATCH 5/8] nvme-pci: remove superfluous arguments
` [PATCH 6/8] nvme-pci: convert the data mapping to blk_rq_dma_map
` [PATCH 7/8] nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE
` [PATCH 8/8] nvme-pci: rework the build time assert for NVME_MAX_NR_DESCRIPTORS
[PATCH 0/5] blk: introduce block layer helpers to calculate num of queues
2025-06-25 4:38 UTC (12+ messages)
` [PATCH 1/5] lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks
` [PATCH 2/5] blk-mq: add number of queue calc helper
` [PATCH 3/5] nvme-pci: use block layer helpers to calculate num of queues
` [PATCH 4/5] scsi: "
` [PATCH 5/5] virtio: blk/scsi: "
[PATCH] block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_work
2025-06-25 4:33 UTC (9+ messages)
[PATCH v5] virtio_blk: Fix disk deletion hang on device surprise removal
2025-06-25 2:55 UTC (7+ messages)
[PATCH V2] ublk: build batch from IOs in same io_ring_ctx and io task
2025-06-25 2:46 UTC (2+ messages)
[PATCH 0/2] ublk: fix ublk_queue_rqs() and selftests test_stress_03
2025-06-25 2:44 UTC (12+ messages)
` [PATCH 1/2] ublk: build per-io-ring-ctx batch list
` [PATCH 2/2] selftests: ublk: don't take same backing file for more than one ublk devices
scsi optimal_io_size changed from 0 on kernel 6.6, to 16773120(32760*512, 4095*4096) on kernel 6.12/6.16
2025-06-25 2:10 UTC (4+ messages)
fix virt_boundary_mask handling in SCSI v2
2025-06-25 1:47 UTC (7+ messages)
` [PATCH 1/2] RDMA/srp: don't set a max_segment_size when virt_boundary_mask is set
` [PATCH 2/2] scsi: enforce unlimited "
[bug report] WARNING: CPU: 3 PID: 522 at block/genhd.c:144 bdev_count_inflight_rw+0x26e/0x410
2025-06-25 1:43 UTC (6+ messages)
[PATCH v3 00/16] fuse: use iomap for buffered writes + writeback
2025-06-24 22:02 UTC (23+ messages)
` [PATCH v3 01/16] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH v3 02/16] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH v3 03/16] iomap: refactor the writeback interface
` [PATCH v3 04/16] iomap: hide ioends from the generic writeback code
` [PATCH v3 05/16] iomap: add public helpers for uptodate state manipulation
` [PATCH v3 06/16] iomap: move all ioend handling to ioend.c
` [PATCH v3 07/16] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH v3 08/16] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH v3 09/16] iomap: export iomap_writeback_folio
` [PATCH v3 10/16] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH v3 11/16] iomap: add read_folio_range() handler for buffered writes
` [PATCH v3 12/16] fuse: use iomap "
` [PATCH v3 13/16] fuse: use iomap for writeback
` [PATCH v3 14/16] fuse: use iomap for folio laundering
` [PATCH v3 15/16] fuse: hook into iomap for invalidating and checking partial uptodateness
` [PATCH v3 16/16] fuse: refactor writeback to use iomap_writepage_ctx inode
[PATCH v2] block: Increase BLK_DEF_MAX_SECTORS_CAP
2025-06-24 16:49 UTC (3+ messages)
[PATCH V2] ublk: setup ublk_io correctly in case of ublk_get_data() failure
2025-06-24 16:23 UTC (5+ messages)
fix virt_boundary_mask handling in SCSI
2025-06-24 16:13 UTC (14+ messages)
` [PATCH 1/2] RDMA/srp: don't set a max_segment_size when virt_boundary_mask is set
` [PATCH 2/2] scsi: enforce unlimited "
[bug report] WARNING: CPU: 3 PID: 175811 at io_uring/io_uring.c:2921 io_ring_exit_work+0x155/0x288
2025-06-24 15:02 UTC (4+ messages)
[PATCH] ublk: update UBLK_F_SUPPORT_ZERO_COPY comment in UAPI header
2025-06-24 14:51 UTC (2+ messages)
[PATCH] ublk: fix narrowing warnings in UAPI header
2025-06-24 14:51 UTC (3+ messages)
[PATCHv4 0/3] block: move sched_tags allocation/de-allocation outside of locking context
2025-06-24 13:17 UTC (4+ messages)
` [PATCHv4 1/3] block: move elevator queue allocation logic into blk_mq_init_sched
` [PATCHv4 2/3] block: fix lockdep warning caused by lock dependency in elv_iosched_store
` [PATCHv4 3/3] block: fix potential deadlock while running nr_hw_queue update
[PATCH] aoe: flush: fix device name string comparison
2025-06-24 12:55 UTC
[PATCH blktests] block/005|008: double timeout on machines with more than 128 CPUs
2025-06-24 12:10 UTC
[PATCH] block: use plug request list tail for one-shot backmerge attempt
2025-06-24 10:45 UTC (4+ messages)
[PATCH] ublk: setup ublk_io correctly in case of ublk_get_data() failure
2025-06-24 10:39 UTC (2+ messages)
[RFC PATCH] block: Add a workaround for the miss wakeup problem
2025-06-24 9:33 UTC (5+ messages)
` [External] "
[PATCH 3/5] mm: add static PMD zero page
2025-06-24 8:51 UTC (2+ messages)
[PATCH V2] tests/throtl: add a new test 007
2025-06-24 8:42 UTC (3+ messages)
[PATCH v1 00/11] dm-pcache – persistent-memory cache for block devices
2025-06-24 7:33 UTC (12+ messages)
` [PATCH v1 01/11] dm-pcache: add pcache_internal.h
` [PATCH v1 02/11] dm-pcache: add backing device management
` [PATCH v1 03/11] dm-pcache: add cache device
` [PATCH v1 04/11] dm-pcache: add segment layer
` [PATCH v1 05/11] dm-pcache: add cache_segment
` [PATCH v1 06/11] dm-pcache: add cache_writeback
` [PATCH v1 07/11] dm-pcache: add cache_gc
` [PATCH v1 08/11] dm-pcache: add cache_key
` [PATCH v1 09/11] dm-pcache: add cache_req
` [PATCH v1 10/11] dm-pcache: add cache core
` [PATCH v1 11/11] dm-pcache: initial dm-pcache target
[PATCH blktests 0/2] nvme: add nvme metadata passthrough test
2025-06-24 7:11 UTC (2+ messages)
[bug report] BUG: kernel NULL pointer dereference, address: 0000000000000001
2025-06-24 1:26 UTC (6+ messages)
` Fwd: "
[PATCH V2] rust: Use consistent "# Examples" heading style in rustdoc
2025-06-23 23:13 UTC (2+ messages)
[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-06-23 15:08 UTC (9+ messages)
` [PATCH v2 1/9] block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits
` [PATCH v2 2/9] nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
` [PATCH v2 3/9] nvmet: set WZDS and DRB if device enables unmap write zeroes operation
[PATCHv3 0/2] block: move sched_tags allocation/de-allocation outside of locking context
2025-06-23 13:36 UTC (8+ messages)
` [PATCHv3 1/2] block: move elevator queue allocation logic into blk_mq_init_sched
` [PATCHv3 2/2] block: fix lock dependency between percpu alloc lock and elevator lock
[PATCH v2 0/5] block/md/dm: set chunk_sectors from stacked dev stripe size
2025-06-23 9:49 UTC (3+ messages)
` [PATCH v2 4/5] dm-stripe: limit chunk_sectors to the "
[PATCH v2 00/14] ublk: allow off-daemon zero-copy buffer registration
2025-06-23 9:49 UTC (19+ messages)
` [PATCH v2 01/14] ublk: use vmalloc for ublk_device's __queues
` [PATCH v2 02/14] ublk: remove struct ublk_rq_data
` [PATCH v2 08/14] ublk: don't take ublk_queue in ublk_unregister_io_buf()
` [PATCH v2 09/14] ublk: allow UBLK_IO_(UN)REGISTER_IO_BUF on any task
` [PATCH v2 10/14] ublk: return early if blk_should_fake_timeout()
` [PATCH v2 11/14] ublk: optimize UBLK_IO_REGISTER_IO_BUF on daemon task
` [PATCH v2 12/14] ublk: optimize UBLK_IO_UNREGISTER_IO_BUF "
` [PATCH v2 13/14] ublk: remove ubq checks from ublk_{get,put}_req_ref()
` [PATCH v2 14/14] ublk: cache-align struct ublk_io
[PATCH v12 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-06-23 6:22 UTC (3+ messages)
` [PATCH v12 4/5] rust: replace `kernel::c_str!` with C-Strings
[PATCH 11/27] block: Protect against concurrent isolated cpuset change
2025-06-23 5:46 UTC (2+ messages)
[PATCH for-next v4 0/4] add ioctl to query metadata and protection info capabilities
2025-06-23 5:32 UTC (7+ messages)
` [PATCH for-next v4 1/4] block: rename tuple_size field in blk_integrity to metadata_size
` [PATCH for-next v4 3/4] set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONE
` [PATCH for-next v4 4/4] fs: add ioctl to query metadata and protection info capabilities
page: next (older) | prev (newer) | latest
- 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