messages from 2021-05-12 22:58:26 to 2021-05-19 14:33:59 UTC [more...]
[PATCH] nbd: provide a way for userspace processes to identify device backends
2021-05-19 14:33 UTC (10+ messages)
move bd_mutex to the gendisk (resend)
2021-05-19 13:23 UTC (6+ messages)
` [PATCH 1/8] block: split __blkdev_get
` [PATCH 2/8] block: move sync_blockdev from __blkdev_put to blkdev_put
switch block layer polling to a bio based model v3
2021-05-19 13:02 UTC (22+ messages)
` [PATCH 02/15] block: don't try to poll multi-bio I/Os in __blkdev_direct_IO
` [PATCH 08/15] io_uring: don't sleep when polling for I/O
` [PATCH 09/15] block: rename REQ_HIPRI to REQ_POLLED
` [PATCH 12/15] block: switch polling to be bio based
` [PATCH 13/15] block: don't allow writing to the poll queue attribute
` [PATCH 15/15] nvme-multipath: enable polled I/O
[PATCH] md/raid5: remove an incorect assert in in_chunk_boundary
2021-05-19 11:01 UTC (4+ messages)
[PATCH 00/11] dm: Improve zoned block device support
2021-05-19 9:50 UTC (24+ messages)
` [PATCH 01/11] block: improve handling of all zones reset operation
` [PATCH 02/11] block: introduce bio zone helpers
` [PATCH 03/11] block: introduce BIO_ZONE_WRITE_LOCKED bio flag
` [PATCH 04/11] dm: Fix dm_accept_partial_bio()
` [PATCH 05/11] dm: cleanup device_area_is_invalid()
` [PATCH 06/11] dm: move zone related code to dm-zone.c
` [PATCH 07/11] dm: Introduce dm_report_zones()
` [PATCH 08/11] dm: Forbid requeue of writes to zones
` [PATCH 09/11] dm: rearrange core declarations
` [PATCH 10/11] dm: introduce zone append emulation
` [PATCH 11/11] dm crypt: Fix zoned block device support
[PATCH v2 0/3] block: Cleanup Kconfigs
2021-05-19 9:09 UTC (7+ messages)
` [PATCH v2 1/3] init/Kconfig: Move BLK_CGROUP to block/Kconfig
` [PATCH v2 2/3] block/Kconfig: Whitespace and indentation cleanups
` [PATCH v2 3/3] block/Kconfig.iosched: "
[PATCH] blk-mq: plug request for shared sbitmap
2021-05-19 8:41 UTC (13+ messages)
[PATCH] virtio-blk: limit seg_max to a safe value
2021-05-19 8:40 UTC (3+ messages)
[PATCH] init/Kconfig: Fix BLK_CGROUP help text indentation
2021-05-19 8:34 UTC (3+ messages)
[PATCH v3] bcache: avoid oversized read request in cache missing code path
2021-05-18 11:00 UTC
[PATCH v2] bcache: avoid oversized read request in cache missing code path
2021-05-18 10:55 UTC
[PATCH BUGFIX] block, bfq: fix delayed stable merge check
2021-05-18 10:43 UTC
[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 (3+ 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 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)
[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] 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 (3+ messages)
` [PATCH 1/2] block: prevent block device lookups at the beginning of del_gendisk
[PATCH] block/partitions/efi.c: Fix the efi_partition() kernel-doc header
2021-05-12 22:23 UTC (3+ messages)
page: next (older) | prev (newer) | latest
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).