linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-08 17:56:00 to 2023-01-11 05:12:58 UTC [more...]

[PATCH v3 00/14] A few bugfix and cleanup patches for blk-mq
 2023-01-11 13:01 UTC  (16+ messages)
` [PATCH v3 01/14] blk-mq: avoid sleep in blk_mq_alloc_request_hctx
` [PATCH v3 02/14] blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx
` [PATCH v3 03/14] blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_wait
` [PATCH v3 04/14] blk-mq: Fix potential io hung for shared sbitmap per tagset
` [PATCH v3 05/14] blk-mq: remove unnecessary list_empty check in blk_mq_try_issue_list_directly
` [PATCH v3 06/14] blk-mq: remove unncessary from_schedule parameter in blk_mq_plug_issue_direct
` [PATCH v3 07/14] blk-mq: make blk_mq_commit_rqs a general function for all commits
` [PATCH v3 08/14] blk-mq: remove unncessary error count and commit in blk_mq_plug_issue_direct
` [PATCH v3 09/14] blk-mq: use blk_mq_commit_rqs helper in blk_mq_try_issue_list_directly
` [PATCH v3 10/14] blk-mq: simplify flush check in blk_mq_dispatch_rq_list
` [PATCH v3 11/14] blk-mq: remove unnecessary error count and "
` [PATCH v3 12/14] blk-mq: remove set of bd->last when get driver tag for next request fails
` [PATCH v3 13/14] blk-mq: use switch/case to improve readability in blk_mq_try_issue_list_directly
` [PATCH v3 14/14] blk-mq: correct stale comment of .get_budget

[PATCH v9 0/6] Improve libata support for FUA
 2023-01-11  4:32 UTC  (10+ messages)
` [PATCH v9 1/6] block: add a sanity check for non-write flush/fua bios
` [PATCH v9 2/6] ata: libata: Introduce ata_ncq_supported()
` [PATCH v9 3/6] ata: libata: Rename and cleanup ata_rwcmd_protocol()
` [PATCH v9 4/6] ata: libata: cleanup fua support detection
` [PATCH v9 5/6] ata: libata: Fix FUA handling in ata_build_rw_tf()
` [PATCH v9 6/6] ata: libata: blacklist FUA support for known buggy drives

[PATCH v4] blk-throtl: Introduce sync and async queues for blk-throtl
 2023-01-11  3:18 UTC  (5+ messages)
  ` [External] "

[PATCH V4 0/6] genirq/affinity: Abstract APIs from managed irq affinity spread
 2023-01-11  2:18 UTC  (2+ messages)

[PATCH v2 0/2] blk-iocost: add refcounting for iocg and ioc
 2023-01-11  1:36 UTC  (12+ messages)
` [PATCH v2 1/2] blk-iocost: add refcounting for iocg

[PATCH] lib/scatterlist: Fix to calculate the last_pg properly
 2023-01-11  0:03 UTC  (8+ messages)

[PATCHSET v3 block/for-next] blkcg: Improve blkg config helpers and make iolatency init lazy
 2023-01-10 22:27 UTC  (5+ messages)
` [PATCH 1/4] blkcg: Drop unnecessary RCU read [un]locks from blkg_conf_prep/finish()
` [PATCH 2/4] blkcg: Restructure blkg_conf_prep() and friends
` [PATCH 3/4] blk-iolatency: s/blkcg_rq_qos/iolat_rq_qos/
` [PATCH 4/4] blk-iolatency: Make initialization lazy

[PATCH v4 0/7] iov_iter: Add extraction helpers
 2023-01-10 21:41 UTC  (14+ messages)
` [PATCH v4 7/7] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate

[PATCHSET v2 block/for-next] blkcg: Improve blkg config helpers and make iolatency init lazy
 2023-01-10 18:33 UTC  (13+ messages)
` [PATCH 1/4] blkcg: Drop unnecessary RCU read [un]locks from blkg_conf_prep/finish()
` [PATCH 2/4] blkcg: Restructure blkg_conf_prep() and friends
` [PATCH 3/4] blk-iolatency: s/blkcg_rq_qos/iolat_rq_qos/
` [PATCH 4/4] blk-iolatency: Make initialization lazy

[PATCH 0/8] Enable zoned write pipelining for UFS devices
 2023-01-10 17:42 UTC  (37+ messages)
` [PATCH 1/8] block: Document blk_queue_zone_is_seq() and blk_rq_zone_is_seq()
` [PATCH 2/8] block: Introduce the blk_rq_is_seq_zone_write() function
` [PATCH 3/8] block: Introduce a request queue flag for pipelining zoned writes
` [PATCH 4/8] block/mq-deadline: Only use zone locking if necessary
` [PATCH 5/8] block/null_blk: Refactor null_queue_rq()
` [PATCH 6/8] block/null_blk: Add support for pipelining zoned writes
` [PATCH 7/8] scsi: Retry unaligned "
` [PATCH 8/8] scsi: ufs: Enable zoned write pipelining

[PATCH v8 0/6] Improve libata support for FUA
 2023-01-10 16:24 UTC  (9+ messages)
` [PATCH v8 1/6] block: add a sanity check for non-write flush/fua bios
` [PATCH v8 2/6] ata: libata: Introduce ata_ncq_supported()
` [PATCH v8 3/6] ata: libata: Rename and cleanup ata_rwcmd_protocol()
` [PATCH v8 4/6] ata: libata: cleanup fua support detection
` [PATCH v8 5/6] ata: libata: Fix FUA handling in ata_build_rw_tf()
` [PATCH v8 6/6] ata: libata: blacklist FUA support for known buggy drives

[PATCH v2 0/3] block zoned cleanups
 2023-01-10 14:36 UTC  (4+ messages)
  ` [PATCH v2 1/3] block: remove superfluous check for request queue in bdev_is_zoned()
  ` [PATCH v2 2/3] block: add a new helper bdev_{is_zone_start, offset_from_zone_start}
  ` [PATCH v2 3/3] block: introduce bdev_zone_no helper

[PATCH v7 0/7] Improve libata support for FUA
 2023-01-10 13:23 UTC  (7+ messages)

[PATCH v2] documentation: fix Generic Block Device Capability
 2023-01-10 13:21 UTC 

[PATCH v3] blk-throtl: Introduce sync and async queues for blk-throtl
 2023-01-10 13:07 UTC  (11+ messages)
      ` [External] "

[PATCH v2 00/13] A few bugfix and cleanup patches for blk-mq
 2023-01-10 12:35 UTC  (16+ messages)
` [PATCH v2 03/13] blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_wait
` [PATCH v2 05/13] blk-mq: remove unnecessary list_empty check in blk_mq_try_issue_list_directly
` [PATCH v2 06/13] blk-mq: remove unncessary error count and flush in blk_mq_plug_issue_direct
` [PATCH v2 07/13] blk-mq: remove error count and unncessary flush in blk_mq_try_issue_list_directly
` [PATCH v2 08/13] blk-mq: simplify flush check in blk_mq_dispatch_rq_list
` [PATCH v2 11/13] blk-mq: remove unncessary from_schedule parameter in blk_mq_plug_issue_direct

[PATCH 0/7] block zoned cleanups
 2023-01-10  9:43 UTC  (21+ messages)
  ` [PATCH 2/7] block: add a new helper bdev_{is_zone_start, offset_from_zone_start}
  ` [PATCH 3/7] nvmet: introduce bdev_zone_no helper
  ` [PATCH 1/7] block: remove superfluous check for request queue in bdev_is_zoned
  ` [PATCH 5/7] dm-zoned: ensure only power of 2 zone sizes are allowed
  ` [PATCH 6/7] dm-zone: use generic helpers to calculate offset from zone start
  ` [PATCH 7/7] dm: call dm_zone_endio after the target endio callback for zoned devices

[PATCH 0/2] Don't allow REQ_NOWAIT for bio splitting
 2023-01-10  9:21 UTC  (5+ messages)
` [PATCH 1/2] block: handle bio_split_to_limits() NULL return
` [PATCH 2/2] block: don't allow splitting of a REQ_NOWAIT bio

Słowa kluczowe do wypozycjonowania
 2023-01-10  8:40 UTC 

[PATCH] block: add a BUILD_BUG_ON() for adding more bio flags than we have space
 2023-01-10  7:45 UTC  (3+ messages)

[LSF/MM/BPF BoF] Session for Zoned Storage 2023
 2023-01-10  1:50 UTC  (13+ messages)
      ` [External] "

[PATCHv2 00/12] iov_iter: replace import_single_range with ubuf
 2023-01-09 15:12 UTC  (5+ messages)
  ` [PATCHv2 02/12] io_uring: switch network send/recv to ITER_UBUF

[PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage
 2023-01-09 15:07 UTC  (9+ messages)
` [PATCH v2 3/7] fs: Introduce FALLOC_FL_PROVISION
` [PATCH v2 6/7] ext4: Add mount option for provisioning blocks during allocations

[PATCH 0/4] xen/blkback: some cleanups
 2023-01-09 15:05 UTC  (2+ messages)

[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
 2023-01-09  9:10 UTC  (25+ messages)
` [PATCH RFC v7 01/23] llist: Move llist_{head,node} definition to types.h
` [PATCH RFC v7 02/23] dept: Implement Dept(Dependency Tracker)
` [PATCH RFC v7 03/23] dept: Add single event dependency tracker APIs
` [PATCH RFC v7 04/23] dept: Add lock "
` [PATCH RFC v7 05/23] dept: Tie to Lockdep and IRQ tracing
` [PATCH RFC v7 06/23] dept: Add proc knobs to show stats and dependency graph
` [PATCH RFC v7 07/23] dept: Apply sdt_might_sleep_strong() to wait_for_completion()/complete()
` [PATCH RFC v7 08/23] dept: Apply sdt_might_sleep_strong() to PG_{locked,writeback} wait
` [PATCH RFC v7 09/23] dept: Apply sdt_might_sleep_weak() to swait
` [PATCH RFC v7 10/23] dept: Apply sdt_might_sleep_weak() to waitqueue wait
` [PATCH RFC v7 11/23] dept: Apply sdt_might_sleep_weak() to hashed-waitqueue wait
` [PATCH RFC v7 12/23] dept: Distinguish each syscall context from another
` [PATCH RFC v7 13/23] dept: Distinguish each work "
` [PATCH RFC v7 14/23] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH RFC v7 15/23] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH RFC v7 16/23] dept: Apply sdt_might_sleep_strong() to dma fence wait
` [PATCH RFC v7 17/23] dept: Track timeout waits separately with a new Kconfig
` [PATCH RFC v7 18/23] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH RFC v7 19/23] dept: Apply timeout consideration to swait
` [PATCH RFC v7 20/23] dept: Apply timeout consideration to waitqueue wait
` [PATCH RFC v7 21/23] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH RFC v7 22/23] dept: Apply timeout consideration to dma fence wait
` [PATCH RFC v7 23/23] dept: Record the latest one out of consecutive waits of the same class

[PATCH -next 0/4] block/rq_qos: protect rq_qos apis with global mutex
 2023-01-09  6:37 UTC  (10+ messages)
` [PATCH -next 3/4] block/rq_qos: use a global mutex to protect rq_qos apis

[bug report] memcontrol: schedule throttling if we are congested
 2023-01-09  3:30 UTC  (5+ messages)
    ` [PATCH block/for-6.2-fixes] block: Drop spurious might_sleep() from blk_put_queue()

[PATCHv4 0/2] block: don't forget user settings
 2023-01-09  3:27 UTC  (6+ messages)
` [PATCHv4 1/2] block: make BLK_DEF_MAX_SECTORS unsigned
` [PATCHv4 2/2] block: save user max_sectors limit


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