linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-20 08:23:18 to 2021-05-25 00:29:42 UTC [more...]

[PATCH 0/2 v2] block: Fix deadlock when merging requests with BFQ
 2021-05-25  0:29 UTC  (4+ messages)
` [PATCH 1/2] bfq: Remove merged request already in bfq_requests_merged()
` [PATCH 2/2] blk: Fix lock inversion between ioc lock and bfqd lock

iomap: writeback ioend/bio allocation deadlock risk
 2021-05-24 23:55 UTC  (9+ messages)

[PATCH v2] virtio-blk: limit seg_max to a safe value
 2021-05-24 20:47 UTC  (3+ messages)

[PATCH v2] drbd: Fix five use after free bugs in get_initial_state
 2021-05-24 20:45 UTC  (3+ messages)

[PATCH 0/1] virtio: disable partitions scanning for no partitions block
 2021-05-24 19:41 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH BUGFIX] block, bfq: fix delayed stable merge check
 2021-05-24 18:45 UTC  (7+ messages)

[PATCH 0/3] virtio_blk: blk-mq io_poll support
 2021-05-24 14:59 UTC  (5+ messages)
` [PATCH 1/3] virtio: add virtioqueue_more_used()
` [PATCH 2/3] virtio_blk: avoid repeating vblk->vqs[qid]
` [PATCH 3/3] virtio_blk: implement blk_mq_ops->poll()

[PATCH AUTOSEL 5.10 61/62] block: fix a race between del_gendisk and BLKRRPART
 2021-05-24 14:47 UTC 

[PATCH AUTOSEL 5.12 62/63] block: fix a race between del_gendisk and BLKRRPART
 2021-05-24 14:46 UTC 

[PATCH] drbd: Fix five use after free bugs in get_initial_state
 2021-05-24 13:49 UTC  (2+ messages)

[RFC PATCH 0/8] block: fix bio_add_XXX_page() return type
 2021-05-24 13:29 UTC  (9+ messages)

[RFC] virtio_scsi: to poll and kick the virtqueue in timeout handler
 2021-05-24 13:24 UTC  (3+ messages)

[PATCH -next] block: Replaced simple_strtol() with kstrtoint()/kstrtoul()
 2021-05-24 12:08 UTC 

[PATCH] md/raid5: remove an incorect assert in in_chunk_boundary
 2021-05-24 11:00 UTC  (4+ messages)

simplify gendisk and request_queue allocation for bio based drivers
 2021-05-24  8:27 UTC  (71+ messages)
` [PATCH 01/26] block: refactor device number setup in __device_add_disk
  ` [dm-devel] "
` [PATCH 02/26] block: move the DISK_MAX_PARTS sanity check into __device_add_disk
  ` [dm-devel] "
` [PATCH 03/26] block: automatically enable GENHD_FL_EXT_DEVT
  ` [dm-devel] "
` [PATCH 04/26] block: add a flag to make put_disk on partially initalized disks safer
  ` [dm-devel] "
` [PATCH 05/26] block: add blk_alloc_disk and blk_cleanup_disk APIs
  ` [dm-devel] "
` [PATCH 06/26] brd: convert to blk_alloc_disk/blk_cleanup_disk
` [PATCH 07/26] drbd: "
` [PATCH 08/26] pktcdvd: "
` [PATCH 09/26] rsxx: "
` [PATCH 10/26] zram: "
` [PATCH 11/26] lightnvm: "
` [PATCH 12/26] bcache: "
` [PATCH 13/26] dm: "
` [PATCH 14/26] md: "
` [PATCH 15/26] nvdimm-blk: "
` [PATCH 16/26] nvdimm-btt: "
` [PATCH 17/26] nvdimm-pmem: "
` [PATCH 18/26] nvme-multipath: "
` [PATCH 19/26] nfblock: "
` [PATCH 20/26] simdisk: "
` [PATCH 21/26] n64cart: convert to blk_alloc_disk
` [PATCH 22/26] ps3vram: convert to blk_alloc_disk/blk_cleanup_disk
` [PATCH 23/26] dcssblk: "
` [PATCH 24/26] xpram: "
` [PATCH 25/26] null_blk: "
` [PATCH 26/26] block: unexport blk_alloc_queue

[PATCHv3 0/4] block and nvme passthrough error handling
 2021-05-24  8:04 UTC  (9+ messages)
` [PATCHv3 1/4] block: support polling through blk_execute_rq
` [PATCHv3 2/4] nvme: use blk_execute_rq() for passthrough commands
` [PATCHv3 3/4] block: return errors from blk_execute_rq()
` [PATCHv3 4/4] nvme: use return value "

[PATCH v3 00/11] dm: Improve zoned block device support
 2021-05-24  2:24 UTC  (20+ messages)
` [PATCH v3 01/11] block: improve handling of all zones reset operation
` [PATCH v3 02/11] block: introduce bio zone helpers
` [PATCH v3 03/11] block: introduce BIO_ZONE_WRITE_LOCKED bio flag
` [PATCH v3 04/11] dm: Fix dm_accept_partial_bio()
` [PATCH v3 05/11] dm: cleanup device_area_is_invalid()
` [PATCH v3 06/11] dm: move zone related code to dm-zone.c
` [PATCH v3 07/11] dm: Introduce dm_report_zones()
` [PATCH v3 08/11] dm: Forbid requeue of writes to zones
` [PATCH v3 09/11] dm: rearrange core declarations
` [PATCH v3 10/11] dm: introduce zone append emulation
` [PATCH v3 11/11] dm crypt: Fix zoned block device support

[GIT PULL] Block fixes for 5.13-rc3
 2021-05-22 18:16 UTC  (2+ messages)

[PATCH v2 0/4] zram: fix few sysfs races
 2021-05-22  7:48 UTC  (8+ messages)

[PATCH][RESEND] zram: move backing_dev under macro CONFIG_ZRAM_WRITEBACK
 2021-05-21 17:44 UTC  (2+ messages)

[PATCH 0/2] block: Fix deadlock when merging requests with BFQ
 2021-05-21 13:47 UTC  (13+ messages)
` [PATCH 1/2] block: Do not merge recursively in elv_attempt_insert_merge()
` [PATCH 2/2] blk: Fix lock inversion between ioc lock and bfqd lock

[PATCH] block: Do not pull requests from the scheduler when we cannot dispatch them
 2021-05-21 13:18 UTC  (5+ messages)

False waker detection in BFQ
 2021-05-21 13:10 UTC  (3+ messages)

[PATCH 0/8] xen: harden frontends against malicious backends
 2021-05-21 10:43 UTC  (2+ messages)

simplify gendisk and request_queue allocation for bio based drivers
 2021-05-21  5:50 UTC 

[PATCH v3] bcache: avoid oversized read request in cache missing code path
 2021-05-21  3:30 UTC  (3+ messages)

[bugreport 5.9-rc8] general protection fault, probably for non-canonical address 0x46b1b0f0d8856e4a: 0000 [#1] SMP NOPTI
 2021-05-21  2:50 UTC  (5+ messages)
          ` [bugreport 5.9-rc8] general protection fault in __bfq_deactivate_entity

[git pull] device mapper fixes for 5.13-rc3
 2021-05-21  0:48 UTC  (2+ messages)

fix a race between del_gendisk and BLKRRPART v2
 2021-05-20 17:37 UTC  (9+ 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 v2 0/6] block: add a sequence number to disks
 2021-05-20 13:56 UTC  (7+ messages)
` [PATCH v2 1/6] block: add disk sequence number
` [PATCH v2 2/6] block: add ioctl to read the "
` [PATCH v2 3/6] block: refactor sysfs code
` [PATCH v2 4/6] block: export diskseq in sysfs
` [PATCH v2 5/6] block: increment sequence number
` [PATCH v2 6/6] loop: "

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

[PATCH] blk-mq: plug request for shared sbitmap
 2021-05-20  8:21 UTC  (11+ 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).