linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-16 04:15:31 to 2022-02-18 08:20:52 UTC [more...]

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

[PATCH 00/16] DEPT(Dependency Tracker)
 2022-02-18  6:09 UTC  (29+ 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 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  (7+ 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

remove REQ_OP_WRITE_SAME v2
 2022-02-18  4:27 UTC  (8+ messages)
` [PATCH 6/7] dm: remove write same support

[GIT PULL] Block fixes for 5.17-rc5
 2022-02-18  3:48 UTC 

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

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

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

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

[RFC 00/13] uring-passthru for nvme
 2022-02-17 18:53 UTC  (11+ 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

[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  (8+ 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 -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  (6+ messages)
` [RFC V2 5/6] blk-ioprio: make ioprio "

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

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

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

[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] nvme: prevent hang on surprise removal of NVMe disk
 2022-02-16 13:33 UTC  (8+ 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] ext4 deadlock possibilities by DEPT
 2022-02-16  6:51 UTC  (7+ messages)
` Report in ext4_buffered_write_iter()
  ` Report in ext4_file_write_iter()
  ` Report in ext4_sync_file()
  ` Report in ksys_write()
  ` Report in __mark_inode_dirty()


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