linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-07 16:50:32 to 2021-08-10 23:47:01 UTC [more...]

[PATCH v3 0/4] Initial support for multi-actuator HDDs
 2021-08-10 23:46 UTC  (13+ messages)
` [PATCH v3 1/4] block: Add concurrent positioning ranges support
` [PATCH v3 2/4] scsi: sd: add "
` [PATCH v3 3/4] libata: support concurrent positioning ranges log
` [PATCH v3 4/4] doc: document sysfs queue/cranges attributes

move the bdi from the request_queue to the gendisk
 2021-08-10 21:56 UTC  (23+ messages)
` [PATCH 1/5] mm: hide laptop_mode_wb_timer entirely behind the BDI API
` [PATCH 2/5] block: pass a gendisk to blk_queue_update_readahead
` [PATCH 3/5] block: add a queue_has_disk helper
` [PATCH 4/5] block: move the bdi from the request_queue to the gendisk
` [PATCH 5/5] block: remove the bd_bdi in struct block_device

use regular gendisk registration in device mapper v2
 2021-08-10 21:30 UTC  (6+ messages)
` [PATCH 4/8] block: support delayed holder registration
` [dm-devel] use regular gendisk registration in device mapper v2

[PATCHSET v3 0/5] Enable bio recycling for polled IO
 2021-08-10 16:44 UTC  (7+ messages)
` [PATCH 1/5] bio: add allocation cache abstraction
` [PATCH 2/5] io_uring: use kiocb->private to hold rw_len
` [PATCH 3/5] fs: add ki_bio_cache pointer to struct kiocb
` [PATCH 4/5] io_uring: wire up bio allocation cache
` [PATCH 5/5] block: enable use of "

[RFC PATCH v2 00/10] Add configurable block device LED triggers
 2021-08-10 16:43 UTC  (26+ messages)
` [RFC PATCH v2 01/10] docs: Add block device LED trigger documentation
` [RFC PATCH v2 02/10] block: Add file (blk-ledtrig.c) for block device LED trigger implementation
` [RFC PATCH v2 03/10] block: Add block device LED trigger fields to gendisk structure
` [RFC PATCH v2 04/10] block: Add functions to set & clear block device LEDs
` [RFC PATCH v2 05/10] block: Add block device sysfs attribute to set/clear/show LED
` [RFC PATCH v2 06/10] block: Add activate and deactivate functions for block device LED trigger
` [RFC PATCH v2 07/10] block: Add sysfs attributes to LEDs associated with blkdev trigger
` [RFC PATCH v2 08/10] block: Add init function for block device LED trigger
` [RFC PATCH v2 09/10] block: Blink device LED (if any) when request is sent to its driver
` [RFC PATCH v2 10/10] block: Add config option to enable block device LED triggers

[PATCHSET 0/4] Enable bio recycling for polled IO
 2021-08-10 15:58 UTC  (16+ messages)
` [PATCH 1/4] bio: add allocation cache abstraction
` [PATCH 2/4] fs: add bio alloc cache kiocb flag
` [PATCH 3/4] io_uring: wire up bio allocation cache
` [PATCH 4/4] block: enable use of "

pass a gendisk instead of block_device in the partitioning code
 2021-08-10 15:45 UTC  (5+ messages)
` [PATCH 1/4] block: store a gendisk in struct parsed_partitions
` [PATCH 2/4] block: pass a gendisk to bdev_add_partition
` [PATCH 3/4] block: pass a gendisk to bdev_del_partition
` [PATCH 4/4] block: pass a gendisk to bdev_resize_partition

[PATCH 1/2] blk-cgroup: refactor blkcg_print_stat
 2021-08-10 15:26 UTC  (2+ messages)
` [PATCH 2/2] blk-cgroup: stop using seq_get_buf

[PATCH v2] nbd: do del_gendisk() asynchronously for NBD_DESTROY_ON_DISCONNECT
 2021-08-10 15:20 UTC  (2+ messages)

[PATCH 7/8] dm: delay registering the gendisk
 2021-08-10 15:05 UTC  (5+ messages)
` [dm-devel] "

[PATCH AUTOSEL 5.13 24/24] kyber: make trace_block_rq call consistent with documentation
 2021-08-10 14:15 UTC 

[RFC PATCH] Page Cache Allowing Hard Interrupts
 2021-08-10 14:08 UTC  (5+ messages)

[PATCH v5] virtio-blk: Add validation for block size in config space
 2021-08-10  6:59 UTC  (4+ messages)

[PATCH v2] block: Fix typo in comments
 2021-08-10  6:43 UTC 

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

[PATCH v2 0/3] kmod: add patient module removal support
 2021-08-10  5:16 UTC  (4+ messages)
` [PATCH v2 1/3] libkmod: add a library notice log level print
` [PATCH v2 2/3] libkmod/libkmod-module: add refcnt fd helper
` [PATCH v2 3/3] libkmod-module: add support for a patient module removal option

[PATCH] block: return ELEVATOR_DISCARD_MERGE if possible
 2021-08-10  3:28 UTC  (7+ messages)

[PATCH V4 0/7] loop: cleanup charging io to mem/blkcg
 2021-08-10  3:26 UTC  (3+ messages)

[PATCH v4 00/10] libata cleanups and improvements
 2021-08-10  3:12 UTC  (10+ messages)
` [PATCH v4 01/10] libata: fix ata_host_alloc_pinfo()
` [PATCH v4 03/10] libata: fix sparse warning
` [PATCH v4 09/10] libahci: Introduce ncq_prio_supported sysfs sttribute
` [PATCH v4 10/10] scsi: mpt3sas: Introduce sas_ncq_prio_supported "

[Patch v5 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob for Azure VM
 2021-08-10  3:01 UTC  (7+ messages)

[PATCH V2 1/1] block: return ELEVATOR_DISCARD_MERGE if possible
 2021-08-10  2:52 UTC 

[PATCH] nbd: call genl_unregister_family() first in nbd_cleanup()
 2021-08-10  2:19 UTC  (3+ messages)

[PATCH] xen-blkfront: Remove redundant assignment to variable err
 2021-08-10  2:05 UTC  (3+ messages)

[PATCH] blk-iocost: fix lockdep warning on blkcg->lock
 2021-08-10  2:00 UTC  (3+ messages)

[PATCH v2 0/2] fix request uaf in nbd_read_stat()
 2021-08-10  1:48 UTC  (8+ messages)
` [PATCH v2 1/2] blk-mq: add a new interface to get request by tag
` [PATCH v2 2/2] nbd: convert to use blk_mq_get_rq_by_tag()

[PATCH v3] blk-throtl: optimize IOPS throttle for large IO scenarios
 2021-08-09 22:39 UTC  (2+ messages)

[PATCH v2 00/11] blk-mq: Reduce static requests memory footprint for shared sbitmap
 2021-08-09 19:55 UTC  (15+ messages)
` [PATCH v2 01/11] blk-mq: Change rqs check in blk_mq_free_rqs()
` [PATCH v2 02/11] block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ
` [PATCH v2 03/11] blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()
` [PATCH v2 04/11] blk-mq: Invert check "
` [PATCH v2 05/11] blk-mq-sched: Rename blk_mq_sched_alloc_{tags -> map_and_request}()
` [PATCH v2 06/11] blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()
` [PATCH v2 07/11] blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()
` [PATCH v2 08/11] blk-mq: Add blk_mq_ops.init_request_no_hctx()
` [PATCH v2 09/11] scsi: Set blk_mq_ops.init_request_no_hctx
` [PATCH v2 10/11] blk-mq: Use shared tags for shared sbitmap support
` [PATCH v2 11/11] blk-mq: Stop using pointers for blk_mq_tags bitmap tags

remove GENHD_FL_UP
 2021-08-09 11:30 UTC  (11+ messages)
` [PATCH 1/8] mmc: block: let device_add_disk create disk attributes
` [PATCH 2/8] mmc: block: cleanup gendisk creation
` [PATCH 3/8] nvme: remove the GENHD_FL_UP check in nvme_ns_remove
` [PATCH 4/8] nvme: replace the GENHD_FL_UP check in nvme_mpath_shutdown_disk
` [PATCH 5/8] sx8: use the internal state machine to check if del_gendisk needs to be called
` [PATCH 6/8] bcache: add proper error unwinding in bcache_device_init
` [PATCH 7/8] bcache: move the del_gendisk call out of bcache_device_free
` [PATCH 8/8] block: remove GENHD_FL_UP

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-08-09 11:20 UTC  (7+ messages)
` [PATCH 47/64] btrfs: Use memset_after() to clear end of struct

[PATCH v4 0/2] allow blk-zoned ioctls without CAP_SYS_ADMIN
 2021-08-09 10:04 UTC  (6+ messages)
` [PATCH v4 1/2] blk-zoned: allow zone management send operations "
` [PATCH v4 2/2] blk-zoned: allow BLKREPORTZONE "

[PATCH v3 0/4] IO priority fixes and improvements
 2021-08-09  7:45 UTC  (11+ messages)
` [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 0/2] fix request uaf in nbd_read_stat()
 2021-08-09  1:11 UTC  (5+ messages)
` [PATCH 1/2] blk-mq: add two interfaces to lock/unlock blk_mq_tags->lock
` [PATCH 2/2] nbd: hold tags->lock to prevent access freed request through blk_mq_tag_to_rq()

[RFC] bio: fix page leak bio_add_hw_page failure
 2021-08-08 12:57 UTC  (2+ messages)

[PATCH] block: don't decrement flush request refcount if it's state is idle in flush_end_io()
 2021-08-08  8:44 UTC  (2+ messages)

[BUG] FLOPPY DRIVER since 5.10.20
 2021-08-08  7:42 UTC  (2+ messages)
` [PATCH] Revert "floppy: reintroduce O_NDELAY fix"

[PATCH] nbd: hold tags->lock to prevent access freed request through blk_mq_tag_to_rq()
 2021-08-08  2:41 UTC  (3+ messages)

[GIT PULL] Block fixes for 5.14-rc5
 2021-08-07 18:21 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).