messages from 2024-11-18 16:10:03 to 2024-11-21 03:32:14 UTC [more...]
[PATCH v16 00/26] Improve write performance for zoned UFS devices
2024-11-21 3:32 UTC (58+ messages)
` [PATCH v16 01/26] blk-zoned: Fix a reference count leak
` [PATCH v16 02/26] blk-zoned: Split disk_zone_wplugs_work()
` [PATCH v16 03/26] blk-zoned: Split queue_zone_wplugs_show()
` [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 08/26] dm-linear: Report to the block layer that the write order is preserved
` [PATCH v16 09/26] mq-deadline: Remove a local variable
` [PATCH v16 10/26] blk-mq: Clean up blk_mq_requeue_work()
` [PATCH v16 11/26] block: Optimize blk_mq_submit_bio() for the cache hit scenario
` [PATCH v16 12/26] block: Rework request allocation in blk_mq_submit_bio()
` [PATCH v16 13/26] block: Support allocating from a specific software queue
` [PATCH v16 14/26] blk-mq: Restore the zoned write order when requeuing
` [PATCH v16 15/26] blk-zoned: Document the locking order
` [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 18/26] blk-zoned: Make disk_should_remove_zone_wplug() more robust
` [PATCH v16 19/26] blk-zoned: Add an argument to blk_zone_plug_bio()
` [PATCH v16 20/26] blk-zoned: Support pipelining of zoned writes
` [PATCH v16 21/26] scsi: core: Retry unaligned "
` [PATCH v16 22/26] scsi: sd: Increase retry count for "
` [PATCH v16 23/26] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v16 24/26] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v16 25/26] scsi: scsi_debug: Skip host/bus reset settle delay
` [PATCH v16 26/26] scsi: ufs: Inform the block layer about write ordering
[PATCH v5 0/8] blk: refactor queue affinity helpers
2024-11-21 3:19 UTC (12+ messages)
` [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
[bug report][regression] blktests nvme/029 failed on latest linux-block/for-next
2024-11-21 2:58 UTC (3+ messages)
[PATCHv11 0/9] write hints with nvme fdp and scsi streams
2024-11-20 18:11 UTC (14+ messages)
` [EXT] "
[PATCH v9 00/11] Read/Write with meta/integrity
2024-11-20 17:35 UTC (13+ messages)
` [PATCH v9 06/11] io_uring: introduce attributes for read/write and PI support
[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
[PATCH v1 0/3] zram: introduce crypto-backend api
2024-11-20 3:15 UTC (8+ 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
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 (6+ 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 (7+ messages)
` [PATCH] loop: Fix ABBA locking race (Re: [syzbot] [exfat?] possible deadlock in fat_count_free_clusters)
[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 (3+ 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 (18+ messages)
` [PATCH v2 01/21] netfilter: conntrack: Cleanup timeout definitions
` [PATCH v2 02/21] coccinelle: misc: Add secs_to_jiffies script
` [PATCH v2 19/21] livepatch: Convert timeouts to secs_to_jiffies()
[RFC 0/8] enable bs > ps for block devices
2024-11-19 6:08 UTC (5+ messages)
` [RFC 8/8] bdev: use bdev_io_min() for statx block size
[PATCH RFC v2 0/2] mTHP-friendly compression in zsmalloc and zram based on multi-pages
2024-11-19 2:51 UTC (16+ messages)
[PATCHv10 0/9] write hints with nvme fdp, scsi streams
2024-11-19 2:03 UTC (11+ messages)
[PATCH -next] block: fix uaf for flush rq while iterating tags
2024-11-19 1:32 UTC (6+ messages)
[GIT PULL] Block updates for 6.13-rc1
2024-11-19 1:09 UTC (2+ messages)
[PATCH v3 0/3] rust: simplify Result<()> uses
2024-11-18 20:28 UTC (10+ messages)
` [PATCH v3 1/3] rust: block: simplify Result<()> in validate_block_size return
` [PATCH v3 2/3] rust: uaccess: simplify Result<()> in bytes_add_one return
` [PATCH v3 3/3] rust: macros: simplify Result<()> in function returns
` (subset) [PATCH v3 0/3] rust: simplify Result<()> uses
[PATCH v2 0/3] rust: simplify Result<()> uses
2024-11-18 16:51 UTC (6+ messages)
` [PATCH v2 1/3] rust: block: simplify Result<()> in validate_block_size return
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;
as well as URLs for NNTP newsgroup(s).