linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-31 17:43:53 to 2024-11-06 05:29:33 UTC [more...]

[PATCH v7 00/10] Read/Write with meta/integrity
 2024-11-06  5:29 UTC  (23+ messages)
  ` [PATCH v7 01/10] block: define set of integrity flags to be inherited by cloned bip
  ` [PATCH v7 02/10] block: copy back bounce buffer to user-space correctly in case of split
  ` [PATCH v7 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
  ` [PATCH v7 04/10] fs, iov_iter: define meta io descriptor
  ` [PATCH v7 05/10] fs: introduce IOCB_HAS_METADATA for metadata
  ` [PATCH v7 06/10] io_uring/rw: add support to send metadata along with read/write
  ` [PATCH v7 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
  ` [PATCH v7 08/10] nvme: add support for passing on the application tag
  ` [PATCH v7 09/10] scsi: add support for user-meta interface
  ` [PATCH v7 10/10] block: add support to pass user meta buffer

[syzbot] [block?] [usb?] WARNING: bad unlock balance in blk_mq_update_tag_set_shared
 2024-11-06  4:39 UTC  (3+ messages)

[syzbot] [block?] possible deadlock in blk_mq_alloc_request
 2024-11-06  4:18 UTC  (3+ messages)

[PATCH -next] block: fix uaf for flush rq while iterating tags
 2024-11-06  3:58 UTC  (12+ messages)

[PATCH] nvme: test nvmet-wq sysfs interface
 2024-11-06  3:46 UTC  (3+ messages)

[PATCH v2] block: fix the initial value of wp_offset for npo2 zone size
 2024-11-06  3:16 UTC  (2+ messages)

max_hw_zone_append_sectos fixes
 2024-11-06  1:34 UTC  (5+ messages)
` [PATCH 1/2] block: initialize max_hw_zone_append_sectors in blk_set_stacking_limits
` [PATCH 2/2] nvme-multipath: don't bother clearing max_hw_zone_append_sectors

[ANNOUNCE v2] work tree for untorn filesystem writes
 2024-11-06  0:57 UTC 

[PATCH V2 0/4] block: freeze/unfreeze lockdep fixes
 2024-11-06  0:24 UTC  (2+ messages)

[PATCH] block: fix the initial value of wp_offset for npo2 zone size
 2024-11-05 22:43 UTC  (5+ messages)

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-05 19:53 UTC  (22+ messages)
` [PATCH v1 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v1 08/17] dma-mapping: add a dma_need_unmap helper

[PATCH v3 0/6] bio_split() error handling rework
 2024-11-05 17:16 UTC  (14+ messages)
` [PATCH v3 1/6] block: Rework bio_split() return value
` [PATCH v3 2/6] block: Error an attempt to split an atomic write in bio_split()
` [PATCH v3 3/6] block: Handle bio_split() errors in bio_submit_split()
` [PATCH v3 4/6] md/raid0: Handle bio_split() errors
` [PATCH v3 5/6] md/raid1: "
` [PATCH v3 6/6] md/raid10: "

[ANNOUNCE] work tree for untorn filesystem writes
 2024-11-05 16:26 UTC  (8+ messages)

bio_add_* cleanups
 2024-11-05 15:52 UTC  (3+ messages)
` [PATCH 1/2] block: remove bio_add_hw_folio
` [PATCH 2/2] block: share more code for bio addition helpers

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-11-05 15:50 UTC  (2+ messages)

[bug report] most blktests nvme/ failed on the latest linux-block/for-next
 2024-11-05 14:31 UTC 

[bug report]WARNING: CPU: 42 PID: 2893 at block/blk-settings.c:75 blk_validate_limits+0x475/0x4a0
 2024-11-05 14:15 UTC 

[PATCH V3] nbd: fix partial sending
 2024-11-05 14:03 UTC  (2+ messages)

[PATCH v3 blktests 0/5] add new tests for blk-throttle
 2024-11-05 12:35 UTC  (4+ messages)

[PATCH] zram: ZRAM_DEF_COMP should depend on ZRAM
 2024-11-05 11:50 UTC 

[PATCH 0/3 v2] nvme: add rotational support
 2024-11-05 11:04 UTC  (8+ messages)
` [PATCH 1/3 v2] nvme: make independent ns identify default
` [PATCH 3/3 v2] nvmet: add rotational support

[syzbot] [block?] [trace?] possible deadlock in blk_trace_ioctl
 2024-11-05  7:15 UTC  (3+ messages)

fix a few zoned append issues
 2024-11-05  6:09 UTC  (16+ messages)
` [PATCH 1/4] block: fix bio_split_rw_at to take zone_write_granularity into account
` [PATCH 2/4] block: lift bio_is_zone_append to bio.h
` [PATCH 3/4] btrfs: use bio_is_zone_append in the completion handler
` [PATCH 4/4] btrfs: split bios to the fs sector size boundary

[PATCH V8 0/8] io_uring: support sqe group and leased group kbuf
 2024-11-05  3:37 UTC  (22+ messages)
` [PATCH V8 4/7] io_uring: support SQE group
` [PATCH V8 5/7] io_uring: support leased group buffer with REQ_F_GROUP_KBUF

[PATCH] virtio: only reset device and restore status if needed in device resume
 2024-11-05  3:09 UTC  (5+ messages)
` [PATCH v2] "

pre-calculate max_zone_append_sectors
 2024-11-04 17:35 UTC  (4+ messages)
` [PATCH 1/2] block: remove the max_zone_append_sectors check in blk_revalidate_disk_zones
` [PATCH 2/2] block: pre-calculate max_zone_append_sectors

[PATCH] block: update blk_stack_limits documentation
 2024-11-04 17:35 UTC  (2+ messages)

[PATCH v2] aoe: fix the potential use-after-free problem in more places
 2024-11-04 13:38 UTC  (4+ messages)

[PATCH v3] btrfs: handle bio_split() error
 2024-11-04 12:13 UTC 

[PATCH] block: Use WRITE_ONCE for cache->nr_irq update
 2024-11-04 11:37 UTC 

[syzbot] [block?] possible deadlock in __submit_bio
 2024-11-04 11:27 UTC  (2+ messages)

[PATCH v3 0/5] RAID 0/1/10 atomic write support
 2024-11-04 11:06 UTC  (9+ messages)
` [PATCH v3 1/5] block: Add extra checks in blk_validate_atomic_write_limits()
` [PATCH v3 2/5] block: Support atomic writes limits for stacked devices
` [PATCH v3 3/5] md/raid0: Atomic write support
` [PATCH v3 4/5] md/raid1: "
` [PATCH v3 5/5] md/raid10: "

[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
 2024-11-04  8:56 UTC  (11+ messages)
` [RFC PATCH 1/7] block: share more code for bio addition helpers
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio

[PATCH] loop: Use bdev limit helpers for configuring discard
 2024-11-04  7:47 UTC  (5+ messages)

[PATCH v2] btrfs: handle bio_split() error
 2024-11-04  7:24 UTC  (3+ messages)

fix a few zoned append issues v2 (now with Ccs)
 2024-11-04  6:26 UTC  (6+ messages)
` [PATCH 1/5] block: take chunk_sectors into account in bio_split_write_zeroes
` [PATCH 2/5] block: fix bio_split_rw_at to take zone_write_granularity into account
` [PATCH 3/5] block: lift bio_is_zone_append to bio.h
` [PATCH 4/5] btrfs: use bio_is_zone_append in the completion handler
` [PATCH 5/5] btrfs: split bios to the fs sector size boundary

[syzbot] [block?] [trace?] possible deadlock in blk_trace_setup
 2024-11-03 10:35 UTC 

[PATCH] lib/iov_iter: fix bvec iterator setup
 2024-11-02 14:45 UTC  (2+ messages)

[GIT PULL] Block fixes for 6.12-rc6
 2024-11-02  1:47 UTC  (2+ messages)

[syzbot] [block?] general protection fault in blk_update_request
 2024-11-02  0:15 UTC 

[PATCH RFC v1 0/2] Support for limiting the number of managed interrupts on every node per allocation
 2024-11-01 23:37 UTC  (8+ messages)
` [PATCH RFC v1 1/2] genirq/affinity: add support for limiting managed interrupts

[PATCH] loop: Simplify discard granularity calc
 2024-11-01 18:12 UTC  (2+ messages)

[PATCH] iov_iter: don't require contiguous pages in iov_iter_extract_bvec_pages
 2024-11-01 18:00 UTC  (3+ messages)

[PATCH v6 00/10] Read/Write with metadata/integrity
 2024-11-01 17:54 UTC  (5+ messages)
  ` [PATCH v6 06/10] io_uring/rw: add support to send metadata along with read/write

[PATCHv10 9/9] scsi: set permanent stream count in block limits
 2024-11-01 14:49 UTC  (23+ messages)

[PATCH blktests] common/rc: Uniform the style of skip reasons
 2024-11-01 12:48 UTC  (2+ messages)

[PATCH V8 0/8] io_uring: support sqe group and leased group kbuf
 2024-11-01  2:57 UTC  (13+ messages)

[bug report] block: Non-NCQ commands will never be executed while fio is continuously running
 2024-11-01  2:17 UTC  (11+ messages)

[PATCH] brd: fix null pointer when modprobe brd
 2024-11-01  0:31 UTC  (5+ 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).