linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-02 10:23:49 to 2024-12-06 01:53:25 UTC [more...]

[PATCHv11 00/10] block write streams with nvme fdp
 2024-12-06  1:52 UTC  (2+ messages)
` [PATCHv11 01/10] fs: add a write stream field to the kiocb

[PATCH 0/4] Zone write plugging fixes
 2024-12-06  1:52 UTC  (5+ messages)
` [PATCH 1/4] block: Use a zone write plug BIO work for REQ_NOWAIT BIOs
` [PATCH 2/4] block: Ignore REQ_NOWAIT for zone reset and zone finish operations
` [PATCH 3/4] block: Prevent potential deadlocks in zone write plug error recovery
` [PATCH 4/4] dm: Fix dm-zoned-reclaim zone write pointer alignment

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

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-12-05 20:37 UTC  (12+ messages)

[PATCH v11 00/10] Read/Write with meta/integrity
 2024-12-05 20:17 UTC  (8+ messages)
  ` [PATCH v11 06/10] io_uring: introduce attributes for read/write and PI support

[PATCH] virtio-blk: don't keep queue frozen during system suspend
 2024-12-05 17:00 UTC  (3+ messages)

[PATCH v4 00/18] Provide a new two step DMA mapping API
 2024-12-05 13:21 UTC  (19+ messages)
` [PATCH v4 01/18] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v4 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v4 03/18] iommu: generalize the batched sync after map interface
` [PATCH v4 04/18] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [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 07/18] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v4 08/18] dma-mapping: Implement link/unlink ranges API
` [PATCH v4 09/18] dma-mapping: add a dma_need_unmap helper
` [PATCH v4 10/18] docs: core-api: document the IOVA-based 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
` [PATCH v4 13/18] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v4 14/18] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v4 15/18] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v4 16/18] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v4 17/18] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v4 18/18] vfio/mlx5: Enable the DMA link API

[PATCH v6 0/6] block: partition table OF support
 2024-12-05 12:12 UTC  (5+ messages)
` [PATCH v6 5/6] block: add support for partition table defined in OF
  ` Co-existence of GPT and fixed partitions (Was: Re: [PATCH v6 5/6] block: add support for partition table defined in OF)

Possible locking bug in the block layer [was syzbot: Re: [syzbot] [netfs?] kernel BUG in iov_iter_revert (2)]
 2024-12-05 11:19 UTC  (6+ messages)

[syzbot] [netfs?] kernel BUG in iov_iter_revert (2)
 2024-12-05  9:59 UTC  (2+ messages)

[PATCH 0/3][RFC] virtio-blk: add io_uring passthrough support for virtio-blk
 2024-12-05  9:51 UTC  (7+ messages)
` [PATCH 1/3] virtio-blk: add virtio-blk chardev support
` [PATCH 2/3] virtio-blk: add uring_cmd support for I/O passthru on chardev
` [PATCH 3/3] virtio-blk: add uring_cmd iopoll support
  ` [Resend]Re: [PATCH 0/3][RFC] virtio-blk: add io_uring passthrough support for virtio-blk

[PATCH] block: Fix the wrong format specifier
 2024-12-05  7:49 UTC  (2+ messages)

[PATCH 0/2] zram: fix backing device setup issue
 2024-12-05  7:09 UTC  (5+ messages)
` [PATCH 1/2] zram: refuse to use zero sized block device as backing device
` [PATCH 2/2] zram: fix uninitialized ZRAM not releasing "

[PATCH][next] blktrace: remove redundant return at end of function
 2024-12-05  1:20 UTC  (3+ messages)

[PATCH v2 00/32] driver core: Constify API device_find_child() and adapt for various existing usages
 2024-12-05  0:07 UTC  (24+ messages)
` [PATCH v2 01/32] driver core: Constify API device_find_child()
` [PATCH v2 02/32] driver core: Introduce device_match_type() to match device with a device type
` [PATCH v2 03/32] drm/mediatek: Adapt for constified device_find_child()
` [PATCH v2 04/32] hwmon: "
` [PATCH v2 05/32] media: pci: mgb4: "
` [PATCH v2 06/32] thunderbolt: "
` [PATCH v2 07/32] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v2 08/32] net: dsa: Adapt for constified device_find_child()
` [PATCH v2 09/32] pwm: "
` [PATCH v2 10/32] nvdimm: "
` [PATCH v2 11/32] libnvdimm: Simplify nd_namespace_store() implementation

[PATCH 0/2] blktrace: fix one kind of lockdep warning
 2024-12-04 20:40 UTC  (3+ messages)
` [PATCH 2/2] blktrace: move copy_[to|from]_user() out of ->debugfs_lock

s390: block/blk-iocost.c:1101:11: error: call to '__compiletime_assert_557' declared with 'error' attribute: clamp() low limit 1 greater than high limit active
 2024-12-04 18:32 UTC  (7+ messages)

[PATCH] block: rnull: Initialize the module in place
 2024-12-04 16:33 UTC  (3+ messages)

[PATCH 00/11] fix hungtask due to repeated traversal of inodes list
 2024-12-04 14:16 UTC  (6+ messages)
` [PATCH 10/11] fs: "

Lockdep splat on UMS disconnect (6.13-rc1)
 2024-12-04 12:14 UTC  (2+ messages)

fix a few zoned append issues v2 (now with Ccs)
 2024-12-04  6:13 UTC  (5+ messages)

[PATCH V2 0/3] block: model freeze/enter queue as lock for lockdep
 2024-12-04  3:30 UTC  (10+ messages)
` [PATCH V2 3/3] block: model freeze & enter queue as lock for supporting lockdep

[PATCH] bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again
 2024-12-03 22:56 UTC  (3+ messages)

[PATCH 00/22] Converge on using secs_to_jiffies()
 2024-12-03 17:45 UTC  (3+ messages)
` [PATCH 09/22] drm/etnaviv: Convert timeouts to secs_to_jiffies()

[PATCH RESEND v7 00/17] Hardware wrapped key support for QCom ICE and UFS core
 2024-12-03 15:09 UTC  (23+ messages)
` [PATCH RESEND v7 01/17] blk-crypto: add basic hardware-wrapped key support
` [PATCH RESEND v7 02/17] blk-crypto: show supported key types in sysfs
` [PATCH RESEND v7 03/17] blk-crypto: add ioctls to create and prepare hardware-wrapped keys
` [PATCH RESEND v7 04/17] fscrypt: add support for "
` [PATCH RESEND v7 05/17] ice, ufs, mmc: use the blk_crypto_key struct when programming the key
` [PATCH RESEND v7 06/17] firmware: qcom: scm: add a call for deriving the software secret
` [PATCH RESEND v7 07/17] firmware: qcom: scm: add calls for creating, preparing and importing keys
` [PATCH RESEND v7 08/17] firmware: qcom: scm: add a call for checking wrapped key support
` [PATCH RESEND v7 09/17] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH RESEND v7 10/17] soc: qcom: ice: add support for hardware wrapped keys
` [PATCH RESEND v7 11/17] soc: qcom: ice: add support for generating, importing and preparing keys
` [PATCH RESEND v7 12/17] ufs: core: add support for wrapped keys to UFS core
` [PATCH RESEND v7 13/17] ufs: core: add support for deriving the software secret
` [PATCH RESEND v7 14/17] ufs: core: add support for generating, importing and preparing keys
` [PATCH RESEND v7 15/17] ufs: host: add support for wrapped keys in QCom UFS
` [PATCH RESEND v7 16/17] ufs: host: add a callback for deriving software secrets and use it
` [PATCH RESEND v7 17/17] ufs: host: add support for generating, importing and preparing wrapped keys

[PATCH 0/2] block: Delete bio_set_prio() and bio_prio()
 2024-12-03 13:42 UTC  (7+ messages)
` [PATCH 1/2] block: Delete bio_prio()
` [PATCH 2/2] block: Delete bio_set_prio()

[PATCH] block: rnull: add missing MODULE_DESCRIPTION
 2024-12-03 13:42 UTC  (4+ messages)

[syzbot] [jfs?] divide error in dbAllocAG
 2024-12-03 10:22 UTC  (2+ messages)
` [PATCH] jfs: check agwidth before calculating the control page level

[syzbot] [block?] BUG: unable to handle kernel paging request in try_to_wake_up (2)
 2024-12-03 10:05 UTC  (2+ messages)
` [syzbot] [btrfs?] "

[PATCH RESEND v3] btrfs: handle bio_split() error
 2024-12-03  8:48 UTC  (2+ messages)

[PATCH blktests] block/35: enable io_uring if it is disabled
 2024-12-03  8:46 UTC  (3+ messages)

[RFC PATCH 0/1] Large folios in block buffered IO path
 2024-12-03  5:01 UTC  (11+ messages)

[blktests] zbd/009 fails due to "No space left on device"
 2024-12-03  1:37 UTC  (3+ messages)

[PATCH v2 00/21] Converge on using secs_to_jiffies()
 2024-12-02 21:16 UTC  (3+ messages)
` [PATCH v2 09/21] drm/etnaviv: Convert timeouts to secs_to_jiffies()

[PATCHv2] nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()
 2024-12-02 18:03 UTC  (2+ messages)

[PATCH v6 0/8] blk: refactor queue affinity helpers
 2024-12-02 14:00 UTC  (9+ messages)
` [PATCH v6 1/8] driver core: bus: add irq_get_affinity callback to bus_type
` [PATCH v6 2/8] PCI: hookup irq_get_affinity callback
` [PATCH v6 3/8] virtio: "
` [PATCH v6 4/8] blk-mq: introduce blk_mq_map_hw_queues
` [PATCH v6 5/8] scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
` [PATCH v6 6/8] nvme: "
` [PATCH v6 7/8] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH v6 8/8] blk-mq: remove unused queue mapping helpers

[PATCH v5 0/8] blk: refactor queue affinity helpers
 2024-12-02 13:48 UTC  (4+ messages)
` [PATCH v5 4/8] blk-mq: introduce blk_mq_map_hw_queues

[syzbot] [xfs?] INFO: task hung in xfs_ail_push_all_sync (3)
 2024-12-02 13:43 UTC 

[PATCH] block, bfq: fix bfqq uaf in bfq_limit_depth()
 2024-12-02 11:58 UTC  (3+ messages)

[PATCH] block: Make bio_iov_bvec_set() accept pointer to const iov_iter
 2024-12-02 11:57 UTC 

[PATCH v3] btrfs: handle bio_split() error
 2024-12-02 10:34 UTC  (4+ messages)

[PATCH blktests v4 0/5] Add support to run against arbitrary targets
 2024-12-02 10:23 UTC  (4+ messages)
` [PATCH blktests v4 1/5] nvme/rc: introduce remote target support


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