linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-25 19:59:53 to 2024-08-08 17:12:45 UTC [more...]

[bug report] raid0 array mkfs.xfs hang
 2024-08-08 17:12 UTC 

[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 v2] virtio_blk: implement init_hctx MQ operation
 2024-08-08 13:37 UTC  (3+ messages)

[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 1/2] nbd: implement the WRITE_ZEROES command
 2024-08-08  7:06 UTC  (13+ messages)
` [PATCH 2/2] nbd: nbd_bg_flags_show: add NBD_FLAG_ROTATIONAL
` [PATCH v2 1/3] nbd: implement the WRITE_ZEROES command
  ` [PATCH v2 2/3] nbd: nbd_bg_flags_show: add NBD_FLAG_ROTATIONAL
  ` [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

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

[PATCH v3 00/15] honor isolcpus configuration
 2024-08-08  5:26 UTC  (27+ messages)
` [PATCH v3 01/15] scsi: pm8001: do not overwrite PCI queue mapping
` [PATCH v3 02/15] virito: add APIs for retrieving vq affinity
` [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 08/15] sched/isolation: Add io_queue housekeeping option
` [PATCH v3 09/15] docs: add io_queue as isolcpus options
` [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 13/15] virtio: blk/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:added printing when bio->bi_status fails
 2024-08-07 20:05 UTC  (3+ messages)

[PATCH v20 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-08-07 19:42 UTC  (28+ messages)
` [PATCH v20 01/20] security: add ipe lsm
` [PATCH v20 02/20] ipe: add policy parser
` [PATCH v20 03/20] ipe: add evaluation loop
` [PATCH v20 04/20] ipe: add LSM hooks on execution and kernel read
` [PATCH v20 05/20] initramfs|security: Add a security hook to do_populate_rootfs()
` [PATCH v20 06/20] ipe: introduce 'boot_verified' as a trust provider
` [PATCH v20 07/20] security: add new securityfs delete function
` [PATCH v20 08/20] ipe: add userspace interface
` [PATCH v20 09/20] uapi|audit|ipe: add ipe auditing support
` [PATCH v20 10/20] ipe: add permissive toggle
` [PATCH v20 11/20] block|lsm: Add LSM blob and new LSM hooks for block devices
` [PATCH v20 12/20] dm verity: expose root hash digest and signature data to LSMs
` [PATCH v20 13/20] ipe: add support for dm-verity as a trust provider
` [PATCH v20 14/20] security: add security_inode_setintegrity() hook
` [PATCH v20 15/20] fsverity: expose verified fsverity built-in signatures to LSMs
` [PATCH v20 16/20] ipe: enable support for fs-verity as a trust provider
` [PATCH v20 17/20] scripts: add boot policy generation program
` [PATCH v20 18/20] ipe: kunit test for parser
` [PATCH v20 19/20] Documentation: add ipe documentation
` [PATCH v20 20/20] MAINTAINERS: ipe: add ipe maintainer information

[PATCH 1/1] virtio_blk: implement init_hctx MQ operation
 2024-08-07 13:34 UTC  (13+ messages)

[linux-next:master] [fs] cdc4ad36a8: kernel_BUG_at_include/linux/page-flags.h
 2024-08-07  9:35 UTC  (4+ messages)

[PATCH V4 0/8] io_uring: support sqe group and provide group kbuf
 2024-08-07  3:26 UTC  (10+ messages)
` [PATCH V4 4/8] io_uring: support SQE group

[PATCH 0/2] block atomic writes tidy-ups/fix
 2024-08-06 12:12 UTC  (5+ messages)
` [PATCH 1/2] scsi: sd: Don't check if a write for REQ_ATOMIC
` [PATCH 2/2] block: Don't check REQ_ATOMIC for reads

[linus:master] [blk] 4e63aeb5d0: swapin.throughput -76.7% regression
 2024-08-06  8:43 UTC 

[syzbot] [block?] INFO: task hung in read_part_sector (2)
 2024-08-04 19:22 UTC 

[PATCH -next] drbd: Remove unused extern declarations
 2024-08-02 19:37 UTC  (2+ messages)

blktests failures with v6.11-rc1 kernel
 2024-08-02 16:49 UTC  (4+ messages)

[PATCHv3 blktests] loop/011: skip if running on kernel older than v6.9.11
 2024-08-02  5:34 UTC 

[PATCHv2 blktests] loop/011: skip if running on kernel older than v6.9.11
 2024-08-02  5:32 UTC  (3+ messages)

[PATCH 0/6] Add Additional algo mode for inline encryption
 2024-08-02  4:23 UTC  (12+ messages)
` [PATCH 1/6] md: dm-crypt: Fix compilation issue
` [PATCH 2/6] md: dm-crypt: Set cc->iv_size to 4 bytes
` [PATCH 3/6] blk-crypto: Add additional algo modes for Inline encryption
` [PATCH 4/6] md: dm-crypt: Add additional algo modes for inline encryption
` [PATCH 5/6] mmc: cqhci: Add additional algo mode "
` [PATCH 6/6] mmc: sdhci-msm: "

[PATCH] scsi: sd: Move sd_read_cpr() out of the q->limits_lock region
 2024-08-01 16:07 UTC  (5+ messages)

[PATCH blktests] loop/011: skip if running on kernel older than v6.10
 2024-08-01  9:12 UTC  (8+ messages)

[PATCH V4] block: uapi: Use unsigned int type for IOPRIO_PRIO_MASK
 2024-08-01  2:42 UTC 

Regression in 6.11-rc1 in scsi/sd?
 2024-08-01  0:55 UTC  (2+ messages)

[PATCH AUTOSEL 6.10 114/121] block: factor out a blk_write_zeroes_limit helper
 2024-08-01  0:00 UTC 

[PATCH 6.1 000/440] 6.1.103-rc1 review
 2024-07-31 16:49 UTC  (4+ messages)

[PATCH V3] block: uapi: Use unsigned int type for IOPRIO_PRIO_MASK
 2024-07-31 11:07 UTC  (3+ messages)

[PATCH v5 0/4] block: preparations for NVMEM provider
 2024-07-30 21:28 UTC  (7+ messages)
` [PATCH v5 1/4] dt-bindings: block: add basic bindings for block devices
` [PATCH v5 2/4] block: partitions: populate fwnode
` [PATCH v5 3/4] block: add support for notifications
` [PATCH v5 4/4] block: add new genhd flag GENHD_FL_NVMEM

[PATCH v4] blk-cgroup: Replace u64 sync with spinlock for iostat
 2024-07-30 19:49 UTC  (6+ messages)

[PATCH AUTOSEL 6.10 1/3] block: don't call bio_uninit from bio_endio
 2024-07-30 12:42 UTC 

[PATCH blktests] zbd/011: add test for DM resource limits stacking
 2024-07-30  7:51 UTC 

[PATCH blktests v3] dm/002: add --retry option to dmsetup remove command
 2024-07-30  2:06 UTC  (2+ messages)

fine-grained PI control
 2024-07-29 17:03 UTC  (5+ messages)

[PATCH blktests v4 0/2]md: add regression test for "md/md-bitmap: fix writing non bitmap pages"
 2024-07-29 12:19 UTC  (2+ messages)

[linus:master] [loop] 18048c1af7: ltp.ioctl_loop06.fail
 2024-07-29  7:29 UTC 

[PATCH AUTOSEL 6.1 6/8] block: change rq_integrity_vec to respect the iterator
 2024-07-28  0:48 UTC 

[PATCH AUTOSEL 6.6 7/9] block: change rq_integrity_vec to respect the iterator
 2024-07-28  0:48 UTC 

[PATCH AUTOSEL 6.10 13/16] block: change rq_integrity_vec to respect the iterator
 2024-07-28  0:47 UTC 

[GIT PULL] Block fixes for 6.11-rc1
 2024-07-27 22:38 UTC  (2+ messages)

[PATCH] blk-throttle: remove more latency dead-code
 2024-07-27 16:34 UTC  (2+ messages)

[PATCH 04/15] block: add an API to atomically update queue limits
 2024-07-26 20:48 UTC  (2+ messages)

[PATCH blktests v2] nbd/rc: check nbd-server port readiness in _start_nbd_server()
 2024-07-26  8:52 UTC  (2+ messages)

[PATCH v8 0/5] block: add larger order folio instead of pages
 2024-07-25 20:56 UTC  (5+ messages)
  ` [PATCH v8 3/5] block: introduce folio awareness and add a bigger size from folio
  ` [PATCH v8 5/5] block: unpin user pages belonging to a folio at once

[PATCH] nbd: add support for rotational devices
 2024-07-25 19:59 UTC  (2+ 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).