linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-06 05:11:49 to 2021-08-09 22:41:00 UTC [more...]

[PATCH] blk-iocost: fix lockdep warning on blkcg->lock
 2021-08-09 22:40 UTC  (2+ messages)

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

move the bdi from the request_queue to the gendisk
 2021-08-09 21:42 UTC  (19+ 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

[PATCHSET 0/4] Enable bio recycling for polled IO
 2021-08-09 21:24 UTC  (5+ 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 "

[PATCH] block: return ELEVATOR_DISCARD_MERGE if possible
 2021-08-09 20:36 UTC  (4+ 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

[RFC PATCH v2 00/10] Add configurable block device LED triggers
 2021-08-09 19:54 UTC  (16+ 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

use regular gendisk registration in device mapper v2
 2021-08-09 17:51 UTC  (2+ messages)

[PATCH v2 0/2] fix request uaf in nbd_read_stat()
 2021-08-09 14:04 UTC  (7+ 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()

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 v5] virtio-blk: Add validation for block size in config space
 2021-08-09 10:16 UTC 

[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 v4 00/10] libata cleanups and improvements
 2021-08-09  9:07 UTC  (15+ messages)
` [PATCH v4 01/10] libata: fix ata_host_alloc_pinfo()
` [PATCH v4 02/10] libata: fix ata_host_start()
` [PATCH v4 03/10] libata: fix sparse warning
` [PATCH v4 04/10] libata: cleanup device sleep capability detection
` [PATCH v4 05/10] libata: cleanup ata_dev_configure()
` [PATCH v4 06/10] libata: cleanup NCQ priority handling
` [PATCH v4 07/10] libata: fix ata_read_log_page() warning
` [PATCH v4 08/10] libata: print feature list on device scan
` [PATCH v4 09/10] libahci: Introduce ncq_prio_supported sysfs sttribute
` [PATCH v4 10/10] scsi: mpt3sas: Introduce sas_ncq_prio_supported "

[PATCH v3 0/4] IO priority fixes and improvements
 2021-08-09  7:45 UTC  (13+ 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 V4 0/7] loop: cleanup charging io to mem/blkcg
 2021-08-09  6:41 UTC  (9+ 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 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 v5 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob for Azure VM
 2021-08-08  5:14 UTC  (6+ messages)

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

[PATCH v2 0/9] libata cleanups and improvements
 2021-08-07  3:32 UTC  (27+ 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] kyber: make trace_block_rq call consistent with documentation
 2021-08-06 22:40 UTC  (2+ messages)

[PATCH] libkmod-module: add support for a patient module removal option
 2021-08-06 21:45 UTC  (4+ messages)

[PATCH v2] Provide detailed specification of virtio-blk lifetime metrics
 2021-08-06 19:19 UTC  (3+ messages)
      ` [virtio-dev] Fwd: "

[PATCH v1 0/2] nbd: reset the queue/io_timeout to default on disconnect
 2021-08-06 14:29 UTC  (3+ messages)
` [PATCH v1 1/2] block: cleanup: define default command timeout and use it
` [PATCH v1 2/2] nbd: reset the queue/io_timeout to default on disconnect

[PATCH v3 0/9] libata cleanups and improvements
 2021-08-06 12:17 UTC  (13+ 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 "

[syzbot] KASAN: invalid-free in bdev_free_inode (2)
 2021-08-06 11:45 UTC 

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

[PATCH v3 0/4] Initial support for multi-actuator HDDs
 2021-08-06  8:52 UTC  (5+ 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 V7 0/4] blk-mq: fix request UAF related with iterating over tagset requests
 2021-08-06  7:50 UTC  (4+ messages)

[PATCH V3 2/7] loop: clean up blkcg association
 2021-08-06  5:50 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).