linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-20 14:49:57 to 2024-06-26 05:22:45 UTC [more...]

[PATCH v20 02/12] Add infrastructure for copy offload in block and request layer
 2024-06-26  5:22 UTC  (16+ messages)

integrity cleanups
 2024-06-26  4:59 UTC  (6+ messages)
` [PATCH 1/5] block: only zero non-PI metadata tuples in bio_integrity_prep
` [PATCH 2/5] block: simplify adding the payload "
` [PATCH 3/5] block: remove allocation failure warnings "
` [PATCH 4/5] block: switch on bio operation "
` [PATCH 5/5] block: remove bio_integrity_process

queue_limits fixups and tidyups
 2024-06-26  4:44 UTC  (14+ messages)
` [PATCH 1/7] md: set md-specific flags for all queue limits
` [PATCH 2/7] block: correctly report cache type
` [PATCH 3/7] block: rename BLK_FLAG_MISALIGNED
` [PATCH 4/7] block: conding style fixup for blk_queue_max_guaranteed_bio
` [PATCH 5/7] block: remove disk_update_readahead
` [PATCH 6/7] block: remove the fallback case in queue_dma_alignment
` [PATCH 7/7] block: move dma_pad_mask into queue_limits

[PATCH blktests v2] loop/010: do not assume /dev/loop0
 2024-06-26  4:05 UTC  (4+ messages)

[axboe-block:for-next] [block] 1122c0c1cc: aim7.jobs-per-min 22.6% improvement
 2024-06-26  3:39 UTC  (4+ messages)

[PATCH v3 0/4] block: preparations for NVMEM provider
 2024-06-26  2:51 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: block: add basic bindings for block devices
` [PATCH v3 2/4] block: partitions: populate fwnode
` [PATCH v3 3/4] block: add support for notifications
` [PATCH v3 4/4] block: add new genhd flag GENHD_FL_NVMEM

queue_limits fixups and tidyups v2
 2024-06-25 21:31 UTC  (18+ messages)
` [PATCH 1/8] md: set md-specific flags for all queue limits
` [PATCH 2/8] block: correctly report cache type
` [PATCH 3/8] block: rename BLK_FLAG_MISALIGNED
` [PATCH 4/8] block: convert features and flags to __bitwise types
` [PATCH 5/8] block: conding style fixup for blk_queue_max_guaranteed_bio
` [PATCH 6/8] block: remove disk_update_readahead
` [PATCH 7/8] block: remove the fallback case in queue_dma_alignment
` [PATCH 8/8] block: move dma_pad_mask into queue_limits

[PATCH blktests v2 0/2] md: add regression test for "md/md-bitmap: fix writing non bitmap pages"
 2024-06-25 15:01 UTC  (4+ messages)
` [PATCH blktests v2 1/2] nvme: move helper functions to common/nvme
` [PATCH blktests v2 2/2] md: add regression test for "md/md-bitmap: fix writing non bitmap pages"

[linus:master] [block] 060406c61c: sysbench-fileio.write_operations/s -1.7% regression
 2024-06-25 14:49 UTC 

[PATCH] block: clean up the check in blkdev_iomap_begin()
 2024-06-25 11:55 UTC 

[PATCH] block: cancel all throttled bios when deleting the cgroup
 2024-06-25 11:38 UTC  (3+ messages)

[PATCH 0/3] nvme-pci: honor isolcpus configuration
 2024-06-25  8:57 UTC  (14+ messages)
` [PATCH 1/3] sched/isolation: Add io_queue housekeeping option
` [PATCH 2/3] nvme-pci: limit queue count to housekeeping cpus
` [PATCH 3/3] lib/group_cpus.c: honor housekeeping config when grouping CPUs

[PATCH] xen-blkfront: fix sector_size propagation to the block layer
 2024-06-25  8:45 UTC  (2+ messages)

[PATCH blktests] loop/010: do not assume /dev/loop0
 2024-06-25  7:50 UTC  (5+ messages)

[PATCH blktests] dm/002: do not assume 512 byte block size
 2024-06-25  6:01 UTC  (3+ messages)

[PATCH] block: fix the blk_queue_nonrot polarity
 2024-06-24 19:06 UTC  (3+ messages)

move features flags into queue_limits v2
 2024-06-24 17:24 UTC  (4+ messages)
` [PATCH 14/26] block: move the nonrot flag to queue_limits

[axboe-block:for-next] [block] bd4a633b6f: fsmark.files_per_sec -64.5% regression
 2024-06-24 15:20 UTC  (4+ messages)

[PATCH] brd: add missing MODULE_DESCRIPTION() macro
 2024-06-24 14:40 UTC  (3+ messages)

[PATCH v4 00/22] block atomic writes for xfs
 2024-06-24 13:58 UTC  (10+ messages)
` [PATCH v4 01/22] fs: Add generic_atomic_write_valid_size()
` [PATCH v4 02/22] iomap: Allow filesystems set IO block zeroing size

blktests dm/002 always fails for me
 2024-06-24 13:43 UTC  (10+ messages)

[PATCH v2] aoe: fix the potential use-after-free problem in more places
 2024-06-24 12:45 UTC  (12+ messages)

[PATCH] dm: stop using blk_limits_io_{min,opt}
 2024-06-24  8:34 UTC 

[PATCHv4 blktests] nvme: add test for creating/deleting file-ns
 2024-06-24  7:57 UTC  (3+ messages)

[PATCH AUTOSEL 6.9 21/21] loop: Disable fallocate() zero and discard if not supported
 2024-06-23 13:43 UTC 

[PATCH 0/1] cdrom: patch for inclusion
 2024-06-23  1:37 UTC  (4+ messages)
` [PATCH 1/1] cdrom: Add missing MODULE_DESCRIPTION()

[Patch v9 00/10] block atomic writes
 2024-06-21 21:23 UTC  (30+ messages)
` [Patch v9 03/10] fs: Initial atomic write support
` [Patch v9 04/10] fs: Add initial atomic write support info to statx
` [Patch v9 05/10] block: Add core atomic write support
` [Patch v9 06/10] block: Add atomic write support for statx
` [Patch v9 07/10] block: Add fops atomic write support
` [Patch v9 08/10] scsi: sd: Atomic "
` [Patch v9 09/10] scsi: scsi_debug: "
` [Patch v9 10/10] nvme: "

[PATCH] block: Fix blk_validate_atomic_write_limits() build for arm32
 2024-06-21 18:32 UTC  (2+ messages)

[PATCH 0/3] Cleanup blkdev zone helpers
 2024-06-21 18:32 UTC  (12+ messages)
` [PATCH 1/3] null_blk: Do not set disk->nr_zones
` [PATCH 2/3] block: Define bdev_nr_zones() as an inline function
` [PATCH 3/3] block: Cleanup block device zone helpers

6.6 kernel block: blk_mq_freeze_queue_wait in suspend path but userspace task held the queue->q_usage_counter in 'TASK_FROZEN' state
 2024-06-21 17:31 UTC  (4+ messages)

sg's SG_DXFER_TO_FROM_DEV failed to work after kerne 6.1.80
 2024-06-21 13:17 UTC 

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-06-21  9:32 UTC  (11+ messages)

[PATCH v2] loop: Add regression test for unsupported backing file fallocate
 2024-06-21  9:09 UTC  (3+ messages)

bvec_iter.bi_sector -> loff_t? (was: Re: [PATCH] bcachefs: allow direct io fallback to buffer io for) unaligned length or offset
 2024-06-21  3:52 UTC  (20+ messages)
        ` bvec_iter.bi_sector -> loff_t?

[PATCH v4 00/40] lib/find: add atomic find_bit() primitives
 2024-06-20 20:32 UTC  (9+ messages)
` [PATCH v4 01/40] "
` [PATCH v4 02/40] lib/find: add test for atomic find_bit() ops
` [PATCH v4 03/40] lib/sbitmap; optimize __sbitmap_get_word() by using find_and_set_bit()

[PATCH v2 0/3] zram: Replace bit spinlocks with a spinlock_t
 2024-06-20 15:28 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] zram: Remove ZRAM_LOCK
` [PATCH v2 3/3] zram: Shrink zram_table_entry::flags


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