Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-01 16:33:57 to 2024-03-06 08:55:40 UTC [more...]

[PATCH v13 00/27] DEPT(Dependency Tracker)
 2024-03-06  8:55 UTC  (14+ 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 12/27] dept: Distinguish each work from another
` [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 blktests v1 0/2] extend nvme/045 to reconnect with invalid key
 2024-03-06  8:44 UTC  (8+ 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

[BUG REPORT] General protection fault while discarding extents on XFS on next-20240305
 2024-03-06  7:19 UTC 

[RFC PATCH v2 0/8] nvmem: add block device NVMEM provider
 2024-03-06  7:32 UTC  (11+ 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] block: Support building the iocost and iolatency policies as kernel modules
 2024-03-06  1:34 UTC  (2+ messages)

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

[PATCH v2 00/14] block atomic writes for XFS
 2024-03-05 22:18 UTC  (20+ messages)
` [PATCH v2 01/14] block: Add blk_validate_atomic_write_op_size()
` [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] block: make block_class constant
 2024-03-05 19:32 UTC 

[RFC PATCH 0/2] Introduce per-task io utilization boost
 2024-03-05 18:36 UTC  (6+ messages)
` [RFC PATCH 1/2] sched/fair: Introduce per-task io util boost
` [RFC PATCH 2/2] cpufreq/schedutil: Remove iowait boost

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-05 16:46 UTC  (23+ 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

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 

drbd atomic queue limits conversion
 2024-03-05 13:40 UTC  (8+ 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

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  (5+ 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  (16+ 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  (9+ messages)
` [PATCH 1/3] virtio_blk: Do not use disk_set_max_open/active_zones()
` [PATCH 2/3] block: Rename disk_set_zoned()
` [PATCH 3/3] block: Rename disk_set_max_open/active_zones()

[PATCH 4.19.y 0/9] Fix the UAF issue caused by the loop driver
 2024-03-04 13:31 UTC  (2+ messages)

[PATCH blktests 0/2] make nvme/048 checks more robust
 2024-03-04 13:00 UTC  (6+ messages)
` [PATCH blktests 1/2] nvme/048: remove unused argument for set_qid_max
` [PATCH blktests 2/2] nvme/048: make queue count check retry-able

bcache queue limit cleanups
 2024-03-03 16:35 UTC  (5+ messages)
` [PATCH] bcache: move calculation of stripe_size and io_opt into bcache_device_init

atomic queue limit updates for md v4
 2024-03-03 14:01 UTC  (12+ messages)
` [PATCH 01/11] md: add a mddev_trace_remap helper
` [PATCH 02/11] md: add a mddev_add_trace_msg helper
` [PATCH 03/11] md: add a mddev_is_dm helper
` [PATCH 04/11] md: add queue limit helpers
` [PATCH 05/11] md/raid0: use the atomic queue limit update APIs
` [PATCH 06/11] md/raid1: "
` [PATCH 07/11] md/raid5: "
` [PATCH 08/11] md/raid10: "
` [PATCH 09/11] md: don't initialize queue limits
` [PATCH 10/11] md: remove mddev->queue
` [PATCH 11/11] block: remove disk_stack_limits

[RFC PATCH v13 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-03-02 16:37 UTC  (8+ messages)
` [RFC PATCH v13 12/20] dm verity: set DM_TARGET_SINGLETON feature flag
` [RFC PATCH v13 13/20] dm: add finalize hook to target_type
` [RFC PATCH v13 14/20] dm verity: consume root hash digest and signature data via LSM hook

atomic queue limit updates for stackable devices v3
 2024-03-02  4:14 UTC  (3+ messages)
` (subset) "

WinLink E850-96: WARNING: at block/blk-settings.c:204 blk_validate_limits
 2024-03-01 21:18 UTC  (4+ messages)

[bug report]WARNING: CPU: 22 PID: 44011 at fs/iomap/iter.c:51 iomap_iter+0x32b observed with blktests zbd/010
 2024-03-01 16:33 UTC  (5+ 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).