linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-16 20:13:54 to 2024-10-22 22:25:09 UTC [more...]

[PATCH] blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less long
 2024-10-22 22:25 UTC  (3+ messages)

[PATCH] block: remove redundant explicit memory barrier from rq_qos waiter and waker
 2024-10-22 22:25 UTC  (7+ messages)

[PATCH v2] docs: rust: fix formatting for kernel::block::mq::Request
 2024-10-22 22:23 UTC  (4+ messages)

[PATCH V2] nbd: fix partial sending
 2024-10-22 18:46 UTC  (2+ messages)

[PATCH] block: model freeze & enter queue as rwsem for supporting lockdep
 2024-10-22 15:05 UTC  (11+ messages)

[PATCH v3] block: flush all throttled bios when deleting the cgroup
 2024-10-22 14:47 UTC  (3+ messages)

[PATCHv8 0/6] write hints for nvme fdp
 2024-10-22 14:40 UTC  (28+ messages)
` [PATCHv8 1/6] block, fs: restore kiocb based write hint processing
` [PATCHv8 2/6] block: use generic u16 for write hints
` [PATCHv8 3/6] block: introduce max_write_hints queue limit
` [PATCHv8 4/6] fs: introduce per-io hint support flag
` [PATCHv8 5/6] io_uring: enable per-io hinting capability
    ` [PATCHv8 6/6] nvme: enable FDP support

[PATCH v1] blk-mq: add one blk_mq_req_flags_t type to support mq ctx fallback
 2024-10-22 13:23 UTC  (9+ messages)

[Regression] b1a000d3b8ec ("block: relax direct io memory alignment")
 2024-10-22 10:24 UTC  (8+ messages)

[PATCH] block/027: setup scsi_debug with MQ
 2024-10-22  6:41 UTC 

[PATCH v4 00/11] Read/Write with meta/integrity
 2024-10-22  6:04 UTC  (40+ messages)
    ` [PATCH v4 02/11] block: copy back bounce buffer to user-space correctly in case of split
    ` [PATCH v4 05/11] fs: introduce IOCB_HAS_METADATA for metadata
    ` [PATCH v4 06/11] block: add flags for integrity meta
    ` [PATCH v4 07/11] io_uring/rw: add support to send meta along with read/write
    ` [PATCH v4 08/11] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
    ` [PATCH v4 10/11] nvme: add support for passing on the application tag
    ` [PATCH v4 11/11] scsi: add support for user-meta interface
    ` [PATCH v4 09/11] block: add support to pass user meta buffer
    ` [PATCH v4 04/11] block: define meta io descriptor

[PATCH] iomap: writeback_control pointer part of iomap_writepage_ctx
 2024-10-22  5:47 UTC  (3+ messages)

[PATCH v2] blk-cgroup: don't clear stat in blkcg_reset_stats()
 2024-10-22  3:44 UTC  (3+ messages)

[PATCH RFC 2/2] zram: support compression at the granularity of multi-pages
 2024-10-21 23:28 UTC  (2+ messages)

[PATCH RFC 1/2] mm: zsmalloc: support objects compressed based on multiple pages
 2024-10-21 23:26 UTC  (2+ messages)

[RFC PATCH 0/4] dm-default-key: target for filesystem metadata encryption
 2024-10-21 19:10 UTC  (9+ messages)
` [RFC PATCH 1/4] block: export blk-crypto symbols required by dm-default-key
` [RFC PATCH 2/4] block: add the bi_skip_dm_default_key flag
` [RFC PATCH 3/4] dm-default-key: add target for filesystem metadata encryption
` [RFC PATCH 4/4] ext4,f2fs: support metadata encryption via dm-default-key

Kernel NBD client waits on wrong cookie, aborts connection
 2024-10-21 17:54 UTC  (12+ messages)
            ` UNSUBSCRIBE

[PATCH for-next] nvme: use helpers to access io_uring cmd space
 2024-10-21 16:04 UTC  (7+ messages)

[PATCH v3] iov_iter: don't require contiguous pages in iov_iter_extract_bvec_pages
 2024-10-21  2:26 UTC  (2+ messages)

[PATCH v10 0/8] block atomic writes for xfs
 2024-10-20 11:41 UTC  (17+ messages)
` [PATCH v10 1/8] block/fs: Pass an iocb to generic_atomic_write_valid()
` [PATCH v10 2/8] fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()
` [PATCH v10 3/8] block: Add bdev atomic write limits helpers
` [PATCH v10 4/8] fs: Export generic_atomic_write_valid()
` [PATCH v10 5/8] fs: iomap: Atomic write support
` [PATCH v10 6/8] xfs: Support atomic write for statx
` [PATCH v10 7/8] xfs: Validate atomic writes
` [PATCH v10 8/8] xfs: Support setting FMODE_CAN_ATOMIC_WRITE
` (subset) [PATCH v10 0/8] block atomic writes for xfs

try to avoid del_gendisk vs passthrough from ->release deadlocks v2
 2024-10-19 15:40 UTC  (13+ messages)
` [PATCH 1/2] block: also mark disk-owned queues as dying in __blk_mark_disk_dead

[GIT PULL] Block fixes for 6.12-rc4
 2024-10-18 22:57 UTC  (2+ messages)

[PATCH v9 0/8] block atomic writes for xfs
 2024-10-18 17:43 UTC  (9+ messages)
` [PATCH v9 5/8] fs: iomap: Atomic write support
` [PATCH v9 8/8] xfs: Support setting FMODE_CAN_ATOMIC_WRITE

[RFC PATCH v2 0/2] dm-inlinecrypt: add target for inline block device encryption
 2024-10-18 17:33 UTC  (9+ messages)
` [RFC PATCH v2 1/2] block: export blk-crypto symbols required by dm-inlinecrypt
` [RFC PATCH v2 2/2] dm-inlinecrypt: add target for inline block device encryption

[syzbot] [block?] INFO: task hung in blk_mq_update_tag_set_shared
 2024-10-18 16:47 UTC 

[PATCH v2 0/3] Add inline encryption support
 2024-10-18 15:03 UTC  (8+ messages)
` [PATCH v2 1/3] dm-inlinecrypt: "

[PATCHv2 0/2] blk-mq: add CPU latency limit control
 2024-10-18 14:21 UTC  (4+ messages)
` [PATCHv2 1/2] block/genhd: add sysfs knobs for the CPU latency PM QoS settings
` [PATCHv2 2/2] blk-mq: add support for CPU latency limits

[PATCH v8 0/6] PCI: Remove most pcim_iounmap_regions() users
 2024-10-18 12:36 UTC  (5+ messages)
` [PATCH v8 2/6] PCI: Deprecate pcim_iounmap_regions()

[Report] queue_freeze & queue_enter deadlock in scsi
 2024-10-18  1:20 UTC 

[PATCH V6 0/8] io_uring: support sqe group and provide group kbuf
 2024-10-18  0:45 UTC  (4+ messages)
` [PATCH V6 8/8] ublk: support provide io buffer

[PATCH] nbd: fix partial sending
 2024-10-18  0:33 UTC  (6+ messages)

[PATCH v7 0/3] FDP and per-io hints
 2024-10-17 16:23 UTC  (12+ messages)
    ` [PATCH v7 3/3] io_uring: enable per-io hinting capability

[PATCH blktests v5 0/2] Test the NVMe reservation feature
 2024-10-17 11:55 UTC  (2+ messages)

[PATCH] blk-integrity: remove seed for user mapped buffers
 2024-10-17  8:21 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).