linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-05 11:53:02 to 2020-03-10 16:32:20 UTC [more...]

[PATCH RFC v2 00/24] scsi: enable reserved commands for LLDDs
 2020-03-10 16:25 UTC  (22+ messages)
` [PATCH RFC v2 01/24] scsi: add 'nr_reserved_cmds' field to the SCSI host template
` [PATCH RFC v2 02/24] scsi: allocate separate queue for reserved commands
` [PATCH RFC v2 03/24] blk-mq: Implement blk_mq_rq_is_reserved()
` [PATCH RFC v2 04/24] scsi: Add scsi_{get, put}_reserved_cmd()
` [PATCH RFC v2 05/24] csiostor: use reserved command for LUN reset
` [PATCH RFC v2 06/24] scsi: add scsi_cmd_from_priv()
` [PATCH RFC v2 07/24] virtio_scsi: use reserved commands for TMF
` [PATCH RFC v2 08/24] scsi: add host tagset busy iterator
` [PATCH RFC v2 09/24] fnic: use reserved commands
` [PATCH RFC v2 10/24] fnic: use scsi_host_tagset_busy_iter() to traverse commands
` [PATCH RFC v2 11/24] hpsa: move hpsa_hba_inquiry after scsi_add_host()
` [PATCH RFC v2 13/24] hpsa: use blk_mq_tagset_busy_iter() to traverse outstanding commands
` [PATCH RFC v2 14/24] hpsa: drop refcount field from CommandList
` [PATCH RFC v2 16/24] snic: use tagset iter for traversing commands
` [PATCH RFC v2 17/24] aacraid: move scsi_add_host()
` [PATCH RFC v2 18/24] aacraid: use private commands
` [PATCH RFC v2 19/24] aacraid: replace cmd_list with scsi_host_tagset_busy_iter()
` [PATCH RFC v2 20/24] aacraid: use scsi_host_tagset_busy_iter() to traverse outstanding commands
` [PATCH RFC v2 21/24] dpt_i2o: drop cmd_list usage
` [PATCH RFC v2 23/24] scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Allocate Scsi_cmd for slow task
` [PATCH RFC v2 24/24] scsi: hisi_sas: Use libsas slow task SCSI command

disk revalidation updates and OOM
 2020-03-10 16:26 UTC  (8+ messages)

commit 01e99aeca397 causes longer runtime of block/004
 2020-03-10 14:37 UTC  (19+ messages)

[LSFMMBPF TOPIC] Killing LSFMMBPF
 2020-03-10 13:40 UTC  (31+ messages)
` [Lsf-pc] "
  ` [LSFMMBPF TOPIC] LSFMMBPF 2020 COVID-19 status update
` [LSFMMBPF TOPIC] long live LFSMMBPF

[PATCH v4 0/8] Improve changing the number of hardware queues
 2020-03-10 13:10 UTC  (10+ messages)
` [PATCH v4 1/8] blk-mq: Fix a comment in include/linux/blk-mq.h
` [PATCH v4 2/8] blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
` [PATCH v4 3/8] blk-mq: Fix a recently introduced regression in blk_mq_realloc_hw_ctxs()
` [PATCH v4 4/8] null_blk: Suppress an UBSAN complaint triggered when setting 'memory_backed'
` [PATCH v4 5/8] null_blk: Fix changing the number of hardware queues
` [PATCH v4 6/8] null_blk: Fix the null_add_dev() error path
` [PATCH v4 7/8] null_blk: Handle null_add_dev() failures properly
` [PATCH v4 8/8] null_blk: Add support for init_hctx() fault injection

[PATCH] loop: Only change blocksize when needed
 2020-03-10 13:12 UTC 

[PATCH] loop: Only freeze block queue when needed
 2020-03-10 13:06 UTC 

LKFT: arm x15: mmc1: cache flush error -110
 2020-03-10  9:46 UTC  (24+ messages)

[PATCH 00/11] Introduce Zone Append for writing to zoned block devices
 2020-03-10  9:46 UTC  (12+ messages)
` [PATCH 01/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH 02/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH 03/11] block: introduce bio_add_append_page
` [PATCH 04/11] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH 05/11] block: introduce BLK_STS_ZONE_RESOURCE
` [PATCH 06/11] block: introduce blk_req_zone_write_trylock
` [PATCH 07/11] block: factor out requeue handling from dispatch code
` [PATCH 08/11] block: delay un-dispatchable request
` [PATCH 09/11] block: Introduce zone write pointer offset caching
` [PATCH 10/11] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH 11/11] scsi: sd_zbc: emulate ZONE_APPEND commands

[PATCH V2 0/6] Some cleanups for blk-core.c and blk-flush.c
 2020-03-09 21:41 UTC  (7+ messages)
` [PATCH V2 1/6] block: fix comment for blk_cloned_rq_check_limits
` [PATCH V2 2/6] block: use bio_{wouldblock,io}_error in direct_make_request
` [PATCH V2 3/6] block: remove redundant setting of QUEUE_FLAG_DYING
` [PATCH V2 4/6] block: cleanup for _blk/blk_rq_prep_clone
` [PATCH V2 5/6] block: remove unneeded argument from blk_alloc_flush_queue
` [PATCH V2 6/6] block: cleanup comment for blk_flush_complete_seq

[PATCH 0/7] blk-mq request and latency stats
 2020-03-09 20:59 UTC  (8+ messages)
` [PATCH 1/7] block: keep track of per-device io sizes in stats
` [PATCH 2/7] block: Use blk-stat infrastructure to collect per queue request stats
` [PATCH 3/7] Export block request stats to sysfs
` [PATCH 4/7] Expand block stats to export number of of requests per bucket
` [PATCH 5/7] blk-mq: Only allocate request stat data when it is enabled
` [PATCH 6/7] blk-stat: Make bucket function take latency as an additional argument
` [PATCH 7/7] block: Introduce blk-mq latency stats

❌ FAIL: Test report for kernel 5.6.0-rc4-61a0925.cki (mainline.kernel.org)
 2020-03-09 17:09 UTC  (4+ messages)

[PATCH v2 0/8] Introduce NVIDIA Tegra Partition Tablex
 2020-03-09  5:56 UTC  (14+ messages)
` [PATCH v2 1/8] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v2 2/8] mmc: block: Add mmc_bdev_to_card() helper
` [PATCH v2 3/8] partitions: Introduce NVIDIA Tegra Partition Table
` [PATCH v2 4/8] mmc: block: Add mmc_bdev_to_part_type() helper
` [PATCH v2 5/8] mmc: block: Add mmc_bdev_to_area_type() helper
` [PATCH v2 6/8] mmc: block: Add MMC_QUIRK_RESCAN_MAIN_BLKDEV
` [PATCH v2 7/8] mmc: block: Enable partition-table scanning for boot partitions
` [PATCH v2 8/8] partitions/tegra: Implement eMMC boot partitions scanning

general protection fault in __queue_work (2)
 2020-03-09  2:17 UTC  (2+ messages)

[PATCH v2 0/6] floppy: make use of the local/global fdc explicit
 2020-03-08 13:12 UTC  (2+ messages)

[Bug Report] block: integer overflow in blk_ioctl_discard
 2020-03-08  3:52 UTC 

[GIT PULL] Block fixes for 5.6-rc
 2020-03-07 20:25 UTC  (2+ messages)

general protection fault in __queue_work (2)
 2020-03-07 17:55 UTC  (2+ messages)

[PATCH v2 0/7] bdi: fix use-after-free for bdi device
 2020-03-07  9:13 UTC  (9+ messages)
` [PATCH v2 3/7] bdi: protect device lifetime with RCU

general protection fault in __loop_clr_fd
 2020-03-07  3:54 UTC  (2+ messages)

[PATCH v1 0/3] Introduce NVIDIA Tegra Partition Table
 2020-03-06 23:11 UTC  (9+ messages)
` [PATCH v1 3/3] partitions: "

[PATCH BUGFIX] block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()
 2020-03-06 14:01 UTC  (2+ messages)

[PATCH v9 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-03-06 13:33 UTC  (22+ messages)
` [PATCH v9 06/25] RDMA/rtrs: client: main functionality
` [PATCH v9 10/25] RDMA/rtrs: server: "

[PATCH v3] xen/blkfront: fix ring info addressing
 2020-03-06 11:15 UTC  (2+ messages)

[PATCH RFC v6 00/10] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-03-06 11:12 UTC  (17+ messages)
` [PATCH RFC v6 01/10] blk-mq: rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED
` [PATCH RFC v6 02/10] blk-mq: rename blk_mq_update_tag_set_depth()
` [PATCH RFC v6 03/10] blk-mq: Use pointers for blk_mq_tags bitmap tags
` [PATCH RFC v6 04/10] blk-mq: Facilitate a shared sbitmap per tagset
` [PATCH RFC v6 05/10] blk-mq: Add support in hctx_tags_bitmap_show() for a shared sbitmap
` [PATCH RFC v6 06/10] scsi: Add template flag 'host_tagset'
` [PATCH RFC v6 07/10] scsi: hisi_sas: Switch v3 hw to MQ
` [PATCH RFC v6 08/10] megaraid_sas: switch fusion adapters "
` [PATCH RFC v6 09/10] smartpqi: enable host tagset
` [PATCH RFC v6 10/10] hpsa: enable host_tagset and switch to MQ

[PATCH] partitions/efi: Fix partition name parsing in GUID partition entry
 2020-03-06 10:14 UTC  (10+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH v3 0/8] Improve changing the number of hardware queues
 2020-03-06 10:04 UTC  (5+ messages)
` [PATCH v3 2/8] blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync

[PATCH v7 0/6] block: Introduce REQ_ALLOCATE flag for REQ_OP_WRITE_ZEROES
 2020-03-06  9:11 UTC  (3+ messages)

[PATCH v2] block: Fix partition support for host aware zoned block devices
 2020-03-06  6:47 UTC  (2+ messages)

[PATCH] loop: avoid EAGAIN, if offset or block_size are changed
 2020-03-05 21:04 UTC  (2+ messages)

[PATCH v2] blktrace: fix dereference after null check
 2020-03-05 20:43 UTC  (3+ messages)

[PATCH AUTOSEL 5.5 39/67] blk-mq: insert passthrough request into hctx->dispatch directly
 2020-03-05 17:12 UTC 

[PATCH AUTOSEL 5.4 35/58] blk-mq: insert passthrough request into hctx->dispatch directly
 2020-03-05 17:13 UTC 

[PATCH v7 0/9] Inline Encryption Support
 2020-03-05 16:11 UTC  (7+ messages)
` [PATCH v7 1/9] block: Keyslot Manager for Inline Encryption

[PATCH v2] xen/blkfront: fix ring info addressing
 2020-03-05 15:47 UTC  (4+ messages)
    ` [Xen-devel] "

[PATCH blktests 0/3] ANA and fcloop tests
 2020-03-05 11:52 UTC  (4+ messages)
` [PATCH 1/3] nvme: enable ANA support
` [PATCH 2/3] nvme/033: add test for ANA state transition
` [PATCH 3/3] tests/nvme/034: Add a test for the fcloop driver


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