linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-20 08:05:03 to 2022-10-24 09:19:18 UTC [more...]

consolidate btrfs checksumming, repair and bio splitting
 2022-10-24  9:18 UTC  (5+ messages)

per-tagset SRCU struct and quiesce
 2022-10-24  8:50 UTC  (59+ 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

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

[PATCH blktests 0/3] fix for xfs log size change from new version of xfsprogs
 2022-10-24  6:13 UTC  (4+ messages)
` [PATCH blktests 1/3] common/xfs: set the minimal log size 64m during mkfs.xfs
` [PATCH blktests 2/3] common/rc: add one function to get test dev size in mb
` [PATCH blktests 3/3] common/xfs: update _xfs_run_fio_verify_io to accept the size parameter

[PATCH v1 0/5] convert tree to get_random_u32_{below,above,between}()
 2022-10-23 21:07 UTC  (12+ messages)
` [PATCH v1 2/5] prandom: remove prandom_u32_max()
` [PATCH v1 3/5] random: add helpers for random numbers with given floor or range
` [PATCH v1 4/5] treewide: use get_random_u32_{above,below}() instead of manual loop
` [PATCH v1 5/5] treewide: use get_random_u32_between() when possible

[PATCH] blk-mq: Properly init bios from blk_mq_alloc_request_hctx()
 2022-10-23 13:12 UTC  (2+ messages)

[PATCH] ublk_drv: don't call task_work_add for queueing io commands
 2022-10-23  9:38 UTC 

[PATCH v2 0/2] virtio-blk: support zoned block devices
 2022-10-23  3:18 UTC  (4+ messages)
` [PATCH v2 2/2] virtio-blk: add support for "
  ` [virtio-dev] "

elevator refcount fixes
 2022-10-23  3:05 UTC  (3+ messages)

[PATCH v5 0/6] blk-wbt: simple improvment to enable wbt correctly
 2022-10-23  3:02 UTC  (3+ messages)

[PATCH v2] block: fix memory leak for elevator on add_disk failure
 2022-10-22 21:14 UTC  (3+ messages)

[PATCH v1 1/5] treewide: use get_random_u32_below() instead of deprecated function
 2022-10-22 18:44 UTC 

[Bug] double ->queue_rq() because of timeout in ->queue_rq()
 2022-10-22  4:27 UTC  (10+ messages)

[PATCH -next] block: fix memory leak for elevator on add_disk failure
 2022-10-22  1:54 UTC  (4+ messages)

[GIT PULL] Block fixes for 6.1-rc2
 2022-10-21 22:50 UTC  (2+ messages)

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

[PATCH] virtio_blk: Fix signedness bug in virtblk_prep_rq()
 2022-10-21 20:41 UTC 

[PATCH v11 0/9] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-10-21 17:41 UTC  (10+ messages)
` [PATCH v11 1/9] mm: allow multiple error returns in try_grab_page()
` [PATCH v11 2/9] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v11 3/9] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v11 4/9] block: add check when merging zone device pages
` [PATCH v11 5/9] lib/scatterlist: "
` [PATCH v11 6/9] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v11 7/9] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v11 8/9] PCI/P2PDMA: Allow userspace VMA allocations through sysfs
` [PATCH v11 9/9] ABI: sysfs-bus-pci: add documentation for p2pmem allocate

Issue in blk_mq_alloc_request_hctx()
 2022-10-21 15:26 UTC  (3+ messages)

[PATCH V4 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-10-21 12:56 UTC  (11+ messages)
` [PATCH V4 1/8] block, bfq: split sync bfq_queues on a per-actuator basis
  ` [kbuild] "
` [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 for-next v3 0/3] implement pcpu bio caching for IRQ I/O
 2022-10-21 10:34 UTC  (4+ messages)
` [PATCH for-next v3 1/3] bio: split pcpu cache part of bio_put into a helper
` [PATCH for-next v3 2/3] block/bio: add pcpu caching for non-polling bio_put
` [PATCH for-next v3 3/3] io_uring/rw: enable bio caches for IRQ rw

[PATCH linux-next] null_blk: use sysfs_emit() to instead of scnprintf()
 2022-10-21  9:44 UTC  (2+ 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)

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

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

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

[PATCH 00/10] Support DMA segments smaller than the page size
 2022-10-21  2:17 UTC  (12+ 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 10/10] null_blk: Support configuring the maximum segment size

[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 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  (4+ messages)
` [PATCH v3 2/3] blktrace: "

[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  (7+ 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 


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