linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-12 11:09:53 to 2021-03-18 12:54:39 UTC [more...]

start removing block bounce buffering support
 2021-03-18 12:53 UTC  (12+ messages)
` [PATCH 1/8] aha1542: use a local bounce buffer
` [PATCH 2/8] Buslogic: remove ISA support
` [PATCH 3/8] BusLogic: reject broken old firmware that requires ISA-style bounce buffering
` [PATCH 4/8] advansys: remove ISA support
` [PATCH 5/8] scsi: remove the unchecked_isa_dma flag
` [PATCH 6/8] block: remove BLK_BOUNCE_ISA support
` [PATCH 7/8] block: refactor the bounce buffering code
` [PATCH 8/8] block: stop calling blk_queue_bounce for passthrough requests

[PATCH] block: do not copy data to user when bi_status is error
 2021-03-18 12:26 UTC 

[PATCH] block: Fix a typo
 2021-03-18 11:12 UTC 

[RFC PATCH v3 0/3] blk-mq: Avoid use-after-free for accessing old requests
 2021-03-18 10:26 UTC  (10+ messages)
` [RFC PATCH v3 2/3] blk-mq: Freeze and quiesce all queues for tagset in elevator_exit()

[PATCH] block: remove RQF_ALLOCED
 2021-03-18  1:49 UTC  (4+ messages)

[PATCH v10 0/3] Charge loop device i/o to issuing cgroup
 2021-03-17 22:30 UTC  (8+ messages)
` [PATCH 1/3] loop: Use worker per cgroup instead of kworker
` [PATCH 2/3] mm: Charge active memcg when no mm is set
` [PATCH 3/3] loop: Charge i/o to mem and blk cg

[PATCH] block: fix comment syntax in file headers
 2021-03-17 21:25 UTC  (2+ messages)

[PATCH v7 0/3] block device interposer
 2021-03-17 19:13 UTC  (24+ messages)
` [PATCH v7 1/3] block: add blk_mq_is_queue_frozen()
` [PATCH v7 2/3] block: add bdev_interposer
` [PATCH v7 3/3] dm: add DM_INTERPOSED_FLAG

[PATCH] block: remove the "detected capacity change" message
 2021-03-17 15:34 UTC  (3+ messages)

[PATCH 5.12] nullb: fix use_after_free on rq timeout
 2021-03-17 13:50 UTC 

[BUG] block/bfq-wf2q: A Use After Free bug in bfq_del_bfqq_busy
 2021-03-17 11:38 UTC  (4+ messages)
  `  "

[PATCH] drivers/block: Fix typo and remove duplicate word
 2021-03-17  8:21 UTC 

[RFC PATCH 00/11] block: support bio based io polling
 2021-03-17  7:19 UTC  (23+ messages)
` [RFC PATCH 01/11] block: add helper of blk_queue_poll
` [RFC PATCH 02/11] block: add one helper to free io_context
` [RFC PATCH 03/11] block: add helper of blk_create_io_context
` [RFC PATCH 04/11] block: create io poll context for submission and poll task
` [RFC PATCH 05/11] block: add req flag of REQ_TAG
` [RFC PATCH 06/11] block: add new field into 'struct bvec_iter'
` [RFC PATCH 07/11] block/mq: extract one helper function polling hw queue
` [RFC PATCH 08/11] block: use per-task poll context to implement bio based io poll
` [RFC PATCH 09/11] block: add queue_to_disk() to get gendisk from request_queue
` [RFC PATCH 10/11] block: add poll_capable method to support bio-based IO polling
` [RFC PATCH 11/11] dm: support IO polling for bio-based dm device

[PATCH v2] sbitmap: Silence a debug kernel warning triggered by sbitmap_put()
 2021-03-17  6:12 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 21/23] block: Suppress uevent for hidden device when removed
 2021-03-17  0:58 UTC 

[PATCH AUTOSEL 5.4 35/37] block: Suppress uevent for hidden device when removed
 2021-03-17  0:58 UTC 

[PATCH AUTOSEL 5.10 11/54] blk-cgroup: Fix the recursive blkg rwstat
 2021-03-17  0:56 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 32/54] umem: fix error return code in mm_pci_probe()
` [PATCH AUTOSEL 5.10 39/54] block: Fix REQ_OP_ZONE_RESET_ALL handling
` [PATCH AUTOSEL 5.10 51/54] block: Suppress uevent for hidden device when removed

[PATCH AUTOSEL 5.11 12/61] blk-cgroup: Fix the recursive blkg rwstat
 2021-03-17  0:55 UTC  (4+ messages)
` [PATCH AUTOSEL 5.11 33/61] umem: fix error return code in mm_pci_probe()
` [PATCH AUTOSEL 5.11 42/61] block: Fix REQ_OP_ZONE_RESET_ALL handling
` [PATCH AUTOSEL 5.11 57/61] block: Suppress uevent for hidden device when removed

[PATCH] uapi: fix comment about block device ioctl
 2021-03-16 23:40 UTC  (2+ messages)

[PATCH] sbitmap: Fix sbitmap_put()
 2021-03-16 19:37 UTC  (4+ messages)

blktests: block/009 next-20210304 failure rate average of 1/448
 2021-03-16 18:47 UTC  (2+ messages)

[RFC PATCH v2 00/11] Add support to dma_map_sg for P2PDMA
 2021-03-16 16:02 UTC  (33+ messages)
` [RFC PATCH v2 04/11] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
` [RFC PATCH v2 06/11] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [RFC PATCH v2 07/11] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [RFC PATCH v2 08/11] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [RFC PATCH v2 09/11] block: Add BLK_STS_P2PDMA

[PATCH -next 0/5] block: add a sequence number to disks
 2021-03-16 14:13 UTC  (14+ messages)
` [PATCH -next 1/5] block: add disk sequence number
` [PATCH -next 2/5] block: add ioctl to read the "
` [PATCH -next 3/5] block: refactor sysfs code
` [PATCH -next 4/5] block: export diskseq in sysfs
` [PATCH -next 5/5] loop: increment sequence number

[PATCH 0/2] s390/dasd: cleanup patches
 2021-03-16 14:31 UTC  (4+ messages)
` [PATCH 1/2] s390/dasd: remove dasd_fba_probe() wrapper
` [PATCH 2/2] s390/dasd: let driver core manage the sysfs attributes

[PATCH v2 2/4] mmc: Mediatek: enable crypto hardware engine
 2021-03-16 13:55 UTC  (7+ messages)

[PATCH v2] block: fix trace completion for chained bio
 2021-03-16 10:30 UTC  (2+ messages)

[RESEND PATCH v5 1/2] bio: limit bio max size
 2021-03-16  7:44 UTC  (2+ messages)
    ` [RESEND PATCH v5 2/2] bio: add limit_bio_size sysfs

[RFC PATCH 0/3] block_dump: remove block dump
 2021-03-15  9:56 UTC  (9+ messages)
` [RFC PATCH 1/3] block_dump: remove block_dump feature in mark_inode_dirty()
` [RFC PATCH 2/3] block_dump: remove block_dump feature
` [RFC PATCH 3/3] block_dump: remove comments in docs

[PATCH] block: Few spelling fixes in the file blk-merge.c
 2021-03-15  2:26 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in disk_part_iter_next (2)
 2021-03-14 11:08 UTC 

[PATCH] Bio: Fixed the code indentation using tabs
 2021-03-13 16:55 UTC 

[PATCH] Bio: Fixed the code indentation by using tabs
 2021-03-13 16:35 UTC 

[PATCH] lightnvm: remove duplicate include in lightnvm.h
 2021-03-13 11:22 UTC 

[PATCH] lightnvm: remove duplicate include in lightnvm.h
 2021-03-13 10:48 UTC 

[PATCH] block: fix possible bd_size_lock deadlock
 2021-03-12 22:32 UTC  (3+ messages)

[GIT PULL v2] Block fixes for 5.12-rc3
 2021-03-12 21:52 UTC  (2+ messages)

[RFC PATCH v2 02/11] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
 2021-03-12 21:37 UTC  (3+ messages)

[RFC PATCH v2 01/11] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
 2021-03-12 20:53 UTC  (3+ messages)

[GIT PULL] nvme fixes for 5.12
 2021-03-12 20:24 UTC  (6+ messages)

[GIT PULL] Block fixes for 5.12-rc3
 2021-03-12 20:21 UTC  (2+ messages)

[PATCH] nvme: fix the nsid value to print in nvme_validate_or_alloc_ns
 2021-03-12 19:55 UTC 

[PATCH 0/2] zram: fix few ltp zram02.sh crashes
 2021-03-12 19:28 UTC  (7+ messages)
` [PATCH 1/2] zram: fix crashes due to use of cpu hotplug multistate

[RFC PATCH v2 00/11] bfq: introduce bfq.ioprio for cgroup
 2021-03-12 11:08 UTC  (5+ messages)
  ` [RFC PATCH v2 01/11] bfq: introduce bfq_entity_to_bfqg helper method
  ` [RFC PATCH v2 03/11] bfq: introduce bfq.ioprio for cgroup
  ` [RFC PATCH v2 04/11] bfq: limit the IO depth of idle_class to 1
  ` [RFC PATCH v2 07/11] bfq: optimse IO injection for CLASS_RT


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