linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-18 07:52:35 to 2021-05-21 08:36:39 UTC [more...]

iomap: writeback ioend/bio allocation deadlock risk
 2021-05-21  8:36 UTC  (6+ messages)

[PATCH 0/2] block: Fix deadlock when merging requests with BFQ
 2021-05-21  6:54 UTC  (7+ 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

simplify gendisk and request_queue allocation for bio based drivers
 2021-05-21  6:23 UTC  (29+ messages)
` [PATCH 01/26] block: refactor device number setup in __device_add_disk
` [PATCH 02/26] block: move the DISK_MAX_PARTS sanity check into __device_add_disk
` [PATCH 03/26] block: automatically enable GENHD_FL_EXT_DEVT
` [PATCH 04/26] block: add a flag to make put_disk on partially initalized disks safer
` [PATCH 05/26] block: add blk_alloc_disk and blk_cleanup_disk APIs
` [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

[PATCH][RESEND] zram: move backing_dev under macro CONFIG_ZRAM_WRITEBACK
 2021-05-21  6:05 UTC 

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

[PATCH v3 00/11] dm: Improve zoned block device support
 2021-05-21  5:13 UTC  (17+ 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

[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

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

[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 BUGFIX] block, bfq: fix delayed stable merge check
 2021-05-20 16:39 UTC  (3+ messages)

False waker detection in BFQ
 2021-05-20 15:05 UTC  (2+ messages)

[PATCH 0/3] virtio_blk: blk-mq io_poll support
 2021-05-20 14:13 UTC  (4+ 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 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 0/1] virtio: disable partitions scanning for no partitions block
 2021-05-20 13:39 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] blk-mq: plug request for shared sbitmap
 2021-05-20  8:21 UTC  (14+ messages)

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

[RFC PATCH 0/8] block: fix bio_add_XXX_page() return type
 2021-05-20  6:22 UTC  (9+ messages)
` [RFC PATCH 1/8] block: fix return type of bio_add_hw_page()
` [RFC PATCH 2/8] block: fix return type of bio_add_pc_page()
` [RFC PATCH 3/8] block: fix return type of bio_add_zone_append_page
` [RFC PATCH 4/8] block: fix return type of bio_add_page()
` [RFC PATCH 5/8] lightnvm: fix variable type pblk-core
` [RFC PATCH 6/8] pscsi: fix variable type pscsi_map_sg
` [RFC PATCH 7/8] btrfs: fix variable type in btrfs_bio_add_page
` [RFC PATCH 8/8] block: fix variable type for zero pages

[PATCH 00/11] dm: Improve zoned block device support
 2021-05-20  0:00 UTC  (26+ 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
  ` [dm-devel] "

KCSAN: data-race in wbt_wait / wbt_wait
 2021-05-19 21:20 UTC 

[PATCH v2 0/4] zram: fix few sysfs races
 2021-05-19 20:20 UTC  (7+ messages)
` [PATCH v2 1/4] zram: fix crashes due to use of cpu hotplug multistate
` [PATCH v2 2/4] zram: avoid disksize setting when device is being claimed

[PATCH v1 0/8] block: add error handling for *add_disk*()
 2021-05-19 19:57 UTC  (8+ messages)
` [PATCH v1 7/8] null_blk: add error handling support for add_disk()

[PATCH] block: Update blk_update_request() documentation
 2021-05-19 17:52 UTC 

linux 5.12 - fails to boot - soft lockup - CPU#0 stuck for 23s! - RIP smp_call_function_single
 2021-05-19 15:50 UTC  (2+ messages)

[PATCH] nbd: provide a way for userspace processes to identify device backends
 2021-05-19 14:33 UTC  (8+ 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  (4+ messages)
` [PATCH 08/15] io_uring: don't sleep when polling for I/O

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

[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] 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 v2] bcache: avoid oversized read request in cache missing code path
 2021-05-18 10:55 UTC 


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