linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-17 21:55:12 to 2021-11-24 14:35:01 UTC [more...]

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-11-24 13:33 UTC  (5+ messages)
` [PATCH v2 12/63] thermal: intel: int340x_thermal: Use struct_group() for memcpy() region

[PATCHSET 0/2 v3] Misc block cleanups
 2021-11-24 12:52 UTC  (7+ messages)
` [PATCH 1/2] block: only allocate poll_stats if there's a user of them
` [PATCH 2/2] block: move io_context creation into where it's needed

[syzbot] possible deadlock in __loop_clr_fd (3)
 2021-11-24 10:47 UTC  (9+ messages)
            ` [PATCH v2] loop: don't hold lo_mutex during __loop_clr_fd()
              ` [PATCH v3] "

[PATCH] blk-crypto: remove blk_crypto_unregister()
 2021-11-24  7:43 UTC  (2+ messages)

[PATCH v2] blk-mq: cleanup request allocation
 2021-11-24  6:28 UTC 

[PATCH] block: Fix two memory leaks in blkcg_init_queue
 2021-11-24  3:58 UTC 

uring regression - lost write request
 2021-11-24  3:27 UTC  (20+ messages)

Write I/O queue hangup at random on recent Linus' kernels
 2021-11-23 23:35 UTC  (4+ messages)

[PATCH 0/8 v4] bfq: Limit number of allocated scheduler tags per cgroup
 2021-11-23 23:10 UTC  (12+ messages)
` [PATCH 1/8] block: Provide icq in request allocation data
` [PATCH 2/8] bfq: Track number of allocated requests in bfq_entity
` [PATCH 3/8] bfq: Store full bitmap depth in bfq_data
` [PATCH 4/8] bfq: Limit number of requests consumed by each cgroup
` [PATCH 5/8] bfq: Limit waker detection in time
` [PATCH 6/8] bfq: Provide helper to generate bfqq name
` [PATCH 7/8] bfq: Log waker detections
` [PATCH 8/8] bfq: Do not let waker requests skip proper accounting

[PATCH] blk_mq: remove repeated includes
 2021-11-23 19:23 UTC  (3+ messages)

cleanup blk_mq_submit_bio
 2021-11-23 19:23 UTC  (7+ messages)
` [PATCH 1/3] blk-mq: simplify the plug handling in blk_mq_submit_bio
` [PATCH 2/3] blk-mq: move more plug handling from blk_mq_submit_bio into blk_add_rq_to_plug
` [PATCH 3/3] blk-mq: cleanup request allocation

[PATCHSET 0/3 v2] Misc block cleanups
 2021-11-23 19:03 UTC  (11+ messages)
` [PATCH 1/3] block: move io_context creation into where it's needed
` [PATCH 2/3] blk-ioprio: don't set bio priority if not needed
` [PATCH 3/3] block: only allocate poll_stats if there's a user of them

decruft blk.h
 2021-11-23 18:53 UTC  (9+ messages)
` [PATCH 1/8] block: move blk_get_flush_queue to blk-flush.c
` [PATCH 2/8] block: remove elevator_exit
` [PATCH 3/8] block: remove the e argument to elevator_exit
` [PATCH 4/8] block: don't include blk-mq-sched.h in blk.h
` [PATCH 5/8] block: don't include blk-mq.h "
` [PATCH 6/8] block: don't include <linux/blk-mq.h> "
` [PATCH 7/8] block: don't include <linux/idr.h> "
` [PATCH 8/8] block: don't include <linux/part_stat.h> "

Reg: New MFD Driver for my PCIe Device
 2021-11-23 18:33 UTC  (9+ messages)

[PATCHSET 0/3] Misc block cleanups
 2021-11-23 17:06 UTC  (15+ messages)
` [PATCH 1/3] block: move io_context creation into where it's needed
` [PATCH 2/3] blk-ioprio: don't set bio priority if not needed
` [PATCH 3/3] block: only allocate poll_stats if there's a user of them

[PATCH] virtio-blk: modify the value type of num in virtio_queue_rq()
 2021-11-23 16:59 UTC  (2+ messages)

[PATCH] blk-mq: don't insert FUA request with data into scheduler queue
 2021-11-23 16:11 UTC  (10+ messages)

cleanup and simplify the gendisk flags
 2021-11-23 16:10 UTC  (18+ messages)
` [PATCH 01/14] block: move GENHD_FL_NATIVE_CAPACITY to disk->state
` [PATCH 02/14] block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flags
` [PATCH 03/14] block: remove GENHD_FL_CD
` [PATCH 04/14] block: remove a dead check in show_partition
` [PATCH 05/14] block: merge disk_scan_partitions and blkdev_reread_part
` [PATCH 06/14] block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
` [PATCH 07/14] block: remove the GENHD_FL_HIDDEN check in blkdev_get_no_open
` [PATCH 08/14] null_blk: don't suppress partitioning information
` [PATCH 09/14] mmc: don't set GENHD_FL_SUPPRESS_PARTITION_INFO
` [PATCH 10/14] block: remove GENHD_FL_SUPPRESS_PARTITION_INFO
` [PATCH 11/14] block: remove GENHD_FL_EXT_DEVT
` [PATCH 12/14] block: don't set GENHD_FL_NO_PART for hidden gendisks
` [PATCH 13/14] block: cleanup the GENHD_FL_* definitions
` [PATCH 14/14] sr: set GENHD_FL_REMOVABLE earlier

[PATCH bpf] treewide: add missing includes masked by cgroup -> bpf dependency
 2021-11-23 12:51 UTC  (7+ messages)

[PATCH 0/5] blk-mq: quiesce improvement
 2021-11-23  9:00 UTC  (25+ messages)
` [PATCH 1/5] blk-mq: move srcu from blk_mq_hw_ctx to request_queue
` [PATCH 2/5] blk-mq: rename hctx_lock & hctx_unlock
` [PATCH 3/5] blk-mq: add helper of blk_mq_global_quiesce_wait()
` [PATCH 4/5] nvme: quiesce namespace queue in parallel
` [PATCH 5/5] scsi: use blk-mq quiesce APIs to implement scsi_host_block

[PATCH V2 1/1] block: avoid to touch unloaded module instance when opening bdev
 2021-11-23  2:33 UTC  (3+ messages)

[syzbot] INFO: task hung in lo_release (2)
 2021-11-22 17:14 UTC 

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-11-22  7:39 UTC  (14+ messages)

[PATCH] FAT: use blkdev_issue_flush() instead of congestion_wait()
 2021-11-22  5:29 UTC  (4+ messages)

[syzbot] INFO: task hung in del_gendisk (2)
 2021-11-21  4:58 UTC 

[GIT PULL] Block fixes for 5.16-rc2
 2021-11-20 19:20 UTC  (2+ messages)

[syzbot] INFO: task hung in nbd_add_socket
 2021-11-20  8:57 UTC 

[PATCH] blk-cgroup: fix missing put device in error path from blkg_conf_pref()
 2021-11-19 13:27 UTC  (3+ messages)

general protection fault in bdev_read_page
 2021-11-19 12:45 UTC  (8+ messages)
` [PATCH 5.15] block: Add a helper to validate the block size
` [PATCH 5.14] "
` [PATCH 5.10] "

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-11-19  7:38 UTC  (2+ messages)

[PATCH] loop: mask loop_control_ioctl parameter only as minor
 2021-11-19  7:15 UTC  (8+ messages)
` [PATCH] loop: check loop_control_ioctl parameter in range of minor
` [PATCH v2] "

[PATCH] aoe: fix UAF in tx()
 2021-11-19  2:17 UTC 

[PATCH] drbd: Use struct_group() to zero algs
 2021-11-18 20:37 UTC 

[PATCH v2 00/28] iomap/xfs folio patches
 2021-11-18 20:08 UTC  (8+ messages)
` [PATCH v2 02/28] mm: Add functions to zero portions of a folio

[syzbot] INFO: task hung in loop_set_status
 2021-11-18 15:46 UTC 

move all struct request releated code out of blk-core.c (rebased)
 2021-11-18 15:24 UTC  (4+ messages)
` [PATCH 10/11] block: move blk_print_req_error to blk-mq.c

[PATCH] use blk_queue_fua() to check QUEUE_FLAG_FUA
 2021-11-18 13:33 UTC 

[QUESTION] blk_mq_freeze_queue in elevator_init_mq
 2021-11-18 13:12 UTC  (5+ messages)

[PATCH -next] blk-throttle: Set BIO_THROTTLED when bio has been throttled
 2021-11-18 13:15 UTC 

[PATCHSET 0/4] Add support for list issue
 2021-11-18  7:59 UTC  (15+ messages)
` [PATCH 1/4] block: add mq_ops->queue_rqs hook
` [PATCH 2/4] nvme: split command copy into a helper
` [PATCH 3/4] nvme: separate command prep and issue

[PATCH] block: Use div64_ul instead of do_div
 2021-11-18  3:40 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] blktests: replace module removal with patient module removal
 2021-11-18  1:38 UTC  (2+ messages)

[syzbot] INFO: task hung in __loop_clr_fd
 2021-11-18  1:13 UTC 

INFO: task hung in __loop_clr_fd
 2021-11-18  1:10 UTC 

[syzbot] INFO: task hung in blkdev_get_by_dev (2)
 2021-11-18  0:33 UTC 

[regression] nvme pci sysfs remove operation hang during fio test observed on 5.16.0-rc1
 2021-11-18  0:05 UTC  (3+ messages)

[PATCH v4 00/23] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-11-17 21:54 UTC  (4+ messages)
` [PATCH v4 12/23] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v4 18/23] lib/scatterlist: add check when merging zone device pages
` [PATCH v4 22/23] PCI/P2PDMA: Introduce pci_mmap_p2pmem()


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