linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-11 10:12:49 to 2022-02-15 20:17:44 UTC [more...]

[RFC PATCH] nvme: prevent hang on surprise removal of NVMe disk
 2022-02-15 20:17 UTC  (7+ messages)

[PATCH v1 00/14] Support sync buffered writes for io-uring
 2022-02-15 17:38 UTC  (27+ messages)
` [PATCH v1 01/14] fs: Add flags parameter to __block_write_begin_int
` [PATCH v1 02/14] mm: Introduce do_generic_perform_write
` [PATCH v1 03/14] mm: add noio support in filemap_get_pages
` [PATCH v1 04/14] mm: Add support for async buffered writes
` [PATCH v1 05/14] fs: split off __alloc_page_buffers function
  ` [RFC PATCH] fs: __alloc_page_buffers() can be static
` [PATCH v1 06/14] fs: split off __create_empty_buffers function
` [PATCH v1 07/14] fs: Add aop_flags parameter to create_page_buffers()
` [PATCH v1 08/14] fs: add support for async buffered writes
` [PATCH v1 09/14] io_uring: "
` [PATCH v1 10/14] io_uring: Add tracepoint for short writes
` [PATCH v1 11/14] sched: add new fields to task_struct
` [PATCH v1 12/14] mm: support write throttling for async buffered writes
` [PATCH v1 13/14] io_uring: "
` [PATCH v1 14/14] block: enable async buffered writes for block devices

[PATCH blktests] block/008: check CPU offline failure due to many IRQs
 2022-02-15 17:04 UTC  (3+ messages)

[PATCH V2 0/4] loop: cleanup and few improvements
 2022-02-15 16:54 UTC  (7+ messages)
` [PATCH V2 1/4] loop: use sysfs_emit() in the sysfs xxx show()
` [PATCH V2 2/4] loop: remove extra variable in lo_fallocate()
` [PATCH V2 3/4] loop: remove extra variable in lo_req_flush
` [PATCH V2 4/4] loop: allow user to set the queue depth

[PATCH V2 0/1] blk-lib: cleanup bdev_get_queue()
 2022-02-15 14:51 UTC  (4+ messages)
` [PATCH V2 1/1] blk-lib: don't check bdev_get_queue() NULL check

[PATCH] block: remove biodoc.rst
 2022-02-15 14:51 UTC  (3+ messages)

[PATCH] null_blk: fix return value from null_add_dev()
 2022-02-15 14:51 UTC  (2+ messages)

[PATCH v2] nbd: Don't use workqueue to handle recv work
 2022-02-15 13:17 UTC  (9+ messages)

[RFC V2 0/6] blk: make blk-rq-qos policies pluggable and modular
 2022-02-15 13:01 UTC  (8+ messages)
` [RFC V2 1/6] blk: make blk-rq-qos support pluggable and modular policy
` [RFC V2 2/6] blk-wbt: make wbt pluggable
` [RFC V2 3/6] blk-iolatency: make iolatency pluggable
` [RFC V2 4/6] blk-iocost: make iocost pluggable
` [RFC V2 5/6] blk-ioprio: make ioprio pluggable and modular
` [RFC V2 6/6] blk: remove unused interfaces of blk-rq-qos

[PATCH] blk-mq: Remove get_cpu() in __blk_mq_delay_run_hw_queue()
 2022-02-15 12:22 UTC  (6+ messages)

[PATCH] blk-cgroup: set blkg iostat after percpu stat aggregation
 2022-02-15 12:10 UTC  (3+ messages)
  ` [Phishing Risk] [External] "

make the blk-mq stacking interface optional
 2022-02-15 10:05 UTC  (6+ messages)
` [PATCH 1/5] blk-mq: make the blk-mq stacking code optional
` [PATCH 2/5] blk-mq: fold blk_cloned_rq_check_limits into blk_insert_cloned_request
` [PATCH 3/5] blk-mq: remove the request_queue argument to blk_insert_cloned_request
` [PATCH 4/5] dm: remove useless code from dm_dispatch_clone_request
` [PATCH 5/5] dm: remove dm_dispatch_clone_request

[PATCH V3 00/13] use time_is_{before,after}_jiffies() instead of open coding it
 2022-02-15  9:45 UTC  (18+ messages)
` [PATCH V3 1/13] block: xen: use time_is_before_eq_jiffies() "
` [PATCH V3 2/13] clk: mvebu: "
` [PATCH V3 3/13] gpu: drm: i915: use time_is_after_jiffies() "
` [PATCH V3 4/13] gpu: drm: radeon: use time_is_before_jiffies() "
` [PATCH V3 5/13] hid: use time_is_after_jiffies() "
` [PATCH V3 6/13] input: serio: use time_is_before_jiffies() "
` [PATCH V3 7/13] md: use time_is_before_jiffies(() "
` [PATCH V3 10/13] md: use time_is_before_eq_jiffies() "
` [PATCH V3 9/13] media: si21xx: use time_is_before_jiffies() "
` [PATCH V3 10/13] media: stv0299: "
` [PATCH V3 11/13] media: tda8083: use time_is_after_jiffies() "
` [PATCH V3 12/13] media: wl128x: use time_is_before_jiffies() "
` [PATCH V3 13/13] media: vivid: use time_is_after_jiffies() "

add a ->free_disk block_device_operation v3
 2022-02-15  9:45 UTC  (6+ messages)
` [PATCH 1/5] block: add a ->free_disk method
` [PATCH 2/5] memstick/ms_block: simplify refcounting
` [PATCH 3/5] memstick/mspro_block: fix handling of read-only devices
` [PATCH 4/5] memstick/mspro_block: simplify refcounting
` [PATCH 5/5] virtio_blk: "

[RFC PATCH] blk-mq: avoid housekeeping CPUs scheduling a worker on a non-housekeeping CPU
 2022-02-15  9:38 UTC  (5+ messages)

[PATCH V2 0/7] block: improve iops limit throttle
 2022-02-15  8:20 UTC  (9+ messages)
` [PATCH V2 5/7] block: throttle split bio in case of iops limit

[PATCH V3 0/8] block: improve iops limit throttle
 2022-02-15  8:11 UTC  (14+ messages)
` [PATCH V3 1/8] block: move submit_bio_checks() into submit_bio_noacct
` [PATCH V3 2/8] block: move blk_crypto_bio_prep() out of blk-mq.c
` [PATCH V3 3/8] block: don't declare submit_bio_checks in local header
` [PATCH V3 4/8] block: don't check bio in blk_throtl_dispatch_work_fn
` [PATCH V3 5/8] block: merge submit_bio_checks() into submit_bio_noacct
` [PATCH V3 6/8] block: throttle split bio in case of iops limit
` [PATCH V3 7/8] block: don't try to throttle split bio if iops limit isn't set
` [PATCH V3 8/8] block: revert 4f1e9630afe6 ("blk-throtl: optimize IOPS throttle for large IO scenarios")

[PATCH v2 00/14] dm: improve bio-based IO accounting
 2022-02-15  2:40 UTC  (18+ messages)
` [PATCH v2 01/14] dm: rename split functions
` [PATCH v2 02/14] dm: fold __clone_and_map_data_bio into __split_and_process_bio
` [PATCH v2 03/14] dm: refactor dm_split_and_process_bio a bit
` [PATCH v2 04/14] dm: reduce code duplication in __map_bio
` [PATCH v2 05/14] dm: remove impossible BUG_ON in __send_empty_flush
` [PATCH v2 06/14] dm: remove unused mapped_device argument from free_tio
` [PATCH v2 07/14] dm: remove code only needed before submit_bio recursion
` [PATCH v2 08/14] dm: record old_sector in dm_target_io before calling map function
` [PATCH v2 09/14] dm: move kicking of suspend queue to dm_io_dec_pending
` [PATCH v2 10/14] block: add bio_start_io_acct_remapped for the benefit of DM
` [PATCH v2 11/14] dm: add dm_submit_bio_remap interface
` [PATCH v2 12/14] dm crypt: use dm_submit_bio_remap
` [PATCH v2 13/14] dm delay: "
` [PATCH v2 14/14] dm: move duplicate code in callers of alloc_tio into alloc_tio

[PATCH v3 00/10] Add Copy offload support
 2022-02-14 22:08 UTC  (12+ messages)
  ` [PATCH v3 01/10] block: make bio_map_kern() non static
  ` [PATCH v3 02/10] block: Introduce queue limits for copy-offload support
  ` [PATCH v3 03/10] block: Add copy offload support infrastructure
  ` [PATCH v3 04/10] block: Introduce a new ioctl for copy
  ` [PATCH v3 05/10] block: add emulation "
  ` [PATCH v3 06/10] nvme: add copy offload support
  ` [PATCH v3 07/10] nvmet: add copy command support for bdev and file ns
  ` [PATCH v3 08/10] dm: Add support for copy offload
  ` [PATCH v3 09/10] dm: Enable copy offload for dm-linear target
  ` [PATCH v3 10/10] dm kcopyd: use copy offload support

[PATCH] blk-mq: avoid extending delays of active hctx from blk_mq_delay_run_hw_queues
 2022-02-14 14:50 UTC  (3+ messages)

[PATCH 0/8] loop: cleanup and few improvements
 2022-02-14 13:46 UTC  (10+ messages)
` [PATCH 1/8] loop: use sysfs_emit() in the sysfs offset show
` [PATCH 2/8] loop: use sysfs_emit() in the sysfs sizelimit show
` [PATCH 3/8] loop: use sysfs_emit() in the sysfs autoclear show
` [PATCH 4/8] loop: use sysfs_emit() in the sysfs partscan show
` [PATCH 5/8] loop: use sysfs_emit() in the sysfs dio show
` [PATCH 6/8] loop: remove extra variable in lo_fallocate()
` [PATCH 7/8] loop: remove extra variable in lo_req_flush
` [PATCH 8/8] loop: allow user to set the queue depth

[PATCH 0/4] blk-lib: cleanup bdev_get_queue()
 2022-02-14 13:45 UTC  (7+ messages)
` [PATCH 1/4] blk-lib: don't check bdev_get_queue() NULL check
` [PATCH 2/4] "
` [PATCH 3/4] "
` [PATCH 4/4] "

[syzbot] INFO: task can't die in submit_bio_wait (2)
 2022-02-14 12:41 UTC 

[PATCH] dm: make sure dm_table is binded before queue request
 2022-02-14  8:29 UTC  (2+ messages)

[syzbot] INFO: task hung in blkdev_fallocate
 2022-02-14  8:17 UTC  (6+ messages)
` [PATCH] block: add filemap_invalidate_lock_killable()

[PATCH v1 0/1] Regression in ZNS devices due to batched completions
 2022-02-14  7:59 UTC  (7+ messages)
  ` [PATCH v1 1/1] block: Add handling for zone append command in blk_complete_request

[PATCH V2 00/13] use time_is_xxx() instead of jiffies judgment
 2022-02-14  1:41 UTC  (5+ messages)
` [PATCH V2 5/13] hid: use time_is_after_jiffies() "

[PATCH V3] block: loop:use kstatfs.f_bsize of backing file to set discard granularity
 2022-02-11 22:11 UTC  (2+ messages)

[PATCH] loop: clean up grammar in warning message
 2022-02-11 22:09 UTC  (2+ messages)

[PATCH] docs: block: biodoc.rst: Drop the obsolete and incorrect content
 2022-02-11 22:07 UTC  (4+ messages)

[v8 PATCH] block: introduce block_rq_error tracepoint
 2022-02-11 20:56 UTC  (5+ messages)

[GIT PULL] block changes for 5.17-rc4
 2022-02-11 20:05 UTC  (2+ messages)

[PATCH 0/3] block: cleanup cgroup
 2022-02-11 17:02 UTC  (7+ messages)
` [PATCH 1/3] block: remove THROTL_IOPS_MAX
` [PATCH 2/3] block: move initialization of q->blkg_list into blkcg_init_queue
` [PATCH 3/3] block: partition include/linux/blk-cgroup.h

Potential BFQ bug
 2022-02-11 16:37 UTC 

[PATCH for 5.17] loop: revert "make autoclear operation asynchronous"
 2022-02-11 12:52 UTC  (2+ 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).