linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-03 20:46:13 to 2021-09-08 14:00:31 UTC [more...]

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

[PATCH v2 0/3] fix races between nbd setup and module removal
 2021-09-08 13:03 UTC  (11+ 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 0/2] don't call io scheduler callbacks for passthrough requests
 2021-09-08 11:57 UTC  (11+ messages)
` [PATCH 1/2] blk-mq: don't call callbacks for requests that bypassed the scheduler
` [PATCH 2/2] Revert "mq-deadline: Fix request accounting"

ERROR: modpost: __mulodi4 [drivers/block/nbd.ko] undefined!
 2021-09-08 11:28 UTC 

[PATCH v4 0/6] handle unexpected message from server
 2021-09-08 11:03 UTC  (13+ messages)
` [PATCH v4 1/6] blk-mq: export two symbols to get request by tag
` [PATCH v4 2/6] nbd: convert to use blk_mq_find_and_get_req()
` [PATCH v4 3/6] nbd: don't handle response without a corresponding request message
` [PATCH v4 4/6] nbd: make sure request completion won't concurrent
` [PATCH v4 5/6] nbd: check sock index in nbd_read_stat()
` [PATCH v4 6/6] nbd: don't start request if nbd_queue_rq() failed

[PATCH] blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queues
 2021-09-07 23:05 UTC  (2+ messages)

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

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

[Patch v5 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob for Azure VM
 2021-09-07 21:42 UTC  (3+ messages)
` [Patch v5 2/3] Drivers: hv: add Azure Blob driver

split and move block_dev.c
 2021-09-07 18:39 UTC  (6+ messages)
` [PATCH 1/2] block: split out operations on block special files
` [PATCH 2/2] block: move fs/block_dev.c to block/bdev.c

[PATCH] block: genhd: don't call blkdev_show() with major_names_lock held
 2021-09-07 17:16 UTC  (4+ messages)

[GIT PULL] nvme fixes for Linux 5.15
 2021-09-07 14:37 UTC  (2+ messages)

[PATCH] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
 2021-09-07 14:37 UTC  (2+ messages)

[RFC PATCH 0/2] improve io scheduler callback triggering
 2021-09-07 12:59 UTC  (6+ messages)
` [RFC PATCH 1/2] blk-mq: don't call callbacks for requests that bypassed the scheduler

[PATCH] nbd: clear wb_err in bd_inode on disconnect
 2021-09-07 12:14 UTC 

[PATCH v2 0/4] optimize the bfq queue idle judgment
 2021-09-07 11:29 UTC  (9+ messages)
` [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 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  (15+ messages)
` [PATCH 2/9] ms_block: add error handling support for add_disk()
` [PATCH 3/9] mspro_block: "
` [PATCH 7/9] s390/block/dcssblk: "
` [PATCH 9/9] s390/block/xpram: "

[PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-06 15:09 UTC  (2+ 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 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  (36+ messages)
` [PATCH 01/18] docs: Add block device (blkdev) LED trigger documentation
` [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 03/18] ledtrig-blkdev: Add function placeholders needed by block changes
 2021-09-04 16:57 UTC  (2+ messages)

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

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


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