linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-10 01:33:07 to 2021-06-15 13:58:23 UTC [more...]

💥 PANICKED: Test report for kernel 5.13.0-rc3 (block, 30ec225a)
 2021-06-15 13:58 UTC  (4+ messages)
  ` ? "

switch the block layer to use kmap_local_page v2
 2021-06-15 13:24 UTC  (19+ messages)
` [PATCH 01/18] mm: add a kunmap_local_dirty helper
` [PATCH 02/18] mm: use kunmap_local_dirty in memcpy_to_page
` [PATCH 03/18] mm: use kmap_local_page in memzero_page
` [PATCH 04/18] MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>
` [PATCH 05/18] bvec: fix the include guards for bvec.h
` [PATCH 06/18] bvec: add a bvec_kmap_local helper
` [PATCH 07/18] bvec: add memcpy_{from,to}_bvec and memzero_bvec helper
` [PATCH 08/18] block: use memzero_page in zero_fill_bio
` [PATCH 09/18] rbd: use memzero_bvec
` [PATCH 10/18] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
` [PATCH 11/18] ps3disk: use memcpy_{from,to}_bvec
` [PATCH 12/18] block: remove bvec_kmap_irq and bvec_kunmap_irq
` [PATCH 13/18] block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec
` [PATCH 14/18] block: use memcpy_to_bvec in copy_to_high_bio_irq
` [PATCH 15/18] block: use memcpy_from_bvec in bio_copy_kern_endio_read
` [PATCH 16/18] block: use memcpy_from_bvec in __blk_queue_bounce
` [PATCH 17/18] block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}
` [PATCH 18/18] block: use bvec_kmap_local in bio_integrity_process

switch block layer polling to a bio based model v4
 2021-06-15 13:10 UTC  (17+ messages)
` [PATCH 01/16] direct-io: remove blk_poll support
` [PATCH 02/16] block: don't try to poll multi-bio I/Os in __blkdev_direct_IO
` [PATCH 03/16] iomap: don't try to poll multi-bio I/Os in __iomap_dio_rw
` [PATCH 04/16] blk-mq: factor out a blk_qc_to_hctx helper
` [PATCH 05/16] blk-mq: factor out a "classic" poll helper
` [PATCH 06/16] blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal
` [PATCH 07/16] blk-mq: remove blk_qc_t_valid
` [PATCH 08/16] block: replace the spin argument to blk_iopoll with a flags argument
` [PATCH 09/16] io_uring: don't sleep when polling for I/O
` [PATCH 10/16] block: rename REQ_HIPRI to REQ_POLLED
` [PATCH 11/16] block: use SLAB_TYPESAFE_BY_RCU for the bio slab
` [PATCH 12/16] block: define 'struct bvec_iter' as packed
` [PATCH 13/16] block: switch polling to be bio based
` [PATCH 14/16] block: don't allow writing to the poll queue attribute
` [PATCH 15/16] nvme-multipath: set QUEUE_FLAG_NOWAIT
` [PATCH 16/16] nvme-multipath: enable polled I/O

[PATCH] pstore/blk: Use the normal block device I/O path
 2021-06-15 12:31 UTC  (4+ messages)

[PATCH v3 0/2] dm: dm_blk_ioctl(): implement failover for SG_IO on dm-multipath
 2021-06-15 10:54 UTC  (5+ messages)
` [PATCH v3 1/2] scsi: export __scsi_result_to_blk_status() in scsi_ioctl.c
` [PATCH v3 2/2] dm: add CONFIG_DM_MULTIPATH_SG_IO - failover for SG_IO on dm-multipath

[PATCH v2] virtio-blk: Add validation for block size in config space
 2021-06-15 10:48 UTC 

[PATCH] blk-mq: fix use-after-free in blk_mq_exit_sched
 2021-06-15 10:02 UTC  (3+ messages)

Deadlock in wbt / rq-qos
 2021-06-15  9:22 UTC  (4+ messages)

[syzbot] possible deadlock in del_gendisk
 2021-06-15  9:04 UTC  (16+ messages)
          ` [PATCH] loop: drop loop_ctl_mutex around del_gendisk() in loop_remove()

loop_set_block_size: loop0 () has still dirty pages (nrpages=2)
 2021-06-15  8:42 UTC  (6+ messages)

About `bio->bi_iter.bi_size` at write endio time
 2021-06-15  8:37 UTC  (2+ messages)

[GIT PULL] Floppy changes for 5.14
 2021-06-15  6:56 UTC 

[PATCH 00/14] bcache patches for Linux v5.14
 2021-06-15  5:49 UTC  (15+ messages)
` [PATCH 01/14] bcache: fix error info in register_bcache()
` [PATCH 02/14] md: bcache: Fix spelling of 'acquire'
` [PATCH 03/14] bcache: add initial data structures for nvm pages
` [PATCH 04/14] bcache: initialize the nvm pages allocator
` [PATCH 05/14] bcache: initialization of the buddy
` [PATCH 06/14] bcache: bch_nvm_alloc_pages() "
` [PATCH 07/14] bcache: bch_nvm_free_pages() "
` [PATCH 08/14] bcache: get allocated pages from specific owner
` [PATCH 09/14] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish()
` [PATCH 10/14] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
` [PATCH 11/14] bcache: initialize bcache journal for NVDIMM meta device
` [PATCH 12/14] bcache: support storing bcache journal into "
` [PATCH 13/14] bcache: read jset from NVDIMM pages for journal replay
` [PATCH 14/14] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device

switch the block layer to use kmap_local_page
 2021-06-15  5:02 UTC  (6+ messages)
` [PATCH 09/16] ps3disk: use memcpy_{from,to}_bvec

[PATCH] blk-mq: Do not lookup ctx with invalid index
 2021-06-15  3:37 UTC  (3+ messages)

[PATCH 0/2] block: discard merge fix & improvement
 2021-06-14 22:00 UTC  (2+ messages)

[PATCH V2] blk-mq: update hctx->dispatch_busy in case of real scheduler
 2021-06-14 21:56 UTC  (2+ messages)

[PATCH V3 0/2] block: fix race between adding wbt and normal IO
 2021-06-14 21:55 UTC  (2+ messages)

[PATCH] mark pstore-blk as broken
 2021-06-14 17:33 UTC  (5+ messages)

[PATCH v3 0/2] allow blk-zoned ioctls without CAP_SYS_ADMIN
 2021-06-14 12:23 UTC  (3+ messages)
` [PATCH v3 1/2] blk-zoned: allow zone management send operations "
` [PATCH v3 2/2] blk-zoned: allow BLKREPORTZONE "

cleanup ubd gendisk registration
 2021-06-14  9:49 UTC  (6+ messages)
` [PATCH 1/2] ubd: remove the code to register as the legacy IDE driver
` [PATCH 2/2] ubd: use blk_mq_alloc_disk and blk_cleanup_disk

io_uring: BPF controlled I/O
 2021-06-14  7:54 UTC  (4+ messages)

mtip32xx cleanups
 2021-06-14  6:03 UTC  (3+ messages)
` [PATCH 1/2] mtip32xx: simplify sysfs setup
` [PATCH 2/2] mtip32xx: use blk_mq_alloc_disk and blk_cleanup_disk

[PATCHv4 0/4] block and nvme passthrough error handling
 2021-06-14  5:50 UTC  (10+ messages)
` [PATCHv4 1/4] block: support polling through blk_execute_rq
` [PATCHv4 2/4] nvme: use blk_execute_rq() for passthrough commands
` [PATCHv4 3/4] block: return errors from blk_execute_rq()
` [PATCHv4 4/4] nvme: use return value "

[LSF/MM/BPF TOPIC] durability vs performance for flash devices (especially embedded!)
 2021-06-13 20:41 UTC  (12+ messages)
` [LSF/MM/BPF TOPIC] SSDFS: LFS file system without GC operations + NAND flash devices lifetime prolongation

[GIT PULL] Block fixes for 5.13-rc6
 2021-06-12 19:09 UTC  (2+ messages)

[PATCH v5 00/11] Add a new LOOP_CONFIGURE ioctl
 2021-06-11 22:54 UTC  (3+ messages)
` [PATCH v5 11/11] loop: Add "

simplify gendisk and request_queue allocation for blk-mq based drivers
 2021-06-11 17:55 UTC  (2+ messages)

[PATCH] block: loop: fix deadlock between open and remove
 2021-06-11 17:51 UTC  (2+ messages)

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-06-11 15:35 UTC  (3+ messages)

💥 PANICKED: Test report for kernel 5.13.0-rc3 (block, 314e07c7)
 2021-06-11 14:53 UTC  (2+ messages)

Maintainers / Kernel Summit 2021 planning kick-off
 2021-06-11 11:10 UTC  (24+ messages)

[PATCH V15 0/5] nvmet: add ZBD backened support
 2021-06-11  2:35 UTC  (8+ messages)
` [PATCH V15 1/5] block: export blk_next_bio()
` [PATCH V15 2/5] nvmet: add req cns error complete helper
` [PATCH V15 3/5] nvmet: add nvmet_req_bio put helper for backends
` [PATCH V15 4/5] nvmet: add Command Set Identifier support
` [PATCH V15 5/5] nvmet: add ZBD over ZNS backend support

[PATCH V14 0/3] Charge loop device i/o to issuing cgroup
 2021-06-10 17:39 UTC  (4+ messages)
` [PATCH 1/3] loop: Use worker per cgroup instead of kworker
` [PATCH 2/3] mm: Charge active memcg when no mm is set
` [PATCH 3/3] loop: Charge i/o to mem and blk cg

[PATCH 00/14] Improve I/O priority support
 2021-06-10 17:14 UTC  (26+ messages)
` [PATCH 01/14] block/Kconfig: Make the BLK_WBT and BLK_WBT_MQ entries consecutive
` [PATCH 02/14] block/blk-cgroup: Swap the blk_throtl_init() and blk_iolatency_init() calls
` [PATCH 03/14] block/blk-rq-qos: Move a function from a header file into a C file
` [PATCH 04/14] block: Introduce the ioprio rq-qos policy
` [PATCH 05/14] block/mq-deadline: Add several comments
` [PATCH 06/14] block/mq-deadline: Add two lockdep_assert_held() statements
` [PATCH 07/14] block/mq-deadline: Remove two local variables
` [PATCH 10/14] block/mq-deadline: Improve the sysfs show and store macros
` [PATCH 11/14] block/mq-deadline: Reserve 25% of scheduler tags for synchronous requests
` [PATCH 12/14] block/mq-deadline: Add I/O priority support
` [PATCH 13/14] block/mq-deadline: Add cgroup support
` [PATCH 14/14] block/mq-deadline: Prioritize high-priority requests

[LSF/MM/BPF TOPIC] block namespaces
 2021-06-10 15:05 UTC  (5+ messages)

[PATCH 0/8] bfq: misc updates
 2021-06-10  9:18 UTC  (20+ messages)
` [PATCH 1/8] bfq: introduce bfq_entity_to_bfqg helper method
  ` [RESEND PATCH "
` [PATCH 2/8] bfq: convert the type of bfq_group.bfqd to bfq_data*
  ` [RESEND PATCH "
` [PATCH 3/8] bfq: limit the IO depth of CLASS_IDLE to 1
  ` [RESEND PATCH "
` [PATCH 4/8] bfq: keep the minimun bandwidth for CLASS_BE
  ` [RESEND PATCH "
` [PATCH 5/8] bfq: remove unnecessary initialization logic
  ` [RESEND PATCH "
` [PATCH 6/8] bfq: optimize the calculation of bfq_weight_to_ioprio()
  ` [RESEND PATCH "
` [PATCH 7/8] bfq: reset entity->prio_changed in bfq_init_entity()
  ` [RESEND PATCH "
` [PATCH 8/8] bfq: remove unnecessary BFQ_DEFAULT_GRP_IOPRIO
  ` [RESEND PATCH "

[syzbot] KASAN: use-after-free Read in blk_mq_exit_sched
 2021-06-10  8:04 UTC  (2+ messages)

[PATCH -next] partitions/aix: fix doc warnings
 2021-06-10  7:48 UTC 

[PATCH] block: check disk exist before trying to add partition
 2021-06-10  6:28 UTC  (4+ messages)

[PATCH v2] block: check disk exist before trying to add partition
 2021-06-10  2:32 UTC 


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