linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-03 14:13:03 to 2020-11-10 05:00:27 UTC [more...]

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-11-10  4:59 UTC  (4+ messages)
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread

[PATCH 0/6] null_blk fixes, improvements and cleanup
 2020-11-10  4:57 UTC  (9+ messages)
` [PATCH 1/6] null_blk: Fix zone size initialization
` [PATCH 2/6] null_blk: improve zone locking
` [PATCH 3/6] null_blk: Improve implicit zone close
` [PATCH 4/6] null_blk: cleanup discard handling
` [PATCH 5/6] null_blk: discard zones on reset
` [PATCH 6/6] null_blk: Move driver into its own directory

[PATCH V3 for 5.11 00/12] blk-mq/scsi: tracking device queue depth via sbitmap
 2020-11-10  4:20 UTC  (4+ messages)
` [PATCH V3 for 5.11 04/12] sbitmap: move allocation hint into sbitmap

[PATCH V4 0/6] nvmet: passthru improvements
 2020-11-10  2:24 UTC  (7+ messages)
` [PATCH V4 1/6] nvme-core: add req init helpers
` [PATCH V4 2/6] nvme-core: split nvme_alloc_request()
` [PATCH V4 3/6] nvmet: remove op_flags for passthru commands
` [PATCH V4 4/6] block: move blk_rq_bio_prep() to linux/blk-mq.h
` [PATCH V4 5/6] nvmet: use minimized version of blk_rq_append_bio
` [PATCH V4 6/6] nvmet: use inline bio for passthru fast path

[RFC 0/3] Add support of iopoll for dm device
 2020-11-10  1:43 UTC  (13+ messages)
              ` [dm-devel] "

cleanup updating the size of block devices
 2020-11-09 23:28 UTC  (37+ messages)
` [PATCH 01/24] block: remove the call to __invalidate_device in check_disk_size_change
` [PATCH 02/24] loop: remove loop_set_size
` [PATCH 03/24] nvme: let set_capacity_revalidate_and_notify update the bdev size
` [PATCH 04/24] sd: update the bdev size in sd_revalidate_disk
` [PATCH 05/24] block: remove the update_bdev parameter from set_capacity_revalidate_and_notify
` [PATCH 06/24] block: add a return value to set_capacity_and_notify
` [PATCH 07/24] nbd: remove the call to set_blocksize
` [PATCH 08/24] nbd: move the task_recv check into nbd_size_update
` [PATCH 09/24] nbd: refactor size updates
` [PATCH 10/24] nbd: validate the block size in nbd_set_size
` [PATCH 11/24] nbd: use set_capacity_and_notify
` [PATCH 12/24] aoe: don't call set_capacity from irq context
` [PATCH 13/24] dm: use set_capacity_and_notify
` [PATCH 14/24] pktcdvd: "
` [PATCH 15/24] nvme: use set_capacity_and_notify in nvme_set_queue_dying
` [PATCH 16/24] drbd: use set_capacity_and_notify
` [PATCH 17/24] rbd: "
` [PATCH 18/24] rnbd: "
` [PATCH 19/24] zram: "
` [PATCH 20/24] dm-raid: "
` [PATCH 21/24] md: "
` [PATCH 22/24] md: remove a spurious call to revalidate_disk_size in update_size
` [PATCH 23/24] virtio-blk: remove a spurious call to revalidate_disk_size
` [PATCH 24/24] block: unexport revalidate_disk_size

[PATCH] nbd: fix a block_device refcount leak in nbd_release
 2020-11-09 18:02 UTC  (2+ messages)

[RFC PATCH 00/15] Userspace P2PDMA with O_DIRECT NVMe devices
 2020-11-09 16:50 UTC  (36+ messages)
` [RFC PATCH 01/15] PCI/P2PDMA: Don't sleep in upstream_bridge_distance_warn()
` [RFC PATCH 02/15] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [RFC PATCH 03/15] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
` [RFC PATCH 04/15] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [RFC PATCH 05/15] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [RFC PATCH 06/15] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [RFC PATCH 07/15] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [RFC PATCH 08/15] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [RFC PATCH 09/15] nvme-pci: Convert to using dma_map_sg for p2pdma pages
` [RFC PATCH 10/15] mm: Introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [RFC PATCH 11/15] iov_iter: Introduce iov_iter_get_pages_[alloc_]flags()
` [RFC PATCH 12/15] block: Set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [RFC PATCH 13/15] block: Set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [RFC PATCH 14/15] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [RFC PATCH 15/15] nvme-pci: Allow mmaping the CMB in userspace

❌ FAIL: Test report for kernel 5.10.0-rc3 (block)
 2020-11-09 16:15 UTC  (3+ messages)

[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-11-09 14:05 UTC  (15+ messages)
` [PATCH v8 17/18] scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug

[PATCH v4 00/19] blkcg:Support to track FC storage blk io traffic
 2020-11-09 13:55 UTC  (21+ messages)
` [PATCH v4 01/19] cgroup: Added cgroup_get_from_kernfs_id
` [PATCH v4 02/19] blkcg: Added a app identifier support for blkcg
` [PATCH v4 03/19] nvme: Added a newsysfs attribute appid_store
` [PATCH v4 04/19] lpfc: vmid: Add the datastructure for supporting VMID in lpfc
` [PATCH v4 05/19] lpfc: vmid: API to check if VMID is enabled
` [PATCH v4 06/19] lpfc: vmid: Supplementary data structures for vmid
` [PATCH v4 07/19] lpfc: vmid: Forward declarations for APIs
` [PATCH v4 08/19] lpfc: vmid: Add support for vmid in mailbox command
` [PATCH v4 09/19] lpfc: vmid: VMID params initialization
` [PATCH v4 10/19] lpfc: vmid: vmid resource allocation
` [PATCH v4 11/19] lpfc: vmid: cleanup vmid resources
` [PATCH v4 12/19] lpfc: vmid: Implements ELS commands for appid patch
` [PATCH v4 13/19] lpfc: vmid: Functions to manage vmids
` [PATCH v4 14/19] lpfc: vmid: Implements CT commands for appid
` [PATCH v4 15/19] lpfc: vmid: Appends the vmid in the wqe before sending request
` [PATCH v4 16/19] lpfc: vmid: Timeout implementation for vmid
` [PATCH v4 17/19] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread
` [PATCH v4 18/19] lpfc: vmid: Introducing vmid in io path
` [PATCH v4 19/19] scsi: Made changes in Kconfig to select BLK_CGROUP_FC_APPID

[PATCH v3 00/19] blkcg:Support to track FC storage blk io traffic
 2020-11-09 13:49 UTC  (7+ messages)
` [PATCH v3 01/19] cgroup: Added cgroup_get_from_kernfs_id
` [PATCH v3 19/19] scsi: Made changes in Kconfig to select BLK_CGROUP_FC_APPID

[PATCH v1] xsysace: use platform_get_resource() and platform_get_irq_optional()
 2020-11-09 11:00 UTC  (5+ messages)

[PATCH] xsysace: Remove SYSACE driver
 2020-11-09 10:59 UTC 

[bug report] xen/blkback: Prefix 'vbd' with 'xen' in structs and functions
 2020-11-09 10:24 UTC 

[PATCH v3 0/2] nbd: improve timeout handling and a fix
 2020-11-08  8:46 UTC  (2+ messages)

[GIT PULL] Block fixes for 5.10-rc
 2020-11-07 22:08 UTC  (2+ messages)

[PATCH, RFC 11/10] block: propagate BLKROSET to all partitions
 2020-11-07  7:28 UTC  (3+ messages)

[PATCH] null_blk: Fix scheduling in atomic with zoned mode
 2020-11-06 16:37 UTC  (6+ messages)

block ioctl cleanups v2
 2020-11-06 16:08 UTC  (7+ messages)
` [PATCH 05/10] md: implement ->set_read_only to hook into BLKROSET processing
` [PATCH 06/10] dasd: "

[PATCH 3/3] blk-mq: Use llist_head for blk_cpu_done
 2020-11-06 15:23 UTC  (13+ messages)

[PATCH] nvme: enable ro namespace for ZNS without append
 2020-11-06 14:22 UTC  (3+ messages)

[null_blk] aa1c09cb65: BUG:sleeping_function_called_from_invalid_context_at_include/linux/wait_bit.h
 2020-11-06 11:12 UTC  (3+ messages)

[PATCH v2] null_blk: Set mq device as blocking with zoned mode
 2020-11-06 10:57 UTC  (2+ messages)

[PATCH v4 0/4] scatterlist: add new capabilities
 2020-11-05 21:52 UTC  (5+ messages)
` [PATCH v4 1/4] sgl_alloc_order: remove 4 GiB limit, sgl_free() warning
` [PATCH v4 2/4] scatterlist: add sgl_copy_sgl() function
` [PATCH v4 3/4] scatterlist: add sgl_compare_sgl() function
` [PATCH v4 4/4] scatterlist: add sgl_memset()

[GIT PULL] nvme fixes for 5.10
 2020-11-05 14:11 UTC  (2+ messages)

[PATCH] null_blk: Set mq device as blocking with zoned mode
 2020-11-05  8:25 UTC  (4+ messages)

[PATCH V2] nvme: report capacity 0 for non supported ZNS SSDs
 2020-11-05  7:42 UTC  (13+ messages)
        `  "

[PATCH V3 0/6] nvmet: passthru fixes and improvements
 2020-11-04 21:03 UTC  (10+ messages)
` [PATCH V3 2/6] nvme-core: split nvme_alloc_request()
` [PATCH V3 6/6] nvmet: use inline bio for passthru fast path

❌ FAIL: Test report for kernel 5.10.0-rc2 (block)
 2020-11-04 20:54 UTC  (2+ messages)

[PATCH v4] zram: break the strict dependency from lzo
 2020-11-04 20:41 UTC  (5+ messages)

[PATCH v3 0/4] scatterlist: add new capabilities
 2020-11-04 18:26 UTC  (4+ messages)
` [PATCH v3 1/4] sgl_alloc_order: remove 4 GiB limit, sgl_free() warning

[PATCH v5 0/2] fix inaccurate io_ticks
 2020-11-04  3:26 UTC  (2+ messages)

[PATCH v3 0/2] nbd: fix use-after-freed and double lock bugs
 2020-11-03 17:01 UTC  (5+ messages)
` [PATCH v3 1/2] nbd: fix use-after-freed crash for nbd->recv_workq
` [PATCH v3 2/2] nbd: add comments about double lock for config_lock confusion


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