linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-19 08:52:56 to 2024-11-25 08:07:45 UTC [more...]

[PATCH v10 00/10] Read/Write with meta/integrity
 2024-11-25  7:06 UTC  (2+ messages)
  ` [PATCH v10 01/10] block: define set of integrity flags to be inherited by cloned bip

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

[syzbot] [block?] WARNING in dd_exit_sched
 2024-11-25  7:08 UTC 

[PATCHv2] nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()
 2024-11-25  6:47 UTC  (2+ messages)

[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

Zone write plugging and the queue full condition
 2024-11-25  2:38 UTC  (3+ messages)

[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 RFC v3 0/4] mTHP-friendly compression in zsmalloc and zram based on multi-pages
 2024-11-24 21:47 UTC  (7+ 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

[PATCH] block: iocost: ensure hweight_inuse is at least 1
 2024-11-24 13:44 UTC  (4+ messages)

[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)

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

[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  (11+ messages)
` [PATCH v1 1/3] zram: pass zcomp instead of zcomp_params to create_context method
` [PATCH v1 2/3] zram: store crypto backends in list instead of array
` [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  (20+ messages)
` [PATCH 01/15] fs: add write stream information to statx
` [PATCH 02/15] fs: add a write stream field to the kiocb
` [PATCH 03/15] io_uring: enable passing a per-io write stream
` [PATCH 04/15] block: don't bother checking the data direction for merges
` [PATCH 05/15] block: req->bio is always set in the merge code
` [PATCH 06/15] block: add a bi_write_stream field
` [PATCH 07/15] block: introduce max_write_streams queue limit
` [PATCH 08/15] block: introduce a write_stream_granularity "
` [PATCH 09/15] block: expose write streams for block device nodes
` [PATCH 10/15] nvme: store the endurance group id in struct nvme_ns_head
` [PATCH 11/15] nvme: pass a void pointer to nvme_get/set_features for the result
` [PATCH 12/15] nvme: add a nvme_get_log_lsi helper
` [PATCH 13/15] nvme.h: add FDP definitions
` [PATCH 14/15] nvme: enable FDP support
` [PATCH 15/15] RFC: block: allow write streams on partitions

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

[PATCH blktests] throtl: set "io" to subtree_control only if required
 2024-11-19 13:51 UTC  (2+ messages)

[PATCH blktest V2] nvme: test nvmet-wq sysfs interface
 2024-11-19  9:34 UTC  (2+ messages)

[PATCH v2 00/21] Converge on using secs_to_jiffies()
 2024-11-19  9:09 UTC  (7+ messages)
` [PATCH v2 19/21] livepatch: Convert timeouts to secs_to_jiffies()


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).