nbd Sep 2021 by thread
[
previous month
]
[
first page
]
[previous page]
Page 1 of 1
[next page]
[
last page
]
[
next month
]
[
Date Index
] [
Subject Index
] [
Author Index
] [
Other Debian Lists
] [
Debian Home
]
Re: [PATCH] configure.ac: fix complaint by automake of missing AC_PROG_YACC
Eric Blake
[PATCH] maint: Nicer warning if autoconf-archive not available
Eric Blake
Re: [PATCH] maint: Nicer warning if autoconf-archive not available
Wouter Verhelst
Re: [PATCH] maint: Nicer warning if autoconf-archive not available
Wouter Verhelst
Re: [PATCH] maint: Nicer warning if autoconf-archive not available
Luis Chamberlain
Re: [PATCH] maint: Nicer warning if autoconf-archive not available
Eric Blake
[PATCH] server: Avoid deprecated g_memdup
Eric Blake
Re: [PATCH] server: Avoid deprecated g_memdup
Wouter Verhelst
[PATCH] client: Don't confuse Unix socket with TLS hostname
Eric Blake
Re: [PATCH] client: Don't confuse Unix socket with TLS hostname
Wouter Verhelst
[PATCH 0/2] fix races between nbd setup and module removal
Hou Tao
[PATCH 1/2] nbd: call genl_unregister_family() first in nbd_cleanup()
Hou Tao
[PATCH 2/2] nbd: fix race between nbd_alloc_config() and module removal
Hou Tao
[PATCH] nbd: use pr_err to output error message
Hou Tao
Re: [PATCH] spec: Relax NBD_OPT_LIST_META_CONTEXTS
Eric Blake
Re: [PATCH] spec: Relax NBD_OPT_LIST_META_CONTEXTS
Wouter Verhelst
[PATCH v2 0/3] fix races between nbd setup and module removal
Hou Tao
[PATCH v2 2/3] nbd: call genl_unregister_family() first in nbd_cleanup()
Hou Tao
Re: [PATCH v2 2/3] nbd: call genl_unregister_family() first in nbd_cleanup()
Christoph Hellwig
[PATCH v2 1/3] nbd: use pr_err to output error message
Hou Tao
Re: [PATCH v2 1/3] nbd: use pr_err to output error message
Christoph Hellwig
[PATCH v2 3/3] nbd: fix race between nbd_alloc_config() and module removal
Hou Tao
Re: [PATCH v2 3/3] nbd: fix race between nbd_alloc_config() and module removal
Christoph Hellwig
Re: [PATCH v2 3/3] nbd: fix race between nbd_alloc_config() and module removal
Hou Tao
Re: [PATCH v2 3/3] nbd: fix race between nbd_alloc_config() and module removal
Christoph Hellwig
Re: [PATCH v2 3/3] nbd: fix race between nbd_alloc_config() and module removal
Hou Tao
Re: [PATCH v2 3/3] nbd: fix race between nbd_alloc_config() and module removal
Hou Tao
Re: [PATCH v2 3/3] nbd: fix race between nbd_alloc_config() and module removal
Christoph Hellwig
Re: [PATCH v2 3/3] nbd: fix race between nbd_alloc_config() and module removal
Hou Tao
Re: [PATCH v2 3/3] nbd: fix race between nbd_alloc_config() and module removal
Christoph Hellwig
Re: [PATCH v2 3/3] nbd: fix race between nbd_alloc_config() and module removal
Wouter Verhelst
[PATCH AUTOSEL 5.14 18/47] nbd: add the check to prevent overflow in __nbd_ioctl()
Sasha Levin
[PATCH AUTOSEL 5.13 18/46] nbd: add the check to prevent overflow in __nbd_ioctl()
Sasha Levin
Re: [PATCH v3 6/8] dm: add add_disk() error handling
Hannes Reinecke
Re: [PATCH v3 7/8] loop: add error handling support for add_disk()
Hannes Reinecke
Re: [PATCH v3 8/8] nbd: add error handling support for add_disk()
Hannes Reinecke
Re: [PATCH v3 2/8] scsi/sr: add error handling support for add_disk()
Hannes Reinecke
<Possible follow-ups>
Re: [PATCH v3 2/8] scsi/sr: add error handling support for add_disk()
Ming Lei
Re: [PATCH v3 2/8] scsi/sr: add error handling support for add_disk()
Luis Chamberlain
Re: [PATCH v3 3/8] nvme: add error handling support for add_disk()
Hannes Reinecke
Re: [PATCH v3 3/8] nvme: add error handling support for add_disk()
Christoph Hellwig
<Possible follow-ups>
Re: [PATCH v3 3/8] nvme: add error handling support for add_disk()
Christoph Hellwig
Re: [PATCH v3 1/8] scsi/sd: add error handling support for add_disk()
Hannes Reinecke
<Possible follow-ups>
Re: [PATCH v3 1/8] scsi/sd: add error handling support for add_disk()
Ming Lei
Re: [PATCH v3 1/8] scsi/sd: add error handling support for add_disk()
Luis Chamberlain
Re: [PATCH v3 5/8] md: add error handling support for add_disk()
Hannes Reinecke
Re: [PATCH v3 4/8] mmc/core/block: add error handling support for add_disk()
Ulf Hansson
[PATCH] nbd: clear wb_err in bd_inode on disconnect
Xie Yongji
Re: [PATCH] nbd: clear wb_err in bd_inode on disconnect
Christoph Hellwig
Re: [PATCH] nbd: clear wb_err in bd_inode on disconnect
Yongji Xie
[PATCH v4 0/6] handle unexpected message from server
Yu Kuai
[PATCH v4 5/6] nbd: check sock index in nbd_read_stat()
Yu Kuai
[PATCH v4 4/6] nbd: make sure request completion won't concurrent
Yu Kuai
[PATCH v4 6/6] nbd: don't start request if nbd_queue_rq() failed
Yu Kuai
Re: [PATCH v4 6/6] nbd: don't start request if nbd_queue_rq() failed
Christoph Hellwig
[PATCH v4 3/6] nbd: don't handle response without a corresponding request message
Yu Kuai
[PATCH v4 1/6] blk-mq: export two symbols to get request by tag
Yu Kuai
[PATCH v4 2/6] nbd: convert to use blk_mq_find_and_get_req()
Yu Kuai
Re: [PATCH v4 2/6] nbd: convert to use blk_mq_find_and_get_req()
Ming Lei
Re: [PATCH v4 2/6] nbd: convert to use blk_mq_find_and_get_req()
yukuai (C)
Re: [PATCH v4 2/6] nbd: convert to use blk_mq_find_and_get_req()
Ming Lei
Re: [PATCH v4 2/6] nbd: convert to use blk_mq_find_and_get_req()
yukuai (C)
Re: [PATCH v4 2/6] nbd: convert to use blk_mq_find_and_get_req()
Ming Lei
Re: [PATCH v4 2/6] nbd: convert to use blk_mq_find_and_get_req()
yukuai (C)
Linux kernel NBD driver support for structured replies?
Josh Triplett
Re: Linux kernel NBD driver support for structured replies?
Eric Blake
Re: Linux kernel NBD driver support for structured replies?
Josh Triplett
Re: Linux kernel NBD driver support for structured replies?
Wouter Verhelst
Re: Linux kernel NBD driver support for structured replies?
Josh Triplett
ERROR: modpost: __mulodi4 [drivers/block/nbd.ko] undefined!
Naresh Kamboju
Re: ERROR: modpost: __mulodi4 [drivers/block/nbd.ko] undefined!
Nathan Chancellor
[PATCH v5 0/6] handle unexpected message from server
Yu Kuai
[PATCH v5 2/6] nbd: make sure request completion won't concurrent
Yu Kuai
Re: [PATCH v5 2/6] nbd: make sure request completion won't concurrent
Ming Lei
Re: [PATCH v5 2/6] nbd: make sure request completion won't concurrent
yukuai (C)
[PATCH v5 4/6] blk-mq: export two symbols to get request by tag
Yu Kuai
[PATCH v5 3/6] nbd: check sock index in nbd_read_stat()
Yu Kuai
[PATCH v5 6/6] nbd: don't start request if nbd_queue_rq() failed
Yu Kuai
[PATCH v5 5/6] nbd: convert to use blk_mq_find_and_get_req()
Yu Kuai
Re: [PATCH v5 5/6] nbd: convert to use blk_mq_find_and_get_req()
Ming Lei
Re: [PATCH v5 5/6] nbd: convert to use blk_mq_find_and_get_req()
yukuai (C)
Re: [PATCH v5 5/6] nbd: convert to use blk_mq_find_and_get_req()
Ming Lei
Re: [PATCH v5 5/6] nbd: convert to use blk_mq_find_and_get_req()
yukuai (C)
Re: [PATCH v5 5/6] nbd: convert to use blk_mq_find_and_get_req()
Ming Lei
Re: [PATCH v5 5/6] nbd: convert to use blk_mq_find_and_get_req()
yukuai (C)
Re: [PATCH v5 5/6] nbd: convert to use blk_mq_find_and_get_req()
yukuai (C)
Re: [PATCH v5 5/6] nbd: convert to use blk_mq_find_and_get_req()
Ming Lei
Re: [PATCH v5 5/6] nbd: convert to use blk_mq_find_and_get_req()
yukuai (C)
Re: [PATCH v5 5/6] nbd: convert to use blk_mq_find_and_get_req()
Ming Lei
Re: [PATCH v5 5/6] nbd: convert to use blk_mq_find_and_get_req()
yukuai (C)
Re: [PATCH v5 5/6] nbd: convert to use blk_mq_find_and_get_req()
Ming Lei
Re: [PATCH v5 5/6] nbd: convert to use blk_mq_find_and_get_req()
yukuai (C)
Re: [PATCH v5 5/6] nbd: convert to use blk_mq_find_and_get_req()
Ming Lei
[PATCH v5 1/6] nbd: don't handle response without a corresponding request message
Yu Kuai
Re: [PATCH v5 1/6] nbd: don't handle response without a corresponding request message
Ming Lei
RE: Re: [PATCH v4 6/6] nbd: don't start request if nbd_queue_rq() failed
ticketsupport
[PATCH 0/3] Add invalidate_gendisk() helper for drivers to invalidate the gendisk
Xie Yongji
[PATCH 1/3] block: Add invalidate_gendisk() helper to invalidate the gendisk
Xie Yongji
Re: [PATCH 1/3] block: Add invalidate_gendisk() helper to invalidate the gendisk
Christoph Hellwig
Re: [PATCH 1/3] block: Add invalidate_gendisk() helper to invalidate the gendisk
Yongji Xie
[PATCH 2/3] loop: Use invalidate_gendisk() helper to invalidate gendisk
Xie Yongji
Re: [PATCH 2/3] loop: Use invalidate_gendisk() helper to invalidate gendisk
Christoph Hellwig
Re: [PATCH 2/3] loop: Use invalidate_gendisk() helper to invalidate gendisk
Yongji Xie
[PATCH 3/3] nbd: Use invalidate_gendisk() helper on disconnect
Xie Yongji
Re: [PATCH 3/3] nbd: Use invalidate_gendisk() helper on disconnect
Christoph Hellwig
Re: [PATCH 3/3] nbd: Use invalidate_gendisk() helper on disconnect
Yongji Xie
Re: [PATCH 3/3] nbd: Use invalidate_gendisk() helper on disconnect
Christoph Hellwig
[PATCH v6 0/6] handle unexpected message from server
Yu Kuai
[PATCH v6 2/6] nbd: make sure request completion won't concurrent
Yu Kuai
[PATCH v6 3/6] nbd: check sock index in nbd_read_stat()
Yu Kuai
[PATCH v6 1/6] nbd: don't handle response without a corresponding request message
Yu Kuai
[PATCH v6 6/6] nbd: fix uaf in nbd_handle_reply()
Yu Kuai
Re: [PATCH v6 6/6] nbd: fix uaf in nbd_handle_reply()
Christoph Hellwig
Re: [PATCH v6 6/6] nbd: fix uaf in nbd_handle_reply()
yukuai (C)
Re: [PATCH v6 6/6] nbd: fix uaf in nbd_handle_reply()
Ming Lei
Re: [PATCH v6 6/6] nbd: fix uaf in nbd_handle_reply()
yukuai (C)
[PATCH v6 5/6] nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()
Yu Kuai
[PATCH v6 4/6] nbd: don't start request if nbd_queue_rq() failed
Yu Kuai
[PATCH v7 0/6] handle unexpected message from server
Yu Kuai
[PATCH v7 5/6] nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()
Yu Kuai
Re: [PATCH v7 5/6] nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()
Ming Lei
[PATCH v7 4/6] nbd: don't start request if nbd_queue_rq() failed
Yu Kuai
Re: [PATCH v7 4/6] nbd: don't start request if nbd_queue_rq() failed
Ming Lei
[PATCH v7 1/6] nbd: don't handle response without a corresponding request message
Yu Kuai
[PATCH v7 2/6] nbd: make sure request completion won't concurrent
Yu Kuai
Re: [PATCH v7 2/6] nbd: make sure request completion won't concurrent
Ming Lei
[PATCH v7 6/6] nbd: fix uaf in nbd_handle_reply()
Yu Kuai
Re: [PATCH v7 6/6] nbd: fix uaf in nbd_handle_reply()
Ming Lei
Re: [PATCH v7 6/6] nbd: fix uaf in nbd_handle_reply()
yukuai (C)
Re: [PATCH v7 6/6] nbd: fix uaf in nbd_handle_reply()
Ming Lei
Re: [PATCH v7 6/6] nbd: fix uaf in nbd_handle_reply()
yukuai (C)
[PATCH v7 3/6] nbd: check sock index in nbd_read_stat()
Yu Kuai
INFO: task hung in nbd_ioctl
Hao Sun
<Possible follow-ups>
INFO: task hung in nbd_ioctl
Hao Sun
Re: [PATCH v1 0/2] nbd: reset the queue/io_timeout to default on disconnect
Prasanna Kalever
Re: [PATCH v1 1/2] block: cleanup: define default command timeout and use it
Ming Lei
Re: [PATCH v1 2/2] nbd: reset the queue/io_timeout to default on disconnect
Ming Lei
[patch v8 0/7] handle unexpected message from server
Yu Kuai
[patch v8 2/7] nbd: make sure request completion won't concurrent
Yu Kuai
[patch v8 3/7] nbd: check sock index in nbd_read_stat()
Yu Kuai
Re: [patch v8 3/7] nbd: check sock index in nbd_read_stat()
yukuai (C)
Re: [patch v8 3/7] nbd: check sock index in nbd_read_stat()
Ming Lei
Re: [patch v8 3/7] nbd: check sock index in nbd_read_stat()
Eric Blake
Re: [patch v8 3/7] nbd: check sock index in nbd_read_stat()
yukuai (C)
Re: [patch v8 3/7] nbd: check sock index in nbd_read_stat()
Wouter Verhelst
Re: [patch v8 3/7] nbd: check sock index in nbd_read_stat()
Ming Lei
[patch v8 4/7] nbd: don't start request if nbd_queue_rq() failed
Yu Kuai
Re: [patch v8 4/7] nbd: don't start request if nbd_queue_rq() failed
Ming Lei
[patch v8 6/7] nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()
Yu Kuai
Re: [patch v8 6/7] nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()
Ming Lei
[patch v8 1/7] nbd: don't handle response without a corresponding request message
Yu Kuai
[patch v8 5/7] nbd: clean up return value checking of sock_xmit()
Yu Kuai
Re: [patch v8 5/7] nbd: clean up return value checking of sock_xmit()
Ming Lei
[patch v8 7/7] nbd: fix uaf in nbd_handle_reply()
Yu Kuai
Re: [patch v8 7/7] nbd: fix uaf in nbd_handle_reply()
Ming Lei
Re: [patch v8 7/7] nbd: fix uaf in nbd_handle_reply()
yukuai (C)
Re: [patch v8 7/7] nbd: fix uaf in nbd_handle_reply()
Ming Lei
Re: [patch v8 7/7] nbd: fix uaf in nbd_handle_reply()
yukuai (C)
[PATCH v9] nbd: fix uaf in nbd_handle_reply()
Yu Kuai
Re: [PATCH v9] nbd: fix uaf in nbd_handle_reply()
Ming Lei
Re: [patch v8 0/7] handle unexpected message from server
yukuai (C)
Re: [patch v8 0/7] handle unexpected message from server
yukuai (C)
[PATCH] nbd: use shifts rather than multiplies
Nick Desaulniers
Re: [PATCH] nbd: use shifts rather than multiplies
Nick Desaulniers
Re: [PATCH] nbd: use shifts rather than multiplies
Josef Bacik
Re: [PATCH] nbd: use shifts rather than multiplies
Jens Axboe
Re: Foreign Job Opportunity
Chevron HR, Employment
[PATCH v2 0/4] Add invalidate_disk() helper for drivers to invalidate the gendisk
Xie Yongji
[PATCH v2 1/4] block: Add invalidate_disk() helper to invalidate the gendisk
Xie Yongji
Re: [PATCH v2 1/4] block: Add invalidate_disk() helper to invalidate the gendisk
Christoph Hellwig
[PATCH v2 2/4] loop: Use invalidate_disk() helper to invalidate gendisk
Xie Yongji
[PATCH v2 3/4] loop: Remove the unnecessary bdev checks and unused bdev variable
Xie Yongji
Re: [PATCH v2 3/4] loop: Remove the unnecessary bdev checks and unused bdev variable
Christoph Hellwig
[PATCH v2 4/4] nbd: Use invalidate_disk() helper on disconnect
Xie Yongji
Re: [PATCH v2 4/4] nbd: Use invalidate_disk() helper on disconnect
Christoph Hellwig
Re: [PATCH v4 5/6] loop: add error handling support for add_disk()
Jens Axboe
Re: [PATCH v4 6/6] nbd: add error handling support for add_disk()
Jens Axboe
The last update was on 06:40 GMT Thu Sep 30. There are 177 messages. Page 1 of 1.
[
previous month
]
[
first page
]
[previous page]
Page 1 of 1
[next page]
[
last page
]
[
next month
]
[
Date Index
] [
Subject Index
] [
Author Index
] [
Other Debian Lists
] [
Debian Home
]
Mail converted by
MHonArc