linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-19 01:23:28 to 2022-10-21 10:36:27 UTC [more...]

[PATCH for-next v3 0/3] implement pcpu bio caching for IRQ I/O
 2022-10-21 10:34 UTC  (2+ messages)
` [PATCH for-next v3 2/3] block/bio: add pcpu caching for non-polling bio_put

[PATCH linux-next] null_blk: use sysfs_emit() to instead of scnprintf()
 2022-10-21  9:44 UTC  (2+ messages)

[RFC PATCH 0/4] Introduce mempool pages bulk allocator the use it in dm-crypt
 2022-10-21  9:19 UTC  (7+ messages)
` [PATCH 2/4] mm: mempool: introduce page bulk allocator

[PATCH blktests] common/xfs: ignore the 32M log size during mkfs.xfs
 2022-10-21  8:58 UTC  (6+ messages)

[PATCH blktests] common/multipath-over-rdma: fix has_soft_rdma checking when mlx card as netdev
 2022-10-21  7:53 UTC  (2+ messages)

per-tagset SRCU struct and quiesce
 2022-10-21  7:16 UTC  (42+ messages)
` [PATCH 1/8] block: set the disk capacity to 0 in blk_mark_disk_dead
` [PATCH 2/8] blk-mq: skip non-mq queues in blk_mq_quiesce_queue
` [PATCH 3/8] blk-mq: move the srcu_struct used for quiescing to the tagset
` [PATCH 4/8] blk-mq: pass a tagset to blk_mq_wait_quiesce_done
` [PATCH 5/8] blk-mq: add tagset quiesce interface
` [PATCH 6/8] nvme: move the NS_DEAD flag to the controller
` [PATCH 7/8] nvme: remove nvme_set_queue_dying
` [PATCH 8/8] nvme: use blk_mq_[un]quiesce_tagset

ublk-qcow2: ublk-qcow2 is available
 2022-10-21  6:30 UTC  (17+ messages)

WARNING in fd_ioctl
 2022-10-21  6:28 UTC 

[PATCH -next] block: fix memory leak for elevator on add_disk failure
 2022-10-21  3:47 UTC  (2+ messages)

fix delayed holder tracking
 2022-10-21  3:22 UTC  (9+ messages)
` [PATCH 1/6] block: clear the holder releated fields when deleting the kobjects
` [PATCH 2/6] dm: remove free_table_devices
` [PATCH 3/6] dm: cleanup open_table_device
` [PATCH 4/6] dm: cleanup close_table_device
` [PATCH 5/6] dm: track per-add_disk holder relations in DM
` [PATCH 6/6] block: remove delayed holder registration

[PATCH -nect RFC v2 0/2] block: fix uaf in bd_link_disk_holder()
 2022-10-21  3:15 UTC  (5+ messages)
` [PATCH -nect RFC v2 1/2] block: add helpers for bd_holder_dir refcount management
` [PATCH -nect RFC v2 2/2] block: fix uaf for bd_holder_dir

[Bug] double ->queue_rq() because of timeout in ->queue_rq()
 2022-10-21  2:23 UTC  (5+ messages)

[PATCH 00/10] Support DMA segments smaller than the page size
 2022-10-21  2:17 UTC  (18+ messages)
` [PATCH 01/10] block: Remove request.write_hint
` [PATCH 02/10] block: Constify most queue limits pointers
` [PATCH 03/10] block: Micro-optimize get_max_segment_size()
` [PATCH 04/10] block: Add support for small segments in blk_rq_map_user_iov()
` [PATCH 05/10] block: Introduce QUEUE_FLAG_SUB_PAGE_SEGMENTS
` [PATCH 06/10] block: Fix the number of segment calculations
` [PATCH 07/10] block: Add support for segments smaller than the page size
` [PATCH 08/10] scsi: core: Set the SUB_PAGE_SEGMENTS request queue flag
` [PATCH 09/10] scsi_debug: Support configuring the maximum segment size
` [PATCH 10/10] null_blk: "

[git pull] device mapper fix for 6.1-rc2
 2022-10-21  0:41 UTC  (2+ messages)

[git pull v2] device mapper changes for 6.1
 2022-10-21  0:41 UTC  (2+ messages)

[PATCH V4 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-10-20 22:54 UTC  (10+ messages)
` [PATCH V4 1/8] block, bfq: split sync bfq_queues on a per-actuator basis
` [PATCH V4 2/8] block, bfq: forbid stable merging of queues associated with different actuators
` [PATCH V4 3/8] block, bfq: move io_cq-persistent bfqq data into a dedicated struct
` [PATCH V4 4/8] block, bfq: turn bfqq_data into an array in bfq_io_cq
` [PATCH V4 5/8] block, bfq: split also async bfq_queues on a per-actuator basis
` [PATCH V4 6/8] block, bfq: retrieve independent access ranges from request queue
` [PATCH V4 7/8] block, bfq: inject I/O to underutilized actuators
` [PATCH V4 8/8] block, bfq: balance I/O injection among "

[PATCH v2 0/2] improve nvme quiesce time for large amount of namespaces
 2022-10-20 16:11 UTC  (8+ messages)
` [PATCH v3 1/2] blk-mq: add tagset quiesce interface
` [PATCH v3 2/2] nvme: use blk_mq_[un]quiesce_tagset

[PATCH v3 0/3] fix possible memleak in '__blk_trace_remove'
 2022-10-20 13:03 UTC  (8+ messages)
` [PATCH v3 1/3] blktrace: introduce 'blk_trace_{start,stop}' helper
` [PATCH v3 2/3] blktrace: fix possible memleak in '__blk_trace_remove'
` [PATCH v3 3/3] blktrace: remove unnessary stop block trace in 'blk_trace_shutdown'

[RFC for-next v2 0/4] enable pcpu bio caching for IRQ I/O
 2022-10-20 12:53 UTC  (12+ messages)
` [RFC for-next v2 1/4] bio: safeguard REQ_ALLOC_CACHE bio put
` [RFC for-next v2 2/4] bio: split pcpu cache part of bio_put into a helper
` [RFC for-next v2 3/4] block/bio: add pcpu caching for non-polling bio_put
` (subset) [RFC for-next v2 0/4] enable pcpu bio caching for IRQ I/O

[RESEND PATCH] block, bfq: remove unused variable for bfq_queue
 2022-10-20 12:47 UTC  (3+ messages)

[GIT PULL] nvme fixes for Linux 6.1
 2022-10-20 12:44 UTC  (2+ messages)

[PATCH V2 blktests] tests/nvme: set hostnqn after hostid uuidgen
 2022-10-20 11:50 UTC  (2+ messages)

[git pull] device mapper changes for 6.1
 2022-10-20 11:44 UTC  (8+ messages)
    ` [dm-devel] "

[bisected] QEMU guest boot failure since 6.0 on x86_64 host
 2022-10-20 10:48 UTC  (3+ messages)

[6.0.0] [linux-master] Kernel Panic seen during boot
 2022-10-20  9:42 UTC 

[linux mainline/master] [6.0-6.1-rc1] [SRIOV] WARNING: CPU: 3 PID: 690 at arch/powerpc/kernel/irq_64.c:285 arch_local_irq_restore+0x230/0x26]
 2022-10-20  9:37 UTC 

[PATCH v2] drbd: Store op in drbd_peer_request
 2022-10-20  8:59 UTC 

[PATCH v2] drbd: only clone bio if we have a backing device
 2022-10-20  8:52 UTC 

elevator refcount fixes
 2022-10-20  8:34 UTC  (6+ messages)
` [PATCH 1/4] block: add proper helpers for elevator_type module refcount management
` [PATCH 2/4] block: sanitize the elevator name before passing it to __elevator_change
` [PATCH 3/4] block: check for an unchanged elevator earlier in __elevator_change
` [PATCH 4/4] block: fix up elevator_type refcounting

[PATCH] ublk_drv: use flexible-array member instead of zero-length array
 2022-10-20  1:27 UTC  (3+ messages)

We have a new professional pitch for you
 2022-10-19 21:00 UTC 

[PATCH] pata_parport: add driver (PARIDE replacement)
 2022-10-19 18:58 UTC  (6+ messages)

[PATCH] null_blk: allow teardown on request timeout
 2022-10-19 17:41 UTC  (4+ messages)

[PATCH 6.0 479/862] sbitmap: fix possible io hung due to lost wakeup
 2022-10-19 17:37 UTC  (4+ messages)
  ` [PATCH 6.0 517/862] sbitmap: Avoid leaving waitqueue in invalid state in __sbq_wake_up()

[PATCH] mmc: core: support zeroout using TRIM
 2022-10-19 17:33 UTC  (4+ messages)

[PATCH v2] blk-mq, elevator: pair up elevator_get and elevator_put to avoid refcnt problems
 2022-10-19 16:27 UTC  (3+ messages)

[PATCH v5 0/6] blk-wbt: simple improvment to enable wbt correctly
 2022-10-19 12:15 UTC  (7+ messages)
` [PATCH v5 1/6] elevator: remove redundant code in elv_unregister_queue()
` [PATCH v5 2/6] blk-wbt: remove unnecessary check in wbt_enable_default()
` [PATCH v5 3/6] blk-wbt: make enable_state more accurate
` [PATCH v5 4/6] blk-wbt: don't show valid wbt_lat_usec in sysfs while wbt is disabled
` [PATCH v5 5/6] elevator: add new field flags in struct elevator_queue
` [PATCH v5 6/6] blk-wbt: don't enable throttling if default elevator is bfq

[PATCH v2 0/2] improve nvme quiesce time for large amount of namespaces
 2022-10-19  8:29 UTC  (19+ messages)
` [PATCH v2 1/2] blk-mq: add tagset quiesce interface

blk_mq_quiesce_queue in del_gendisk
 2022-10-19  8:20 UTC  (2+ messages)

don't drop the queue reference in blk_mq_destroy_queue
 2022-10-19  8:19 UTC  (11+ messages)
` [PATCH 1/4] blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queue
` [PATCH 2/4] scsi: remove an extra queue reference
` [PATCH 3/4] nvme-pci: "
` [PATCH 4/4] nvme-apple: "

[PATCH 1/2] block: unregister holder kobject on late add_disk failure
 2022-10-19  6:55 UTC  (7+ messages)
` [PATCH 2/2] block: clear the holder releated fields on late disk_add failure

[PATCH] null_blk: allow REQ_OP_ZONE_RESET_ALL to configure
 2022-10-19  6:44 UTC  (6+ messages)

[QUESTION] kernel can be silence when io hang
 2022-10-19  3:06 UTC 


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