linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-07 17:20:23 to 2024-08-16 02:16:08 UTC [more...]

[RFC 0/5] implement asynchronous BLKDISCARD via io_uring
 2024-08-16  2:16 UTC  (20+ messages)
` [RFC 1/5] io_uring/cmd: expose iowq to cmds
` [RFC 2/5] io_uring/cmd: give inline space in request "
` [RFC 3/5] filemap: introduce filemap_invalidate_pages
` [RFC 4/5] block: introduce blk_validate_discard()
` [RFC 5/5] block: implement io_uring discard cmd

[PATCH v2] block: Fix lockdep warning in blk_mq_mark_tag_wait
 2024-08-16  1:25 UTC  (5+ messages)

[PATCH 0/2] rust: fix erranous use of lock class key in rust block device bindings
 2024-08-15 21:42 UTC  (13+ messages)
` [PATCH 2/2] rust: block: fix wrong usage of lockdep API

[PATCH v20 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-08-15 19:19 UTC  (18+ messages)
` [PATCH v20 02/20] ipe: add policy parser
` [PATCH v20 03/20] ipe: add evaluation loop
` [PATCH v20 12/20] dm verity: expose root hash digest and signature data to LSMs
` [PATCH v20 20/20] MAINTAINERS: ipe: add ipe maintainer information

[PATCH 1/2] rust: fix export of bss symbols
 2024-08-15 18:24 UTC  (3+ messages)

[PATCH v2 0/2] block: Fix __blkdev_issue_write_zeroes() limit handling
 2024-08-15 17:43 UTC  (5+ messages)
` [PATCH v2 1/2] block: Read max write zeroes once for __blkdev_issue_write_zeroes()
` [PATCH v2 2/2] block: Drop NULL check in bdev_write_zeroes_sectors()

[PATCH] softirq: remove parameter from action callback
 2024-08-15 17:35 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/2] block: Fix __blkdev_issue_write_zeroes() limit handling
 2024-08-15 15:41 UTC  (9+ messages)
` [PATCH 1/2] block: Read max write zeroes once for __blkdev_issue_write_zeroes()
` [PATCH 2/2] block: Drop NULL check in bdev_write_zeroes_sectors()

[bug report] raid0 array mkfs.xfs hang
 2024-08-15  6:21 UTC  (10+ messages)

[BUG] cgroupv2/blk: inconsistent I/O behavior in Cgroup v2 with set device wbps and wiops
 2024-08-15  1:59 UTC  (9+ messages)

[PATCH] block: Fix potential deadlock warning in blk_mq_mark_tag_wait
 2024-08-15  1:54 UTC  (4+ messages)

[PATCH] docs: block: Fix grammar and spelling mistakes in bfq-iosched.rst
 2024-08-14 15:55 UTC 

blktests failures with v6.11-rc1 kernel
 2024-08-14 12:35 UTC  (6+ messages)

next: x86_64: ahci 0000:00:1f.2: probe with driver ahci failed with error -12
 2024-08-14 10:26 UTC  (2+ messages)

[PATCH] ublk: move zone report data out of request pdu
 2024-08-14  9:01 UTC 

Regarding patch "block/blk-mq: Don't complete locally if capacities are different"
 2024-08-13 16:20 UTC  (16+ messages)

[PATCH v3 00/15] honor isolcpus configuration
 2024-08-13 13:11 UTC  (35+ messages)
` [PATCH v3 03/15] blk-mq: introduce blk_mq_dev_map_queues
` [PATCH v3 04/15] scsi: replace blk_mq_pci_map_queues with blk_mq_dev_map_queues
` [PATCH v3 05/15] nvme: "
` [PATCH v3 06/15] virtio: blk/scs: replace blk_mq_virtio_map_queues "
` [PATCH v3 07/15] blk-mq: remove unused queue mapping helpers
` [PATCH v3 10/15] blk-mq: add number of queue calc helper
` [PATCH v3 11/15] nvme-pci: use block layer helpers to calculate num of queues
` [PATCH v3 12/15] scsi: "
` [PATCH v3 14/15] lib/group_cpus.c: honor housekeeping config when grouping CPUs
` [PATCH v3 15/15] blk-mq: use hk cpus only when isolcpus=io_queue is enabled

[PATCH] block: constify ext_pi_ref_escape()
 2024-08-13 12:20 UTC  (4+ messages)

[PATCH] block: delete module stuff from t10-pi
 2024-08-13 12:20 UTC  (4+ messages)

[PATCH 0/2] block atomic writes tidy-ups/fix
 2024-08-12 22:03 UTC  (2+ messages)

[PATCH v8 0/5] block: add larger order folio instead of pages
 2024-08-12 16:35 UTC  (4+ messages)

[PATCH 0/2] s390/dasd: fixes for data corruption and DMA alignment
 2024-08-12 16:31 UTC  (4+ messages)
` [PATCH 1/2] s390/dasd: Remove "
` [PATCH 2/2] s390/dasd: fix error recovery leading to data corruption on ESE devices

[PATCH V2] ublk: move zone report data out of request pdu
 2024-08-12 16:30 UTC  (2+ messages)

[PATCH v4 0/3] nbd: WRITE_ZEROES and a few fixes
 2024-08-12 13:20 UTC  (4+ messages)
` [PATCH v4 1/3] nbd: implement the WRITE_ZEROES command
` [PATCH v4 2/3] nbd: nbd_bg_flags_show: add NBD_FLAG_ROTATIONAL
` [PATCH v4 3/3] nbd: correct the maximum value for discard sectors

[PATCH AUTOSEL 6.10 13/16] block: change rq_integrity_vec to respect the iterator
 2024-08-12 14:03 UTC  (3+ messages)

[PATCH 1/2] nbd: implement the WRITE_ZEROES command
 2024-08-12 13:20 UTC  (12+ messages)
` [PATCH v2 1/3] "
  ` [PATCH v2 3/3] nbd: correct the maximum value for discard sectors
` [PATCH v3 1/3] nbd: implement the WRITE_ZEROES command
  ` [PATCH v3 2/3] nbd: nbd_bg_flags_show: add NBD_FLAG_ROTATIONAL
  ` [PATCH v3 3/3] nbd: correct the maximum value for discard sectors

[PATCH v2] virtio_blk: implement init_hctx MQ operation
 2024-08-12 11:15 UTC  (4+ messages)

[PATCH 0/4] Fix some starvation problems
 2024-08-11 10:19 UTC  (5+ messages)
` [PATCH 1/4] block: fix request starvation when queue is stopped or quiesced
` [PATCH 2/4] block: fix ordering between checking BLK_MQ_S_STOPPED and adding requests to hctx->dispatch
` [PATCH 3/4] block: fix missing smp_mb in blk_mq_{delay_}run_hw_queues
` [PATCH 4/4] block: fix fix ordering between checking QUEUE_FLAG_QUIESCED and adding requests to hctx->dispatch

[PATCH] ublk: move zone report data out of request pdu
 2024-08-11  2:03 UTC  (3+ messages)

[GIT PULL] Block fixes for 6.11-rc3
 2024-08-09 17:31 UTC  (2+ messages)

[PATCH for-next] block/rnbd-srv: Add sanity check and remove redundant assignment
 2024-08-09 13:53 UTC 

[PATCH v2] rust: sort blk includes in bindings_helper.h
 2024-08-09 13:47 UTC  (2+ messages)

[PATCH] rust: sort includes in bindings_helper.h
 2024-08-09 13:38 UTC  (7+ messages)

[PATCH -next] drbd: Add missing kernel-doc function comments
 2024-08-09  9:32 UTC 

[PATCH v4] blk-cgroup: Replace u64 sync with spinlock for iostat
 2024-08-09  7:50 UTC  (7+ messages)

[PATCH blktests] zbd/011: add test for DM resource limits stacking
 2024-08-09  2:18 UTC  (2+ messages)

[PATCHv3 blktests] loop/011: skip if running on kernel older than v6.9.11
 2024-08-09  2:16 UTC  (2+ messages)

[PATCH V5 0/8] io_uring: support sqe group and provide group kbuf
 2024-08-08 16:24 UTC  (9+ messages)
` [PATCH V5 1/8] io_uring: add io_link_req() helper
` [PATCH V5 2/8] io_uring: add io_submit_fail_link() helper
` [PATCH V5 3/8] io_uring: add helper of io_req_commit_cqe()
` [PATCH V5 4/8] io_uring: support SQE group
` [PATCH V5 5/8] io_uring: support sqe group with members depending on leader
` [PATCH V5 6/8] io_uring: support providing sqe group buffer
` [PATCH V5 7/8] io_uring/uring_cmd: support provide group kernel buffer
` [PATCH V5 8/8] ublk: support provide io buffer

[PATCH V5 0/8] io_uring: support sqe group and provide group kbuf
 2024-08-08 16:24 UTC 

[PATCH] block:added printing when bio->bi_status fails
 2024-08-08  9:54 UTC 

[PATCH v3 0/3] zram: Replace bit spinlocks with a spinlock_t
 2024-08-08  9:03 UTC  (2+ messages)

[PATCH] block:added printing when bio->bi_status fails
 2024-08-07 20:05 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).