linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-15 16:04:26 to 2021-06-19 09:28:12 UTC [more...]

[PATCH 0/2] blk-wbt: fix two wbt enable problems
 2021-06-19  9:37 UTC  (2+ messages)
` [PATCH 2/2] blk-wbt: make sure throttle is enabled properly

[PATCH v2] block: genhd: don't call probe function with major_names_lock held
 2021-06-19  8:47 UTC  (5+ messages)

[RFC PATCH V2 0/3] block/dm: support bio polling
 2021-06-19  0:27 UTC  (10+ messages)
` [RFC PATCH V2 1/3] block: add helper of blk_queue_poll
` [RFC PATCH V2 2/3] block: add ->poll_bio to block_device_operations
` [RFC PATCH V2 3/3] dm: support bio polling
  ` [dm-devel] "

[PATCH v3 00/16] Improve I/O priority support
 2021-06-18 23:07 UTC  (30+ messages)
` [PATCH v3 01/16] block/Kconfig: Make the BLK_WBT and BLK_WBT_MQ entries consecutive
` [PATCH v3 02/16] block/blk-cgroup: Swap the blk_throtl_init() and blk_iolatency_init() calls
` [PATCH v3 03/16] block/blk-rq-qos: Move a function from a header file into a C file
` [PATCH v3 04/16] block: Introduce the ioprio rq-qos policy
` [PATCH v3 05/16] block/mq-deadline: Add several comments
` [PATCH v3 06/16] block/mq-deadline: Add two lockdep_assert_held() statements
` [PATCH v3 07/16] block/mq-deadline: Remove two local variables
` [PATCH v3 08/16] block/mq-deadline: Rename dd_init_queue() and dd_exit_queue()
` [PATCH v3 09/16] block/mq-deadline: Improve compile-time argument checking
` [PATCH v3 10/16] block/mq-deadline: Improve the sysfs show and store macros
` [PATCH v3 11/16] block/mq-deadline: Reserve 25% of scheduler tags for synchronous requests
` [PATCH v3 12/16] block/mq-deadline: Micro-optimize the batching algorithm
` [PATCH v3 13/16] block/mq-deadline: Add I/O priority support
` [PATCH v3 14/16] block/mq-deadline: Track I/O statistics
` [PATCH v3 15/16] block/mq-deadline: Add cgroup support
` [PATCH v3 16/16] block/mq-deadline: Prioritize high-priority requests

[PATCH 0/6] sched: Cleanup task_struct::state
 2021-06-18 20:42 UTC  (3+ messages)
` [PATCH 5/6] sched,timer: Use __set_current_state()

[patch v6 3/7] genirq/affinity: Add new callback for (re)calculating interrupt sets
 2021-06-18 19:32 UTC  (6+ messages)

switch the block layer to use kmap_local_page v2
 2021-06-18 18:12 UTC  (10+ messages)
` [PATCH 01/18] mm: add a kunmap_local_dirty helper
` [PATCH 06/18] bvec: add a bvec_kmap_local helper
  ` [dm-devel] "
` [PATCH 11/18] ps3disk: use memcpy_{from,to}_bvec

[PATCH v3 0/2] allow blk-zoned ioctls without CAP_SYS_ADMIN
 2021-06-18 17:57 UTC  (10+ messages)
` [PATCH v3 1/2] blk-zoned: allow zone management send operations "
` [PATCH v3 2/2] blk-zoned: allow BLKREPORTZONE "

[PATCH] block: remove useless comments
 2021-06-18 16:46 UTC  (2+ messages)

Maintainers / Kernel Summit 2021 planning kick-off
 2021-06-18 16:45 UTC  (36+ messages)

[PATCH] block: Remove unnecessary elevator operation checks
 2021-06-18 16:28 UTC  (4+ messages)

[PATCH] blk-mq: fix an IS_ERR() vs NULL bug
 2021-06-18 14:53 UTC  (3+ messages)

[PATCH v2] loop: Fix missing discard support when using LOOP_CONFIGURE
 2021-06-18 14:52 UTC  (2+ messages)

[PATCH] blk-mq: fix use-after-free in blk_mq_exit_sched
 2021-06-18 14:50 UTC  (5+ messages)

[RFC PATCH 0/4] block/dm: support bio polling
 2021-06-18 14:33 UTC  (8+ messages)
` [RFC PATCH 1/4] block: add helper of blk_queue_poll
` [RFC PATCH 2/4] block: add field of .bi_bio_drv_data to bio
` [RFC PATCH 3/4] block: add ->poll_bio to block_device_operations
` [RFC PATCH 4/4] dm: support bio polling

switch block layer polling to a bio based model v4
 2021-06-18 14:27 UTC  (7+ messages)
` [PATCH 13/16] block: switch polling to be bio based

[Bug Report] Discard bios cannot be correctly merged in blk-mq
 2021-06-18 12:49 UTC  (9+ messages)

[PATCH] loop: Fix missing discard support when using LOOP_CONFIGURE
 2021-06-17 23:26 UTC  (3+ messages)

[PATCH] block: break circular locks in blk_request_module
 2021-06-17 15:27 UTC  (4+ messages)

convert the mmc driver to use blk_mq_alloc_disk
 2021-06-17 13:40 UTC  (7+ messages)
` [PATCH 1/2] mmc: remove an extra blk_{get,put}_queue pair
` [PATCH 2/2] mmc: switch to blk_mq_alloc_disk

remove ->revalidate_disk (resend)
 2021-06-17 11:50 UTC  (6+ messages)

[PATCH v3 0/5] Use the normal block device I/O path
 2021-06-17  7:57 UTC  (9+ messages)
` [PATCH v3 1/5] pstore/blk: Improve failure reporting
` [PATCH v3 2/5] pstore/blk: Move verify_size() macro out of function
` [PATCH v3 3/5] pstore/blk: Use the normal block device I/O path
` [PATCH v3 4/5] pstore/blk: Fix kerndoc and redundancy on blkdev param
` [PATCH v3 5/5] pstore/blk: Include zone in pstore_device_info

[PATCH v3] virtio-blk: Add validation for block size in config space
 2021-06-17  5:10 UTC 

[PATCH v3 00/10] ensure bios aren't split in middle of crypto data unit
 2021-06-17  4:34 UTC  (19+ messages)
` [PATCH v3 01/10] block: introduce blk_ksm_is_empty()
` [PATCH v3 02/10] block: blk-crypto: introduce blk_crypto_bio_sectors_alignment()
` [PATCH v3 03/10] block: introduce bio_required_sector_alignment()
` [PATCH v3 04/10] block: respect bio_required_sector_alignment() in blk-crypto-fallback
` [PATCH v3 05/10] block: keyslot-manager: introduce blk_ksm_restrict_dus_to_queue_limits()
` [PATCH v3 07/10] mmc: handle error from blk_ksm_register()
` [PATCH v3 08/10] dm: "
` [PATCH v3 10/10] block: add WARN_ON_ONCE() to bio_split() for sector alignment

[syzbot] possible deadlock in loop_probe
 2021-06-16 21:18 UTC 

blk-wbt / wbt_rqw_done logic?
 2021-06-16 17:36 UTC 

[PATCH v2] block: Do not pull requests from the scheduler when we cannot dispatch them
 2021-06-16 15:51 UTC  (4+ messages)

Deadlock in wbt / rq-qos
 2021-06-16 15:06 UTC  (4+ messages)

[REMINDER] LSF/MM/BPF: 2021: Call for Proposals
 2021-06-16 15:02 UTC 

[PATCH V3 0/2] block: fix race between adding wbt and normal IO
 2021-06-16 14:42 UTC  (4+ messages)

[PATCH v2 0/4] Include zone in pstore_device_info
 2021-06-16 14:41 UTC  (10+ messages)
` [PATCH v2 1/4] pstore/blk: Improve failure reporting
` [PATCH v2 2/4] pstore/blk: Use the normal block device I/O path
` [PATCH v2 3/4] pstore/blk: Include zone in pstore_device_info
` [PATCH v2 4/4] pstore/blk: Fix kerndoc and redundancy on blkdev param

kernel panic when scanning MTD partitions
 2021-06-16 13:17 UTC  (5+ messages)

[PATCH] nbd: provide a way for userspace processes to identify device backends
 2021-06-16 12:59 UTC  (3+ messages)

[PATCH 1/2] mtd_blkdevs: initialze new->rq in add_mtd_blktrans_dev
 2021-06-16 12:54 UTC  (3+ messages)
` [PATCH 2/2] loop: fix order of cleaning up the queue and freeing the tagset

💥 PANICKED: Test report for kernel 5.13.0-rc3 (block, 30ec225a)
 2021-06-16 10:54 UTC  (5+ messages)
  ` ? "

[PATCH v3 0/2] dm: dm_blk_ioctl(): implement failover for SG_IO on dm-multipath
 2021-06-16  9:56 UTC  (7+ messages)
` [PATCH v3 2/2] dm: add CONFIG_DM_MULTIPATH_SG_IO - "

[PATCH v2] virtio-blk: Add validation for block size in config space
 2021-06-16  8:35 UTC  (3+ messages)
  `  "

loop_set_block_size: loop0 () has still dirty pages (nrpages=2)
 2021-06-16  7:44 UTC  (6+ messages)

[PATCH 0/3] virtio_blk: blk-mq io_poll support
 2021-06-16  7:43 UTC  (3+ messages)

Observability of filesystem syncing and device flushing
 2021-06-16  4:59 UTC 

[PATCH v3] block: fix trace completion for chained bio
 2021-06-16  4:53 UTC  (2+ messages)

cleanup ubd gendisk registration
 2021-06-15 21:57 UTC  (2+ messages)

mtip32xx cleanups
 2021-06-15 21:56 UTC  (2+ messages)

[GIT PULL] Floppy changes for 5.14
 2021-06-15 21:41 UTC  (2+ messages)

simplify gendisk and request_queue allocation for blk-mq based drivers
 2021-06-15 16:28 UTC  (5+ messages)
` [PATCH 09/30] mtd_blkdevs: use blk_mq_alloc_disk

[PATCH V15 0/5] nvmet: add ZBD backened support
 2021-06-15 16:25 UTC  (2+ messages)

[PATCH] pstore/blk: Use the normal block device I/O path
 2021-06-15 16:04 UTC  (3+ 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).