linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-25 19:44:23 to 2021-06-02 06:55:57 UTC [more...]

simplify gendisk and request_queue allocation for blk-mq based drivers
 2021-06-02  6:53 UTC  (21+ messages)
` [PATCH 01/30] blk-mq: factor out a blk_mq_alloc_sq_tag_set helper
` [PATCH 02/30] blk-mq: improve the blk_mq_init_allocated_queue interface
` [PATCH 03/30] blk-mq: add the blk_mq_alloc_disk APIs
` [PATCH 04/30] virtio-blk: use blk_mq_alloc_disk
` [PATCH 05/30] pcd: "
` [PATCH 06/30] pf: "
` [PATCH 07/30] ms_block: "
` [PATCH 08/30] mspro: "
` [PATCH 09/30] mtd_blkdevs: "
` [PATCH 10/30] ps3disk: "
` [PATCH 11/30] swim3: "
` [PATCH 12/30] swim: "
` [PATCH 13/30] sunvdc: "
` [PATCH 14/30] gdrom: "
` [PATCH 15/30] blk-mq: remove blk_mq_init_sq_queue
` [PATCH 16/30] aoe: use blk_mq_alloc_disk and blk_cleanup_disk
` [PATCH 17/30] floppy: "
` [PATCH 18/30] loop: "
` [PATCH 19/30] nbd: "
` [PATCH 20/30] nullb: use blk_mq_alloc_disk

[PATCHv2] block/genhd: use atomic_t for disk_event->block
 2021-06-02  6:47 UTC  (2+ messages)

[RFC PATCH V1] zram:calculate available memory when zram is used
 2021-06-02  0:06 UTC  (2+ messages)

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

[PATCH blktests] tests/nvme/031: add the missing steps for loop_dev clean up
 2021-06-01 17:15 UTC  (3+ messages)

move bd_mutex to the gendisk v2
 2021-06-01 13:48 UTC  (15+ messages)
` [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

simplify gendisk and request_queue allocation for bio based drivers
 2021-06-01 13:48 UTC  (5+ messages)

[PATCH] block/genhd: use atomic_t for disk_event->block
 2021-06-01 13:41 UTC  (3+ messages)

[syzbot] WARNING in schedule_bh (2)
 2021-06-01 12:37 UTC 

[PATCH] blk-mq: update hctx->dispatch_busy in case of real scheduler
 2021-06-01 10:01 UTC  (5+ messages)

[PATCH v2 0/2] allow blk-zoned ioctls without CAP_SYS_ADMIN
 2021-06-01  8:39 UTC  (3+ messages)
` [PATCH v2 2/2] blk-zoned: allow BLKREPORTZONE "
` [PATCH v2 1/2] blk-zoned: allow zone management send operations "

[syzbot] WARNING: refcount bug in blk_mq_free_request (3)
 2021-06-01  4:47 UTC 

[PATCH 0/2] allow blk-zoned ioctls without CAP_SYS_ADMIN
 2021-05-31 23:34 UTC  (4+ messages)
` [PATCH 1/2] blk-zoned: allow zone management send operations "
` [PATCH 2/2] blk-zoned: allow BLKREPORTZONE "

[PATCH v5 1/2] bcache: remove bcache device self-defined readahead
 2021-05-31 15:31 UTC  (2+ messages)
` [PATCH v5 2/2] bcache: avoid oversized read request in cache missing code path

[PATCH] remove the raw driver
 2021-05-31  8:24 UTC  (5+ messages)

[bug report][regression] device node still exists after blktests nvme/011 finished
 2021-05-31  2:27 UTC  (4+ messages)

Redundant check for CAP_SYS_NICE in block/ioprio.c
 2021-05-30 14:00 UTC 

[PATCH] block, bfq: remove the repeated declaration
 2021-05-29  7:34 UTC 

[PATCH v2][next] floppy: Fix fall-through warning for Clang
 2021-05-29  6:37 UTC  (2+ messages)

[GIT PULL] Block fixes for 5.13-rc4
 2021-05-29  0:51 UTC  (2+ messages)

[PATCH] block: Constify static attribute_group structs
 2021-05-28 22:32 UTC 

[PATCH 1/4] block: remove redundant =y from BLK_CGROUP dependency
 2021-05-28 18:44 UTC  (4+ messages)
` [PATCH 2/4] block: simplify Kconfig files
` [PATCH 3/4] block: move menu "Partition type" to block/partitions/Kconfig
` [PATCH 4/4] block: move CONFIG_BLOCK guard to top Makefile

Maintainers / Kernel Summit 2021 planning kick-off
 2021-05-28 16:31 UTC  (14+ messages)

[PATCH 0/9] Improve I/O priority support
 2021-05-28 16:28 UTC  (65+ messages)
` [PATCH 1/9] block/mq-deadline: Add several comments
` [PATCH 2/9] block/mq-deadline: Add two lockdep_assert_held() statements
` [PATCH 3/9] block/mq-deadline: Remove two local variables
` [PATCH 4/9] block/mq-deadline: Rename dd_init_queue() and dd_exit_queue()
` [PATCH 5/9] block/mq-deadline: Improve compile-time argument checking
` [PATCH 6/9] block/mq-deadline: Reduce the read expiry time for non-rotational media
` [PATCH 7/9] block/mq-deadline: Reserve 25% of tags for synchronous requests
` [PATCH 8/9] block/mq-deadline: Add I/O priority support
` [PATCH 9/9] block/mq-deadline: Add cgroup support

[PATCH 0/2 v3] block: Fix deadlock when merging requests with BFQ
 2021-05-28 12:30 UTC  (3+ 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

[PATCH 0/2 v2] block: Fix deadlock when merging requests with BFQ
 2021-05-28  9:33 UTC  (5+ 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

[git pull] device mapper fixes for 5.13-rc4
 2021-05-27 22:04 UTC  (2+ messages)

[RFC PATCH 0/8] block: fix bio_add_XXX_page() return type
 2021-05-27 17:43 UTC  (6+ messages)

[PATCH 0/1] s390/dasd: fix kernel panic due to missing discipline function
 2021-05-27 15:05 UTC  (4+ messages)
` [PATCH 1/1] s390/dasd: add "

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

[PATCH v4] bcache: avoid oversized read request in cache missing code path
 2021-05-27 11:36 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] block namespaces
 2021-05-27  8:01 UTC 

[LSF/MM/BPF TOPIC] Memory folios
 2021-05-27  7:41 UTC  (3+ messages)

[PATCH 0/3] virtio_blk: blk-mq io_poll support
 2021-05-27  5:48 UTC  (6+ messages)
` [PATCH 3/3] virtio_blk: implement blk_mq_ops->poll()

[PATCH] nbd: provide a way for userspace processes to identify device backends
 2021-05-27  5:22 UTC  (6+ messages)

[PATCHv3 0/4] block and nvme passthrough error handling
 2021-05-26  8:47 UTC  (8+ 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()

[PATCH v8 0/8] add support for direct I/O with fscrypt using blk-crypto
 2021-05-26  8:02 UTC  (3+ messages)

[PATCH v10 0/1] bio: limit bio max size
 2021-05-26  3:30 UTC  (2+ messages)

[PATCH] md/raid5: remove an incorect assert in in_chunk_boundary
 2021-05-26  1:05 UTC  (5+ messages)

[PATCH v4 00/11] dm: Improve zoned block device support
 2021-05-25 19:44 UTC  (3+ messages)
` [PATCH v4 11/11] dm crypt: Fix "


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