linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-15 08:48:42 to 2022-02-17 08:43:13 UTC [more...]

[RFC V4 0/6] blk: make blk-rq-qos policies pluggable and modular
 2022-02-17  8:43 UTC  (10+ messages)
` [RFC V4 1/6] blk: prepare to make blk-rq-qos "
` [RFC V4 2/6] blk-wbt: make wbt pluggable
` [RFC V4 3/6] blk-iolatency: make iolatency pluggable
` [RFC V4 4/6] blk-iocost: make iocost pluggable
` [RFC V4 5/6] blk-ioprio: make ioprio pluggable and modular
` [RFC V4 6/6] blk: export the sysfs for switching qos

[PATCH v3 00/10] Add Copy offload support
 2022-02-17  8:36 UTC  (3+ messages)
  ` [PATCH v3 01/10] block: make bio_map_kern() non static

[PATCH v2 0/3] kmod: add patient module removal support
 2022-02-17  8:13 UTC  (4+ messages)

[PATCH v2] block: fix surprise removal for drivers calling blk_set_queue_dying
 2022-02-17  7:52 UTC 

[PATCH] blk: do rq_qos_exit in blk_cleanup_queue
 2022-02-17  7:48 UTC  (4+ messages)

[PATCH V2 00/13] block: don't drain file system I/O on del_gendisk
 2022-02-17  7:45 UTC  (3+ messages)
` [PATCH V2 04/13] block/wbt: fix negative inflight counter when remove scsi device

remove REQ_OP_WRITE_SAME v2
 2022-02-17  6:43 UTC  (7+ messages)
` [PATCH 6/7] dm: remove write same support

[PATCH -next v2] block: update io_ticks when io hang
 2022-02-17  6:42 UTC 

[PATCH v3] mm: fix race between MADV_FREE reclaim and blkdev direct IO read
 2022-02-17  6:08 UTC  (8+ messages)

[PATCH -next v2] block: update io_ticks when io hang
 2022-02-17  4:02 UTC 

[RFC V2 blktests] test/block/032: add test cases for switching queue qos
 2022-02-17  3:27 UTC 

[PATCH -next] block: update io_ticks when io hang
 2022-02-17  3:08 UTC  (3+ messages)

[[RFC blktests]] test/block/032: add test cases for switching queue qos
 2022-02-17  3:00 UTC  (3+ messages)

[RFC V2 0/6] blk: make blk-rq-qos policies pluggable and modular
 2022-02-17  2:56 UTC  (15+ 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

[RFC 00/13] uring-passthru for nvme
 2022-02-17  2:52 UTC  (6+ messages)
  ` [RFC 01/13] io_uring: add infra for uring_cmd completion in submitter-task
  ` [RFC 03/13] io_uring: mark iopoll not supported for uring-cmd

[PATCH] block/bfq_wf2q: correct weight to ioprio
 2022-02-17  2:51 UTC  (2+ messages)

[PATCH] blk-mq: avoid extending delays of active hctx from blk_mq_delay_run_hw_queues
 2022-02-17  2:48 UTC  (2+ messages)

add a ->free_disk block_device_operation v3
 2022-02-17  2:48 UTC  (7+ 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: "

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

[PATCH] block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kern
 2022-02-17  2:42 UTC  (7+ messages)

make the blk-mq stacking interface optional
 2022-02-17  2:40 UTC  (8+ 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 V2 0/1] null_blk: cleanup null_submit_bio() & alloc_cmd()
 2022-02-17  2:38 UTC  (4+ messages)
` [PATCH V2 1/1] null_blk: remove hardcoded alloc_cmd() parameter

[PATCH v1 00/14] Support sync buffered writes for io-uring
 2022-02-16 18:35 UTC  (17+ messages)
` [PATCH v1 01/14] fs: Add flags parameter to __block_write_begin_int
` [PATCH v1 03/14] mm: add noio support in filemap_get_pages
` [PATCH v1 07/14] fs: Add aop_flags parameter to create_page_buffers()

[REPORT] libata deadlock possibilities by DEPT
 2022-02-16 18:33 UTC  (8+ messages)
` Report 2 in ata_scsi_port_error_handler()
  ` Report 3 "
  ` Report "

[PATCH 1/2] block: fix surprise removal for drivers calling blk_set_queue_dying
 2022-02-16 18:10 UTC  (15+ messages)
` [PATCH 2/2] block: skip the fsync_bdev call in del_gendisk for surprise removals

[PATCH 0/2] null_blk: cleanup alloc_cmd()
 2022-02-16 17:35 UTC  (6+ messages)
` [PATCH 1/2] null_blk: remove hardcoded alloc_cmd() parameter
` [PATCH 2/2] null_blk: remove local var & init cmd in alloc_cmd

[RFC PATCH 0/3] NVMe copy offload patches
 2022-02-16 13:51 UTC  (6+ messages)
` [PATCH v2 00/10] Add Copy offload support
    ` [PATCH v2 05/10] block: add emulation for copy
    ` [PATCH v2 08/10] dm: Add support for copy offload

[RFC PATCH] nvme: prevent hang on surprise removal of NVMe disk
 2022-02-16 13:33 UTC  (12+ messages)

[RFC V3 0/6] blk: make blk-rq-qos policies pluggable and modular
 2022-02-16 11:48 UTC  (7+ messages)
` [RFC V3 1/6] blk: prepare to make blk-rq-qos "
` [RFC V3 2/6] blk-wbt: make wbt pluggable
` [RFC V3 3/6] blk-iolatency: make iolatency pluggable
` [RFC V3 4/6] blk-iocost: make iocost pluggable
` [RFC V3 5/6] blk-ioprio: make ioprio pluggable and modular
` [RFC V3 6/6] blk: export the sysfs for switching qos

[REPORT] net deadlock possibilities by DEPT
 2022-02-16  6:53 UTC  (5+ messages)
` Report in unix_stream_read_generic()
  ` Report in unix_stream_sendmsg()

[REPORT] ext4 deadlock possibilities by DEPT
 2022-02-16  6:51 UTC  (8+ messages)
` Report in ext4_buffered_write_iter()
  ` Report in ext4_da_write_begin()
  ` Report in ext4_file_write_iter()
  ` Report in ext4_sync_file()
  ` Report in ksys_write()
  ` Report in __mark_inode_dirty()

[PATCH V3 00/13] use time_is_{before,after}_jiffies() instead of open coding it
 2022-02-15 22:59 UTC  (8+ messages)
` [PATCH V3 1/13] block: xen: use time_is_before_eq_jiffies() "
` [PATCH V3 5/13] hid: use time_is_after_jiffies() "
` [PATCH V3 6/13] input: serio: use time_is_before_jiffies() "

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

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

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

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

[RFC PATCH] blk-mq: avoid housekeeping CPUs scheduling a worker on a non-housekeeping CPU
 2022-02-15  9:38 UTC  (5+ 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).