linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-10 22:12:31 to 2024-07-19 17:23:17 UTC [more...]

[PATCH v3 0/3] blk-ioprio: remove per-disk structure
 2024-07-19 17:23 UTC  (6+ messages)
` [PATCH v3 1/3] blk-cgroup: check for pd_(alloc|free)_fn in blkcg_activate_policy()
` [PATCH v3 2/3] blk-ioprio: remove ioprio_blkcg_from_bio()
` [PATCH v3 3/3] blk-ioprio: remove per-disk structure

[PATCH blktests v2] nbd/rc: check nbd-server port readiness in _start_nbd_server()
 2024-07-19 16:30 UTC  (2+ messages)

[PATCH v2 0/3] blk-ioprio: remove per-disk structure
 2024-07-19 16:26 UTC  (11+ messages)
` [PATCH v2 1/3] blk-cgroup: check for pd_(alloc|free)_fn in blkcg_activate_policy()
` [PATCH v2 2/3] blk-ioprio: remove ioprio_blkcg_from_bio()
` [PATCH v2 3/3] blk-ioprio: remove per-disk structure

[PATCH v2 -next] blk-cgroup: move congestion_count to struct blkcg
 2024-07-19 15:41 UTC  (3+ messages)

[PATCH v8] sbitmap: fix io hung due to race on sbitmap_word::cleared
 2024-07-19 15:39 UTC  (3+ messages)

[PATCH v3] block: Avoid polling configuration errors
 2024-07-19 15:39 UTC  (2+ messages)

[PATCH v3 00/15] block: Catch missing blk-mq debugfs flag array members
 2024-07-19 15:39 UTC  (17+ messages)
` [PATCH v3 01/15] block: Add missing entries from cmd_flag_name[]
` [PATCH v3 02/15] block: Add zone write plugging entry to rqf_name[]
` [PATCH v3 03/15] block: Add missing entry to hctx_flag_name[]
` [PATCH v3 04/15] block: remove QUEUE_FLAG_STOPPED
` [PATCH v3 05/15] block: Relocate BLK_MQ_CPU_WORK_BATCH
` [PATCH v3 06/15] block: Relocate BLK_MQ_MAX_DEPTH
` [PATCH v3 07/15] block: Make QUEUE_FLAG_x as an enum
` [PATCH v3 08/15] block: Catch possible entries missing from blk_queue_flag_name[]
` [PATCH v3 09/15] block: Catch possible entries missing from hctx_state_name[]
` [PATCH v3 10/15] block: Catch possible entries missing from hctx_flag_name[]
` [PATCH v3 11/15] block: Catch possible entries missing from alloc_policy_name[]
` [PATCH v3 12/15] block: Catch possible entries missing from cmd_flag_name[]
` [PATCH v3 13/15] block: Use enum to define RQF_x bit indexes
` [PATCH v3 14/15] block: Simplify definition of RQF_NAME()
` [PATCH v3 15/15] block: Catch possible entries missing from rqf_name[]

[PATCH V4 0/8] io_uring: support sqe group and provide group kbuf
 2024-07-19 12:49 UTC  (3+ messages)

blktests failures with v6.10 kernel
 2024-07-19  9:33 UTC 

[PATCH blktests v2] dm/002: avoid device access by udev at dmsetup remove
 2024-07-19  7:14 UTC  (2+ messages)

[PATCH blktests] nbd/rc: check nbd-server port readiness in _start_nbd_server()
 2024-07-19  5:06 UTC  (3+ messages)

[PATCH blktests v3 0/2] md: add regression test for "md/md-bitmap: fix writing non bitmap pages"
 2024-07-19  3:28 UTC  (9+ messages)
` [PATCH blktests v3 1/2] nvme: move helper functions to common/nvme
` [PATCH blktests v3 2/2] md: add regression test for "md/md-bitmap: fix writing non bitmap pages"

[PATCH] block: fix deadlock between sd_remove & sd_release
 2024-07-19  3:15 UTC  (7+ messages)

[PATCH v4] blk-cgroup: Replace u64 sync with spinlock for iostat
 2024-07-19  1:47 UTC  (3+ messages)

[PATCH blktests] dm/002: repeat dmsetup remove command on failure with EBUSY
 2024-07-18 23:22 UTC  (6+ messages)

[PATCH v5 0/3] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-07-18  8:45 UTC  (4+ messages)
` [PATCH v5 1/3] net: introduce helper sendpages_ok()
` [PATCH v5 2/3] nvme-tcp: use sendpages_ok() instead of sendpage_ok()
` [PATCH v5 3/3] drbd: "

[PATCH v4 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-07-18  8:31 UTC  (6+ messages)
` [PATCH v4 4/4] libceph: use sendpages_ok() instead of sendpage_ok()

[PATCH v8 0/5] block: add larger order folio instead of pages
 2024-07-18  6:17 UTC  (7+ messages)
  ` [PATCH v8 1/5] block: Added folio-ized version of bvec_try_merge_hw_page()
  ` [PATCH v8 2/5] block: Added folio-ized version of bio_add_hw_page()
  ` [PATCH v8 3/5] block: introduce folio awareness and add a bigger size from folio
  ` [PATCH v8 4/5] mm: release number of pages of a folio
  ` [PATCH v8 5/5] block: unpin user pages belonging to a folio at once

[PATCH v3] blk-cgroup: Replace u64 sync with spinlock for iostat update
 2024-07-18  1:27 UTC  (14+ messages)

SCSI error indicating misalignment on part of Linux scsi or block layer?
 2024-07-17  0:31 UTC  (4+ messages)

[PATCH V2] block: uapi: Fix compliation warning of using IOPRIO_PRIO_DATA
 2024-07-16 20:03 UTC  (3+ messages)

[GIT PULL] Block updates for 6.11-rc1
 2024-07-16 14:25 UTC  (4+ messages)

[PATCH blktests v2 0/2] md: add regression test for "md/md-bitmap: fix writing non bitmap pages"
 2024-07-16 11:49 UTC  (8+ messages)
` [PATCH blktests v2 1/2] nvme: move helper functions to common/nvme
` [PATCH blktests v2 2/2] md: add regression test for "md/md-bitmap: fix writing non bitmap pages"

[PATCH] blk-cgroup: Replace u64 sync with spinlock for iostat update
 2024-07-16  7:46 UTC 

[PATCH v7] sbitmap: fix io hung due to race on sbitmap_word::cleared
 2024-07-16  3:48 UTC  (3+ messages)

fine-grained PI control
 2024-07-16  2:07 UTC  (6+ messages)

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-07-15 20:39 UTC  (12+ messages)

[PATCH v2 00/12] block: Catch missing debugfs flag array members
 2024-07-15 17:42 UTC  (29+ messages)
` [PATCH v2 01/12] block: remove QUEUE_FLAG_STOPPED
` [PATCH v2 02/12] block: Make QUEUE_FLAG_x as an enum
` [PATCH v2 03/12] block: Add build-time assert for size of blk_queue_flag_name[]
` [PATCH v2 04/12] block: Catch possible entries missing from hctx_state_name[]
` [PATCH v2 05/12] block: Catch possible entries missing from hctx_flag_name[]
` [PATCH v2 06/12] block: Catch possible entries missing from alloc_policy_name[]
` [PATCH v2 07/12] block: Add missing entries from cmd_flag_name[]
` [PATCH v2 08/12] block: Catch possible entries missing "
` [PATCH v2 09/12] block: Use enum to define RQF_x bit indexes
` [PATCH v2 10/12] block: Simplify definition of RQF_NAME()
` [PATCH v2 11/12] block: Add zone write plugging entry to rqf_name[]
` [PATCH v2 12/12] block: Catch possible entries missing from rqf_name[]

[PATCH v2] blk-cgroup: Replace u64_sync with blkg_stat_lock for stats update
 2024-07-15 17:21 UTC  (8+ messages)

[PATCH 0/2] s390/dasd: module warning and error check fix
 2024-07-15 16:57 UTC  (4+ messages)
` [PATCH 1/2] s390/dasd: add missing MODULE_DESCRIPTION() macros
` [PATCH 2/2] s390/dasd: fix error checks in dasd_copy_pair_store()

[PATCH -next] blk-cgroup: move congestion_count to struct blkcg
 2024-07-15 12:35 UTC  (6+ messages)

[syzbot] Monthly block report (Jul 2024)
 2024-07-15 11:51 UTC 

How to debug intermittent increasing md/inflight but no disk activity?
 2024-07-13 17:44 UTC  (9+ messages)

[RFC PATCH v1 00/18] Provide a new two step DMA API mapping API
 2024-07-13  5:24 UTC  (20+ messages)

[PATCH v6] sbitmap: fix io hung due to race on sbitmap_word::cleared
 2024-07-12 17:53 UTC  (9+ messages)

[PATCH 0/2] blk-ioprio: remove per-disk structure
 2024-07-12  6:51 UTC  (9+ messages)
` [PATCH 1/2] blk-ioprio: remove ioprio_blkcg_from_bio()
` [PATCH 2/2] blk-ioprio: remove per-disk structure

[LTP] Request for Modification of test cases
 2024-07-11 13:55 UTC  (3+ messages)


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