linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-06 13:39:01 to 2021-05-12 13:40:55 UTC [more...]

[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  (3+ messages)
` [PATCH BUGFIX 1/1] block, bfq: avoid circular stable merges

switch block layer polling to a bio based model v3
 2021-05-12 13:15 UTC  (16+ 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

[PATCH 0/2] fix a NULL pointer bug and simplify the code
 2021-05-12 11:43 UTC  (3+ 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] blk-mq: Use helpers to access rq->state
 2021-05-12  9:50 UTC 

block, bfq: NULL pointer dereference in bfq_rq_pos_tree_lookup()
 2021-05-12  9:49 UTC  (4+ messages)

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-05-12  7:30 UTC  (5+ messages)

[PATCH V1 1/1] Fix race between iscsi logout and systemd-udevd
 2021-05-12  7:29 UTC  (5+ messages)

[PATCH v1 0/8] block: add error handling for *add_disk*()
 2021-05-12  6:46 UTC  (9+ 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] blktests: add add_disk() error handling testing
 2021-05-12  6:14 UTC  (3+ messages)
` [PATCH 1/2] null_blk: add ability to use a quiet modprobe
` [PATCH 2/2] block: add add_disk() error handling tests

move bd_mutex to the gendisk (resend)
 2021-05-12  6:18 UTC  (9+ messages)
` [PATCH 1/8] block: split __blkdev_get
` [PATCH 2/8] block: move sync_blockdev from __blkdev_put to blkdev_put
` [PATCH 3/8] block: move bd_mutex to struct gendisk
` [PATCH 4/8] block: move adjusting bd_part_count out of __blkdev_get
` [PATCH 5/8] block: split __blkdev_put
` [PATCH 6/8] block: move bd_part_count to struct gendisk
` [PATCH 7/8] block: factor out a part_devt helper
` [PATCH 8/8] block: remove bdget_disk

[PATCH 1/1] block: remove unneeded parenthesis from blk-sysfs
 2021-05-12  2:54 UTC  (2+ messages)

[PATCH block-5.13] blk-iocost: fix weight updates of inner active iocgs
 2021-05-12  2:50 UTC  (2+ messages)

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

[PATCH for-5.14/block] blkcg: drop CLONE_IO check in blkcg_can_attach()
 2021-05-11 19:39 UTC  (2+ messages)

[bisected] bfq regression on latest linux-block/for-next
 2021-05-11 17:10 UTC  (7+ messages)

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-05-11 16:35 UTC  (29+ messages)
` [PATCH 01/16] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
` [PATCH 02/16] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
` [PATCH 03/16] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()
` [PATCH 07/16] PCI/P2PDMA: Make pci_p2pdma_map_type() non-static
` [PATCH 10/16] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg

[PATCH V7 0/4] blk-mq: fix request UAF related with iterating over tagset requests
 2021-05-11 15:22 UTC  (5+ messages)
` [PATCH V7 1/4] block: avoid double io accounting for flush request
` [PATCH V7 2/4] blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter
` [PATCH V7 3/4] blk-mq: clear stale request in tags->rq[] before freeing one request pool
` [PATCH V7 4/4] blk-mq: clearing flush request reference in tags->rqs[]

[PATCH -next] aoe: remove unnecessary mutex_init()
 2021-05-11 14:15 UTC  (2+ messages)

[PATCH] kyber: fix out of bounds access when preempted
 2021-05-11 14:12 UTC  (3+ messages)

[PATCH v6 0/2] fix a NULL pointer bug and simplify the code
 2021-05-11 13:48 UTC  (3+ messages)

[PATCH V6 0/4] blk-mq: fix request UAF related with iterating over tagset requests
 2021-05-11 12:23 UTC  (8+ messages)
` [PATCH V6 1/4] block: avoid double io accounting for flush request
` [PATCH V6 2/4] blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter
` [PATCH V6 3/4] blk-mq: clear stale request in tags->rq[] before freeing one request pool
` [PATCH V6 4/4] blk-mq: clearing flush request reference in tags->rqs[]

[PATCH v2] mmc: core: Add support for cache ctrl for SD cards
 2021-05-11 10:57 UTC  (3+ messages)

[PATCH 00/11] Initital support for new power/perf features for SD cards
 2021-05-11 10:56 UTC  (27+ messages)
` [PATCH 01/11] mmc: core: Drop open coding when preparing commands with busy signaling
` [PATCH 02/11] mmc: core: Take into account MMC_CAP_NEED_RSP_BUSY for eMMC HPI commands
` [PATCH 03/11] mmc: core: Re-structure some code in __mmc_poll_for_busy()
` [PATCH 04/11] mmc: core: Extend re-use of __mmc_poll_for_busy()
` [PATCH 05/11] mmc: core: Enable eMMC sleep commands to use HW busy polling
` [PATCH 06/11] mmc: core: Prepare mmc_send_cxd_data() to be re-used for additional cmds
` [PATCH 07/11] mmc: core: Drop open coding in mmc_sd_switch()
` [PATCH 08/11] mmc: core: Parse the SD SCR register for support of CMD48/49 and CMD58/59
` [PATCH 09/11] mmc: core: Read the SD function extension registers for power management

[PATCH 0/2] mmc: core: Implement support for cache ctrl for SD cards
 2021-05-11  8:22 UTC  (14+ messages)
` [PATCH 1/2] mmc: core: Move eMMC cache flushing to a new bus_ops callback
` [PATCH 2/2] mmc: core: Add support for cache ctrl for SD cards

[PATCH] blk-mq: Use request queue-wide tags for tagset-wide sbitmap
 2021-05-11  7:33 UTC  (7+ messages)

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

[LSF/MM/BPF TOPIC] Block device congestion
 2021-05-11  2:57 UTC  (2+ messages)

Personal
 2021-05-10 14:06 UTC 

[LSF/MM/BPF TOPIC] I/O completions in softirq context
 2021-05-10 18:11 UTC 

[RESEND] LSF/MM/BPF: 2021: Call for Proposals
 2021-05-10 17:42 UTC 

LSF/MM/BPF: 2021: Call for Proposals
 2021-05-10 15:52 UTC 

[PATCH] block: uapi: fix comment about block device ioctl
 2021-05-10 15:26 UTC  (2+ messages)

[RFC PATCH 0/3] block_dump: remove block dump
 2021-05-10 15:21 UTC  (4+ messages)

[syzbot] WARNING in hsr_forward_skb
 2021-05-10  6:09 UTC  (2+ messages)

[PATCH v2] block: fix trace completion for chained bio
 2021-05-10  2:06 UTC  (4+ messages)

[GIT PULL] Block fix for 5.13-rc1
 2021-05-09 20:50 UTC  (2+ messages)

regression: data corruption with ext4 on LUKS on nvme with torvalds master
 2021-05-09 14:47 UTC  (4+ messages)

[PATCH V5 0/4] blk-mq: fix request UAF related with iterating over tagset requests
 2021-05-08  2:02 UTC  (20+ messages)
` [PATCH V5 3/4] blk-mq: clear stale request in tags->rq[] before freeing one request pool

[RFC 0/12] Unify asm/unaligned.h around struct helper
 2021-05-07 22:07 UTC  (3+ messages)
` [RFC 08/12] partitions: msdos: fix one-byte get_unaligned()

[GIT PULL] Block fixes for 5.13-rc1
 2021-05-07 19:07 UTC  (2+ messages)

[PATCH] block: reexpand iov_iter after read/write
 2021-05-07 14:59 UTC  (15+ messages)

switch block layer polling to a bio based model v2
 2021-05-06 21:23 UTC  (7+ messages)
` [PATCH 14/15] nvme-multipath: set QUEUE_FLAG_NOWAIT


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