linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-06 11:50:07 to 2025-11-11 03:25:57 UTC [more...]

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

[PATCHv4 0/5] block: restructure elevator switch path and fix a lockdep splat
 2025-11-11  3:01 UTC  (10+ 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 blktests v2 0/5] throtl: support test with scsi_debug
 2025-11-11  2:11 UTC  (2+ messages)

[PATCH 0/4] Zoned block device code refactoring
 2025-11-11  1:50 UTC  (8+ 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 0/2] use blk_rq_nr_phys_segments() instead of iterating bvecs
 2025-11-11  1:22 UTC  (8+ messages)
` [PATCH 1/2] loop: "
` [PATCH 2/2] zloop: "

[PATCH v5] block: Remove queue freezing from several sysfs store callbacks
 2025-11-11  1:18 UTC  (2+ messages)

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

[PATCH] bdev: add hint prints in sb_set_blocksize() for LBS dependency on THP
 2025-11-10 14:13 UTC  (3+ messages)

fall back from direct to buffered I/O when stable writes are required
 2025-11-10 13:59 UTC  (4+ messages)
` [PATCH 4/4] xfs: fallback to buffered I/O for direct "

[PATCH] nbd: defer config unlock in nbd_genl_connect
 2025-11-10 12:49 UTC 

[PATCH v3] zram: Implement multi-page write-back
 2025-11-10  7:16 UTC  (4+ messages)
` [PATCH v4] "

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

[PATCH] ublk: remove unnecessary checks in ublk_check_and_get_req()
 2025-11-09 17:58 UTC  (3+ messages)

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

[PATCH] block: add lockdep to queue_limits_commit_update()
 2025-11-09  7:44 UTC 

[PATCHv3] blk-integrity: support arbitrary buffer alignment
 2025-11-08 16:20 UTC  (3+ messages)

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

[PATCH] block: clean up indentation in blk_rq_map_iter_init()
 2025-11-08 13:40 UTC  (2+ messages)

[PATCH blktests 1/2] common/rc: add _have_kernel_options helper function
 2025-11-08 10:00 UTC  (2+ messages)
` [PATCH blktests 2/2] nvme: convert tests to use _have_kernel_options

[PATCH 00/31 v4] cpuset/isolation: Honour kthreads preferred affinity
 2025-11-08  9:05 UTC  (3+ messages)
` [PATCH 13/31] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset

[syzbot] [block?] general protection fault in rtlock_slowlock_locked
 2025-11-08  4:01 UTC 

[PATCH blktests] io_uring user metadata offset test
 2025-11-08  3:26 UTC  (3+ messages)

[PATCH v26 00/17] Improve write performance for zoned UFS devices
 2025-11-08  1:39 UTC  (22+ messages)
` [PATCH v26 01/17] block: Support block devices that preserve the order of write requests
` [PATCH v26 02/17] blk-mq: Always insert sequential zoned writes into a software queue
` [PATCH v26 03/17] blk-mq: Restore the zone write order when requeuing
` [PATCH v26 04/17] blk-mq: Serialize dispatching for zoned write pipelining
` [PATCH v26 05/17] blk-zoned: Fix a typo in a source code comment
` [PATCH v26 06/17] blk-zoned: Add an argument to blk_zone_plug_bio()
` [PATCH v26 07/17] blk-zoned: Split an if-statement
` [PATCH v26 08/17] blk-zoned: Move code from disk_zone_wplug_add_bio() into its caller
` [PATCH v26 09/17] blk-zoned: Introduce a loop in blk_zone_wplug_bio_work()
` [PATCH v26 10/17] blk-zoned: Document disk_zone_wplug_schedule_bio_work() locking
` [PATCH v26 11/17] blk-zoned: Support pipelining of zoned writes
` [PATCH v26 12/17] null_blk: Add the preserves_write_order attribute
` [PATCH v26 13/17] scsi: core: Retry unaligned zoned writes
` [PATCH v26 14/17] scsi: sd: Increase retry count for "
` [PATCH v26 15/17] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v26 16/17] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v26 17/17] ufs: core: Inform the block layer about write ordering

[PATCH v2 0/2] block: enable per-cpu bio cache by default
 2025-11-08  1:15 UTC  (5+ messages)
` [PATCH v2 1/2] block: use bio_alloc_bioset for passthru IO "
` [PATCH v2 2/2] block: enable per-cpu bio cache "

[PATCH v2 0/3] Zone related cleanups
 2025-11-07 16:28 UTC  (12+ messages)
` [PATCH v2 1/3] block: improve blk_zone_wp_offset()
` [PATCH v2 2/3] block: refactor disk_zone_wplug_sync_wp_offset()
` [PATCH v2 3/3] block: introduce bdev_zone_start()

[PATCHv2] blk-integrity: support arbitrary buffer alignment
 2025-11-07 15:35 UTC  (4+ messages)

move blk-crypto-fallback to sit above the block layer
 2025-11-07 12:10 UTC  (31+ messages)
` [PATCH 1/9] mempool: update kerneldoc comments
` [PATCH 2/9] mempool: add error injection support
` [PATCH 3/9] mempool: add mempool_{alloc,free}_bulk
` [PATCH 4/9] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
` [PATCH 5/9] fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_crypt
` [PATCH 7/9] blk-crypto: handle the fallback above the block layer
` [PATCH 8/9] blk-crypto: use on-stack skciphers for fallback en/decryption
` [PATCH 9/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation

[PATCH blktest] blktests: add nvmet memory backend support
 2025-11-07 11:41 UTC  (2+ messages)

[PATCH 3/2] block: don't return 1 for the fallback case in blkdev_get_zone_info
 2025-11-07 11:38 UTC  (4+ messages)

[PATCH V3 1/2] blktrace: add blktrace zone management regression test
 2025-11-07  6:04 UTC  (2+ messages)

[PATCH] lib/sbitmap: add an helper of sbitmap_find_bits_in_word
 2025-11-07  5:42 UTC 

[PATCH v5] block: plug attempts to batch allocate tags multiple times
 2025-11-07  5:42 UTC 

[PATCHv5 0/2] block, nvme: removing virtual boundary mask reliance
 2025-11-07  1:12 UTC  (4+ messages)

[PATCH v3 0/2] ublk: simplify user copy
 2025-11-07  0:10 UTC  (5+ messages)
` [PATCH v3 1/2] ublk: use copy_{to,from}_iter() for "
` [PATCH v3 2/2] ublk: use rq_for_each_segment() "

[PATCH] virtio_blk: NULL out vqs to avoid double free on failed resume
 2025-11-06 23:33 UTC  (2+ messages)

[PATCHv2 0/4] null_blk: relaxed memory alignments
 2025-11-06 23:30 UTC  (13+ messages)
` [PATCHv2 1/4] null_blk: simplify copy_from_nullb
` [PATCHv2 2/4] null_blk: consistently use blk_status_t
` [PATCHv2 3/4] null_blk: single kmap per bio segment
` [PATCHv2 4/4] null_blk: allow byte aligned memory offsets

cached zone reporting fixes
 2025-11-06 23:25 UTC  (7+ messages)
` [PATCH 2/2] block: fix cached zone reporting after zone append was used

[GIT PULL] fscrypt fix for v6.18-rc5
 2025-11-06 20:53 UTC  (2+ messages)

[PATCH v2 0/2] ublk: simplify user copy
 2025-11-06 16:49 UTC  (4+ messages)
` [PATCH v2 2/2] ublk: use rq_for_each_bvec() for "

[PATCH 0/2] Zone related cleanups
 2025-11-06 16:02 UTC  (3+ messages)
` [PATCH 2/2] block: introduce bdev_zone_start()

[PATCH v4 00/10] powerpc: Implement masked user access
 2025-11-06 13:42 UTC  (12+ messages)
` [PATCH v4 01/10] iter: Avoid barrier_nospec() in copy_from_user_iter()
` [PATCH v4 02/10] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH v4 03/10] uaccess: Use masked_user_{read/write}_access_begin when required
` [PATCH v4 04/10] powerpc/uaccess: Move barrier_nospec() out of allow_read_{from/write}_user()
` [PATCH v4 05/10] powerpc/uaccess: Remove unused size and from parameters from allow_access_user()
` [PATCH v4 07/10] powerpc/uaccess: Refactor user_{read/write/}_access_begin()
` [PATCH v4 08/10] powerpc/32s: Fix segments setup when TASK_SIZE is not a multiple of 256M
` [PATCH v4 09/10] powerpc/32: Automatically adapt TASK_SIZE based on constraints
` [PATCH v4 10/10] powerpc/uaccess: Implement masked user access

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

[PATCH] block: Unexport blkdev_get_zone_info()
 2025-11-06 12:08 UTC  (6+ 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).