linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-02 06:24:35 to 2024-09-06 14:32:01 UTC [more...]

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

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

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

[GIT PULL] Block fixes for 6.11-rc7
 2024-09-06 13:30 UTC 

[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 blktests v3] nvme/052: wait for namespace removal before recreating namespace
 2024-09-06  8:22 UTC  (3+ 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  (4+ messages)
` [PATCH v4 2/3] blktests: nvme/032: skip on non-PCI devices
` [PATCH v4 3/3] blktests: nvme: add test for controller rescan under I/O load

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

[PATCH] MAINTAINERS: move the BFQ io scheduler to orphan state
 2024-09-05 18:34 UTC  (12+ 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

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

[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  (14+ 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  (21+ 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)

[PATCH v4 0/5] Write-placement hints and FDP
 2024-09-04 14:57 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  (6+ 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 "

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

[PATCH] block: Export blk_alloc_discard_bio
 2024-09-03 16:02 UTC  (3+ messages)

[PATCH RFC 0/4] RAID0 atomic write support
 2024-09-03 15:07 UTC  (5+ messages)
` [PATCH RFC 1/4] block: Make bdev_can_atomic_write() robust against mis-aligned bdev size
` [PATCH RFC 2/4] block: Add BLK_FEAT_ATOMIC_WRITES flag
` [PATCH RFC 3/4] block: Support atomic writes limits for stacked devices
` [PATCH RFC 4/4] md/raid0: Atomic write support

[PATCH v2 1/3] blktests: nvme: skip passthru tests on multipath devices
 2024-09-03 15:07 UTC  (6+ messages)
` [PATCH v2 3/3] nvme: add test for controller rescan under I/O load

[PATCH v6 0/5] PCI: Remove most pcim_iounmap_regions() users
 2024-09-03 14:02 UTC  (4+ messages)
` [PATCH v6 5/5] ethernet: cavium: Replace deprecated PCI functions

[PATCH for-6.12 0/2] blk-throttle: support prioritized processing of metadata
 2024-09-03 13:51 UTC  (3+ 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 v5 0/7] block atomic writes for xfs
 2024-09-03 12:43 UTC  (8+ messages)
` [PATCH v5 3/7] fs: iomap: Atomic write support

[PATCH v2] block: move non sync requests complete flow to softirq
 2024-09-03  9:34 UTC 

[PATCH] block: move non sync requests complete flow to softirq
 2024-09-03  8:33 UTC  (2+ messages)

[PATCH v2 0/3] btrfs: Don't block suspend during fstrim
 2024-09-03  5:07 UTC  (9+ messages)
` [PATCH v2 1/3] block: Export bio_discard_limit
` [PATCH v2 2/3] btrfs: Split remaining space to discard in chunks
` [PATCH v2 3/3] btrfs: Don't block system suspend during fstrim

[PATCH] blk-mq: set the nr_integrity_segments from bio
 2024-09-03  4:42 UTC  (2+ messages)

[PATCH] nbd: fix race between timeout and normal completion
 2024-09-02 15:40 UTC  (2+ messages)

[PATCH v3 1/3] blktests: nvme/{033-037,039}: skip passthru tests on multipath devices
 2024-09-02 14:27 UTC  (3+ messages)
` [PATCH v3 2/3] blktests: nvme/032: skip on non-PCI devices
` [PATCH v3 3/3] nvme: add test for controller rescan under I/O load

[PATCH blktests] nvme/052: wait for namespace removal before recreating namespace
 2024-09-02 10:54 UTC  (10+ messages)

[PATCH RESEND] block, rust: simplify validate_block_size() function
 2024-09-02  8:18 UTC  (4+ 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).