linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-16 02:20:44 to 2024-10-20 14:40:51 UTC [more...]

[PATCH v1] blk-mq: add one blk_mq_req_flags_t type to support mq ctx fallback
 2024-10-20 14:40 UTC 

[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

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

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

[PATCH for-next] nvme: use helpers to access io_uring cmd space
 2024-10-19  0:44 UTC  (4+ messages)

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

[RFC PATCH 0/4] dm-default-key: target for filesystem metadata encryption
 2024-10-18 18:43 UTC  (5+ 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

[PATCH v9 0/8] block atomic writes for xfs
 2024-10-18 17:43 UTC  (22+ messages)
` [PATCH v9 1/8] block/fs: Pass an iocb to generic_atomic_write_valid()
` [PATCH v9 2/8] fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()
` [PATCH v9 3/8] block: Add bdev atomic write limits helpers
` [PATCH v9 4/8] fs: Export generic_atomic_write_valid()
` [PATCH v9 5/8] fs: iomap: Atomic write support
` [PATCH v9 6/8] xfs: Support atomic write for statx
` [PATCH v9 7/8] xfs: Validate atomic writes
` [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 

[PATCHv8 0/6] write hints for nvme fdp
 2024-10-18 16:18 UTC  (19+ 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] iomap: writeback_control pointer part of iomap_writepage_ctx
 2024-10-18 15:55 UTC 

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

Kernel NBD client waits on wrong cookie, aborts connection
 2024-10-18 14:40 UTC  (11+ messages)

[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 V2] nbd: fix partial sending
 2024-10-18 14:08 UTC 

[PATCH v8 0/6] PCI: Remove most pcim_iounmap_regions() users
 2024-10-18 12:36 UTC  (10+ messages)
` [PATCH v8 1/6] PCI: Make pcim_iounmap_region() a public function
` [PATCH v8 2/6] PCI: Deprecate pcim_iounmap_regions()
` [PATCH v8 3/6] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v8 4/6] block: mtip32xx: "
` [PATCH v8 5/6] gpio: "
` [PATCH v8 6/6] ethernet: cavium: "

[PATCH v4 00/11] Read/Write with meta/integrity
 2024-10-18  9:02 UTC  (37+ messages)
  ` [PATCH v4 01/11] block: define set of integrity flags to be inherited by cloned bip
  ` [PATCH v4 02/11] block: copy back bounce buffer to user-space correctly in case of split
  ` [PATCH v4 03/11] block: modify bio_integrity_map_user to accept iov_iter as argument
  ` [PATCH v4 04/11] block: define meta io descriptor
  ` [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 09/11] block: add support to pass user meta buffer
  ` [PATCH v4 10/11] nvme: add support for passing on the application tag
  ` [PATCH v4 11/11] scsi: add support for user-meta interface

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

[PATCH RESEND v3 0/3] Fix some starvation problems in block layer
 2024-10-16 16:59 UTC  (2+ messages)

[PATCH V2] Revert "blk-throttle: Fix IO hang for a corner case"
 2024-10-16 16:53 UTC  (2+ messages)

[bug report] block nbd0: Unexpected reply (15) 000000009c07859b
 2024-10-16 16:43 UTC  (5+ messages)

[syzbot] Monthly block report (Oct 2024)
 2024-10-16 15:35 UTC 

[PATCH] ublk: don't allow user copy for unprivileged device
 2024-10-16 14:08 UTC  (3+ messages)

[PATCH] blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race
 2024-10-16 13:23 UTC  (4+ messages)

[Regression] b1a000d3b8ec ("block: relax direct io memory alignment")
 2024-10-16 12:31 UTC  (4+ messages)

[PATCH 00/17] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-10-16 11:08 UTC  (3+ messages)
` [PATCH 09/17] block: "

[PATCH] ublk: eliminate unnecessary io_cmds queue
 2024-10-16  2:29 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).