linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-04 06:01:01 to 2021-09-09 14:03:54 UTC [more...]

[PATCH v5 0/6] handle unexpected message from server
 2021-09-09 14:12 UTC  (5+ messages)
` [PATCH v5 2/6] nbd: make sure request completion won't concurrent
` [PATCH v5 4/6] blk-mq: export two symbols to get request by tag
` [PATCH v5 5/6] nbd: convert to use blk_mq_find_and_get_req()
` [PATCH v5 6/6] nbd: don't start request if nbd_queue_rq() failed

[RFC PATCH] blk-throttle: enable io throttle for root in cgroup v2
 2021-09-09 14:08 UTC 

[PATCH v2 1/1] virtio-blk: add num_io_queues module parameter
 2021-09-09 13:42 UTC  (7+ messages)

[PATCH] fix UAF in bfq_io_set_weight_legacy()
 2021-09-09 13:37 UTC 

[PATCH] fix UAF in bfq_io_set_weight_legacy()
 2021-09-09 13:26 UTC 

[PATCH] block: check the existence of tags[hctx_idx] in blk_mq_clear_rq_mapping()
 2021-09-09 11:14 UTC  (3+ messages)

[bug report] NULL pointer at blk_mq_put_rq_ref+0x20/0xb4 observed with blktests on 5.13.15
 2021-09-09 10:07 UTC  (3+ messages)

[PATCH] n64cart: fix return value check in n64cart_probe()
 2021-09-09  9:06 UTC 

[PATCH v2 0/3] fix races between nbd setup and module removal
 2021-09-09  6:40 UTC  (12+ 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 v4 0/6] handle unexpected message from server
 2021-09-09  6:41 UTC  (14+ 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] nbd: clear wb_err in bd_inode on disconnect
 2021-09-09  6:31 UTC  (2+ messages)

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-09-09  6:14 UTC  (3+ messages)
` [PATCH v2 60/63] net/af_iucv: Use struct_group() to zero struct iucv_sock region

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

[PATCH] blk-mq: export blk_mq_submit_bio symbol
 2021-09-09  5:48 UTC  (2+ messages)

[PATCH] scsi: bsg: Fix device unregistration
 2021-09-09  5:36 UTC  (3+ messages)

bfq - suspected memory leaks
 2021-09-09  4:07 UTC 

[PATCH v2] drivers/cdrom: improved ioctl for media change detection
 2021-09-08 23:51 UTC  (2+ messages)

ERROR: modpost: __mulodi4 [drivers/block/nbd.ko] undefined!
 2021-09-08 16:56 UTC  (2+ messages)

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

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

[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 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 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  (14+ 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 

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  (29+ 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 15/18] ledtrig-blkdev: Add sysfs attributes to [un]link LEDs & devices
` [PATCH 17/18] ledtrig-blkdev: Add mode (read/write/rw) sysfs attributue

[PATCH 03/18] ledtrig-blkdev: Add function placeholders needed by block changes
 2021-09-04 16:57 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).