Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-04 13:05:20 to 2024-03-06 15:05:21 UTC [more...]

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-06 15:05 UTC  (26+ messages)
` [RFC RESEND 01/16] mm/hmm: let users to tag specific PFNs
` [RFC RESEND 02/16] dma-mapping: provide an interface to allocate IOVA
` [RFC RESEND 03/16] dma-mapping: provide callbacks to link/unlink pages to specific IOVA
` [RFC RESEND 04/16] iommu/dma: Provide an interface to allow preallocate IOVA
` [RFC RESEND 05/16] iommu/dma: Prepare map/unmap page functions to receive IOVA
` [RFC RESEND 06/16] iommu/dma: Implement link/unlink page callbacks
` [RFC RESEND 07/16] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
` [RFC RESEND 08/16] RDMA/umem: Store ODP access mask information in PFN
` [RFC RESEND 09/16] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
` [RFC RESEND 10/16] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB
` [RFC RESEND 11/16] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [RFC RESEND 12/16] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [RFC RESEND 13/16] vfio/mlx5: Explicitly store page list
` [RFC RESEND 14/16] vfio/mlx5: Convert vfio to use DMA link API
` [RFC RESEND 15/16] block: add dma_link_range() based API
` [RFC RESEND 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL

[PATCH] block: Fix page refcounts for unaligned buffers in __bio_release_pages()
 2024-03-06 15:03 UTC  (3+ messages)

convert dasd to the atomic queue limits update API v2
 2024-03-06 14:52 UTC  (3+ messages)
` [PATCH 2/3] dasd: move queue setup to common code

[BUG REPORT] General protection fault while discarding extents on XFS on next-20240305
 2024-03-06 14:45 UTC  (5+ messages)

remove calls to blk_queue_max_integrity_segments
 2024-03-06 14:27 UTC  (4+ messages)
` [PATCH 1/3] nvdimm: remove nd_integrity_init
` [PATCH 2/3] nvdimm/btt: always set max_integrity_segments
` [PATCH 3/3] dm-integrity: set max_integrity_segments in dm_integrity_io_hints

drbd atomic queue limits conversion
 2024-03-06 14:03 UTC  (16+ messages)
` [PATCH 1/7] drbd: pass the max_hw_sectors limit to blk_alloc_disk
` [PATCH 2/7] drbd: refactor drbd_reconsider_queue_parameters
` [PATCH 3/7] drbd: refactor the backing dev max_segments calculation
` [PATCH 4/7] drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parameters
` [PATCH 5/7] drbd: don't set max_write_zeroes_sectors in decide_on_discard_support
` [PATCH 6/7] drbd: split out a drbd_discard_supported helper
` [PATCH 7/7] drbd: atomically update queue limits in drbd_reconsider_queue_parameters
` [PATCH 0/7] drbd atomic queue limits conversion

[PATCH] block: make block_class constant
 2024-03-06 12:59 UTC  (2+ messages)

[RFC PATCH v2 0/8] nvmem: add block device NVMEM provider
 2024-03-06 12:00 UTC  (12+ messages)
` [RFC PATCH v2 1/8] dt-bindings: block: add basic bindings for block devices
` [RFC PATCH v2 2/8] block: partitions: populate fwnode
` [RFC PATCH v2 3/8] block: add new genhd flag GENHD_FL_NVMEM
` [RFC PATCH v2 4/8] block: implement NVMEM provider
` [RFC PATCH v2 5/8] dt-bindings: mmc: mmc-card: add block device nodes
` [RFC PATCH v2 6/8] mmc: core: set card fwnode_handle
` [RFC PATCH v2 7/8] mmc: block: set fwnode of disk devices
` [RFC PATCH v2 8/8] mmc: block: set GENHD_FL_NVMEM

[PATCH blktests v1 0/2] extend nvme/045 to reconnect with invalid key
 2024-03-06 11:28 UTC  (10+ messages)
` [PATCH blktests v1 1/2] nvme/rc: add reconnect-delay argument only for fabrics transports
` [PATCH blktests v1 2/2] nvme/048: add reconnect after ctrl key change

[PATCH RESEND] nvme-pci: Fix EEH failure on ppc after subsystem reset
 2024-03-06 11:20 UTC  (3+ messages)

[RFC PATCH 0/2] Introduce per-task io utilization boost
 2024-03-06 10:49 UTC  (7+ messages)
` [RFC PATCH 1/2] sched/fair: Introduce per-task io util boost
` [RFC PATCH 2/2] cpufreq/schedutil: Remove iowait boost

[PATCH] sed-opal: Remove the ret variable from the function
 2024-03-06 10:14 UTC 

[PATCH] sed-opal: Remove unnecessary ‘0’ values from ret
 2024-03-06 10:06 UTC 

[PATCH] sed-opal: Remove unnecessary ‘0’ values from err
 2024-03-06 10:02 UTC 

[PATCH] sed-opal: Remove unnecessary ‘0’ values from error
 2024-03-06  9:56 UTC 

[PATCH v2 00/14] block atomic writes for XFS
 2024-03-06  9:41 UTC  (20+ messages)
` [PATCH v2 02/14] fs: xfs: Don't use low-space allocator for alignment > 1
` [PATCH v2 03/14] fs: xfs: Introduce FORCEALIGN inode flag
` [PATCH v2 04/14] fs: xfs: Make file data allocations observe the 'forcealign' flag
` [PATCH v2 05/14] fs: xfs: Enable file data forcealign feature
` [PATCH v2 06/14] fs: xfs: Do not free EOF blocks for forcealign
` [PATCH v2 07/14] fs: iomap: Sub-extent zeroing
` [PATCH v2 08/14] fs: xfs: "
` [PATCH v2 09/14] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH v2 10/14] fs: iomap: Atomic write support
` [PATCH v2 11/14] fs: xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v2 12/14] fs: xfs: Support atomic write for statx
` [PATCH v2 13/14] fs: xfs: Validate atomic writes
` [PATCH v2 14/14] fs: xfs: Support setting FMODE_CAN_ATOMIC_WRITE

[PATCH v5 00/10] block atomic writes
 2024-03-06  9:05 UTC  (3+ messages)

[PATCH v13 00/27] DEPT(Dependency Tracker)
 2024-03-06  8:55 UTC  (28+ messages)
` [PATCH v13 01/27] llist: Move llist_{head,node} definition to types.h
` [PATCH v13 02/27] dept: Implement Dept(Dependency Tracker)
` [PATCH v13 03/27] dept: Add single event dependency tracker APIs
` [PATCH v13 04/27] dept: Add lock "
` [PATCH v13 05/27] dept: Tie to Lockdep and IRQ tracing
` [PATCH v13 06/27] dept: Add proc knobs to show stats and dependency graph
` [PATCH v13 07/27] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v13 08/27] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v13 09/27] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v13 10/27] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v13 11/27] dept: Distinguish each syscall context from another
` [PATCH v13 12/27] dept: Distinguish each work "
` [PATCH v13 13/27] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v13 14/27] cpu/hotplug: Use a weaker annotation in AP thread
` [PATCH v13 15/27] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v13 16/27] dept: Track timeout waits separately with a new Kconfig
` [PATCH v13 17/27] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v13 18/27] dept: Apply timeout consideration to swait
` [PATCH v13 19/27] dept: Apply timeout consideration to waitqueue wait
` [PATCH v13 20/27] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v13 21/27] dept: Apply timeout consideration to dma fence wait
` [PATCH v13 22/27] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v13 23/27] dept: Make Dept able to work with an external wgen
` [PATCH v13 24/27] dept: Track PG_locked with dept
` [PATCH v13 25/27] dept: Print event context requestor's stacktrace on report
` [PATCH v13 26/27] fs/jbd2: Use a weaker annotation in journal handling
` [PATCH v13 27/27] dept: Add documentation for Dept

[PATCH] block: Support building the iocost and iolatency policies as kernel modules
 2024-03-06  1:34 UTC  (2+ messages)

convert dasd to the atomic queue limits update API
 2024-03-05 14:39 UTC  (5+ messages)
` [PATCH 2/3] dasd: move queue setup to common code

[PATCH] block: move capacity validation to blkpg_do_ioctl()
 2024-03-05 13:55 UTC  (6+ messages)

[PATCH] block: prevent division by zero in blk_rq_stat_sum()
 2024-03-05 13:45 UTC 

atomic queue limit updates for stackable devices v2
 2024-03-05 13:38 UTC  (6+ messages)
` [PATCH 10/16] drbd: pass the max_hw_sectors limit to blk_alloc_disk
  ` drbd queue limits conversion ping

[LSF/MM/BPF TOPIC] [LSF/MM/BPF ATTEND] : Two stage IOMMU DMA mapping operations
 2024-03-05 13:03 UTC  (2+ messages)

[syzbot] [block?] possible deadlock in mempool_free
 2024-03-05 11:02 UTC 

[RFC 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-05 10:23 UTC  (35+ messages)
` [RFC 01/16] mm/hmm: let users to tag specific PFNs
  ` [RFC 02/16] dma-mapping: provide an interface to allocate IOVA
  ` [RFC 03/16] dma-mapping: provide callbacks to link/unlink pages to specific IOVA
  ` [RFC 04/16] iommu/dma: Provide an interface to allow preallocate IOVA
  ` [RFC 05/16] iommu/dma: Prepare map/unmap page functions to receive IOVA
  ` [RFC 06/16] iommu/dma: Implement link/unlink page callbacks
  ` [RFC 07/16] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
  ` [RFC 08/16] RDMA/umem: Store ODP access mask information in PFN
  ` [RFC 09/16] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
  ` [RFC 10/16] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB
  ` [RFC 11/16] vfio/mlx5: Explicitly use number of pages instead of allocated length
  ` [RFC 12/16] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
  ` [RFC 13/16] vfio/mlx5: Explicitly store page list
  ` [RFC 14/16] vfio/mlx5: Convert vfio to use DMA link API
  ` [RFC 15/16] block: add dma_link_range() based API
  ` [RFC 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL

RIP on discard, JMicron USB adaptor
 2024-03-05  8:52 UTC  (7+ messages)

[PATCH] aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts
 2024-03-05  8:20 UTC 

[PATCH blktests v2 0/2] make nvme/048 checks more robust
 2024-03-05  7:20 UTC  (5+ messages)
` [PATCH blktests v2 1/2] nvme/048: remove unused argument for set_qid_max
` [PATCH blktests v2 2/2] nvme/048: make queue count check retry-able
  ` Re: [PATCH blktests v2 0/2] make nvme/048 checks more robust

[PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs
 2024-03-05  6:57 UTC  (11+ messages)
` [PATCH v7 07/12] iov_iter: Convert iterate*() to "
  ` [bug report] dead loop in generic_perform_write() //Re: "

[PATCH 0/3] queue limits cleanup
 2024-03-04 23:41 UTC  (4+ messages)
` [PATCH 2/3] block: Rename disk_set_zoned()

[PATCH 4.19.y 0/9] Fix the UAF issue caused by the loop driver
 2024-03-04 13:31 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 read-only IMAP folder(s) and NNTP newsgroup(s).