linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-19 12:34:53 to 2024-11-25 23:22:01 UTC [more...]

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-11-25 23:21 UTC  (12+ messages)

[PATCH 2/2] block: remove the ioprio field from struct request
 2024-11-25 23:13 UTC  (7+ messages)

[syzbot] [block?] WARNING in dd_exit_sched
 2024-11-25 22:58 UTC  (2+ messages)

Zone write plugging and the queue full condition
 2024-11-25 21:22 UTC  (4+ messages)

[blktests] zbd/012: Test requeuing of zoned writes and queue freezing
 2024-11-25 21:10 UTC 

[PATCH RFC v3 0/4] mTHP-friendly compression in zsmalloc and zram based on multi-pages
 2024-11-25 18:32 UTC  (9+ messages)
` [PATCH RFC v3 1/4] mm: zsmalloc: support objects compressed based on multiple pages
` [PATCH RFC v3 2/4] zram: support compression at the granularity of multi-pages
` [PATCH RFC v3 3/4] zram: backend_zstd: Adjust estimated_src_size to accommodate multi-page compression
` [PATCH RFC v3 4/4] mm: fall back to four small folios if mTHP allocation fails

[REGRESSION] ioprio performance hangs, bisected
 2024-11-25 17:16 UTC  (2+ messages)

[PATCH] block: Remove extra part pointer NULLify in blk_rq_init()
 2024-11-25 15:42 UTC  (2+ messages)

[PATCH v10 00/10] Read/Write with meta/integrity
 2024-11-25 14:58 UTC  (12+ messages)
  ` [PATCH v10 01/10] block: define set of integrity flags to be inherited by cloned bip
  ` [PATCH v10 02/10] block: copy back bounce buffer to user-space correctly in case of split
  ` [PATCH v10 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
  ` [PATCH v10 04/10] fs, iov_iter: define meta io descriptor
  ` [PATCH v10 05/10] fs: introduce IOCB_HAS_METADATA for metadata
  ` [PATCH v10 06/10] io_uring: introduce attributes for read/write and PI support
  ` [PATCH v10 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
  ` [PATCH v10 08/10] nvme: add support for passing on the application tag
  ` [PATCH v10 09/10] scsi: add support for user-meta interface
  ` [PATCH v10 10/10] block: add support to pass user meta buffer

[PATCHv2] nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()
 2024-11-25 12:56 UTC  (3+ messages)

[PATCH] block: iocost: ensure hweight_inuse is at least 1
 2024-11-25 10:50 UTC  (5+ messages)

[PATCH 1/3] rust: use the `build_error!` macro, not the hidden function
 2024-11-25  9:32 UTC  (8+ messages)
` [PATCH 2/3] rust: kernel: move `build_error` hidden function to prevent mistakes
` [PATCH 3/3] rust: add `build_error!` to the prelude

[PATCH v16 00/26] Improve write performance for zoned UFS devices
 2024-11-25  4:19 UTC  (46+ messages)
` [PATCH v16 01/26] blk-zoned: Fix a reference count leak
` [PATCH v16 04/26] blk-zoned: Only handle errors after pending zoned writes have completed
` [PATCH v16 05/26] blk-zoned: Fix a deadlock triggered by unaligned writes
` [PATCH v16 06/26] blk-zoned: Fix requeuing of zoned writes
` [PATCH v16 07/26] block: Support block drivers that preserve the order of write requests
` [PATCH v16 09/26] mq-deadline: Remove a local variable
` [PATCH v16 14/26] blk-mq: Restore the zoned write order when requeuing
` [PATCH v16 16/26] blk-zoned: Document locking assumptions
` [PATCH v16 17/26] blk-zoned: Uninline functions that are not in the hot path
` [PATCH v16 26/26] scsi: ufs: Inform the block layer about write ordering

[PATCH v14 02/28] dept: Implement Dept(Dependency Tracker)
 2024-11-25  1:05 UTC  (3+ messages)
` [PATCH v14 2/28] "

[syzbot] [block?] possible deadlock in blk_mq_update_nr_hw_queues
 2024-11-24 23:13 UTC 

[PATCH] nvmet: fix the use of ZERO_PAGE in nvme_execute_identify_ns_nvm()
 2024-11-24 12:43 UTC  (6+ messages)

[PATCH AUTOSEL 6.11 07/16] block: RCU protect disk->conv_zones_bitmap
 2024-11-24 12:39 UTC 

[PATCH AUTOSEL 6.12 07/19] block: RCU protect disk->conv_zones_bitmap
 2024-11-24 12:38 UTC 

[syzbot] [nbd?] possible deadlock in __nbd_set_size
 2024-11-24  8:36 UTC 

[syzbot] [nbd?] possible deadlock in nbd_set_size
 2024-11-24  4:05 UTC 

[syzbot] [block?] possible deadlock in blk_mq_submit_bio
 2024-11-23 23:59 UTC  (2+ messages)

[syzbot] [block?] possible deadlock in __blk_mq_update_nr_hw_queues
 2024-11-23 16:21 UTC 

[syzbot] [block?] possible deadlock in blk_register_queue
 2024-11-23 15:04 UTC 

[syzbot] [block?] possible deadlock in loop_set_status
 2024-11-23 14:42 UTC 

[PATCH v1 0/3] zram: introduce crypto-backend api
 2024-11-22 14:59 UTC  (9+ messages)
` [PATCH v1 3/3] zram: introduce crypto-api backend

[syzbot] [block?] possible deadlock in __synchronize_srcu (2)
 2024-11-22 13:47 UTC 

[bug report][regression] blktests nvme/029 failed on latest linux-block/for-next
 2024-11-22  6:29 UTC  (10+ messages)

[PATCH v9 00/11] Read/Write with meta/integrity
 2024-11-21 15:45 UTC  (18+ messages)
  ` [PATCH v9 06/11] io_uring: introduce attributes for read/write and PI support

[PATCH v5 0/8] blk: refactor queue affinity helpers
 2024-11-21  9:44 UTC  (22+ messages)
` [PATCH v5 2/8] PCI: hookup irq_get_affinity callback
` [PATCH v5 3/8] virtio: "
` [PATCH v5 4/8] blk-mq: introduce blk_mq_map_hw_queues
` [PATCH v5 5/8] scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
` [PATCH v5 6/8] nvme: "
` [PATCH v5 7/8] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH v5 8/8] blk-mq: remove unused queue mapping helpers

[PATCHv11 0/9] write hints with nvme fdp and scsi streams
 2024-11-21  7:17 UTC  (13+ messages)
  ` [EXT] "

[PATCH v5] block: blk-mq: fix uninit-value in blk_rq_prep_clone and refactor
 2024-11-20  9:18 UTC  (5+ messages)

[PATCH blktests] nvme/052: don't remove the def_nsid namespace during the test
 2024-11-20  6:59 UTC  (2+ messages)

support block layer write streams and FDP
 2024-11-20  6:03 UTC  (6+ messages)
` [PATCH 14/15] nvme: enable FDP support

more int return value cleanup for blkdev.h helpers
 2024-11-20  2:07 UTC  (17+ messages)
` [PATCH 1/6] block: return unsigned int from bdev_io_opt
` [PATCH 2/6] block: return unsigned int from queue_dma_alignment
` [PATCH 3/6] block: return unsigned int from blk_lim_dma_alignment_and_pad
` [PATCH 4/6] block: return bool from blk_rq_aligned
` [PATCH 5/6] block: remove a duplicate definition for bdev_read_only
` [PATCH 6/6] block: return bool from get_disk_ro and bdev_read_only

clean up bio merge conditions
 2024-11-20  2:07 UTC  (9+ messages)
` [PATCH 1/2] block: don't bother checking the data direction for merges
` [PATCH 2/2] block: req->bio is always set in the merge code

[PATCH] Revert "block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator()"
 2024-11-20  2:06 UTC  (3+ messages)

[PATCH v5 0/5] RAID 0/1/10 atomic write support
 2024-11-19 17:45 UTC  (5+ messages)

[PATCH v3 00/17] Provide a new two step DMA mapping API
 2024-11-19 17:30 UTC  (7+ messages)
` [PATCH v3 07/17] dma-mapping: Implement link/unlink ranges API

[PATCH] uapi: add EROBLK
 2024-11-19 17:27 UTC  (4+ messages)

[PATCH] block: Fix uninitialized symbol 'bio' in blk_rq_prep_clone
 2024-11-19 16:53 UTC  (7+ messages)
` [PATCH v4] "

[PATCH] ublk: fix error code for unsupported command
 2024-11-19 16:20 UTC  (2+ messages)

[PATCH] block: Drop granularity check in queue_limit_discard_alignment()
 2024-11-19 16:10 UTC  (3+ messages)

[syzbot] [exfat?] possible deadlock in fat_count_free_clusters
 2024-11-19 15:12 UTC  (6+ messages)

[PATCH] block: return unsigned int from bdev_io_min
 2024-11-19 14:20 UTC  (4+ messages)

[PATCH blktests] throtl: set "io" to subtree_control only if required
 2024-11-19 13:51 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).