linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-27 19:20:48 to 2025-02-02 14:28:30 UTC [more...]

[PATCH v2 00/11] CRC64 library rework and x86 CRC optimization
 2025-02-02 14:28 UTC  (17+ 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 

[PATCH 00/16] Converge on using secs_to_jiffies() part two
 2025-02-01  0:11 UTC  (38+ messages)
` [PATCH 01/16] coccinelle: misc: secs_to_jiffies: Patch expressions too
      ` [01/16] "
` [PATCH 02/16] scsi: lpfc: convert timeouts to secs_to_jiffies()
` [PATCH 03/16] accel/habanalabs: "
` [PATCH 04/16] ALSA: ac97: "
` [PATCH 05/16] btrfs: "
` [PATCH 06/16] rbd: "
` [PATCH 07/16] libceph: "
` [PATCH 08/16] libata: zpodd: "
` [PATCH 09/16] xfs: "
` [PATCH 10/16] power: supply: da9030: "
` [PATCH 11/16] nvme: "
` [PATCH 12/16] spi: spi-fsl-lpspi: "
` [PATCH 13/16] spi: spi-imx: "
` [PATCH 14/16] platform/x86/amd/pmf: "
` [PATCH 15/16] platform/x86: thinkpad_acpi: "
` [PATCH 16/16] RDMA/bnxt_re: "

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

[PATCH 0/5] fs/buffer: strack reduction on async read
 2025-01-31 22:01 UTC  (6+ messages)

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

Semantics of racy O_DIRECT writes
 2025-01-31 20:06 UTC  (10+ messages)

RFC: split out the auto-PI code and data structures
 2025-01-31 16:54 UTC  (5+ 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

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

annotate noio context v2
 2025-01-31 15:13 UTC  (3+ messages)
` [PATCH] block: force noio scope in blk_mq_freeze_queue

[LSF/MM/BPF TOPIC] File system checksum offload
 2025-01-31 13:11 UTC  (6+ messages)
    ` [Lsf-pc] "

[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: "

loop: take the file system minimum dio alignment into account v2
 2025-01-31 12:00 UTC  (5+ 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

[RFC 0/3] Btrfs checksum offload
 2025-01-31 10:42 UTC  (22+ messages)
  ` [RFC 1/3] block: add integrity offload
  ` [RFC 2/3] nvme: support "
  ` [RFC 3/3] btrfs: add checksum offload

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

[PATCH 0/2] New zoned loop block device driver
 2025-01-31  3:54 UTC  (13+ messages)

[RFC PATCH] Introduce generalized data temperature estimation framework
 2025-01-30 18:31 UTC  (13+ 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  (8+ messages)
` [RFC v2 03/38] docs: block: ublk.rst: remove a reference from a dropped text

[RFC PATCHv3 0/2] block: remove q->sysfs_dir_lock and fix race updating nr_hw_queue
 2025-01-29 14:17 UTC  (7+ messages)
` [RFC PATCHv3 1/2] block: get rid of request queue ->sysfs_dir_lock
` [RFC PATCHv3 2/2] block: fix nr_hw_queue update racing with disk addition/removal

Direct I/O performance problems with 1GB pages
 2025-01-29  6:03 UTC  (13+ messages)

[PATCH v5 0/5] data placement hints and FDP
 2025-01-29  0:56 UTC  (2+ messages)
` [f2fs-dev] "

[LSF/MM/BPF TOPIC] Generalized data temperature estimation framework
 2025-01-28 22:57 UTC  (7+ messages)

[PATCH] mm/bdi: fix race between cgwb_create and conflicting blkcg associations
 2025-01-28 20:48 UTC  (2+ messages)

[LSF/MM/BPF Topic] Energy-Efficient I/O
 2025-01-28 19:18 UTC  (2+ messages)

[RFC PATCH v2 0/8] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-01-28 16:46 UTC  (8+ messages)
` [RFC PATCH v2 1/8] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH v2 2/8] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [RFC PATCH v2 3/8] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode

[PATCH] block: don't revert iter for -EIOCBQUEUED
 2025-01-28 15:33 UTC  (3+ messages)

[RFC PATCHv2 0/2] block: remove q->sysfs_dir_lock and fix race updating nr_hw_queue
 2025-01-28  7:11 UTC  (6+ messages)
` [RFC PATCHv2 1/2] block: get rid of request queue ->sysfs_dir_lock
` [RFC PATCHv2 2/2] block: fix nr_hw_queue update racing with disk addition/removal

[PATCH] block: Skip the folio lock if the folio is already dirty
 2025-01-28  5:58 UTC  (2+ messages)

[PATCH v17 00/14] Improve write performance for zoned UFS devices
 2025-01-27 23:01 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 NNTP newsgroup(s).