linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-18 01:28:35 to 2024-12-24 21:52:03 UTC [more...]

[syzbot] [block?] [usb?] WARNING: bad unlock balance in blk_mq_update_tag_set_shared
 2024-12-24 21:52 UTC  (2+ messages)
` [syzbot] [usb?] [block?] "

[PATCH v5 0/8] driver core: class: Fix bug and code improvements for class APIs
 2024-12-24 16:28 UTC  (11+ messages)
` [PATCH v5 1/8] driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()
` [PATCH v5 2/8] blk-cgroup: Fix class @block_class's subsystem refcount leakage
` [PATCH v5 3/8] driver core: Move true expression out of if condition in 3 device finding APIs
` [PATCH v5 4/8] driver core: Rename declaration parameter name for API device_find_child() cluster
` [PATCH v5 5/8] driver core: Correct parameter check for API device_for_each_child_reverse_from()
` [PATCH v5 6/8] driver core: Correct API device_for_each_child_reverse_from() prototype
` [PATCH v5 7/8] driver core: Introduce device_iter_t for device iterating APIs
` [PATCH v5 8/8] driver core: Move two simple APIs for finding child device to header

[PATCH v5 00/12] driver core: Constify API device_find_child()
 2024-12-24 16:25 UTC  (16+ messages)
` [PATCH v5 01/12] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v5 02/12] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v5 03/12] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v5 04/12] driver core: Constify API device_find_child() and adapt for various usages
` [PATCH v5 05/12] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v5 06/12] driver core: Remove match_any()
` [PATCH v5 07/12] slimbus: core: Remove of_slim_match_dev()
` [PATCH v5 08/12] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v5 09/12] driver core: Introduce an device matching API device_match_type()
` [PATCH v5 10/12] cxl/pmem: Replace match_nvdimm_bridge() with "
` [PATCH v5 11/12] cxl/pmem: Remove is_cxl_nvdimm_bridge()
` [PATCH v5 12/12] usb: typec: class: Remove both cable_match() and partner_match()

[PATCH v4 0/8] driver core: class: Fix bug and code improvements for class APIs
 2024-12-24 16:21 UTC  (9+ messages)
` [PATCH v4 1/8] driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()
` [PATCH v4 2/8] blk-cgroup: Fix class @block_class's subsystem refcount leakage
` [PATCH v4 8/8] driver core: Move 2 one line device finding APIs to header

[PATCH v4 00/11] driver core: Constify API device_find_child()
 2024-12-24 12:58 UTC  (28+ messages)
` [PATCH v4 01/11] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v4 02/11] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v4 03/11] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v4 04/11] driver core: Constify API device_find_child() then adapt for various usages
` [PATCH v4 05/11] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v4 06/11] driver core: Remove match_any()
` [PATCH v4 07/11] slimbus: core: Remove of_slim_match_dev()
` [PATCH v4 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v4 09/11] driver core: Introduce an device matching API device_match_type()
` [PATCH v4 10/11] cxl/pmem: Replace match_nvdimm_bridge() with "
` [PATCH v4 11/11] usb: typec: class: Remove both cable_match() and partner_match()

[syzbot] [block?] possible deadlock in blk_mq_alloc_request
 2024-12-24 12:54 UTC  (2+ messages)
` [syzbot] [usb?] "

[PATCH for-next 0/3] null_blk: improve write failure simulation
 2024-12-24 12:40 UTC  (6+ messages)
` [PATCH for-next 1/3] null_blk: do partial IO for bad blocks
` [PATCH for-next 2/3] null_blk: move write pointers for partial writes
` [PATCH for-next 3/3] null_blk: introduce badblocks_once parameter

[PATCHv2 blktests 0/2] throtl: fix IO block-size and race while submitting IO
 2024-12-24  8:26 UTC  (4+ messages)
` [PATCHv2 blktests 1/2] throtl/002: calculate block-size based on device max-sectors setting
` [PATCHv2 blktests 2/2] throtl: fix the race between submitting IO and setting cgroup.procs

[PATCH] block: Use enum for blk-mq tagset flags
 2024-12-24  7:59 UTC  (3+ messages)

[syzbot] [scsi?] [usb?] WARNING: bad unlock balance in sd_revalidate_disk
 2024-12-24  6:24 UTC 

[PATCH blktests] tests/rnbd: Implement RNBD regression test
 2024-12-24  5:49 UTC  (3+ messages)

[PATCH blktests 0/4] enable bs > ps device testing
 2024-12-23  9:37 UTC  (6+ messages)
` [PATCH blktests 1/4] common: add and use min io for fio
` [PATCH blktests 2/4] common/xfs: use min io for fs blocksize
` [PATCH blktests 3/4] tests: use test device min io to support bs > ps
` [PATCH blktests 4/4] nvme/053: provide time extension alternative

[PATCH v2 3/3] rust: block: convert `block::mq` to use `Refcount`
 2024-12-21 18:29 UTC 

[PATCH v2 0/4] Minor improvements for the zoned block storage code
 2024-12-21 16:47 UTC  (3+ messages)

[PATCH 0/2] block: fix deadlock caused by atomic limits update
 2024-12-21 13:03 UTC  (19+ messages)
` [PATCH 1/2] block: avoid to hold q->limits_lock across APIs for atomic update queue limits

[PATCH 0/2] block: fix two regressions in v6.13 dev cycle
 2024-12-21 12:31 UTC  (9+ messages)
` [PATCH 1/2] block: Revert "block: Fix potential deadlock while freezing queue and acquiring sysfs_lock"
` [PATCH 2/2] block: avoid to reuse `hctx` not removed from cpuhp callback list

[PATCH RFC v3 0/7] lib/sbitmap: fix shallow_depth tag allocation
 2024-12-21  9:37 UTC  (8+ messages)
` [PATCH RFC v3 1/7] lib/sbitmap: convert shallow_depth from one word to the whole sbitmap
` [PATCH RFC v3 2/7] lib/sbitmap: make sbitmap_get_shallow() internal
` [PATCH RFC v3 3/7] block/elevator: add new ops async_depth_updated()
` [PATCH RFC v3 4/7] block: change the filed nr_requests to unsgined int in request_queue
` [PATCH RFC v3 5/7] block: add new queue sysfs api async_depth
` [PATCH RFC v3 6/7] block/mq-deadline: switch to use queue async_depth
` [PATCH RFC v3 7/7] block/kyber-iosched: "

Zoned storage and BLK_STS_RESOURCE
 2024-12-21  8:13 UTC  (22+ messages)

[GIT PULL] Block fixes for 6.13-rc4
 2024-12-20 22:12 UTC  (2+ messages)

[PATCH] rust: block: fix use of BLK_MQ_F_SHOULD_MERGE
 2024-12-20 14:22 UTC  (2+ messages)

[PATCH blktests] nvme/053: provide time extension alternative
 2024-12-20 11:37 UTC  (2+ messages)

[bug report] WARNING: possible circular locking dependency detected at blk_unregister_queue+0x9c/0x290 and sd_remove+0x85/0x130 [sd_mod]
 2024-12-20 10:17 UTC  (2+ messages)

[PATCH] block: remove BLK_MQ_F_SHOULD_MERGE
 2024-12-20 10:06 UTC  (3+ messages)

[PATCH v4 0/9] blk: honor isolcpus configuration
 2024-12-20  9:04 UTC  (12+ messages)
` [PATCH v4 6/9] virtio: blk/scsi: use block layer helpers to calculate num of queues
` [PATCH v4 8/9] blk-mq: use hk cpus only when isolcpus=managed_irq is enabled
` [PATCH v4 9/9] blk-mq: issue warning when offlining hctx with online isolcpus

[PATCH RFC v2 0/4] lib/sbitmap: fix shallow_depth tag allocation
 2024-12-20  6:08 UTC  (17+ messages)
` [PATCH RFC v2 1/4] block/mq-deadline: Revert "block/mq-deadline: Fix the tag reservation code"
` [PATCH v2 3/4] block/elevator: choose none elevator for high IO concurrency ability disk
` [PATCH RFC v2 4/4] block/mq-deadline: introduce min_async_depth

[PATCH v2 0/2] rust: lockdep: Fix soundness issue affecting LockClassKeys
 2024-12-19 20:58 UTC  (3+ messages)
` [PATCH v2 1/2] rust: lockdep: Remove support for dynamically allocated LockClassKeys
` [PATCH v2 2/2] rust: lockdep: Use Pin for all LockClassKey usages

[PATCH 0/5] fs/buffer: strack reduction on async read
 2024-12-19 17:53 UTC  (13+ messages)
` [PATCH 1/5] fs/buffer: move async batch read code into a helper
` [PATCH 2/5] fs/buffer: simplify block_read_full_folio() with bh_offset()
` [PATCH 3/5] fs/buffer: add a for_each_bh() for block_read_full_folio()
` [PATCH 4/5] fs/buffer: add iteration support "
` [PATCH 5/5] fs/buffer: reduce stack usage on bh_read_iter()

Zoned storage and BLK_STS_RESOURCE
 2024-12-19 17:07 UTC  (8+ messages)

[syzbot] [bcachefs?] general protection fault in put_pwq_unlocked (2)
 2024-12-19 16:50 UTC 

[PATCH v10 00/15] Support for hardware-wrapped inline encryption keys
 2024-12-19 13:48 UTC  (7+ messages)
` [PATCH v10 05/15] mmc: sdhci-msm: fix crypto key eviction
` [PATCH v10 06/15] mmc: crypto: add mmc_from_crypto_profile()
` [PATCH v10 07/15] mmc: sdhci-msm: convert to use custom crypto profile

[PATCH RFC] docs: ABI: replace mcroce@microsoft.com with new Meta address
 2024-12-19  9:27 UTC  (2+ messages)

[PATCH v3 0/2] Two blk_mq_submit_bio() patches
 2024-12-19  5:34 UTC  (5+ messages)
` [PATCH v3 1/2] block: Reorder the request allocation code in blk_mq_submit_bio()
` [PATCH v3 2/2] blk-mq: Move more error handling into blk_mq_submit_bio()

[syzbot] [block?] possible deadlock in blk_mq_exit_sched
 2024-12-19  2:01 UTC 

[PATCH 0/2] Move blk_mq_submit_bio() error handling
 2024-12-18 18:22 UTC  (10+ messages)
` [PATCH 1/2] block: Optimize blk_mq_submit_bio() for the cache hit scenario
` [PATCH 2/2] blk-mq: Move more error handling into blk_mq_submit_bio()

[PATCH v2 0/3] Three blk_mq_submit_bio() patches
 2024-12-18 18:21 UTC  (7+ messages)
` [PATCH v2 2/3] blk-mq: Move more error handling into blk_mq_submit_bio()
` [PATCH v2 3/3] blk-zoned: "

[PATCH 0/2] block size limit cleanups
 2024-12-18 17:14 UTC  (9+ messages)
` [PATCH 1/2] block/bdev: use helper for max block size check
` [PATCH 2/2] nvme: use blk_validate_block_size() for max LBA check

[PATCH blktests 0/2] throtl: fix IO block-size and race while submitting IO
 2024-12-18 12:38 UTC  (9+ messages)
` [PATCH blktests 1/2] throtl/002: calculate block-size based on device max-sectors setting
` [PATCH blktests 2/2] throtl: fix the race between submitting IO and setting cgroup.procs

[PATCH] blktests: src/miniublk.c: fix segment fault when io_uring is disabled
 2024-12-18 12:16 UTC  (4+ messages)

[PATCH v1 0/3] virtio-blk: add io_uring passthrough support
 2024-12-18  9:24 UTC  (4+ messages)
` [PATCH v1 1/3] virtio-blk: add virtio-blk chardev support
` [PATCH v1 2/3] virtio-blk: add uring_cmd support for I/O passthru on chardev
` [PATCH v1 3/3] virtio-blk: add uring_cmd iopoll support

[linus:master] [blk] 22465bbac5: BUG:KASAN:slab-use-after-free_in__cpuhp_state_add_instance_cpuslocked
 2024-12-18  8:45 UTC  (3+ messages)

[PATCH 0/3][RFC] virtio-blk: add io_uring passthrough support for virtio-blk
 2024-12-18  3:35 UTC  (8+ messages)

6.13/regression/bisected - after commit f1be1788a32e I see in the kernel log "possible circular locking dependency detected"
 2024-12-18  2:36 UTC  (2+ 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).