linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-02 14:47:03 to 2020-09-07 07:03:24 UTC [more...]

[PATCH v4 6/6] io_uring: add support for zone-append
 2020-09-07  7:01 UTC  (12+ messages)

panic happened on 5.8.6-rc2-650d8f2
 2020-09-07  2:02 UTC  (2+ messages)

Support for I/O to a bitbucket
 2020-09-07  0:56 UTC  (2+ messages)

[PATCH 0/9] Rework runtime suspend and SCSI domain validation
 2020-09-06 16:06 UTC  (12+ messages)
` [PATCH 1/9] block: Fix a race in the runtime power management code
` [PATCH 2/9] ide: Do not set the RQF_PREEMPT flag for sense requests
` [PATCH 3/9] scsi: Pass a request queue pointer to __scsi_execute()
` [PATCH 4/9] scsi: Rework scsi_mq_alloc_queue()
` [PATCH 5/9] scsi: Do not wait for a request in scsi_eh_lock_door()
` [PATCH 6/9] scsi_transport_spi: Make spi_execute() accept a request queue pointer
` [PATCH 7/9] scsi_transport_spi: Freeze request queues instead of quiescing
` [PATCH 8/9] block, scsi, ide: Only process PM requests if rpm_status != RPM_ACTIVE
` [PATCH 9/9] block: Do not accept any requests while suspended

💥 PANICKED: Test report for kernel 5.9.0-rc3-020ad03.cki (block)
 2020-09-06  3:19 UTC  (13+ messages)
    ` 💥 PANICKED: Test report for?kernel "

[PATCH v2] blk-mq: call commit_rqs while list empty but error happen
 2020-09-06  2:19 UTC  (2+ messages)

[PATCH] blk-mq: Fix refcounting leak in __blk_mq_register_dev()
 2020-09-05 12:52 UTC 

[PATCH] blk-mq: call commit_rqs while list empty but error happen
 2020-09-05 11:21 UTC 

[PATCH] block: Use helper function blk_mq_sched_needs_restart()
 2020-09-05  9:42 UTC 

[PATCH] block: Use helper function blk_mq_hctx_stopped() in blk_mq_run_work_fn()
 2020-09-05  9:42 UTC 

[PATCH] block: Fix various comments
 2020-09-05  9:41 UTC 

[PATCH] block: Fix potential page reference leak in __bio_iov_append_get_pages()
 2020-09-05  9:40 UTC 

KASAN: use-after-free Read in delete_partition
 2020-09-05  1:39 UTC 

[GIT PULL] Block fixes for 5.9-rc4
 2020-09-04 20:49 UTC  (2+ messages)

[RFC PATCH 0/4] block/bpf: add eBPF based block layer IO filtering
 2020-09-04 18:50 UTC  (10+ messages)
` [RFC PATCH 1/4] bpf: add new prog_type BPF_PROG_TYPE_IO_FILTER

[PATCH v7 0/7] blktests: Add support to run nvme tests with tcp/rdma transports
 2020-09-04 17:00 UTC  (17+ messages)
` [PATCH v7 1/7] nvme: consolidate nvme requirements based on transport type
` [PATCH v7 2/7] nvme: consolidate some nvme-cli utility functions
` [PATCH v7 3/7] nvme: make tests transport type agnostic
` [PATCH v7 4/7] tests/nvme: restrict tests to specific transports
` [PATCH v7 5/7] nvme: support nvme-tcp when runinng tests
` [PATCH v7 6/7] common: move module_unload to common
` [PATCH v7 7/7] nvme: support rdma transport type

[PATCH 0/2] use generic_file_buffered_read()
 2020-09-04 16:53 UTC  (4+ messages)
` [PATCH 1/2] block: "
` [PATCH 2/2] fs: isofs: "

[RFC] Reliable Multicast on top of RTRS
 2020-09-04 15:33 UTC  (5+ messages)

[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-09-04 12:44 UTC  (5+ messages)

simplify gendisk lookup and remove struct block_device aliases v3
 2020-09-04 10:30 UTC  (40+ messages)
` [PATCH 01/19] char_dev: replace cdev_map with an xarray
` [PATCH 02/19] block: merge drivers/base/map.c into block/genhd.c
` [PATCH 03/19] block: cleanup del_gendisk a bit
` [PATCH 04/19] block: split block_class_lock
` [PATCH 05/19] block: rework requesting modules for unclaimed devices
` [PATCH 06/19] block: add an optional probe callback to major_names
` [PATCH 07/19] ide: remove ide_{,un}register_region
` [PATCH 08/19] swim: don't call blk_register_region
` [PATCH 09/19] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 10/19] brd: use __register_blkdev to allocate devices on demand
` [PATCH 11/19] loop: "
` [PATCH 12/19] md: "
` [PATCH 13/19] ide: switch to __register_blkdev for command set probing
` [PATCH 14/19] floppy: use a separate gendisk for each media format
` [PATCH 15/19] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 16/19] ataflop: use a separate gendisk for each media format
` [PATCH 17/19] z2ram: reindent
` [PATCH 18/19] z2ram: use separate gendisk for the different modes
` [PATCH 19/19] block: switch gendisk lookup to a simple xarray

rework check_disk_change()
 2020-09-04  9:23 UTC  (41+ messages)
` [PATCH 01/19] block: add a bdev_check_media_change helper
` [PATCH 02/19] amiflop: use bdev_check_media_change
` [PATCH 03/19] ataflop: "
` [PATCH 04/19] floppy: "
` [PATCH 05/19] swim: "
` [PATCH 06/19] swim: simplify media change handling
` [PATCH 07/19] swim3: use bdev_check_media_changed
` [PATCH 08/19] xsysace: use bdev_check_media_change
` [PATCH 10/19] paride/pcd: "
` [PATCH 11/19] gdrom: "
` [PATCH 12/19] ide-cd: use bdev_check_media_changed
` [PATCH 13/19] ide-cd: remove idecd_revalidate_disk
` [PATCH 15/19] md: use bdev_check_media_change
` [PATCH 16/19] sd: "
` [PATCH 17/19] sr: "
` [PATCH 18/19] sr: simplify sr_block_revalidate_disk
` [PATCH 19/19] block: remove check_disk_change

[PATCH 0/2 v2] bdev: Avoid discarding buffers under a filesystem
 2020-09-04  8:58 UTC  (3+ messages)
` [PATCH 1/2] fs: Don't invalidate page buffers in block_write_full_page()
` [PATCH 2/2] block: Do not discard buffers under a mounted filesystem

[PATCH v2] zram: add restriction on dynamic zram device creation
 2020-09-04  8:52 UTC 

KASAN: null-ptr-deref Read in percpu_ref_exit
 2020-09-04  5:48 UTC 

[PATCH v6 0/7] blktests: Add support to run nvme tests with tcp/rdma transports
 2020-09-03 21:59 UTC  (10+ messages)
` [PATCH v6 1/7] nvme: consolidate nvme requirements based on transport type
` [PATCH v6 2/7] nvme: consolidate some nvme-cli utility functions
` [PATCH v6 3/7] nvme: make tests transport type agnostic
` [PATCH v6 4/7] tests/nvme: restrict tests to specific transports
` [PATCH v6 5/7] nvme: support nvme-tcp when runinng tests
` [PATCH v6 6/7] common: move module_unload to common
` [PATCH v6 7/7] nvme: support rdma transport type

[PATCH] zram: add restriction on dynamic zram device creation
 2020-09-03 19:53 UTC  (2+ messages)

[PATCH V2 0/2] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2020-09-03 13:10 UTC  (8+ messages)

[PATCH v3] null_blk: add support for max open/active zone limit for zoned devices
 2020-09-03  8:56 UTC  (2+ messages)

clean up is partition checks
 2020-09-03  8:26 UTC  (12+ messages)
` [PATCH 1/9] Documentation/hdio: fix up obscure bd_contains references
` [PATCH 2/9] block: add a bdev_is_partition helper
` [PATCH 3/9] md: compare bd_disk instead of bd_contains
` [PATCH 4/9] md: don't detour through bd_contains for the gendisk
` [PATCH 5/9] drbd: "
` [PATCH 6/9] drbd: don't set ->bd_contains
` [PATCH 7/9] target/iblock: fix holder printing in iblock_show_configfs_dev_params
` [PATCH 8/9] block: use bd_partno in bdevname
` [PATCH 9/9] vsprintf: use bd_partno in bdev_name

KASAN: use-after-free Read in bdev_del_partition
 2020-09-03  7:23 UTC  (4+ messages)
` [Linux-kernel-mentees] [PATCH] block: Fix use-after-free in bdev_del_partition()

improve the block queue sysfs helper macros
 2020-09-03  6:07 UTC  (3+ messages)
` [PATCH 1/2] block: add helper macros for queue sysfs entries
` [PATCH 2/2] block: make QUEUE_SYSFS_BIT_FNS more useful

[PATCH v5 0/7] blktests: Add support to run nvme tests with tcp/rdma transports
 2020-09-02 22:59 UTC  (9+ messages)
` [PATCH v5 1/7] nvme: consolidate nvme requirements based on transport type
` [PATCH v5 2/7] nvme: consolidate some nvme-cli utility functions
` [PATCH v5 3/7] nvme: make tests transport type agnostic
` [PATCH v5 4/7] tests/nvme: restrict tests to specific transports
` [PATCH v5 5/7] nvme: support nvme-tcp when runinng tests
` [PATCH v5 6/7] common: move module_unload to common
` [PATCH v5 7/7] nvme: support rdma transport type

[PATCH] block: Fix inflight statistic for MQ submission with !elevator
 2020-09-02 20:19 UTC  (5+ messages)
      ` [PATCH v2] block: Consider only dispatched requests for inflight statistic

[git pull] device mapper fixes for 5.9-rc4
 2020-09-02 20:08 UTC  (2+ messages)

[PATCH V2] block: allow for_each_bvec to support zero len bvec
 2020-09-02 17:55 UTC  (2+ messages)

bdi cleanups v3
 2020-09-02 16:20 UTC  (5+ messages)
` [PATCH 06/14] block: lift setting the readahead size into the block layer

[PATCH V2 0/2] percpu_ref & block: reduce memory footprint of percpu_ref in fast path
 2020-09-02 14:02 UTC  (4+ messages)
` [PATCH V2 2/2] block: move 'q_usage_counter' into front of 'request_queue'

[PATCH 0/3] bfq: Two fixes and a cleanup for sequential readers
 2020-09-02 15:17 UTC  (8+ messages)
` [PATCH 3/3] bfq: Use only idle IO periods for think time calculations

remove revalidate_disk()
 2020-09-02 14:02 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).