linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-17 03:51:05 to 2021-06-22 03:53:36 UTC [more...]

[PATCH 0/2] block: discard merge fix & improvement
 2021-06-22  3:53 UTC  (3+ messages)

[RFC PATCH V2 0/3] block/dm: support bio polling
 2021-06-22  2:45 UTC  (21+ 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] "

[Bug Report] Discard bios cannot be correctly merged in blk-mq
 2021-06-22  1:48 UTC  (11+ messages)

❌ FAIL: Test report for kernel 5.13.0-rc6 (block, b0740de3)
 2021-06-22  0:48 UTC  (13+ messages)

[PATCH v3 0/3] zram: fix few sysfs races
 2021-06-21 23:36 UTC  (4+ messages)
` [PATCH v3 1/3] zram: fix crashes due to use of cpu hotplug multistate
` [PATCH v3 2/3] zram: fix deadlock with sysfs attribute usage and driver removal
` [PATCH v3 3/3] drivers/base/core: refcount kobject and bus on device attribute read / store

[PATCH v2 0/4] zram: fix few sysfs races
 2021-06-21 23:19 UTC  (11+ messages)

loop cleanups
 2021-06-21 20:20 UTC  (16+ messages)
` [PATCH 1/9] loop: reorder loop_exit
` [PATCH 2/9] loop: reduce loop_ctl_mutex coverage in loop_exit
` [PATCH 3/9] loop: remove the l argument to loop_add
` [PATCH 4/9] loop: don't call loop_lookup before adding a loop device
` [PATCH 5/9] loop: split loop_control_ioctl
` [PATCH 6/9] loop: move loop_ctl_mutex locking into loop_add
` [PATCH 7/9] loop: don't allow deleting an unspecified loop device
` [PATCH 8/9] loop: split loop_lookup
` [PATCH 9/9] loop: rewrite loop_exit using idr_for_each_entry

[PATCH FIXES/IMPROVEMENTS 0/7] block, bfq: preserve control, boost throughput, fix bugs
 2021-06-21 20:03 UTC  (11+ messages)
` [PATCH FIXES/IMPROVEMENTS 1/7] block, bfq: let also stably merged queues enjoy weight raising
` [PATCH FIXES/IMPROVEMENTS 2/7] block, bfq: fix delayed stable merge check
` [PATCH FIXES/IMPROVEMENTS 3/7] block, bfq: consider also creation time in delayed stable merge
` [PATCH FIXES/IMPROVEMENTS 4/7] block, bfq: boost throughput by extending queue-merging times
` [PATCH FIXES/IMPROVEMENTS 5/7] block, bfq: avoid delayed merge of async queues
` [PATCH FIXES/IMPROVEMENTS 6/7] block, bfq: check waker only for queues with no in-flight I/O
` [PATCH FIXES/IMPROVEMENTS 7/7] block, bfq: reset waker pointer with shared queues

[PATCH 00/14] bcache patches for Linux v5.14
 2021-06-21 16:17 UTC  (6+ messages)
` [PATCH 03/14] bcache: add initial data structures for nvm pages
  ` Ask help for code review (was Re: [PATCH 03/14] bcache: add initial data structures for nvm pages)

[PATCH] mmc: initialized disk->minors
 2021-06-21 16:10 UTC  (3+ messages)

[PATCH] block/partitions/msdos: Fix typo inidicator -> indicator
 2021-06-21 16:09 UTC  (2+ messages)

[PATCH 0/2] blk-wbt: fix two wbt enable problems
 2021-06-21 16:07 UTC  (4+ messages)
` [PATCH 1/2] blk-wbt: introduce a new disable state to prevent false positive by rwb_enabled()
` [PATCH 2/2] blk-wbt: make sure throttle is enabled properly

[PATCH v3 00/16] Improve I/O priority support
 2021-06-21 16:06 UTC  (32+ 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] block: Include mm_types.h instead of mm.h
 2021-06-21 15:55 UTC  (3+ messages)

[PATCH v9 0/4] block device interposer
 2021-06-21 10:41 UTC  (2+ messages)

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

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

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

[PATCH] block: mtip32xx: set the pointer of queue to null after cleaning
 2021-06-21  7:50 UTC  (3+ messages)

[PATCH] blk-mq: fix an IS_ERR() vs NULL bug
 2021-06-19 23:02 UTC  (4+ messages)

[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  (5+ messages)

switch the block layer to use kmap_local_page v2
 2021-06-18 18:12 UTC  (5+ messages)
` [PATCH 01/18] mm: add a kunmap_local_dirty helper

[PATCH v3 0/2] allow blk-zoned ioctls without CAP_SYS_ADMIN
 2021-06-18 17:57 UTC  (7+ 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  (30+ messages)

[PATCH] block: Remove unnecessary elevator operation checks
 2021-06-18 16:28 UTC  (4+ 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  (4+ messages)
` [RFC PATCH 4/4] dm: "

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

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  (7+ 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 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  (5+ messages)
` [PATCH v3 04/10] block: respect bio_required_sector_alignment() in blk-crypto-fallback


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