linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-01 21:01:56 to 2021-09-07 11:29:19 UTC [more...]

[PATCH v2 0/4] optimize the bfq queue idle judgment
 2021-09-07 11:29 UTC  (12+ 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 4/4] block, bfq: consider request size in bfq_asymmetric_scenario()

[PATCH] brd: reduce the brd_devices_mutex scope
 2021-09-07 10:18 UTC  (3+ messages)
  ` [PATCH v2] "

blktests nvme testcase error
 2021-09-07  7:05 UTC  (2+ messages)

[PATCH] cdrom: add linux-block list to uniform CD-ROM entry in MAINTAINERS file
 2021-09-07  5:41 UTC  (2+ messages)

[PATCH v2 0/3] fix races between nbd setup and module removal
 2021-09-07  3:04 UTC  (10+ messages)
` [PATCH v2 1/3] nbd: use pr_err to output error message
` [PATCH v2 2/3] nbd: call genl_unregister_family() first in nbd_cleanup()
` [PATCH v2 3/3] nbd: fix race between nbd_alloc_config() and module removal

[PATCH v3 0/8] block: first batch of add_disk() error handling conversions
 2021-09-07  1:37 UTC  (21+ messages)
` [PATCH v3 1/8] scsi/sd: add error handling support for add_disk()
` [PATCH v3 2/8] scsi/sr: "
` [PATCH v3 3/8] nvme: "
` [PATCH v3 4/8] mmc/core/block: "
` [PATCH v3 5/8] md: "
` [PATCH v3 6/8] dm: add add_disk() error handling
` [PATCH v3 7/8] loop: add error handling support for add_disk()
` [PATCH v3 8/8] nbd: "

[PATCH] blk-mq: avoid to iterate over stale request
 2021-09-07  1:14 UTC  (3+ messages)

[PATCH v2] drivers/cdrom: improved ioctl for media change detection
 2021-09-06 22:57 UTC 

[PATCH v7 0/5] Initial support for multi-actuator HDDs
 2021-09-06 22:31 UTC  (12+ messages)
` [PATCH v7 1/5] block: Add independent access ranges support
` [PATCH v7 2/5] scsi: sd: add concurrent positioning "
` [PATCH v7 3/5] libata: support concurrent positioning ranges log
` [PATCH v7 4/5] doc: document sysfs queue/independent_access_ranges attributes
` [PATCH v7 5/5] doc: Fix typo in request queue sysfs documentation

[PATCH] block: include dd_queued{,_show} into proper BLK_DEBUG_FS guard
 2021-09-06 17:39 UTC  (4+ messages)

[GIT PULL] Block fixes for 5.15-rc1
 2021-09-06 17:15 UTC  (2+ messages)

[PATCH 0/9] block: 5th batch of add_disk() error handling conversions
 2021-09-06 17:10 UTC  (22+ messages)
` [PATCH 1/9] cdrom/gdrom: add error handling support for add_disk()
` [PATCH 2/9] ms_block: "
` [PATCH 3/9] mspro_block: "
` [PATCH 4/9] rbd: add add_disk() error handling
` [PATCH 5/9] mtd: "
` [PATCH 6/9] s390/block/dasd_genhd: add error handling support for add_disk()
` [PATCH 7/9] s390/block/dcssblk: "
` [PATCH 8/9] s390/block/scm_blk: "
` [PATCH 9/9] s390/block/xpram: "

[PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-06 15:09 UTC  (9+ messages)

block/mq-deadline.c:274:12: error: 'dd_queued' defined but not used [-Werror=unused-function]
 2021-09-06 12:35 UTC 

[PATCH v2 1/1] virtio-blk: add num_io_queues module parameter
 2021-09-06 11:59 UTC  (6+ messages)

rq pointer in tags->rqs[] is not cleared in time and make SCSI error handle can not be triggered
 2021-09-06  8:16 UTC  (5+ messages)

[PATCH] block/mq-deadline: Move dd_queued() to fix defined but not used warning
 2021-09-06  6:56 UTC  (5+ messages)

INFO: task hung in blkdev_put
 2021-09-06  6:04 UTC 

[PATCH 0/2] block: 7th -- last batch of add_disk() error handling conversions
 2021-09-06  5:59 UTC  (7+ messages)
` [PATCH 1/2] block: make __register_blkdev() return an error
` [PATCH 2/2] block: add __must_check for *add_disk*() callers

[PATCH v2 1/1] virtio-blk: remove unneeded "likely" statements
 2021-09-06  5:35 UTC  (3+ messages)

[PATCH] mq-deadline: Fix build error for !BLK_DEBUG_FS
 2021-09-06  3:12 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 18/39] blk-throtl: optimize IOPS throttle for large IO scenarios
 2021-09-06  1:21 UTC 

[PATCH AUTOSEL 5.13 18/46] nbd: add the check to prevent overflow in __nbd_ioctl()
 2021-09-06  1:20 UTC  (2+ messages)
` [PATCH AUTOSEL 5.13 19/46] blk-throtl: optimize IOPS throttle for large IO scenarios

[PATCH AUTOSEL 5.14 18/47] nbd: add the check to prevent overflow in __nbd_ioctl()
 2021-09-06  1:19 UTC  (2+ messages)
` [PATCH AUTOSEL 5.14 19/47] blk-throtl: optimize IOPS throttle for large IO scenarios

[PATCH 00/18] Introduce block device LED trigger
 2021-09-05 23:13 UTC  (43+ messages)
` [PATCH 01/18] docs: Add block device (blkdev) LED trigger documentation
` [PATCH 02/18] ledtrig-blkdev: Add build infra for block device LED trigger
` [PATCH 03/18] ledtrig-blkdev: Add function placeholders needed by block changes
` [PATCH 04/18] block: Add block device LED trigger integrations
` [PATCH 05/18] ledtrig-blkdev: Implement functions called from block subsystem
` [PATCH 06/18] ledtrig-blkdev: Add function to get gendisk by name
` [PATCH 07/18] ledtrig-blkdev: Add constants, data types, and global variables
` [PATCH 08/18] ledtrig-blkdev: Add miscellaneous helper functions
` [PATCH 09/18] ledtrig-blkdev: Periodically check devices for activity & blink LEDs
` [PATCH 10/18] ledtrig-blkdev: Add function to associate the trigger with an LED
` [PATCH 11/18] ledtrig-blkdev: Add function to associate a device "
` [PATCH 12/18] ledtrig-blkdev: Add function to remove LED/device association
` [PATCH 13/18] ledtrig-blkdev: Add function to disassociate a device from all LEDs
` [PATCH 14/18] ledtrig-blkdev: Add function to disassociate an LED from the trigger
` [PATCH 15/18] ledtrig-blkdev: Add sysfs attributes to [un]link LEDs & devices
` [PATCH 16/18] ledtrig-blkdev: Add blink_time & interval sysfs attributes
` [PATCH 17/18] ledtrig-blkdev: Add mode (read/write/rw) sysfs attributue
` [PATCH 18/18] ledtrig-blkdev: Add initialization & exit functions

[PATCH v3 1/1] virtio-blk: add num_request_queues module parameter
 2021-09-05 15:15 UTC  (11+ messages)

[PATCH] loop: replace loop_ctl_mutex with loop_idr_spinlock
 2021-09-04  4:16 UTC  (10+ messages)
        ` [PATCH v2] loop: reduce the loop_ctl_mutex scope
          ` [PATCH v3] "
              ` [PATCH v3 (repost)] "

[PATCH 00/14] block: 6th batch of add_disk() error handling conversions
 2021-09-04  1:35 UTC  (15+ messages)
` [PATCH 01/14] block/swim3: add error handling support for add_disk()
` [PATCH 02/14] floppy: fix add_disk() assumption on exit due to new developments
` [PATCH 03/14] floppy: use blk_cleanup_disk()
` [PATCH 04/14] floppy: fix calling platform_device_unregister() on invalid drives
` [PATCH 05/14] floppy: add error handling support for add_disk()
` [PATCH 06/14] amiflop: "
` [PATCH 07/14] swim: simplify using blk_cleanup_disk() on swim_remove()
` [PATCH 08/14] swim: add helper for disk cleanup
` [PATCH 09/14] swim: add a floppy registration bool which triggers del_gendisk()
` [PATCH 10/14] swim: add error handling support for add_disk()
` [PATCH 11/14] block/ataflop: use the blk_cleanup_disk() helper
` [PATCH 12/14] block/ataflop: add registration bool before calling del_gendisk()
` [PATCH 13/14] block/ataflop: provide a helper for cleanup up an atari disk
` [PATCH 14/14] block/ataflop add error handling support for add_disk()

[PATCH 1/1] virtio-blk: remove unneeded "likely" statements
 2021-09-03  9:04 UTC  (4+ messages)

WARNING in submit_bio_checks
 2021-09-03  7:41 UTC 

WARNING in loop_add
 2021-09-03  7:36 UTC 

WARNING in do_syscall_64
 2021-09-03  7:33 UTC 

[PATCH] floppy: Fix hang in watchdog when disk is ejected
 2021-09-03  6:47 UTC 

[PATCH] nbd: use pr_err to output error message
 2021-09-03  2:48 UTC 

[PATCH 0/2] fix races between nbd setup and module removal
 2021-09-03  2:48 UTC  (3+ messages)
` [PATCH 1/2] nbd: call genl_unregister_family() first in nbd_cleanup()
` [PATCH 2/2] nbd: fix race between nbd_alloc_config() and module removal

[PATCH BUGFIX 0/1] block, bfq: fix a bug causing a memory leak
 2021-09-02 12:37 UTC  (5+ messages)
` [PATCH BUGFIX 1/1] block, bfq: honor already-setup queue merges

[PATCH] block/mq-deadline: Fix compilation warning
 2021-09-02 11:20 UTC 

[PATCH 00/10] block: fourth batch of add_disk() error handling conversions
 2021-09-02  5:32 UTC  (4+ messages)
` [PATCH 01/10] mtip32xx: add error handling support for add_disk()
` [PATCH 05/10] rnbd: "


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