linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-06 18:07:28 to 2024-09-11 20:12:57 UTC [more...]

[PATCHv4 00/10] block integrity merging and counting
 2024-09-11 20:12 UTC  (10+ messages)
` [PATCHv4 01/10] blk-mq: unconditional nr_integrity_segments
` [PATCHv4 02/10] blk-mq: set the nr_integrity_segments from bio
` [PATCHv4 04/10] blk-integrity: consider entire bio list for merging
` [PATCHv4 05/10] block: provide a request helper for user integrity segments
` [PATCHv4 06/10] block: provide helper for nr_integrity_segments
` [PATCHv4 07/10] scsi: use request helper to get integrity segments
` [PATCHv4 08/10] nvme-rdma: "
` [PATCHv4 09/10] block: unexport blk_rq_count_integrity_sg
` [PATCHv4 10/10] blk-integrity: improved sg segment mapping

[PATCH v5 0/8] implement async block discards and other ops via io_uring
 2024-09-11 16:34 UTC  (9+ messages)
` [PATCH v5 1/8] io_uring/cmd: expose iowq to cmds
` [PATCH v5 2/8] io_uring/cmd: give inline space in request "
` [PATCH v5 3/8] filemap: introduce filemap_invalidate_pages
` [PATCH v5 4/8] block: introduce blk_validate_byte_range()
` [PATCH v5 5/8] block: implement async io_uring discard cmd
` [PATCH v5 6/8] block: implement write zeroes io_uring cmd
` [PATCH v5 7/8] block: add nowait flag for __blkdev_issue_zero_pages
` [PATCH v5 8/8] block: implement write zero pages cmd

[PATCH v5 0/5] data placement hints and FDP
 2024-09-11 15:50 UTC  (8+ messages)
  ` [PATCH v5 1/5] fs, block: refactor enum rw_hint
  ` [PATCH v5 2/5] fcntl: rename rw_hint_* to rw_lifetime_hint_*
  ` [PATCH v5 3/5] fcntl: add F_{SET/GET}_RW_HINT_EX
  ` [PATCH v5 4/5] sd: limit to use write life hints
  ` [PATCH v5 5/5] nvme: enable FDP support

[PATCHv3 00/10] block integrity merging and counting
 2024-09-11 15:28 UTC  (31+ messages)
` [PATCHv3 01/10] blk-mq: set the nr_integrity_segments from bio
` [PATCHv3 02/10] block: provide helper for nr_integrity_segments
` [PATCHv3 03/10] scsi: use request helper to get integrity segments
` [PATCHv3 04/10] nvme-rdma: "
` [PATCHv3 05/10] block: unexport blk_rq_count_integrity_sg
` [PATCHv3 06/10] blk-integrity: simplify counting segments
` [PATCHv3 07/10] blk-integrity: simplify mapping sg
` [PATCHv3 08/10] blk-integrity: remove inappropriate limit checks
` [PATCHv3 09/10] blk-integrity: consider entire bio list for merging
` [PATCHv3 10/10] blk-merge: properly account for integrity segments

[PATCH v2] block: fix potential invalid pointer dereference in blk_add_partition
 2024-09-11 13:29 UTC 

[PATCH v10 0/4] block: add larger order folio instead of pages
 2024-09-11 13:28 UTC  (6+ messages)
  ` [PATCH v10 1/4] block: Added folio-ized version of bio_add_hw_page()
  ` [PATCH v10 2/4] block: introduce folio awareness and add a bigger size from folio
  ` [PATCH v10 3/4] mm: release number of pages of a folio
  ` [PATCH v10 4/4] block: unpin user pages belonging to a folio at once

[bug report] block: Non-NCQ commands will never be executed while fio is continuously running
 2024-09-11  9:41 UTC  (8+ messages)

[PATCH] brbd: Fix atomicity violation in drbd_uuid_set_bm()
 2024-09-11  9:16 UTC 

[PATCH v2 0/3] Fix some starvation problems in block layer
 2024-09-11  5:20 UTC  (14+ messages)
` [PATCH v2 1/3] block: fix missing dispatching request when queue is started or unquiesced
` [PATCH v2 2/3] block: fix ordering between checking QUEUE_FLAG_QUIESCED and adding requests
` [PATCH v2 3/3] block: fix ordering between checking BLK_MQ_S_STOPPED "

[PATCH V5 0/8] io_uring: support sqe group and provide group kbuf
 2024-09-11  1:28 UTC  (10+ messages)
` [PATCH V5 4/8] io_uring: support SQE group

[PATCH for-6.12 0/7] block, bfq: bfqq merge chain fixes and cleanup
 2024-09-10 22:39 UTC  (9+ messages)
` [PATCH for-6.12 1/7] block, bfq: fix uaf for accessing waker_bfqq after splitting
` [PATCH for-6.12 2/7] block, bfq: fix procress reference leakage for bfqq in merge chain
` [PATCH for-6.12 3/7] block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator()
` [PATCH for-6.12 4/7] block, bfq: remove bfq_log_bfqg()
` [PATCH for-6.12 5/7] block, bfq: remove local variable 'split' in bfq_init_rq()
` [PATCH for-6.12 6/7] block, bfq: remove local variable 'bfqq_already_existing' "
` [PATCH for-6.12 7/7] block, bfq: factor out a helper to split bfqq "

[PATCH for-6.12 0/2] blk-throttle: support prioritized processing of metadata
 2024-09-10 22:39 UTC  (6+ messages)
` [PATCH for-6.12 1/2] blk-throttle: remove last_low_overflow_time
` [PATCH for-6.12 2/2] blk-throttle: support prioritized processing of metadata

[PATCH v4 0/8] implement async block discards and other ops via io_uring
 2024-09-10 20:22 UTC  (22+ messages)
` [PATCH v4 1/8] io_uring/cmd: expose iowq to cmds
` [PATCH v4 2/8] io_uring/cmd: give inline space in request "
` [PATCH v4 3/8] filemap: introduce filemap_invalidate_pages
` [PATCH v4 4/8] block: introduce blk_validate_byte_range()
` [PATCH v4 5/8] block: implement async discard as io_uring cmd
` [PATCH v4 6/8] block: implement async write zeroes command
` [PATCH v4 7/8] block: add nowait flag for __blkdev_issue_zero_pages
` [PATCH v4 8/8] block: implement async write zero pages command

[PATCH] block/blk-rq-qos: introduce macro RQ_QOS_FN for common behaviors in rq_qos*
 2024-09-10 16:56 UTC  (2+ messages)

[PATCH] docs: rust: clean up empty `\\\` lines and improve rustdoc formatting
 2024-09-10 13:30 UTC  (4+ messages)

[PATCH v4 0/5] Write-placement hints and FDP
 2024-09-10  9:25 UTC  (4+ messages)
  ` [PATCH v4 5/5] nvme: enable FDP support

[PATCH v9 0/4] block: add larger order folio instead of pages
 2024-09-10  6:15 UTC  (10+ messages)
  ` [PATCH v9 1/4] block: Added folio-ized version of bio_add_hw_page()
  ` [PATCH v9 2/4] block: introduce folio awareness and add a bigger size from folio
  ` [PATCH v9 3/4] mm: release number of pages of a folio

[PATCH RFC] rust: lockdep: Use Pin for all LockClassKey usages
 2024-09-10  7:07 UTC  (4+ messages)

[PATCH v6 00/17] Hardware wrapped key support for QCom ICE and UFS core
 2024-09-10  6:28 UTC  (29+ messages)
` [PATCH v6 01/17] blk-crypto: add basic hardware-wrapped key support
` [PATCH v6 02/17] blk-crypto: show supported key types in sysfs
` [PATCH v6 03/17] blk-crypto: add ioctls to create and prepare hardware-wrapped keys
` [PATCH v6 04/17] fscrypt: add support for "
` [PATCH v6 05/17] ice, ufs, mmc: use the blk_crypto_key struct when programming the key
` [PATCH v6 06/17] firmware: qcom: scm: add a call for deriving the software secret
` [PATCH v6 07/17] firmware: qcom: scm: add calls for creating, preparing and importing keys
` [PATCH v6 08/17] firmware: qcom: scm: add a call for checking wrapped key support
` [PATCH v6 09/17] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH v6 10/17] soc: qcom: ice: add support for hardware wrapped keys
` [PATCH v6 11/17] soc: qcom: ice: add support for generating, importing and preparing keys
` [PATCH v6 12/17] ufs: core: add support for wrapped keys to UFS core
` [PATCH v6 13/17] ufs: core: add support for deriving the software secret
` [PATCH v6 14/17] ufs: core: add support for generating, importing and preparing keys
` [PATCH v6 15/17] ufs: host: add support for wrapped keys in QCom UFS
` [PATCH v6 16/17] ufs: host: add a callback for deriving software secrets and use it
` [PATCH v6 17/17] ufs: host: add support for generating, importing and preparing wrapped keys

[PATCH] drbd: Add NULL check for net_conf to prevent dereference in state validation
 2024-09-10  1:21 UTC  (2+ messages)

[syzbot] Monthly trace report (Sep 2024)
 2024-09-10  0:22 UTC 

[PATCH] block: fix potential invalid pointer dereference in blk_add_partition
 2024-09-09 16:56 UTC  (2+ messages)

[PATCH v6] block: move non sync requests complete flow to softirq
 2024-09-09 13:22 UTC  (4+ messages)
  ` [External Mail]Re: "

[PATCH] block: Fix validation of ioprio level
 2024-09-09 10:20 UTC  (4+ messages)

[PATCH v3 1/3] blktests: nvme/{033-037,039}: skip passthru tests on multipath devices
 2024-09-09 10:01 UTC  (2+ messages)

[PATCH] block: elevator: avoid to load iosched module from this disk
 2024-09-09  2:16 UTC  (20+ messages)

[PATCH blktests v3] nvme/052: wait for namespace removal before recreating namespace
 2024-09-08 23:36 UTC  (4+ messages)

[PATCH] block and io_uring: typo fixes
 2024-09-08 17:03 UTC  (2+ messages)

[PATCH] block: Prevent deadlocks when switching elevators
 2024-09-08 14:56 UTC  (3+ messages)

[PATCH] blk-mq: add missing unplug trace event
 2024-09-08 14:56 UTC  (2+ messages)

[PATCH -next v2] mtip32xx: Remove redundant null pointer checks in mtip_hw_debugfs_init()
 2024-09-08 14:56 UTC  (2+ messages)

[RFC PATCH] rust: block: Use 32-bit atomics
 2024-09-08  7:19 UTC  (2+ messages)

[GIT PULL] Block fixes for 6.11-rc7
 2024-09-06 19:12 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).