linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-05 07:33:34 to 2024-09-10 15:49:16 UTC [more...]

[PATCHv3 00/10] block integrity merging and counting
 2024-09-10 15:49 UTC  (23+ 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 v5 0/5] data placement hints and FDP
 2024-09-10 15:02 UTC  (6+ 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

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

[PATCH v4 0/8] implement async block discards and other ops via io_uring
 2024-09-10 14:20 UTC  (20+ 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] docs: rust: clean up empty `\\\` lines and improve rustdoc formatting
 2024-09-10 13:30 UTC  (4+ messages)

[PATCH v2 0/3] Fix some starvation problems in block layer
 2024-09-10 13:22 UTC  (8+ 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 "

[bug report] block: Non-NCQ commands will never be executed while fio is continuously running
 2024-09-10 11:27 UTC  (6+ 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] block/blk-rq-qos: introduce macro RQ_QOS_FN for common behaviors in rq_qos*
 2024-09-10  8:42 UTC 

[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 for-6.12 0/7] block, bfq: bfqq merge chain fixes and cleanup
 2024-09-09 13:41 UTC  (8+ 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 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  (3+ messages)

[GIT PULL] Block fixes for 6.11-rc7
 2024-09-06 19:12 UTC  (2+ messages)

[PATCH v4 0/3] zram: Replace bit spinlocks with a spinlock_t
 2024-09-06 14:51 UTC  (8+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] zram: Remove ZRAM_LOCK
` [PATCH v4 3/3] zram: Shrink zram_table_entry::flags

[PATCH v4 0/3] nbd: WRITE_ZEROES and a few fixes
 2024-09-06 14:31 UTC  (3+ messages)

[PATCH v3 0/8] implement async block discards and other ops via io_uring
 2024-09-06 13:46 UTC  (5+ messages)
` [PATCH v3 7/8] block: add nowait flag for __blkdev_issue_zero_pages

[PATCH v5] block: move non sync requests complete flow to softirq
 2024-09-06 13:35 UTC  (3+ messages)

[PATCH -next] MAINTAINERS: Move the BFQ io scheduler to Odd Fixes state
 2024-09-06 13:34 UTC  (2+ messages)

[PATCH] MAINTAINERS: Move the BFQ io scheduler to Odd Fixes state
 2024-09-06  9:05 UTC  (5+ messages)

[PATCH v4] block: move non sync requests complete flow to softirq
 2024-09-06  6:18 UTC  (2+ messages)

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

[PATCH] docs: block: Fix grammar and spelling mistakes in bfq-iosched.rst
 2024-09-05 20:38 UTC  (2+ messages)

[PATCH V5] Documentation: Document the kernel flag bdev_allow_write_mounted
 2024-09-05 20:19 UTC  (2+ messages)

[PATCH v2] docs: Move fault injection section to dev-tools
 2024-09-05 19:40 UTC  (2+ messages)

[PATCH] MAINTAINERS: move the BFQ io scheduler to orphan state
 2024-09-05 18:34 UTC  (10+ messages)

[RFT RFC PATCH 0/8] cpufreq: cpuidle: Remove iowait behaviour
 2024-09-05 12:31 UTC  (10+ messages)
` [RFC PATCH 1/8] cpuidle: menu: Remove iowait influence
` [RFC PATCH 2/8] cpuidle: Prefer teo over menu governor
` [RFC PATCH 3/8] TEST: cpufreq/schedutil: Linear iowait boost step
` [RFC PATCH 4/8] TEST: cpufreq/schedutil: iowait boost cap sysfs
` [RFC PATCH 5/8] cpufreq/schedutil: Remove iowait boost
` [RFC PATCH 6/8] cpufreq: intel_pstate: "
` [RFC PATCH 7/8] cpufreq: Remove SCHED_CPUFREQ_IOWAIT update
` [RFC PATCH 8/8] io_uring: Do not set iowait before sleeping

[PATCH v4.19-v5.10] block: initialize integrity buffer to zero before writing it to media
 2024-09-05  7:39 UTC  (2+ messages)

[PATCH v3] block: move non sync requests complete flow to softirq
 2024-09-05  7:33 UTC  (5+ messages)
  ` [External Mail]Re: "


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