messages from 2025-02-02 14:29:23 to 2025-02-06 07:40:23 UTC [more...]
[PATCH v3 0/6] x86 CRC optimizations
2025-02-06 7:39 UTC (3+ messages)
` [PATCH v3 1/6] x86: move ZMM exclusion list into CPU feature flag
` [PATCH v3 2/6] scripts/gen-crc-consts: add gen-crc-consts.py
[PATCH v2 0/8] enable bs > ps for block devices
2025-02-06 7:17 UTC (15+ messages)
` [PATCH v2 1/8] fs/buffer: simplify block_read_full_folio() with bh_offset()
` [PATCH v2 2/8] fs/buffer: remove batching from async read
` [PATCH v2 3/8] fs/mpage: avoid negative shift for large blocksize
` [PATCH v2 4/8] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [PATCH v2 5/8] fs/buffer fs/mpage: remove large folio restriction
` [PATCH v2 6/8] block/bdev: enable large folio support for large logical block sizes
` [PATCH v2 7/8] block/bdev: lift block size restrictions to 64k
` [PATCH v2 8/8] bdev: use bdev_io_min() for statx block size
PI and data checksumming for XFS
2025-02-06 6:05 UTC (19+ messages)
` [PATCH 1/7] block: support integrity generation and verification from file systems
` [PATCH 2/7] iomap: introduce iomap_read_folio_ops
` [PATCH 3/7] iomap: add bioset in iomap_read_folio_ops for filesystems to use own bioset
` [PATCH 4/7] iomap: support ioends for reads
` [PATCH 5/7] iomap: limit buffered I/O size to 128M
` [PATCH 6/7] xfs: support T10 protection information
` [PATCH 7/7] xfs: implement block-metadata based data checksums
[PATCH v3 blktests 0/2] Add atomic write tests for scsi and nvme
2025-02-06 6:01 UTC (5+ messages)
` [PATCH v3 blktests 1/2] scsi/009: add atomic write tests
` [PATCH v3 blktests 2/2] nvme/059: "
[PATCH 0/2] New zoned loop block device driver
2025-02-06 3:24 UTC (15+ messages)
[PATCH v3 0/2] rust: lockdep: Fix soundness issue affecting LockClassKeys
2025-02-05 20:30 UTC (4+ messages)
` [PATCH v3 1/2] rust: lockdep: Remove support for dynamically allocated LockClassKeys
` [PATCH v3 2/2] rust: lockdep: Use Pin for all LockClassKey usages
[PATCHv2 blktests] srp: skip test if scsi_transport_srp module is loaded and in use
2025-02-05 17:49 UTC (2+ messages)
[PATCH] blk-settings: round down io_opt to at least 4K
2025-02-05 16:00 UTC (15+ messages)
[PATCH 0/2] block: fix lock order and remove redundant locking
2025-02-05 15:59 UTC (5+ messages)
` [PATCH 1/2] block: fix lock ordering between the queue ->sysfs_lock and freeze-lock
` [PATCH 2/2] block: avoid acquiring q->sysfs_lock while accessing sysfs attributes
[PATCH v11 00/10] Read/Write with meta/integrity
2025-02-05 15:42 UTC (7+ messages)
` [PATCH v11 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
[PATCH v7 00/17] Provide a new two step DMA mapping API
2025-02-05 14:40 UTC (18+ messages)
` [PATCH v7 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v7 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v7 03/17] iommu: generalize the batched sync after map interface
` [PATCH v7 04/17] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v7 05/17] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v7 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v7 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v7 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v7 09/17] docs: core-api: document the IOVA-based API
` [PATCH v7 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v7 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v7 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v7 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v7 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v7 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v7 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v7 17/17] vfio/mlx5: Enable the DMA link API
[PATCH blktests] srp: skip test if scsi_transport_srp module is loaded and in use
2025-02-05 13:29 UTC (5+ messages)
[syzbot] [block?] BUG: sleeping function called from invalid context in unmap_mapping_folio
2025-02-05 5:58 UTC (2+ messages)
[RFC 0/3] Btrfs checksum offload
2025-02-05 2:31 UTC (16+ messages)
[PATCH blktests v2 0/4] enable bs > ps device testing
2025-02-04 22:57 UTC (5+ messages)
` [PATCH blktests v2 1/4] common: add and use min io for fio
` [PATCH blktests v2 2/4] common/xfs: use min io for fs blocksize
` [PATCH blktests v2 3/4] tests: use test device min io to support bs > ps
` [PATCH blktests v2 4/4] common/xfs: check for max supported sector size
[PATCH v2 0/3] Converge on using secs_to_jiffies() part two
2025-02-04 20:24 UTC (9+ messages)
` [PATCH v2 1/3] coccinelle: misc: secs_to_jiffies: Patch expressions too
` [cocci] "
` [cocci] [v2 "
` [PATCH v2 2/3] rbd: convert timeouts to secs_to_jiffies()
` [PATCH v2 3/3] libceph: "
[PATCH v2 00/11] CRC64 library rework and x86 CRC optimization
2025-02-04 19:54 UTC (6+ messages)
` [PATCH v2 04/11] lib/crc_kunit.c: add test and benchmark for CRC64-NVME
` [PATCH v2 05/11] lib/crc64: add support for arch-optimized implementations
[LSF/MM/BPF TOPIC] [LSF/MM/BPF ATTEND] blktests: status and improvement plan of the storage stack test framework
2025-02-04 19:22 UTC
[PATCH blktests 0/4] enable bs > ps device testing
2025-02-04 19:06 UTC (6+ messages)
` [PATCH blktests 1/4] common: add and use min io for fio
[PATCH v2 blktests 0/2] Add atomic write tests for scsi and nvme
2025-02-04 18:57 UTC (4+ messages)
` [PATCH v2 blktests 2/2] nvme/059: add atomic write tests
Semantics of racy O_DIRECT writes
2025-02-04 14:32 UTC (8+ messages)
[bug report] block: force noio scope in blk_mq_freeze_queue
2025-02-04 13:47 UTC (2+ messages)
[PATCHv2 00/11] block write streams with nvme fdp
2025-02-04 10:53 UTC (16+ messages)
` [PATCHv2 01/11] fs: add a write stream field to the kiocb
` [PATCHv2 02/11] block: add a bi_write_stream field
` [PATCHv2 03/11] block: introduce max_write_streams queue limit
` [PATCHv2 04/11] block: introduce a write_stream_granularity "
` [PATCHv2 05/11] block: expose write streams for block device nodes
` [PATCHv2 06/11] io_uring: enable per-io write streams
` [PATCHv2 07/11] nvme: add a nvme_get_log_lsi helper
` [PATCHv2 08/11] nvme: pass a void pointer to nvme_get/set_features for the result
` [PATCHv2 09/11] nvme: add FDP definitions
` [PATCHv2 10/11] nvme: register fdp parameters with the block layer
` [PATCHv2 11/11] nvme: use fdp streams if write stream is provided
[PATCH v11 0/7] Support for hardware-wrapped inline encryption keys
2025-02-04 10:42 UTC (9+ messages)
` [PATCH v11 1/7] blk-crypto: add basic hardware-wrapped key support
` [PATCH v11 2/7] blk-crypto: show supported key types in sysfs
` [PATCH v11 3/7] blk-crypto: add ioctls to create and prepare hardware-wrapped keys
` [PATCH v11 4/7] fscrypt: add support for "
` [PATCH v11 5/7] soc: qcom: ice: make qcom_ice_program_key() take struct blk_crypto_key
` [PATCH v11 6/7] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH v11 7/7] ufs: qcom: add support for wrapped keys
[LSF/MM/BPF TOPIC] File system checksum offload
2025-02-04 5:48 UTC (20+ messages)
RFC: split out the auto-PI code and data structures
2025-02-04 5:45 UTC (8+ messages)
` [PATCH 1/3] block: mark bounce buffering as incompatible with integrity
` [PATCH 2/3] block: move the block layer auto-integrity code into a new file
` [PATCH 3/3] block: split struct bio_integrity_data
loop: take the file system minimum dio alignment into account v2
2025-02-04 1:01 UTC (9+ messages)
` [PATCH 1/4] loop: factor out a loop_assign_backing_file helper
` [PATCH 2/4] loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_file
` [PATCH 3/4] loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize
` [PATCH 4/4] loop: take the file system minimum dio alignment into account
[PATCH 00/16] Converge on using secs_to_jiffies() part two
2025-02-03 21:19 UTC (4+ messages)
` [PATCH 06/16] rbd: convert timeouts to secs_to_jiffies()
simplify passthrough bio handling
2025-02-03 16:50 UTC (5+ messages)
` [PATCH 1/2] block: remove bio_add_pc_page
` [PATCH 2/2] block: remove blk_rq_bio_prep
[PATCH 0/6] ublk zero-copy support
2025-02-03 15:45 UTC (7+ messages)
` [PATCH 1/6] block: const blk_rq_nr_phys_segments request
` [PATCH 2/6] io_uring: use node for import
` [PATCH 3/6] io_uring: add support for kernel registered bvecs
` [PATCH 4/6] ublk: zc register/unregister bvec
` [PATCH 5/6] io_uring: add abstraction for buf_table rsrc data
` [PATCH 6/6] io_uring: cache nodes and mapped buffers
annotate noio context v2
2025-02-03 15:12 UTC (4+ messages)
` [PATCH] block: force noio scope in blk_mq_freeze_queue
REMINDER - LSF/MM/BPF: 2025: Call for Proposals
2025-02-03 14:26 UTC (2+ messages)
[PATCH 0/5] fs/buffer: strack reduction on async read
2025-02-03 14:00 UTC (7+ messages)
[PATCH 01/16] coccinelle: misc: secs_to_jiffies: Patch expressions too
2025-02-03 7:22 UTC (4+ messages)
` [01/16] "
[syzbot] [block?] general protection fault in bioset_exit (2)
2025-02-02 20:22 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).