summaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
Commit message (Expand)AuthorAgeFilesLines
* nbd: use shifts rather than multipliesNick Desaulniers2021-09-291-12/+17
* Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-79/+99
|\
| * nbd: remove nbd->destroy_completeChristoph Hellwig2021-08-251-38/+14
| * nbd: only return usable devices from nbd_find_unusedChristoph Hellwig2021-08-251-7/+9
| * nbd: set nbd->index before releasing nbd_index_mutexTetsuo Handa2021-08-251-1/+1
| * nbd: prevent IDR lookups from finding partially initialized devicesTetsuo Handa2021-08-251-1/+10
| * nbd: reset NBD to NULL when restarting in nbd_genl_connectChristoph Hellwig2021-08-251-14/+18
| * nbd: add missing locking to the nbd_dev_add error pathTetsuo Handa2021-08-251-0/+2
| * block: nbd: add sanity check for first_minorPavel Skripkin2021-08-161-0/+10
| * nbd: reduce the nbd_index_mutex scopeChristoph Hellwig2021-08-131-27/+28
| * nbd: refactor device search and allocation in nbd_genl_connectChristoph Hellwig2021-08-131-31/+14
| * nbd: return the allocated nbd_device from nbd_dev_addChristoph Hellwig2021-08-131-12/+9
| * nbd: remove nbd_del_diskChristoph Hellwig2021-08-131-12/+5
| * nbd: refactor device removalChristoph Hellwig2021-08-131-24/+13
| * nbd: do del_gendisk() asynchronously for NBD_DESTROY_ON_DISCONNECTHou Tao2021-08-131-9/+61
| * nbd: add the check to prevent overflow in __nbd_ioctl()Baokun Li2021-08-131-2/+4
* | nbd: Aovid double completion of a requestXie Yongji2021-08-131-3/+11
|/
* nbd: fix order of cleaning up the queue and freeing the tagsetWang Qing2021-07-151-1/+1
* nbd: provide a way for userspace processes to identify device backendsPrasanna Kumar Kalever2021-06-301-1/+59
* nbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-32/+21
* nbd: share nbd_put and return by goto put_nbdSun Ke2021-05-121-4/+3
* nbd: Fix NULL pointer in flush_workqueueSun Ke2021-05-121-1/+2
* nbd: handle device refs for DESTROY_ON_DISCONNECT properlyJosef Bacik2021-02-221-13/+19
* Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-24/+4
|\
| * nbd: Convert to DEFINE_SHOW_ATTRIBUTELiao Pingfang2021-02-101-24/+4
* | nbd: freeze the queue while we're adding connectionsJosef Bacik2021-01-251-0/+8
|/
* nbd: Respect max_part for all partition scansJosh Triplett2020-12-171-3/+6
* block: stop using bdget_disk for partition 0Christoph Hellwig2020-12-011-3/+1
* block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-011-1/+1
* nbd: use set_capacity_and_notifyChristoph Hellwig2020-11-161-12/+3
* nbd: validate the block size in nbd_set_sizeChristoph Hellwig2020-11-161-32/+15
* nbd: refactor size updatesChristoph Hellwig2020-11-161-26/+18
* nbd: move the task_recv check into nbd_size_updateChristoph Hellwig2020-11-161-3/+7
* nbd: remove the call to set_blocksizeChristoph Hellwig2020-11-161-7/+5
* nbd: fix a block_device refcount leak in nbd_releaseChristoph Hellwig2020-11-101-0/+1
* nbd: don't update block size after device is startedMing Lei2020-10-291-4/+5
* Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-241-1/+1
|\
| * nbd: make the config put is called before the notifying the waiterXiubo Li2020-10-141-1/+1
* | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-3/+3
|\ \ | |/ |/|
| * genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* | block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig2020-09-231-4/+4
* | block: rename bd_invalidatedChristoph Hellwig2020-09-021-4/+4
* | block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig2020-09-011-3/+4
|/
* nbd: restore default timeout when setting it to zeroHou Pu2020-08-261-0/+2
* Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-1/+4
|\
| * blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig2020-06-241-1/+4
* | nbd: Fix memory leak in nbd_add_socketZheng Bin2020-07-081-10/+15
|/
* nbd: requeue command if the soecket is changedHou Pu2020-03-121-0/+10
* nbd: enable replace socket if only one connection is configuredHou Pu2020-03-121-8/+9
* nbd: add a flush_workqueue in nbd_start_deviceSun Ke2020-01-291-0/+10