Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-05 11:24:45 to 2023-01-09 23:56:50 UTC [more...]

[PATCH 0/8] Enable zoned write pipelining for UFS devices
 2023-01-09 23:56 UTC  (17+ 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

[LSF/MM/BPF BoF] Session for Zoned Storage 2023
 2023-01-09 23:32 UTC  (11+ messages)
    ` [External] "

[PATCH v4 0/7] iov_iter: Add extraction helpers
 2023-01-09 22:57 UTC  (17+ messages)
` [PATCH v4 1/7] iov_iter: Change the direction macros into an enum
` [PATCH v4 2/7] iov_iter: Use the direction in the iterator functions
` [PATCH v4 3/7] iov_iter: Use IOCB/IOMAP_WRITE if available rather than iterator direction
` [PATCH v4 4/7] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v4 5/7] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH v4 6/7] netfs: Add a function to extract an iterator into a scatterlist
` [PATCH v4 7/7] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate

[PATCH] block: add a BUILD_BUG_ON() for adding more bio flags than we have space
 2023-01-09 22:56 UTC  (2+ messages)

[PATCHSET v2 block/for-next] blkcg: Improve blkg config helpers and make iolatency init lazy
 2023-01-09 20:48 UTC  (7+ 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] blk-throtl: Introduce sync and async queues for blk-throtl
 2023-01-09 20:40 UTC  (2+ messages)

[PATCH v2 0/2] blk-iocost: add refcounting for iocg and ioc
 2023-01-09 18:23 UTC  (9+ messages)
` [PATCH v2 1/2] blk-iocost: add refcounting for iocg

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

[PATCH] lib/scatterlist: Fix to calculate the last_pg properly
 2023-01-09 18:08 UTC  (2+ messages)

[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  (12+ messages)
` [PATCH v2 2/7] dm: Add support for block provisioning
` [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 0/7] block zoned cleanups
 2023-01-09  8:55 UTC  (19+ messages)
    ` [PATCH 1/7] block: remove superfluous check for request queue in bdev_is_zoned
    ` [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 4/7] zonefs: use bdev_zone_no helper to calculate the zone index
    ` [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 -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  (11+ 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  (11+ messages)
` [PATCHv4 1/2] block: make BLK_DEF_MAX_SECTORS unsigned
` [PATCHv4 2/2] block: save user max_sectors limit

[PATCH v2 00/13] A few bugfix and cleanup patches for blk-mq
 2023-01-09  2:27 UTC  (18+ messages)
` [PATCH v2 01/13] blk-mq: avoid sleep in blk_mq_alloc_request_hctx
` [PATCH v2 02/13] blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx
` [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

[GIT PULL] Block fixes for 6.2-rc3
 2023-01-06 21:19 UTC  (2+ messages)

[PATCH v7 0/7] Improve libata support for FUA
 2023-01-06 18:03 UTC  (6+ messages)

LSF/MM/BPF: 2023: Call for Proposals
 2023-01-06 15:50 UTC 

[PATCH V4 0/6] ublk_drv: add mechanism for supporting unprivileged ublk device
 2023-01-06 15:33 UTC  (8+ messages)
` [PATCH V4 1/6] ublk_drv: remove nr_aborted_queues from ublk_device
` [PATCH V4 2/6] ublk_drv: don't probe partitions if the ubq daemon isn't trusted
` [PATCH V4 3/6] ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmd
` [PATCH V4 4/6] ublk_drv: add device parameter UBLK_PARAM_TYPE_DEVT
` [PATCH V4 5/6] ublk_drv: add module parameter of ublks_max for limiting max allowed ublk dev
` [PATCH V4 6/6] ublk_drv: add mechanism for supporting unprivileged ublk device

Potential hang on ublk_ctrl_del_dev()
 2023-01-06  1:40 UTC  (6+ messages)

[PATCH] lib/scatterlist: Fix to merge contiguous pages into the last SG properly
 2023-01-05 20:25 UTC  (8+ messages)

[PATCHSET block/for-next] blkcg: Improve blkg config helpers and make iolatency init lazy
 2023-01-05 18:56 UTC  (2+ messages)

[PATCH] blk-cgroup: fix missing pd_online_fn() while activating policy
 2023-01-05 17:00 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION cc3c08b41a9c9402ead726ec6deb1217081d0d8b
 2023-01-05 15:49 UTC 

[PATCH rcu 07/27] block: Remove "select SRCU"
 2023-01-05 15:48 UTC  (6+ messages)

[PATCH linux-next] blktrace: use strscpy() to instead of strncpy()
 2023-01-05 12:16 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 read-only IMAP folder(s) and NNTP newsgroup(s).