linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-03 18:23:15 to 2021-08-06 11:35:34 UTC [more...]

[PATCH v3 0/9] libata cleanups and improvements
 2021-08-06 11:35 UTC  (11+ messages)
` [PATCH v3 1/9] libata: fix ata_host_alloc_pinfo()
` [PATCH v3 2/9] libata: fix ata_host_start()
` [PATCH v3 3/9] libata: cleanup device sleep capability detection
` [PATCH v3 4/9] libata: cleanup ata_dev_configure()
` [PATCH v3 5/9] libata: cleanup NCQ priority handling
` [PATCH v3 6/9] libata: fix ata_read_log_page() warning
` [PATCH v3 7/9] libata: print feature list on device scan
` [PATCH v3 8/9] libahci: Introduce ncq_prio_supported sysfs sttribute
` [PATCH v3 9/9] scsi: mpt3sas: Introduce sas_ncq_prio_supported "

[PATCH v3 0/4] IO priority fixes and improvements
 2021-08-06 11:18 UTC  (5+ messages)
` [PATCH v3 1/4] block: bfq: fix bfq_set_next_ioprio_data()
` [PATCH v3 2/4] block: fix ioprio interface
` [PATCH v3 3/4] block: rename IOPRIO_BE_NR
` [PATCH v3 4/4] block: fix default IO priority handling

[PATCH] xen-blkfront: Remove redundant assignment to variable err
 2021-08-06 11:06 UTC 

[PATCH] nbd: hold tags->lock to prevent access freed request through blk_mq_tag_to_rq()
 2021-08-06  9:44 UTC 

[PATCH v2 0/9] libata cleanups and improvements
 2021-08-06  9:32 UTC  (22+ messages)
` [PATCH v2 1/9] libata: fix ata_host_alloc_pinfo()
` [PATCH v2 2/9] libata: fix ata_host_start()
` [PATCH v2 3/9] libata: cleanup device sleep capability detection
` [PATCH v2 4/9] libata: cleanup ata_dev_configure()
` [PATCH v2 5/9] libata: cleanup NCQ priority handling
` [PATCH v2 6/9] libata: fix ata_read_log_page() warning
` [PATCH v2 7/9] libata: print feature list on device scan
` [PATCH v2 8/9] libahci: Introduce ncq_prio_supported sysfs sttribute
` [PATCH v2 9/9] scsi: mpt3sas: Introduce sas_ncq_prio_supported "

[PATCH v3 0/4] Initial support for multi-actuator HDDs
 2021-08-06  8:52 UTC  (6+ messages)

[PATCH v2 0/4] IO priority fixes and improvements
 2021-08-06  8:38 UTC  (12+ messages)
` [PATCH v2 1/4] block: bfq: fix bfq_set_next_ioprio_data()
` [PATCH v2 2/4] block: fix ioprio interface
` [PATCH v2 3/4] block: rename IOPRIO_BE_NR
` [PATCH v2 4/4] block: fix default IO priority handling

[PATCH V4 0/7] loop: cleanup charging io to mem/blkcg
 2021-08-06  8:03 UTC  (8+ messages)
` [PATCH V4 1/7] mm: memcontrol: add helper of memcg_get_e_css
` [PATCH V4 2/7] loop: clean up blkcg association
` [PATCH V4 3/7] loop: conver timer for monitoring idle worker into dwork
` [PATCH V4 4/7] loop: add __loop_free_idle_workers() for covering freeing workers in clearing FD
` [PATCH V4 5/7] loop: improve loop_process_work
` [PATCH V4 6/7] loop: use xarray to store workers
` [PATCH V4 7/7] loop: don't add worker into idle list

[PATCH V7 0/4] blk-mq: fix request UAF related with iterating over tagset requests
 2021-08-06  7:50 UTC  (4+ messages)

[PATCH V3 0/7] loop: cleanup charging io to mem/blkcg
 2021-08-06  5:50 UTC  (9+ messages)
` [PATCH V3 1/7] mm: memcontrol: add helper of memcg_get_e_css
` [PATCH V3 2/7] loop: clean up blkcg association
` [PATCH V3 3/7] loop: conver timer for monitoring idle worker into dwork
` [PATCH V3 4/7] loop: add __loop_free_idle_workers() for covering freeing workers in clearing FD
` [PATCH V3 5/7] loop: improve loop_process_work
` [PATCH V3 6/7] loop: use xarray to store workers
` [PATCH V3 7/7] loop: don't add worker into idle list

add a bvec_virt helper
 2021-08-06  2:43 UTC  (28+ messages)
` [PATCH 01/15] bvec: "
` [PATCH 02/15] block: use bvec_virt in bio_integrity_{process,free}
` [PATCH 03/15] dm: make EBS depend on !HIGHMEM
` [PATCH 04/15] dm-ebs: use bvec_virt
` [PATCH 05/15] dm-integrity: "
` [PATCH 06/15] squashfs: "
` [PATCH 07/15] rbd: "
` [PATCH 08/15] virtio_blk: "
` [PATCH 09/15] bcache: "
` [PATCH 10/15] sd: "
  ` [dm-devel] "
` [PATCH 11/15] ubd: "
` [PATCH 12/15] ps3vram: "
` [PATCH 13/15] dasd: "
` [PATCH 14/15] dcssblk: "
` [PATCH 15/15] nvme: "

[PATCH] blk-mq: allow hardware queue to get more tag while sharing a tag set
 2021-08-06  2:43 UTC  (8+ messages)

[PATCH] blk-mq: clear active_queues before clearing BLK_MQ_F_TAG_QUEUE_SHARED
 2021-08-06  2:25 UTC  (3+ messages)

[PATCH v2 0/4] optimize the bfq queue idle judgment
 2021-08-06  2:08 UTC  (5+ messages)
` [PATCH v2 1/4] block, bfq: add support to track if root_group have any pending requests
` [PATCH v2 2/4] block, bfq: do not idle if only one cgroup is activated
` [PATCH v2 3/4] block, bfq: add support to record request size information
` [PATCH v2 4/4] block, bfq: consider request size in bfq_asymmetric_scenario()

[PATCH] kyber: make trace_block_rq call consistent with documentation
 2021-08-05 20:31 UTC  (2+ messages)

[Patch v5 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob for Azure VM
 2021-08-05 18:34 UTC  (16+ messages)
` [Patch v5 1/3] Drivers: hv: vmbus: add support to ignore certain PCIE devices
` [Patch v5 2/3] Drivers: hv: add Azure Blob driver
` [Patch v5 3/3] Drivers: hv: Add to maintainer for Hyper-V/Azure drivers

Could it be made possible to offer "supplementary" data to a DIO write ?
 2021-08-05 17:45 UTC  (8+ messages)

[PATCH v3 0/2] Change the default loop driver I/O scheduler
 2021-08-05 17:49 UTC  (4+ messages)
` [PATCH v3 1/2] blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flag
` [PATCH v3 2/2] loop: Select I/O scheduler 'none' from inside add_disk()

[PATCH] block/partitions/ldm.c: Fix a kernel-doc warning
 2021-08-05 17:49 UTC  (2+ messages)

[PATCH] blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()
 2021-08-05 17:18 UTC  (3+ messages)

[PATCH v2 0/3] Improve loop driver I/O scheduler and QD selection
 2021-08-05 16:49 UTC  (17+ messages)
` [PATCH v2 1/3] blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flag
` [PATCH v2 2/3] loop: Select I/O scheduler 'none' from inside add_disk()
` [PATCH v2 3/3] loop: Add the default_queue_depth kernel module parameter

[PATCH] nbd: call genl_unregister_family() first in nbd_cleanup()
 2021-08-05 15:50 UTC  (2+ messages)

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-08-05 11:36 UTC  (3+ messages)
` [PATCH 58/64] powerpc: Split memset() to avoid multi-field overflow

[RFC PATCH v2] Page Cache Allowing Hard Interrupts
 2021-08-05  5:57 UTC 

[PATCH] block: return ELEVATOR_DISCARD_MERGE if possible
 2021-08-05  3:35 UTC  (2+ messages)

[PATCH v2] nbd: do del_gendisk() asynchronously for NBD_DESTROY_ON_DISCONNECT
 2021-08-05  2:12 UTC 

[REGRESSION?] Simultaneous writes to a reader-less, non-full pipe can hang
 2021-08-04 20:04 UTC  (4+ messages)

[PATCH] libkmod-module: add support for a patient module removal option
 2021-08-04 18:47 UTC  (3+ messages)

[PATCH] n64cart: fix the dma address in n64cart_do_bvec
 2021-08-04 17:15 UTC  (5+ messages)

[PATCH 0/1] s390/dasd: fix use after free
 2021-08-04 15:20 UTC  (3+ messages)
` [PATCH 1/1] s390/dasd: fix use after free in dasd path handling

use regular gendisk registration in device mapper v2
 2021-08-04  9:41 UTC  (9+ messages)
` [PATCH 1/8] block: make the block holder code optional
` [PATCH 2/8] block: remove the extra kobject reference in bd_link_disk_holder
` [PATCH 3/8] block: look up holders by bdev
` [PATCH 4/8] block: support delayed holder registration
` [PATCH 5/8] dm: cleanup cleanup_mapped_device
` [PATCH 6/8] dm: move setting md->type into dm_setup_md_queue
` [PATCH 7/8] dm: delay registering the gendisk
` [PATCH 8/8] block: remove support for delayed queue registrations

[PATCH v9 0/9] add support for direct I/O with fscrypt using blk-crypto
 2021-08-04  8:26 UTC  (3+ messages)

[PATCH -next v3] nbd: add the check to prevent overflow in __nbd_ioctl()
 2021-08-04  2:12 UTC 

[PATCH] blk-iocost: fix lockdep warning on blkcg->lock
 2021-08-04  1:34 UTC  (4+ 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).