linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-24 05:36:24 to 2024-01-27 00:20:16 UTC [more...]

[PATCH v2 0/9] mmc: Use proper sg_miter for scatterlists
 2024-01-27  0:19 UTC  (4+ messages)
` [PATCH v2 1/9] mmc: davinci_mmc: Use sg_miter for PIO
` [PATCH v2 2/9] mmc: moxart-mmc: Factor out moxart_use_dma() helper
` [PATCH v2 3/9] mmc: moxart-mmc: Fix accounting in DMA transfer

[GIT PULL] Block fixes for 6.8-rc2
 2024-01-26 23:22 UTC  (2+ messages)

[PATCH 5/5] block: remove gfp_flags from blkdev_zone_mgmt
 2024-01-26 22:03 UTC  (2+ messages)

[PATCHSET v5 0/4] Cache issue side time querying
 2024-01-26 21:30 UTC  (5+ messages)
` [PATCH 1/4] block: move cgroup time handling code into blk.h
` [PATCH 2/4] block: add blk_time_get_ns() and blk_time_get() helpers
` [PATCH 3/4] block: cache current nsec time in struct blk_plug
` [PATCH 4/4] block: update cached timestamp post schedule/preemption

[PATCHv4 1/1] block: introduce content activity based ioprio
 2024-01-26 18:51 UTC  (3+ messages)

[PATCH v11 00/26] DEPT(Dependency Tracker)
 2024-01-26 17:30 UTC  (28+ messages)
` [PATCH v11 01/26] llist: Move llist_{head,node} definition to types.h
` [PATCH v11 02/26] dept: Implement Dept(Dependency Tracker)
` [PATCH v11 03/26] dept: Add single event dependency tracker APIs
` [PATCH v11 04/26] dept: Add lock "
` [PATCH v11 05/26] dept: Tie to Lockdep and IRQ tracing
` [PATCH v11 06/26] dept: Add proc knobs to show stats and dependency graph
` [PATCH v11 07/26] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v11 08/26] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v11 09/26] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v11 10/26] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v11 11/26] dept: Distinguish each syscall context from another
` [PATCH v11 12/26] dept: Distinguish each work "
` [PATCH v11 13/26] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v11 15/26] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v11 16/26] dept: Track timeout waits separately with a new Kconfig
` [PATCH v11 17/26] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v11 18/26] dept: Apply timeout consideration to swait
` [PATCH v11 19/26] dept: Apply timeout consideration to waitqueue wait
` [PATCH v11 20/26] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v11 21/26] dept: Apply timeout consideration to dma fence wait
` [PATCH v11 22/26] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v11 23/26] dept: Make Dept able to work with an external wgen
` [PATCH v11 24/26] dept: Track PG_locked with dept
` [PATCH v11 25/26] dept: Print event context requestor's stacktrace on report
` [PATCH v11 26/26] locking/lockdep, fs/jbd2: Use a weaker annotation in journal handling

[PATCH] null_blk: Always split BIOs to respect queue limits
 2024-01-26 14:27 UTC  (5+ messages)

[Report] requests are submitted to hardware in reverse order from nvme/virtio-blk queue_rqs()
 2024-01-26 14:10 UTC  (6+ messages)

[PATCH, RFC] block: set noio context in submit_bio_noacct_nocheck
 2024-01-26 13:52 UTC  (7+ messages)

[PATCH for-next v2] null_blk: add configfs variable shared_tags
 2024-01-26 11:09 UTC  (3+ messages)

[PATCHv3 1/1] block: introduce content activity based ioprio
 2024-01-26  9:49 UTC  (14+ messages)

[PATCH for-next] null_blk: add configfs variable shared_tags
 2024-01-26  6:34 UTC  (5+ messages)

[PATCH v3 00/15] block atomic writes
 2024-01-26  3:50 UTC  (19+ messages)
` [PATCH v3 01/15] block: Add atomic write operations to request_queue limits
` [PATCH v3 02/15] block: Limit atomic writes according to bio and queue limits
` [PATCH v3 03/15] fs/bdev: Add atomic write support info to statx
` [PATCH v3 04/15] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
` [PATCH v3 05/15] block: Add REQ_ATOMIC flag
` [PATCH v3 06/15] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v3 07/15] block: Limit atomic write IO size according to atomic_write_max_sectors
` [PATCH v3 08/15] block: Error an attempt to split an atomic write bio
` [PATCH v3 09/15] block: Add checks to merging of atomic writes
` [PATCH v3 10/15] block: Add fops atomic write support
` [PATCH v3 11/15] scsi: sd: Support reading atomic write properties from block limits VPD
` [PATCH v3 12/15] scsi: sd: Add WRITE_ATOMIC_16 support
` [PATCH v3 13/15] scsi: scsi_debug: Atomic write support
` [PATCH v3 14/15] nvme: Support atomic writes
` [PATCH v3 15/15] nvme: Ensure atomic writes will be executed atomically

[PATCH 0/7] mmc: Try to do proper kmap_local() for scatterlists
 2024-01-25 23:18 UTC  (10+ messages)
` [PATCH 1/7] mmc: davinci_mmc: Map the virtual page for PIO
` [PATCH 2/7] mmc: moxart-mmc: "
` [PATCH 3/7] mmc: mvsdio: "
` [PATCH 4/7] mmc: mxcmmc: "
` [PATCH 5/7] mmc: omap: "
` [PATCH 6/7] mmc: sdhci-esdhc-mcf: Map the virtual page for swapping
` [PATCH 7/7] mmc: sh_mmcif: Map the virtual page for PIO

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_remove (2)
 2024-01-25 19:31 UTC 

[PATCH v2 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
 2024-01-25 16:53 UTC  (6+ messages)
` [PATCH v2 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
` [PATCH v2 2/5] dm: dm-zoned: guard blkdev_zone_mgmt with noio scope
` [PATCH v2 3/5] btrfs: zoned: call blkdev_zone_mgmt in nofs scope
` [PATCH v2 4/5] f2fs: guard blkdev_zone_mgmt with "
` [PATCH v2 5/5] block: remove gfp_flags from blkdev_zone_mgmt

atomic queue limits updates
 2024-01-25 14:35 UTC  (40+ messages)
` [PATCH 01/15] block: move max_{open,active}_zones to struct queue_limits
` [PATCH 02/15] block: refactor disk_update_readahead
` [PATCH 03/15] block: add an API to atomically update queue limits
` [PATCH 04/15] block: use queue_limits_commit_update in queue_max_sectors_store
` [PATCH 05/15] block: add a max_user_discard_sectors queue limit
` [PATCH 06/15] nvme: remove the hack to not update the discard limits in nvme_config_discard
` [PATCH 07/15] block: use queue_limits_commit_update in queue_discard_max_store
` [PATCH 08/15] block: pass a queue_limits argument to blk_alloc_queue
` [PATCH 09/15] block: pass a queue_limits argument to blk_mq_init_queue
` [PATCH 10/15] block: pass a queue_limits argument to blk_mq_alloc_disk
` [PATCH 11/15] virtio_blk: split virtblk_probe
` [PATCH 12/15] virtio_blk: pass queue_limits to blk_mq_alloc_disk
` [PATCH 13/15] loop: cleanup loop_config_discard
` [PATCH 14/15] loop: pass queue_limits to blk_mq_alloc_disk
` [PATCH 15/15] loop: use the atomic queue limits update API

[RFC PATCH 00/11] Rust null block driver
 2024-01-25  9:26 UTC  (7+ messages)
` [RFC PATCH 03/11] rust: block: introduce `kernel::block::mq` module

can we drop the bio based path in null_blk
 2024-01-25  9:07 UTC  (6+ messages)

[PATCHv2 1/1] block: introduce content activity based ioprio
 2024-01-25  7:29 UTC  (7+ messages)

blktests failures with v6.8-rc1 kernel
 2024-01-25  6:34 UTC 

[LSF/MM/BPF TOPIC] State Of The Page
 2024-01-24 19:05 UTC  (6+ messages)

clean up blk_mq_submit_bio
 2024-01-24 17:27 UTC  (5+ messages)
` [PATCH 1/3] blk-mq: move blk_mq_attempt_bio_merge out blk_mq_get_new_requests
` [PATCH 2/3] blk-mq: introduce a blk_mq_peek_cached_request helper
` [PATCH 3/3] blk-mq: special case cached requests less

[PATCH 0/2] Fix requests loss during virtio-blk device suspend
 2024-01-24 17:17 UTC  (10+ messages)
` [PATCH 1/2] blk-mq: introduce blk_mq_tagset_wait_request_completed()
` [PATCH 2/2] virtio-blk: Ensure no requests in virtqueues before deleting vqs

[RFC 0/1] nvme: Add NVMe LBA Fault Injection
 2024-01-24 17:11 UTC  (8+ messages)

[PATCH 2/2] blk-mq: ensure a q_usage_counter reference is held when splitting bios
 2024-01-24 16:35 UTC  (16+ messages)
    ` mmc vs highmem, was: "

[PATCH v1 0/1] aoe: possible interrupt unsafe locking scenario
 2024-01-24 15:30 UTC  (5+ messages)
` [PATCH v1 1/1] aoe: avoid potential deadlock at set_capacity

[PATCHSET v4 0/6] Cache issue side time querying
 2024-01-24 15:04 UTC  (9+ messages)
` [PATCH 2/6] block: add blk_time_get_ns() and blk_time_get() helpers
` [PATCH 5/6] block: shrink plug->{nr_ios, rq_count} to unsigned char
` [PATCH 6/6] block: convert struct blk_plug callback list to hlists

[PATCHSET v3] mq-deadline and BFQ scalability improvements
 2024-01-24 15:02 UTC  (17+ messages)
` [PATCH 1/8] block/mq-deadline: pass in queue directly to dd_insert_request()
` [PATCH 2/8] block/mq-deadline: serialize request dispatching
` [PATCH 3/8] block/mq-deadline: skip expensive merge lookups if contended
` [PATCH 4/8] block/mq-deadline: use separate insertion lists
` [PATCH 5/8] block/bfq: pass in queue directly to bfq_insert_request()

nvme-pci timeout issue
 2024-01-24 10:05 UTC  (4+ messages)

[PATCH v6 1/4] block: Make fair tag sharing configurable
 2024-01-24  9:08 UTC  (11+ messages)

[PATCH] block: introduce content activity based ioprio
 2024-01-24  7:53 UTC  (3+ messages)

[PATCH v7 5/5] dm-crypt: Fix lost ioprio when queuing write bios
 2024-01-24  5:35 UTC  (3+ messages)
` [PATCH v8 0/5] Fix I/O priority lost in device-mapper
  ` [PATCH v8 5/5] dm-crypt: Fix lost ioprio when queuing write bios


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