linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-17 03:15:21 to 2022-02-22 14:46:44 UTC [more...]

[LSF/MM/BPF TOPIC] block drivers in user space
 2022-02-22 14:46 UTC  (5+ messages)

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

[PATCH] Documentation: block/diskstats: update function names
 2022-02-22 14:18 UTC  (4+ messages)

move more work to disk_release
 2022-02-22 14:14 UTC  (13+ messages)
` [PATCH 01/12] blk-mq: do not include passthrough requests in I/O accounting
` [PATCH 02/12] blk-mq: handle already freed tags gracefully in blk_mq_free_rqs
` [PATCH 03/12] scsi: don't use disk->private_data to find the scsi_driver
` [PATCH 04/12] sd: make use of ->free_disk to simplify refcounting
` [PATCH 05/12] sd: remove the extra sdev_gendev reference
` [PATCH 06/12] sr: implement ->free_disk
` [PATCH 07/12] block: move blkcg initialization/destroy into disk allocation/release handler
` [PATCH 08/12] block: don't remove hctx debugfs dir from blk_mq_exit_queue
` [PATCH 09/12] block: move q_usage_counter release into blk_queue_release
` [PATCH 10/12] block: move blk_exit_queue into disk_release
` [PATCH 11/12] block: do more work in elevator_exit
` [PATCH 12/12] block: move rq_qos_exit() into disk_release()

[PATCH] block: clear iocb->private in blkdev_bio_end_io_async()
 2022-02-22 14:00 UTC  (5+ messages)

[PATCH -next v2] block: update io_ticks when io hang
 2022-02-22 13:59 UTC  (4+ messages)

block loopback driver possible regression since next-20220211
 2022-02-22  8:53 UTC  (6+ messages)

[PATCH] pata_parport: second preview
 2022-02-22  8:35 UTC  (2+ messages)

[PATCH 00/16] DEPT(Dependency Tracker)
 2022-02-22  8:27 UTC  (35+ messages)
` [PATCH 01/16] llist: Move llist_{head,node} definition to types.h
` [PATCH 02/16] dept: Implement Dept(Dependency Tracker)
` [PATCH 03/16] dept: Embed Dept data in Lockdep
` [PATCH 04/16] dept: Apply Dept to spinlock
` [PATCH 05/16] dept: Apply Dept to mutex families
` [PATCH 06/16] dept: Apply Dept to rwlock
` [PATCH 07/16] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH 08/16] dept: Apply Dept to seqlock
` [PATCH 09/16] dept: Apply Dept to rwsem
` [PATCH 10/16] dept: Add proc knobs to show stats and dependency graph
` [PATCH 11/16] dept: Introduce split map concept and new APIs for them
` [PATCH 12/16] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH 13/16] dept: Apply SDT to swait
` [PATCH 14/16] dept: Apply SDT to wait(waitqueue)
` [PATCH 15/16] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH 16/16] dept: Distinguish each syscall context from another
` Report 1 in ext4 and journal based on v5.17-rc1
  ` Report 2 "

[PATCH v2 00/13] Support sync buffered writes for io-uring
 2022-02-22  8:18 UTC  (31+ messages)
` [PATCH v2 01/13] fs: Add flags parameter to __block_write_begin_int
` [PATCH v2 02/13] mm: Introduce do_generic_perform_write
` [PATCH v2 03/13] mm: Add support for async buffered writes
` [PATCH v2 04/13] fs: split off __alloc_page_buffers function
` [PATCH v2 05/13] fs: split off __create_empty_buffers function
` [PATCH v2 06/13] fs: Add gfp_t parameter to create_page_buffers()
` [PATCH v2 07/13] fs: add support for async buffered writes
` [PATCH v2 08/13] io_uring: "
` [PATCH v2 09/13] io_uring: Add tracepoint for short writes
` [PATCH v2 10/13] sched: add new fields to task_struct
` [PATCH v2 11/13] mm: support write throttling for async buffered writes
` [PATCH v2 12/13] io_uring: "
` [PATCH v2 13/13] block: enable async buffered writes for block devices

[RFC V4 0/6] blk: make blk-rq-qos policies pluggable and modular
 2022-02-22  8:12 UTC  (23+ 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

remove REQ_OP_WRITE_SAME v2
 2022-02-22  7:38 UTC  (10+ messages)
` [PATCH 7/7] block: remove REQ_OP_WRITE_SAME support

[PATCH v13 00/12] bcache for 5.17: enable NVDIMM for bcache journal
 2022-02-22  5:03 UTC  (4+ messages)
` [PATCH v13 05/12] bcache: bch_nvmpg_free_pages() of the buddy allocator

blkdiscard BLKDISCARD ioctl failed: Remote I/O error
 2022-02-21 15:50 UTC  (4+ messages)

[PATCH v4 0/3] block: show crypto capabilities in sysfs
 2022-02-21  2:23 UTC  (2+ messages)

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

[PATCH v2 00/18] DEPT(Dependency Tracker)
 2022-02-19 10:58 UTC  (19+ messages)
` [PATCH v2 01/18] llist: Move llist_{head,node} definition to types.h
` [PATCH v2 02/18] dept: Implement Dept(Dependency Tracker)
` [PATCH v2 03/18] dept: Embed Dept data in Lockdep
` [PATCH v2 04/18] dept: Add a API for skipping dependency check temporarily
` [PATCH v2 05/18] dept: Apply Dept to spinlock
` [PATCH v2 06/18] dept: Apply Dept to mutex families
` [PATCH v2 07/18] dept: Apply Dept to rwlock
` [PATCH v2 08/18] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH v2 09/18] dept: Apply Dept to seqlock
` [PATCH v2 10/18] dept: Apply Dept to rwsem
` [PATCH v2 11/18] dept: Add proc knobs to show stats and dependency graph
` [PATCH v2 12/18] dept: Introduce split map concept and new APIs for them
` [PATCH v2 13/18] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH v2 14/18] dept: Apply SDT to swait
` [PATCH v2 15/18] dept: Apply SDT to wait(waitqueue)
` [PATCH v2 16/18] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v2 17/18] dept: Distinguish each syscall context from another
` [PATCH v2 18/18] dept: Distinguish each work "

[RFC 00/13] uring-passthru for nvme
 2022-02-18 17:41 UTC  (9+ messages)
  ` [RFC 01/13] io_uring: add infra for uring_cmd completion in submitter-task

[GIT PULL] Block fixes for 5.17-rc5
 2022-02-18 17:40 UTC  (2+ messages)

[PATCH v3 0/3] block, bfq: minor cleanup and fix
 2022-02-18 13:13 UTC  (6+ messages)

[PATCH v2 0/3] kmod: add patient module removal support
 2022-02-18  8:20 UTC  (5+ messages)

[PATCH v3 00/10] Add Copy offload support
 2022-02-17 17:49 UTC  (11+ messages)
    ` [PATCH v3 01/10] block: make bio_map_kern() non static
    ` [PATCH v3 02/10] block: Introduce queue limits for copy-offload support

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

[REPORT] libata deadlock possibilities by DEPT
 2022-02-17 23:55 UTC  (8+ messages)
` Report 2 in ata_scsi_port_error_handler()
  ` Report "

[REPORT] net deadlock possibilities by DEPT
 2022-02-17 23:50 UTC  (4+ messages)
` Report in unix_stream_read_generic()

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

[LSF/MM/BPF Topic][LSF/MM/BPF Attend] iscsi issue of scale with MNoT
 2022-02-17 18:19 UTC 

[RFC PATCH 2/2] capability: use new capable_or functionality
 2022-02-17 17:29 UTC  (2+ messages)

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

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

[PATCH v2] block: fix surprise removal for drivers calling blk_set_queue_dying
 2022-02-17 13:44 UTC  (3+ messages)

[PATCH v3] mm: fix race between MADV_FREE reclaim and blkdev direct IO read
 2022-02-17  6:08 UTC  (7+ 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 


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