linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-03 17:57:05 to 2024-09-09 01:59:02 UTC [more...]

[PATCH] block: elevator: avoid to load iosched module from this disk
 2024-09-09  1:59 UTC  (19+ messages)

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

[PATCH v4 0/8] implement async block discards and other ops via io_uring
 2024-09-08 22:25 UTC  (10+ 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 and io_uring: typo fixes
 2024-09-08 17:03 UTC  (2+ messages)

[PATCH] block: fix potential invalid pointer dereference in blk_add_partition
 2024-09-08 17:10 UTC 

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

[PATCH v6] block: move non sync requests complete flow to softirq
 2024-09-07 13:46 UTC  (2+ messages)

[PATCH V5 0/8] io_uring: support sqe group and provide group kbuf
 2024-09-07  9:36 UTC  (6+ messages)
` [PATCH V5 4/8] io_uring: support SQE group

[PATCH v6 00/17] Hardware wrapped key support for QCom ICE and UFS core
 2024-09-06 22:07 UTC  (19+ 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

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

[PATCH v4 0/5] Write-placement hints and FDP
 2024-09-06 16:04 UTC  (6+ messages)
    ` [PATCH v4 5/5] nvme: enable FDP support

[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  (12+ messages)
` [PATCH v3 1/8] io_uring/cmd: expose iowq to cmds
` [PATCH v3 2/8] io_uring/cmd: give inline space in request "
` [PATCH v3 3/8] filemap: introduce filemap_invalidate_pages
` [PATCH v3 4/8] block: introduce blk_validate_byte_range()
` [PATCH v3 5/8] block: implement async discard as io_uring cmd
` [PATCH v3 6/8] block: implement async write zeroes command
` [PATCH v3 7/8] block: add nowait flag for __blkdev_issue_zero_pages
` [PATCH v3 8/8] block: implement async write zero pages command

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

[PATCHv3 00/10] block integrity merging and counting
 2024-09-06 11:28 UTC  (12+ 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] 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 RFC] rust: lockdep: Use Pin for all LockClassKey usages
 2024-09-05 23:13 UTC 

[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  (3+ messages)

[PATCH] MAINTAINERS: move the BFQ io scheduler to orphan state
 2024-09-05 18:34 UTC  (11+ 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  (13+ messages)
  ` [External Mail]Re: "

[PATCH for-6.12 0/4] block, bfq: fix corner cases related to bfqq merging
 2024-09-05  1:48 UTC  (20+ messages)
` [PATCH for-6.12 1/4] block, bfq: fix possible UAF for bfqq->bic with merge chain
` [PATCH for-6.12 2/4] block, bfq: choose the last bfqq from merge chain in bfq_setup_cooperator()
` [PATCH for-6.12 3/4] block, bfq: don't break merge chain in bfq_split_bfqq()
` [PATCH for-6.12 4/4] block, bfq: use bfq_reassign_last_bfqq() in bfq_bfqq_move()

[PATCH 01/21] mtip32xx: Remove redundant null pointer checks in mtip_hw_debugfs_init()
 2024-09-04 18:23 UTC  (4+ messages)

[PATCHv2] blk-mq: set the nr_integrity_segments from bio
 2024-09-04 14:47 UTC  (3+ messages)

[PATCH v2 0/7] implement async block discards/etc. via io_uring
 2024-09-04 14:08 UTC  (6+ messages)
` [PATCH v2 5/7] block: implement async discard as io_uring cmd

[PATCH] block: fix integer overflow in BLKSECDISCARD
 2024-09-04 14:01 UTC  (4+ messages)

[PATCH] block: fix comment to use set_current_state
 2024-09-04 13:27 UTC  (2+ messages)

[PATCH] bio-integrity: don't restrict the size of integrity metadata
 2024-09-04 13:17 UTC  (5+ messages)

[PATCH V2 RESEND] ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery()
 2024-09-04 13:17 UTC  (2+ messages)

[PATCH v2 0/3] Fix some starvation problems in block layer
 2024-09-04 13:04 UTC  (5+ messages)
` [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 "

[RFC PATCH 0/2] block: CPU latency PM QoS tuning
 2024-09-04 11:37 UTC  (8+ messages)
` [RFC PATCH 1/2] bdev: add support for "

[PATCH] MAINTAINERS: mailmap: Update Andreas Hindborg's email address
 2024-09-03 21:53 UTC  (2+ messages)

[PATCH RESEND] block, rust: simplify validate_block_size() function
 2024-09-03 20:31 UTC  (6+ messages)

[PATCH v2] docs: rust: fix formatting for kernel::block::mq::Request
 2024-09-03 17:30 UTC 

[PATCH] docs: rust: fix formatting for kernel::block::mq::Request
 2024-09-03 17:56 UTC  (3+ 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).