linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-29 14:10:55 to 2025-02-04 05:31:13 UTC [more...]

[PATCH v11 00/10] Read/Write with meta/integrity
 2025-02-03 14:39 UTC  (4+ messages)
  ` [PATCH v11 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags

Semantics of racy O_DIRECT writes
 2025-02-04  5:19 UTC  (11+ messages)

[LSF/MM/BPF TOPIC] File system checksum offload
 2025-02-04  5:16 UTC  (22+ messages)
    ` [Lsf-pc] "

[RFC 0/3] Btrfs checksum offload
 2025-02-04  5:12 UTC  (27+ messages)
  ` [RFC 3/3] btrfs: add "

PI and data checksumming for XFS
 2025-02-04  5:00 UTC  (17+ 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] blk-settings: round down io_opt to at least 4K
 2025-02-04  3:30 UTC  (6+ messages)

[PATCH 0/2] New zoned loop block device driver
 2025-02-04  3:22 UTC  (12+ messages)

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 v2 0/3] Converge on using secs_to_jiffies() part two
 2025-02-03 23:50 UTC  (4+ messages)
` [PATCH v2 1/3] coccinelle: misc: secs_to_jiffies: Patch expressions too
` [PATCH v2 2/3] rbd: convert timeouts to secs_to_jiffies()
` [PATCH v2 3/3] libceph: "

[PATCH 00/16] Converge on using secs_to_jiffies() part two
 2025-02-03 21:19 UTC  (14+ messages)
` [PATCH 06/16] rbd: convert timeouts to secs_to_jiffies()
` [PATCH 08/16] libata: zpodd: "
` [PATCH 09/16] xfs: "
` [PATCH 14/16] platform/x86/amd/pmf: "

RFC: split out the auto-PI code and data structures
 2025-02-03 19: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

[PATCHv2 00/11] block write streams with nvme fdp
 2025-02-03 18:41 UTC  (12+ 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

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  (5+ 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)

[PATCH v2 00/11] CRC64 library rework and x86 CRC optimization
 2025-02-02 14:31 UTC  (19+ messages)
` [PATCH v2 01/11] lib/crc64-rocksoft: stop wrapping the crypto API
` [PATCH v2 02/11] crypto: crc64-rocksoft - remove from "
` [PATCH v2 03/11] lib/crc64: rename CRC64-Rocksoft to CRC64-NVME
` [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
` [PATCH v2 06/11] x86: move ZMM exclusion list into CPU feature flag
` [PATCH v2 07/11] scripts/gen-crc-consts: add gen-crc-consts.py
` [PATCH v2 08/11] x86/crc: add "template" for [V]PCLMULQDQ based CRC functions
` [PATCH v2 09/11] x86/crc32: implement crc32_le using new template
` [PATCH v2 10/11] x86/crc-t10dif: implement crc_t10dif "
` [PATCH v2 11/11] x86/crc64: implement crc64_be and crc64_nvme "

[PATCH blktests] srp: skip test if scsi_transport_srp module is loaded and in use
 2025-02-01 18:40 UTC 

[LSF/MM/BPF TOPIC] An SRCU that is faster than RCU Tasks Trace
 2025-01-31 23:03 UTC 

[GIT PULL] Final block updates for 6.14-rc1
 2025-01-31 20:26 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Improving iov_iter - and replacing scatterlists
 2025-01-31 16:08 UTC  (2+ messages)

[PATCH v2 blktests 0/2] Add atomic write tests for scsi and nvme
 2025-01-31 12:50 UTC  (5+ messages)
` [PATCH v2 blktests 1/2] scsi/009: add atomic write tests
` [PATCH v2 blktests 2/2] nvme/059: "

in-kernel verification of user PI?
 2025-01-31 10:36 UTC  (9+ messages)

[PATCH 0/3] misc nvme related fixes
 2025-01-31  8:54 UTC  (14+ messages)
` [PATCH 1/3] nvme-tcp: rate limit error message in send path
` [PATCH 2/3] nvme-fc: use ctrl state getter
` [PATCH 3/3] blk-mq: fix wait condition for tagset wait completed check

[PATCH] loop: take the file system minimum dio alignment into account
 2025-01-31  7:28 UTC  (3+ messages)

[RFC PATCH] Introduce generalized data temperature estimation framework
 2025-01-30 18:31 UTC  (9+ messages)

[PATCH v2 0/2] Add Error Recovery support for Virtio PCI devices
 2025-01-30 15:57 UTC  (4+ messages)
` [PATCH 2/2] virtio_blk: Add support for transport error recovery

[PATCH v6 0/5] null_blk: improve write failure simulation
 2025-01-30  8:27 UTC  (6+ messages)
` [PATCH v6 1/5] null_blk: generate null_blk configfs features string
` [PATCH v6 2/5] null_blk: introduce badblocks_once parameter
` [PATCH v6 3/5] null_blk: replace null_process_cmd() call in null_zone_write()
` [PATCH v6 4/5] null_blk: pass transfer size to null_handle_rq()
` [PATCH v6 5/5] null_blk: do partial IO for bad blocks

[bug report] zram: unlock slot during recompression
 2025-01-30  8:07 UTC  (2+ messages)

[PATCH v5 0/5] null_blk: improve write failure simulation
 2025-01-30  2:36 UTC  (3+ messages)
` [PATCH v5 3/5] null_blk: replace null_process_cmd() call in null_zone_write()

[RFC v2 00/38] Improve ABI documentation generation
 2025-01-29 16:19 UTC  (7+ messages)

[RFC PATCHv3 0/2] block: remove q->sysfs_dir_lock and fix race updating nr_hw_queue
 2025-01-29 14:17 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 NNTP newsgroup(s).