linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-12 11:36:13 to 2021-05-18 09:24:32 UTC [more...]

[PATCH] nbd: provide a way for userspace processes to identify device backends
 2021-05-18  9:24 UTC  (6+ messages)

[PATCH] bcache: avoid oversized read request in cache missing code path
 2021-05-18  4:03 UTC  (2+ messages)

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-05-18  0:15 UTC  (5+ messages)

[PATCHv2 0/5] block and nvme passthrough error handling
 2021-05-17 17:14 UTC  (8+ messages)
` [PATCHv2 1/5] block: support polling through blk_execute_rq
` [PATCHv2 5/5] nvme: allow user passthrough commands to poll

[PATCH 0/8] xen: harden frontends against malicious backends
 2021-05-17 15:33 UTC  (12+ messages)
` [PATCH 2/8] xen/blkfront: read response from backend only once
` [PATCH 3/8] xen/blkfront: don't take local copy of a request from the ring page
` [PATCH 4/8] xen/blkfront: don't trust the backend response data blindly

[syzbot] WARNING in blk_rq_append_bio
 2021-05-17 12:49 UTC  (3+ messages)

linux 5.12 - fails to boot - soft lockup - CPU#0 stuck for 23s! - RIP smp_call_function_single
 2021-05-17 12:27 UTC 

[PATCH v2 00/13] Unify asm/unaligned.h around struct helper
 2021-05-17 10:44 UTC  (10+ messages)
` [PATCH v2 08/13] partitions: msdos: fix one-byte get_unaligned()

[PATCH] init/Kconfig: Fix BLK_CGROUP help text indentation
 2021-05-17 10:36 UTC  (2+ messages)

[PATCH v10 0/1] bio: limit bio max size
 2021-05-17 10:11 UTC  (5+ messages)
    ` [PATCH v10 1/1] "

[LSF/MM/BPF TOPIC] Memory folios
 2021-05-17 10:00 UTC  (2+ messages)

[PATCH V6 00/12] block: support bio based io polling
 2021-05-17  7:13 UTC  (3+ messages)

switch block layer polling to a bio based model v3
 2021-05-16 18:01 UTC  (38+ messages)
` [PATCH 01/15] direct-io: remove blk_poll support
` [PATCH 02/15] block: don't try to poll multi-bio I/Os in __blkdev_direct_IO
` [PATCH 03/15] iomap: don't try to poll multi-bio I/Os in __iomap_dio_rw
` [PATCH 04/15] blk-mq: factor out a blk_qc_to_hctx helper
` [PATCH 05/15] blk-mq: factor out a "classic" poll helper
` [PATCH 06/15] blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal
` [PATCH 07/15] blk-mq: remove blk_qc_t_valid
` [PATCH 08/15] io_uring: don't sleep when polling for I/O
` [PATCH 09/15] block: rename REQ_HIPRI to REQ_POLLED
` [PATCH 10/15] block: use SLAB_TYPESAFE_BY_RCU for the bio slab
` [PATCH 11/15] block: define 'struct bvec_iter' as packed
` [PATCH 12/15] block: switch polling to be bio based
` [PATCH 13/15] block: don't allow writing to the poll queue attribute
` [PATCH 14/15] nvme-multipath: set QUEUE_FLAG_NOWAIT
` [PATCH 15/15] nvme-multipath: enable polled I/O

[GIT PULL] Block fixes for 5.13-rc
 2021-05-15 16:29 UTC  (2+ messages)

fix a race between del_gendisk and BLKRRPART v2
 2021-05-15  6:35 UTC  (5+ messages)
` [PATCH 1/2] block: prevent block device lookups at the beginning of del_gendisk
` [PATCH 2/2] block: fix a race between del_gendisk and BLKRRPART

[PATCH 1/1] lightnvm: pblk: Fix error return code in pblk_recov_pad_lineq()
 2021-05-15  3:38 UTC 

[PATCH][next] rsxx: Use struct_size() in vmalloc()
 2021-05-15  0:03 UTC  (3+ messages)

[PATCH v2 00/22] Add new DMA mapping operation for P2PDMA
 2021-05-14 16:30 UTC  (33+ messages)
` [PATCH v2 01/22] PCI/P2PDMA: Rename upstream_bridge_distance() and rework documentation
` [PATCH v2 02/22] PCI/P2PDMA: Use a buffer on the stack for collecting the acs list
` [PATCH v2 03/22] PCI/P2PDMA: Cleanup type for return value of calc_map_type_and_dist()
` [PATCH v2 04/22] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
` [PATCH v2 05/22] PCI/P2PDMA: Print a warning if the host bridge is not in the whitelist
` [PATCH v2 06/22] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v2 07/22] PCI/P2PDMA: Refactor pci_p2pdma_map_type() to take pagemap and device
` [PATCH v2 08/22] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v2 09/22] dma-direct: Return appropriate error code from dma_direct_map_sg()
` [PATCH v2 10/22] iommu: Return full error code from iommu_map_sg[_atomic]()
` [PATCH v2 11/22] dma-iommu: Return error code from iommu_dma_map_sg()
` [PATCH v2 12/22] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [PATCH v2 13/22] PCI/P2PDMA: Make pci_p2pdma_map_type() non-static
` [PATCH v2 14/22] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v2 15/22] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v2 16/22] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v2 17/22] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v2 18/22] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [PATCH v2 19/22] nvme-pci: Convert to using dma_map_sgtable()
` [PATCH v2 20/22] RDMA/core: Introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v2 21/22] RDMA/rw: use dma_map_sgtable()
` [PATCH v2 22/22] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()

[PATCH v3 0/2] blk-mq: Request queue-wide tags for shared sbitmap
 2021-05-14 15:36 UTC  (6+ messages)
` [PATCH v3 1/2] blk-mq: Some tag allocation code refactoring
` [PATCH v3 2/2] blk-mq: Use request queue-wide tags for tagset-wide sbitmap

[PATCH V7 0/4] blk-mq: fix request UAF related with iterating over tagset requests
 2021-05-14 15:34 UTC  (3+ messages)

[PATCH v2] block/partitions/efi.c: Fix the efi_partition() kernel-doc header
 2021-05-14 15:00 UTC  (2+ messages)

[PATCH] blk-mq: Swap two calls in blk_mq_exit_queue()
 2021-05-14 14:59 UTC  (3+ messages)

[PATCH] blk-mq: plug request for shared sbitmap
 2021-05-14 14:59 UTC  (2+ messages)

[PATCH] sparc/vio: make remove callback return void
 2021-05-14 11:45 UTC  (4+ messages)

regression: data corruption with ext4 on LUKS on nvme with torvalds master
 2021-05-14 10:26 UTC  (8+ messages)

A possible divide by zero bug in blk_mq_map_queues
 2021-05-14  9:38 UTC  (5+ messages)
  ` [PATCH] block: add protection for divide by zero "
      ` [PATCH v2] "

[GIT PULL] nvme fixes for Linux 5.13
 2021-05-13 17:07 UTC  (2+ messages)

[PATCH] md: don't account io stat for split bio
 2021-05-13  7:24 UTC  (8+ messages)

fix a race between del_gendisk and BLKRRPART
 2021-05-13  0:11 UTC  (4+ messages)
` [PATCH 1/2] block: prevent block device lookups at the beginning of del_gendisk
` [PATCH 2/2] block: fix a race between del_gendisk and BLKRRPART

[PATCH] block/partitions/efi.c: Fix the efi_partition() kernel-doc header
 2021-05-12 22:23 UTC  (3+ messages)

[PATCH] blk-mq: Use helpers to access rq->state
 2021-05-12 20:01 UTC  (3+ messages)

[PATCH AUTOSEL 5.10 32/34] block: reexpand iov_iter after read/write
 2021-05-12 18:03 UTC 

[PATCH AUTOSEL 5.4 21/23] block: reexpand iov_iter after read/write
 2021-05-12 18:04 UTC 

[PATCH AUTOSEL 4.19 16/18] block: reexpand iov_iter after read/write
 2021-05-12 18:04 UTC 

[PATCH AUTOSEL 4.14 11/12] block: reexpand iov_iter after read/write
 2021-05-12 18:05 UTC 

[PATCH AUTOSEL 5.11 33/35] block: reexpand iov_iter after read/write
 2021-05-12 18:02 UTC 

[PATCH AUTOSEL 5.12 35/37] block: reexpand iov_iter after read/write
 2021-05-12 18:01 UTC 

[PATCH v1 0/8] block: add error handling for *add_disk*()
 2021-05-12 17:55 UTC  (24+ messages)
` [PATCH v1 1/8] block: refcount the request_queue early in __device_add_disk()
` [PATCH v1 2/8] block: move disk announce work from register_disk() to a helper
` [PATCH v1 3/8] block: move disk invalidation from del_gendisk() into "
` [PATCH v1 4/8] block: move disk unregistration work from del_gendisk() to "
` [PATCH v1 5/8] block: add initial error handling for *add_disk()* and friends
` [PATCH v1 6/8] loop: add error handling support for add_disk()
` [PATCH v1 7/8] null_blk: "
` [PATCH v1 8/8] block: add add_disk() failure injection support

[PATCH 0/2] fix a NULL pointer bug and simplify the code
 2021-05-12 14:42 UTC  (4+ messages)
` [PATCH 1/2] nbd: Fix NULL pointer in flush_workqueue
` [PATCH 2/2] nbd: share nbd_put and return by goto put_nbd

[PATCH v2] blk-mq: Use request queue-wide tags for tagset-wide sbitmap
 2021-05-12 14:12 UTC  (3+ messages)

[PATCH] blkdev.h: remove unused codes blk_account_rq
 2021-05-12 13:40 UTC  (2+ messages)

[PATCH BUGFIX 0/1] block, bfq: a bugfix for stable merge
 2021-05-12 13:39 UTC  (2+ messages)


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