linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-03 17:46:04 to 2021-11-08 04:39:56 UTC [more...]

[PATCH v2 00/28] iomap/xfs folio patches
 2021-11-08  4:05 UTC  (13+ messages)
` [PATCH v2 01/28] csky,sparc: Declare flush_dcache_folio()
` [PATCH v2 02/28] mm: Add functions to zero portions of a folio
` [PATCH v2 03/28] fs: Remove FS_THP_SUPPORT
` [PATCH v2 04/28] fs: Rename AS_THP_SUPPORT and mapping_thp_support
` [PATCH v2 05/28] block: Add bio_add_folio()
` [PATCH v2 06/28] block: Add bio_for_each_folio_all()
` [PATCH v2 07/28] fs/buffer: Convert __block_write_begin_int() to take a folio
` [PATCH v2 08/28] iomap: Convert to_iomap_page "
` [PATCH v2 09/28] iomap: Convert iomap_page_create "
` [PATCH v2 10/28] iomap: Convert iomap_page_release "
` [PATCH v2 11/28] iomap: Convert iomap_releasepage to use "
` [PATCH v2 12/28] iomap: Add iomap_invalidate_folio

[PATCH] blk-mq: don't free tags if the tag_set is used by other device in queue initialztion
 2021-11-08  3:03 UTC  (5+ messages)

[PATCH 0/4] block: fix concurrent quiesce
 2021-11-07 21:20 UTC  (2+ messages)

Unreliable disk detection order in 5.x
 2021-11-07 19:51 UTC  (4+ messages)

[PATCH -next] ataflop: Add missing semicolon to return statement
 2021-11-06 19:27 UTC  (2+ messages)

[PATCH] bcache: Revert "bcache: use bvec_virt"
 2021-11-06 13:36 UTC  (7+ messages)

[PATCH] blk-cgroup: fix missing put device in error path from blkg_conf_pref()
 2021-11-06  9:12 UTC  (2+ messages)

[PATCH 00/21] iomap/xfs folio patches
 2021-11-06  3:44 UTC  (12+ messages)
` [PATCH 18/21] iomap: Convert iomap_add_to_ioend to take a folio
` [PATCH 19/21] iomap: Convert iomap_migrate_page to use folios

💥 PANICKED: Waiting for review: Test report for kernel 5.15.0 (block, 48dd8b1e)
 2021-11-05 14:35 UTC  (3+ messages)
  ` 💥 Boot "

block: please restore 2d52c58b9c9b ("block, bfq: honor already-setup queue merges")
 2021-11-05 14:33 UTC  (4+ messages)

[bug report] WARNING: CPU: 1 PID: 1386 at block/blk-mq-sched.c:432 blk_mq_sched_insert_request+0x54/0x178
 2021-11-05 11:13 UTC  (5+ messages)

[PATCH RESEND] nbd: code clean for nbd_genl_status()
 2021-11-05 10:01 UTC  (4+ messages)

[bug report] zram: avoid race between zram_remove and disksize_store
 2021-11-05  9:18 UTC  (4+ messages)

[RFC PATCH 0/8] block: add support for REQ_OP_VERIFY
 2021-11-05  8:25 UTC  (19+ messages)
` [RFC PATCH 1/8] "
` [RFC PATCH 2/8] scsi: add REQ_OP_VERIFY support
` [RFC PATCH 3/8] nvme: add support for the Verify command
` [PATCH 4/8] nvmet: add Verify command support for bdev-ns
` [RFC PATCH 5/8] nvmet: add Verify emulation "
` [RFC PATCH 6/8] nvmet: add verify emulation support for file-ns
` [RFC PATCH 7/8] null_blk: add REQ_OP_VERIFY support
` [RFC PATCH 8/8] md: add support for REQ_OP_VERIFY

[PATCH] block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter()
 2021-11-05  5:41 UTC  (2+ messages)

[PATCH 0/2] add error handling support for add_disk()
 2021-11-05  2:06 UTC  (5+ messages)
` [PATCH 1/2] brd: "
` [PATCH 2/2] z2ram: "

[PATCH 0/4] Adds wrapped key support for inline storage encryption
 2021-11-05  0:08 UTC  (10+ messages)
` [PATCH 1/4] ufs: move ICE functionality to a common library
` [PATCH 2/4] qcom_scm: scm call for deriving a software secret
` [PATCH 3/4] soc: qcom: add HWKM library for storage encryption
` [PATCH 4/4] soc: qcom: add wrapped key support for ICE

[PATCH] block: fix bd_holder_dir kobject_create_and_add() error handling
 2021-11-04 19:31 UTC  (3+ messages)

[PATCHSET v3 0/5] Alloc batch fixes
 2021-11-04 19:15 UTC  (19+ messages)
` [PATCH 1/5] block: have plug stored requests hold references to the queue
` [PATCH 2/5] block: split request allocation components into helpers
` [PATCH 3/5] block: make blk_try_enter_queue() available for blk-mq
` [PATCH 4/5] block: move queue enter logic into blk_mq_submit_bio()
` [PATCH 5/5] block: ensure cached plug request matches the current queue

[PATCH v5 00/14] last set for add_disk() error handling
 2021-11-04 18:16 UTC  (20+ messages)
` [PATCH v5 01/14] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH v5 02/14] nvdimm/btt: add error handling support for add_disk()
` [PATCH v5 03/14] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH v5 04/14] nvdimm/blk: add error handling support for add_disk()
` [PATCH v5 05/14] nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned
` [PATCH v5 06/14] nvdimm/pmem: use add_disk() error handling
` [PATCH v5 07/14] z2ram: add error handling support for add_disk()
` [PATCH v5 08/14] block/sunvdc: "
` [PATCH v5 09/14] mtd/ubi/block: "
` [PATCH v5 10/14] ataflop: remove ataflop_probe_lock mutex
` [PATCH v5 11/14] block: update __register_blkdev() probe documentation
` [PATCH v5 12/14] ataflop: address add_disk() error handling on probe
` [PATCH v5 13/14] floppy: "
` [PATCH v5 14/14] block: add __must_check for *add_disk*() callers

[PATCHSET 0/4] Alloc batch fixes
 2021-11-04 17:37 UTC  (18+ messages)
` [PATCH 1/4] block: have plug stored requests hold references to the queue
` [PATCH 2/4] block: make blk_try_enter_queue() available for blk-mq
` [PATCH 3/4] block: move queue enter logic into blk_mq_submit_bio()
` [PATCH 4/4] block: move plug rq alloc into helper and ensure queue match

[PATCH] block: add a loff_t cast to bdev_nr_bytes
 2021-11-04 17:28 UTC  (2+ messages)

[RFC PATCH v7 00/16] Integrity Policy Enforcement (IPE)
 2021-11-04 17:12 UTC  (17+ messages)
` [RFC PATCH v7 04/16] ipe: add userspace interface
` [RFC PATCH v7 12/16] fsverity|security: add security hooks to fsverity digest and signature
` [RFC PATCH v7 14/16] scripts: add boot policy generation program
` [RFC PATCH v7 07/16] ipe: add auditing support

[PATCHSET v2 0/5] Alloc batch fixes
 2021-11-04 15:22 UTC  (6+ messages)
` [PATCH 1/5] block: have plug stored requests hold references to the queue
` [PATCH 2/5] block: make blk_try_enter_queue() available for blk-mq
` [PATCH 3/5] block: move plug rq alloc into helper
` [PATCH 4/5] block: move queue enter logic into blk_mq_submit_bio()
` [PATCH 5/5] block: ensure cached plug request matches the current queue

[PATCH v2] loop: Remove duplicate assignments
 2021-11-04 11:48 UTC  (2+ messages)

[PATCH] drbd: Fix double free problem in drbd_create_device
 2021-11-04 11:45 UTC  (3+ messages)

[PATCH 0/8 v3] bfq: Limit number of allocated scheduler tags per cgroup
 2021-11-04 11:20 UTC  (6+ messages)
` [PATCH 4/8] bfq: Limit number of requests consumed by each cgroup

[PATCH] block: fix device_add_disk() kobject_create_and_add() error handling
 2021-11-04 10:57 UTC  (4+ messages)

[PATCH v9 0/5] Initial support for multi-actuator HDDs
 2021-11-04  6:20 UTC  (6+ messages)
` [PATCH v9 3/5] libata: support concurrent positioning ranges log

[PATCH] nbd: code clean for kiocb_done()
 2021-11-04  4:34 UTC 

[PATCH] zram: use ATTRIBUTE_GROUPS
 2021-11-04  0:12 UTC  (2+ messages)

[PATCHSET 0/4] Last round of alloc side optimizations
 2021-11-03 23:29 UTC  (6+ messages)
` [PATCH 1/4] block: add rq_flags to struct blk_mq_alloc_data

[nvme] f9c499bbbf: nvme nvme0: Identify Controller failed (16641)
 2021-11-03 23:28 UTC  (5+ messages)

[PATCH v3] nvdimm/btt: do not call del_gendisk() if not needed
 2021-11-03 19:29 UTC  (2+ messages)

[PATCH v4 0/4] last set for add_disk() error handling
 2021-11-03 19:28 UTC  (11+ messages)
` [PATCH v4 1/4] block: update __register_blkdev() probe documentation
` [PATCH v4 2/4] ataflop: address add_disk() error handling on probe
` [PATCH v4 3/4] floppy: "
` [PATCH v4 4/4] block: add __must_check for *add_disk*() callers

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-11-03 19:27 UTC  (10+ messages)

[PATCH v3 00/13] block: add_disk() error handling stragglers
 2021-11-03 17:48 UTC  (7+ messages)
` [PATCH v3 02/13] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH v3 03/13] nvdimm/btt: add error handling support for add_disk()
` [PATCH v3 10/13] mtd/ubi/block: "
` [PATCH v3 12/13] block: fix __register_blkdev() probe add_disk() failures
` [PATCH v3 13/13] block: add __must_check for *add_disk*() callers


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