linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-28 04:45:04 to 2024-07-03 09:34:04 UTC [more...]

more integrity cleanups v3
 2024-07-03  9:33 UTC  (13+ messages)
` [PATCH 1/6] block: split integrity support out of bio.h
` [PATCH 2/6] block: also return bio_integrity_payload * from stubs
` [PATCH 3/6] block: don't call bio_uninit from bio_endio
` [PATCH 4/6] block: call bio_integrity_unmap_free_user from blk_rq_unmap_user
` [PATCH 5/6] block: don't free submitter owned integrity payload on I/O completion
` [PATCH 6/6] block: don't free the integrity payload in bio_integrity_unmap_free_user

[PATCH] block: remove QUEUE_FLAG_STOPPED
 2024-07-03  9:27 UTC  (3+ messages)

[PATCH 6.9 000/222] 6.9.8-rc1 review
 2024-07-03  9:24 UTC  (2+ messages)

request for information on using NVMe under linux
 2024-07-03  7:11 UTC 

[RFC PATCH v1 00/18] Provide a new two step DMA API mapping API
 2024-07-03  5:42 UTC  (20+ messages)
` [RFC PATCH v1 01/18] dma-mapping: query DMA memory type
` [RFC PATCH v1 02/18] dma-mapping: provide an interface to allocate IOVA
` [RFC PATCH v1 03/18] dma-mapping: check if IOVA can be used
` [RFC PATCH v1 04/18] dma-mapping: implement link range API
` [RFC PATCH v1 05/18] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [RFC PATCH v1 06/18] dma-mapping: provide callbacks to link/unlink HMM PFNs to specific IOVA
` [RFC PATCH v1 07/18] iommu/dma: Provide an interface to allow preallocate IOVA
` [RFC PATCH v1 08/18] iommu/dma: Implement link/unlink ranges callbacks
` [RFC PATCH v1 09/18] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
` [RFC PATCH v1 10/18] RDMA/umem: Store ODP access mask information in PFN
` [RFC PATCH v1 11/18] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
` [RFC PATCH v1 12/18] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB
` [RFC PATCH v1 13/18] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [RFC PATCH v1 14/18] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [RFC PATCH v1 15/18] vfio/mlx5: Explicitly store page list
` [RFC PATCH v1 16/18] vfio/mlx5: Convert vfio to use DMA link API
` [RFC PATCH v1 17/18] block: export helper to get segment max size
` [RFC PATCH v1 18/18] nvme-pci: use new dma API

[PATCH] block: reuse original bio_vec array for integrity during clone
 2024-07-03  5:16 UTC  (6+ messages)

[PATCH v5] sbitmap: fix io hung due to race on sbitmap_word::cleared
 2024-07-03  3:30 UTC  (2+ messages)

[PATCH V6 for-6.11/block] loop: Fix a race between loop detach and loop open
 2024-07-02 15:50 UTC  (8+ messages)

[PATCH] xen-blkfront: fix sector_size propagation to the block layer
 2024-07-02 14:58 UTC  (3+ messages)

[PATCH] null_blk: Fix description of the fua parameter
 2024-07-02 14:58 UTC  (4+ messages)

[PATCH v2 0/2] Fix the mq-deadline async_depth implementation
 2024-07-02 14:48 UTC  (14+ messages)
` [PATCH v2 1/2] block: Call .limit_depth() after .hctx has been set
  ` 答复: "
` [PATCH v2 2/2] block/mq-deadline: Fix the tag reservation code
      ` 答复: "
          ` 答复: "

[PATCH v2] block: flush all throttled bios when deleting the cgroup
 2024-07-02 14:25 UTC  (4+ messages)

[PATCH 0/4] ublk: support device recovery without I/O queueing
 2024-07-02 13:46 UTC  (14+ messages)
` [PATCH 2/4] ublk: refactor recovery configuration flag helpers
` [PATCH 3/4] ublk: merge stop_work and quiesce_work
` [PATCH 4/4] ublk: support device recovery without I/O queueing

[linux-next:master] [loop] 18048c1af7: ltp.ioctl_loop06.fail
 2024-07-02 13:45 UTC 

more integrity cleanups v2
 2024-07-02 12:46 UTC  (15+ messages)
` [PATCH 1/5] block: split integrity support out of bio.h
` [PATCH 2/5] block: also return bio_integrity_payload * from stubs
` [PATCH 3/5] block: call bio_integrity_unmap_free_user from blk_rq_unmap_user
` [PATCH 4/5] block: don't free submitter owned integrity payload on I/O completion
` [PATCH 5/5] block: don't free the integrity payload in bio_integrity_unmap_free_user

[PATCH blktests v3 0/3] Add support to run against real target
 2024-07-02  9:31 UTC  (4+ messages)
` [PATCH blktests v3 1/3] nvme/rc: introduce remote target support

[PATCH v4] sbitmap: fix io hung due to race on sbitmap_word::cleared
 2024-07-02  7:57 UTC  (4+ messages)

[axboe-block:for-next] [block] 1122c0c1cc: aim7.jobs-per-min 22.6% improvement
 2024-07-02  7:32 UTC  (8+ messages)

[PATCH v2 0/3] nvme-pci: honor isolcpus configuration
 2024-07-02  7:25 UTC  (25+ messages)
` [PATCH v2 1/3] blk-mq: add blk_mq_num_possible_queues helper
` [PATCH v2 2/3] nvme-pci: limit queue count to housekeeping CPUs
` [PATCH v2 3/3] lib/group_cpus.c: honor housekeeping config when grouping CPUs

make secure erase and write zeroes ioctls interruptible as well
 2024-07-01 16:51 UTC  (11+ messages)
` [PATCH 01/10] block: move secure erase checks into the ioctl handler
` [PATCH 02/10] block: factor out a bio_secure_erase_limit helper
` [PATCH 03/10] block: add a blk_alloc_secure_erase_bio helper
` [PATCH 04/10] blk-lib: check for kill signal in ioctl BLKSECDISCARD
` [PATCH 05/10] block: factor out a blk_write_zeroes_limit helper
` [PATCH 06/10] block: remove the LBA alignment check in __blkdev_issue_zeroout
` [PATCH 07/10] block: move read-only and supported checks into (__)blkdev_issue_zeroout
` [PATCH 08/10] block: refacto blkdev_issue_zeroout
` [PATCH 09/10] block: limit the Write Zeroes to manually writing zeroes fallback
` [PATCH 10/10] blk-lib: check for kill signal in ioctl BLKZEROOUT

io_opt fixups
 2024-07-01 15:11 UTC  (15+ messages)
  ` [PATCH 1/3] block: remove a duplicate io_min check in blk_validate_limits
  ` [PATCH 2/3] block: don't reduce max_sectors based on io_opt
  ` [PATCH 3/3] nvme: don't set io_opt if NOWS is zero

[PATCH v2 00/10] Read/Write with meta/integrity
 2024-07-01 14:09 UTC  (8+ messages)
    ` [PATCH v2 02/10] block: set bip_vcnt correctly
  ` (subset) [PATCH v2 00/10] Read/Write with meta/integrity
    ` [PATCH v2 08/10] io_uring/rw: add support to send meta along with read/write

[PATCH -next] blk-wbt: don't throttle swap writes in direct reclaim
 2024-07-01 12:53 UTC  (4+ messages)

[PATCH v4 0/4] block: preparations for NVMEM provider
 2024-07-01  5:54 UTC  (11+ messages)
` [PATCH v4 2/4] block: partitions: populate fwnode
` [PATCH v4 3/4] block: add support for notifications

atomic queue limits updates
 2024-07-01  4:54 UTC  (6+ messages)
` [PATCH 12/15] virtio_blk: pass queue_limits to blk_mq_alloc_disk

[RFC] bdev: use bdev_io_min() for statx DIO min IO
 2024-06-30 22:35 UTC  (6+ messages)

[PATCH 0/3] nvme-pci: honor isolcpus configuration
 2024-06-30 13:47 UTC  (10+ messages)
` [PATCH 1/3] sched/isolation: Add io_queue housekeeping option

[PATCH v2] null_blk: fix validation of block size
 2024-06-29  5:07 UTC  (5+ messages)

more integrity cleanups
 2024-06-29  5:02 UTC  (6+ messages)
` [PATCH 1/3] block: split integrity support out of bio.h
` [PATCH 2/3] block: also return bio_integrity_payload * from stubs
` [PATCH 3/3] block: don't free submitter owned integrity payload on I/O completion

de-duplicate the block sysfs code
 2024-06-28 21:09 UTC  (2+ messages)

[PATCH v2] blk-throttle: fix lower control under super low iops limit
 2024-06-28 20:55 UTC  (3+ messages)

[PATCH] rust: block: fix generated bindings after refactoring of features
 2024-06-28 20:36 UTC  (3+ messages)

[GIT PULL] Block fixes for 6.10-rc6
 2024-06-28 17:01 UTC  (2+ messages)

get drivers out of setting queue flags
 2024-06-28 16:37 UTC  (4+ messages)

[PATCH V2 1/1] block: check bio alignment in blk_mq_submit_bio
 2024-06-28 16:36 UTC  (4+ messages)

[PATCH v5] block: Add ioprio to block_rq tracepoint
 2024-06-28 16:36 UTC  (4+ messages)

integrity cleanups
 2024-06-28 16:30 UTC  (7+ messages)
  ` [PATCH 5/5] block: remove bio_integrity_process

[PATCH] bcache: work around a __bitwise to bool conversion sparse warning
 2024-06-28 16:25 UTC  (3+ messages)

[PATCH v20 02/12] Add infrastructure for copy offload in block and request layer
 2024-06-28 13:53 UTC  (10+ messages)

[PATCH blktests v2] loop/010: do not assume /dev/loop0
 2024-06-28 10:13 UTC  (3+ messages)

[PATCH blktests] dm/002: do not assume 512 byte block size
 2024-06-28 10:10 UTC  (2+ messages)

[PATCH v6 0/3] block: add larger order folio instead of pages
 2024-06-28  6:40 UTC  (3+ messages)
  ` [PATCH v6 1/3] block: Added folio-lized version of bio_add_hw_page()


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