linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-12 08:35:04 to 2024-12-17 14:10:18 UTC [more...]

[PATCH v3 0/9] driver core: class: Fix bug and code improvements for class APIs
 2024-12-17 14:09 UTC  (23+ messages)
` [PATCH v3 1/9] driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()
` [PATCH v3 2/9] blk-cgroup: Fix class @block_class's subsystem refcount leakage
` [PATCH v3 3/9] driver core: bus: Move true expression out of if condition in API bus_find_device()
` [PATCH v3 4/9] driver core: Move true expression out of if condition in API driver_find_device()
` [PATCH v3 5/9] driver core: Move true expression out of if condition in API device_find_child()
` [PATCH v3 6/9] driver core: Rename declaration parameter name for API device_find_child() cluster
` [PATCH v3 7/9] driver core: Correct parameter check for API device_for_each_child_reverse_from()
` [PATCH v3 8/9] driver core: Correct API device_for_each_child_reverse_from() prototype
` [PATCH v3 9/9] driver core: Introduce device_iter_t for device iterating APIs

[PATCH blktests 0/2] throtl: fix IO block-size and race while submitting IO
 2024-12-17 13:14 UTC  (3+ 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 v5 00/17] Provide a new two step DMA mapping API
 2024-12-17 13:00 UTC  (18+ messages)
` [PATCH v5 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v5 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v5 03/17] iommu: generalize the batched sync after map interface
` [PATCH v5 04/17] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v5 05/17] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v5 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v5 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v5 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v5 09/17] docs: core-api: document the IOVA-based API
` [PATCH v5 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v5 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v5 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v5 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v5 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v5 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v5 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v5 17/17] vfio/mlx5: Enable the DMA link API

Change in reported values of some block integrity sysfs attributes
 2024-12-17 12:46 UTC  (5+ messages)

[RFC v2 00/11] enable bs > ps for block devices
 2024-12-17 10:05 UTC  (28+ messages)
` [RFC v2 01/11] fs/buffer: move async batch read code into a helper
` [RFC v2 02/11] fs/buffer: add a for_each_bh() for block_read_full_folio()
` [RFC v2 03/11] fs/buffer: add iteration support "
` [RFC v2 04/11] fs/buffer: reduce stack usage on bh_read_iter()
` [RFC v2 05/11] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [RFC v2 06/11] fs/mpage: avoid negative shift for large blocksize
` [RFC v2 07/11] fs/buffer fs/mpage: remove large folio restriction
` [RFC v2 08/11] block/bdev: enable large folio support for large logical block sizes
` [RFC v2 09/11] block/bdev: lift block size restrictions and use common definition
` [RFC v2 10/11] nvme: remove superfluous block size check
` [RFC v2 11/11] bdev: use bdev_io_min() for statx block size

[PATCH v6 0/8] blk: refactor queue affinity helpers
 2024-12-17  8:21 UTC  (3+ messages)

[PATCH 0/2] block: fix deadlock caused by atomic limits update
 2024-12-17  7:30 UTC  (9+ messages)
` [PATCH 1/2] block: avoid to hold q->limits_lock across APIs for atomic update queue limits
` [PATCH 2/2] block: remove queue_limits_cancel_update()

[PATCH] null_blk: Remove accesses to page->index
 2024-12-17  7:24 UTC  (4+ messages)

[linus:master] [block] e70c301fae: stress-ng.aiol.ops_per_sec 49.6% regression
 2024-12-17  6:56 UTC  (5+ messages)

[PATCH 0/3][RFC] virtio-blk: add io_uring passthrough support for virtio-blk
 2024-12-17  6:08 UTC  (10+ messages)

[PATCH 0/6] Minor improvements for the zoned block storage code
 2024-12-17  4:24 UTC  (13+ messages)
` [PATCH 1/6] blk-zoned: Minimize #include directives
` [PATCH 2/6] blk-zoned: Document the locking order
` [PATCH 3/6] blk-zoned: Document locking assumptions
` [PATCH 4/6] blk-zoned: Improve the queue reference count strategy documentation
` [PATCH 5/6] blk-zoned: Uninline functions that are not in the hot path
` [PATCH 6/6] blk-zoned: Split queue_zone_wplugs_show()

[PATCH 0/2] Move blk_mq_submit_bio() error handling
 2024-12-17  4:18 UTC  (5+ 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()

Zoned storage and BLK_STS_RESOURCE
 2024-12-17  4:15 UTC  (7+ messages)

[PATCH RFC v2 0/4] lib/sbitmap: fix shallow_depth tag allocation
 2024-12-17  2:40 UTC  (5+ messages)
` [PATCH RFC v2 1/4] block/mq-deadline: Revert "block/mq-deadline: Fix the tag reservation code"
` [PATCH v2 RFC 2/4] lib/sbitmap: fix shallow_depth tag allocation
` [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

[PATCHv14 00/11] block write streams with nvme fdp
 2024-12-16 16:12 UTC  (6+ messages)
  ` [PATCHv14 10/11] nvme: register fdp parameters with the block layer

[PATCH 0/3] Three small block layer patches
 2024-12-16 15:56 UTC  (14+ messages)
` [PATCH 1/3] mq-deadline: Remove a local variable
` [PATCH 2/3] blk-mq: Clean up blk_mq_requeue_work()
` [PATCH 3/3] block: Fix queue_iostats_passthrough_show()

blktests failures with v6.13-rc2 kernel
 2024-12-15  7:59 UTC 

[PATCH RFC 0/3] lib/sbitmap: fix shallow_depth tag allocation
 2024-12-14  2:44 UTC  (7+ messages)
` [PATCH RFC 1/3] block/mq-deadline: Revert "block/mq-deadline: Fix the tag reservation code"

[GIT PULL] Block fixes for 6.13-rc3
 2024-12-14  1:35 UTC  (2+ messages)

LSF/MM/BPF: 2025: Call for Proposals
 2024-12-13 19:00 UTC  (2+ messages)

[PATCHv2] block: Fix potential deadlock while freezing queue and acquiring sysfs_lock
 2024-12-13 17:52 UTC  (2+ messages)

[syzbot] [tipc?] kernel BUG in __pskb_pull_tail
 2024-12-13 12:19 UTC  (2+ messages)

[syzbot] [nbd?] KASAN: slab-use-after-free Write in recv_work
 2024-12-13  9:16 UTC 

I urge you to understand my viewpoint accurately
 2024-12-13  4:24 UTC 

Clarification on last_comp_len logic in zram_write_page
 2024-12-13  8:00 UTC  (2+ messages)

[PATCH] blktests: src/miniublk.c: fix segment fault when io_uring is disabled
 2024-12-13  7:36 UTC 

[PATCH v10 00/15] Support for hardware-wrapped inline encryption keys
 2024-12-13  4:19 UTC  (16+ messages)
` [PATCH v10 01/15] ufs: qcom: fix crypto key eviction
` [PATCH v10 02/15] ufs: crypto: add ufs_hba_from_crypto_profile()
` [PATCH v10 03/15] ufs: qcom: convert to use UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE
` [PATCH v10 04/15] ufs: crypto: remove ufs_hba_variant_ops::program_key
` [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 v10 08/15] firmware: qcom: scm: add calls for wrapped key support
` [PATCH v10 09/15] soc: qcom: ice: make qcom_ice_program_key() take struct blk_crypto_key
` [PATCH v10 10/15] blk-crypto: add basic hardware-wrapped key support
` [PATCH v10 11/15] blk-crypto: show supported key types in sysfs
` [PATCH v10 12/15] blk-crypto: add ioctls to create and prepare hardware-wrapped keys
` [PATCH v10 13/15] fscrypt: add support for "
` [PATCH v10 14/15] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH v10 15/15] ufs: qcom: add support for wrapped keys

[PATCH] blk-iocost: Avoid using clamp() on inuse in __propagate_weights()
 2024-12-12 18:48 UTC  (5+ messages)

[PATCH] block: Make bio_iov_bvec_set() accept pointer to const iov_iter
 2024-12-12 15:43 UTC  (2+ messages)

[bugzilla:219548] the kernel crashes when storing an EXT4 file system in a ZRAM device
 2024-12-12 14:12 UTC  (6+ messages)

[PATCH v4 00/18] Provide a new two step DMA mapping API
 2024-12-12  8:54 UTC  (14+ messages)
` [PATCH v4 05/18] dma-mapping: Add check if IOVA can be used
` [PATCH v4 06/18] dma: Provide an interface to allow allocate IOVA
` [PATCH v4 08/18] dma-mapping: Implement link/unlink ranges API
` [PATCH v4 11/18] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v4 12/18] mm/hmm: provide generic DMA managing logic


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