linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-17 08:13:55 to 2023-01-20 07:27:14 UTC [more...]

[PATCH v1 1/9] pktcdvd: Get rid of custom printing macros
 2023-01-20  7:27 UTC  (14+ messages)
` [PATCH v1 2/9] pktcdvd: replace sscanf() by kstrtoul()
` [PATCH v1 3/9] pktcdvd: use sysfs_emit() to instead of scnprintf()
` [PATCH v1 4/9] pktcdvd: Get rid of pkt_seq_show() forward declaration
` [PATCH v1 5/9] pktcdvd: Drop redundant castings for sector_t
` [PATCH v1 6/9] pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify code
` [PATCH v1 7/9] pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()
` [PATCH v1 8/9] pktcdvd: Get rid of redundant 'else'
` [PATCH v1 9/9] pktcdvd: Sort headers

[PATCH] block/rnbd-clt: fix wrong max ID in ida_alloc_max
 2023-01-20  6:27 UTC  (2+ messages)

[GIT PULL] nvme fixes for Linux 6.2
 2023-01-20  5:52 UTC 

[PATCH-next v3] lib: parser: optimize match_NUMER apis to use local array
 2023-01-20  3:50 UTC  (4+ messages)

[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
 2023-01-20  3:26 UTC  (21+ messages)
` [PATCH RFC v7 03/23] dept: Add single event dependency tracker APIs
` [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-next v4] lib: parser: optimize match_NUMBER apis to use local array
 2023-01-20  3:23 UTC 

[PATCH v6 07/34] iov_iter: Add a function to extract a page list from an iterator
 2023-01-19 21:14 UTC  (61+ messages)
` [PATCH v6 00/34] iov_iter: Improve page extraction (ref, pin or just list)
  ` [PATCH v6 01/34] vfs: Unconditionally set IOCB_WRITE in call_write_iter()
  ` [PATCH v6 02/34] iov_iter: Use IOCB/IOMAP_WRITE/op_is_write rather than iterator direction
  ` [PATCH v6 03/34] iov_iter: Pass I/O direction into iov_iter_get_pages*()
  ` [PATCH v6 05/34] iov_iter: Change the direction macros into an enum
  ` [PATCH v6 06/34] iov_iter: Use the direction in the iterator functions
  ` [PATCH v6 08/34] mm: Provide a helper to drop a pin/ref on a page
  ` [PATCH v6 11/34] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate
  ` [PATCH v6 18/34] dio: Pin "
  ` [PATCH v6 20/34] vfs: Make splice use iov_iter_extract_pages()
  ` [PATCH v6 21/34] 9p: Pin pages rather than ref'ing if appropriate
  ` [PATCH v6 31/34] cifs: Fix problem with encrypted RDMA data read
  ` [PATCH v6 09/34] bio: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning

[PATCH v2] block: Improve shared tag set performance
 2023-01-19 19:28 UTC  (7+ messages)

[PATCH -next v3 0/3] blk-cgroup: make sure pd_free_fn() is called in order
 2023-01-19 18:54 UTC  (9+ messages)
` [PATCH -next v3 1/3] blk-cgroup: dropping parent refcount after pd_free_fn() is done
` [PATCH -next v3 2/3] blk-cgroup: support to track if policy is online
` [PATCH -next v3 3/3] blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deactivate_policy()

ublk-nbd: ublk-nbd is avaialbe
 2023-01-19 18:49 UTC  (2+ messages)

consolidate btrfs checksumming, repair and bio splitting v3
 2023-01-19 18:21 UTC  (4+ messages)
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer

[PATCH v3 0/9] Add support for segments smaller than one page
 2023-01-19 17:27 UTC  (16+ messages)
` [PATCH v3 1/9] block: Introduce QUEUE_FLAG_SUB_PAGE_SEGMENTS and CONFIG_BLK_SUB_PAGE_SEGMENTS
` [PATCH v3 2/9] block: Support configuring limits below the page size
` [PATCH v3 3/9] block: Support submitting passthrough requests with small segments
` [PATCH v3 4/9] block: Add support for filesystem requests and "
` [PATCH v3 5/9] block: Add support for small segments in blk_rq_map_user_iov()
` [PATCH v3 6/9] scsi_debug: Support configuring the maximum segment size
` [PATCH v3 7/9] null_blk: "
` [PATCH v3 8/9] scsi: core: Set BLK_SUB_PAGE_SEGMENTS for small max_segment_size values
` [PATCH v3 9/9] scsi: ufs: exynos: Select CONFIG_BLK_SUB_PAGE_SEGMENTS for lage page sizes

switch blk-cgroup to work on gendisk
 2023-01-19 17:13 UTC  (12+ messages)
` [PATCH 08/15] blk-wbt: open code wbt_queue_depth_changed in wbt_update_limits
` [PATCH 09/15] blk-rq-qos: make rq_qos_add and rq_qos_del more useful
` [PATCH 10/15] blk-rq-qos: constify rq_qos_ops
` [PATCH 11/15] blk-rq-qos: store a gendisk instead of request_queue in struct rq_qos
` [PATCH 12/15] blk-cgroup: pass a gendisk to blkcg_{de,}activate_policy
` [PATCH 13/15] blk-cgroup: pass a gendisk to pd_alloc_fn
` [PATCH 14/15] blk-cgroup: pass a gendisk to blkg_lookup
` [PATCH 15/15] blk-cgroup: move the cgroup information to struct gendisk

[PATCH -next v2 0/3] blk-cgroup: make sure pd_free_fn() is called in order
 2023-01-19  3:23 UTC  (8+ messages)
` [PATCH -next v2 1/3] blk-cgroup: dropping parent refcount after pd_free_fn() is done
` [PATCH -next v2 2/3] blk-cgroup: support to track if policy is online
` [PATCH -next v2 3/3] blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deactivate_policy()

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, an expansion plan for the storage stack test framework
 2023-01-19  2:20 UTC  (2+ messages)

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

Virtio-blk extended lifetime feature
 2023-01-18 19:46 UTC  (3+ messages)

[PATCH v4 0/5] blk-iocost: random bugfix
 2023-01-18 17:18 UTC  (3+ messages)
` [PATCH v4 4/5] blk-iocost: fix divide by 0 error in calc_lcoefs()

[PATCH] blk-iocost: avoid 64-bit division in ioc_timer_fn
 2023-01-18 16:46 UTC  (3+ messages)

[PATCH] block: ublk: fix doc build warning
 2023-01-18 14:33 UTC  (2+ messages)

[PATCH 1/3] block: Requeue req as head if driver touched it
 2023-01-18 13:08 UTC  (2+ messages)

[PATCH v2 00/21] blksnap - block devices snapshots module
 2023-01-18 10:51 UTC  (3+ messages)

[PATCH for-next v1 0/2] enable pcpu bio-cache for IRQ uring-passthru I/O
 2023-01-18  9:14 UTC  (6+ messages)
    ` [PATCH for-next v1 1/2] nvme: set REQ_ALLOC_CACHE for uring-passthru request
    ` [PATCH for-next v1 2/2] block: extend bio-cache for non-polled requests

[PATCH for-next] block: fix hctx checks for batch allocation
 2023-01-18  5:36 UTC  (4+ messages)

[PATCH 0/2] Don't allow REQ_NOWAIT for bio splitting
 2023-01-18  2:22 UTC  (4+ messages)
` [PATCH 1/2] block: handle bio_split_to_limits() NULL return

[PATCH v4 00/14] A few bugfix and cleanup patches for blk-mq
 2023-01-18  9:28 UTC 

[PATCH] paride/pcd: return earlier when an error happens in pcd_atapi()
 2023-01-17 19:21 UTC  (2+ messages)

[PATCH for-6.2/block V3 1/2] block: Data type conversion for IO accounting
 2023-01-17 17:52 UTC  (3+ messages)
` [PATCH for-6.2/block V3 2/2] block: Change the granularity of io ticks from ms to ns

[PATCH v2 0/3] block zoned cleanups
 2023-01-17 17:42 UTC  (3+ messages)

[PATCH V4 0/6] ublk_drv: add mechanism for supporting unprivileged ublk device
 2023-01-17 17:23 UTC  (3+ messages)

[PATCH v2] documentation: fix Generic Block Device Capability
 2023-01-17 15:51 UTC  (5+ messages)

[PATCH V2] block/rnbd-clt: fix wrong max ID in ida_alloc_max
 2023-01-17 15:33 UTC  (3+ messages)

TakeOff
 2023-01-17 13:54 UTC 

[PATCH V4 0/6] genirq/affinity: Abstract APIs from managed irq affinity spread
 2023-01-17 13:12 UTC  (5+ messages)

[PATCH v2 00/18] Add Command Duration Limits support
 2023-01-17 11:44 UTC  (10+ messages)
` [PATCH v2 03/18] scsi: core: allow libata to complete successful commands via EH
` [PATCH v2 07/18] block: introduce duration-limits priority class

[PATCH] block: check disk flag before setting scan bit
 2023-01-17  8:58 UTC  (3+ messages)

[PATCH v6 11/34] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate
 2023-01-17  8:07 UTC 

[PATCH v6 08/34] mm: Provide a helper to drop a pin/ref on a page
 2023-01-17  8:02 UTC 

[PATCH v6 09/34] bio: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning
 2023-01-16 23:09 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).