aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-22nbd: handle device refs for DESTROY_ON_DISCONNECT properlyGravatar Josef Bacik 1-13/+19
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-24/+4
2021-02-10nbd: Convert to DEFINE_SHOW_ATTRIBUTEGravatar Liao Pingfang 1-24/+4
2021-01-25nbd: freeze the queue while we're adding connectionsGravatar Josef Bacik 1-0/+8
2020-12-17nbd: Respect max_part for all partition scansGravatar Josh Triplett 1-3/+6
2020-12-01block: stop using bdget_disk for partition 0Gravatar Christoph Hellwig 1-3/+1
2020-12-01block: remove the nr_sects field in struct hd_structGravatar Christoph Hellwig 1-1/+1
2020-11-16nbd: use set_capacity_and_notifyGravatar Christoph Hellwig 1-12/+3
2020-11-16nbd: validate the block size in nbd_set_sizeGravatar Christoph Hellwig 1-32/+15
2020-11-16nbd: refactor size updatesGravatar Christoph Hellwig 1-26/+18
2020-11-16nbd: move the task_recv check into nbd_size_updateGravatar Christoph Hellwig 1-3/+7
2020-11-16nbd: remove the call to set_blocksizeGravatar Christoph Hellwig 1-7/+5
2020-11-10nbd: fix a block_device refcount leak in nbd_releaseGravatar Christoph Hellwig 1-0/+1
2020-10-29nbd: don't update block size after device is startedGravatar Ming Lei 1-4/+5
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-3/+3
2020-10-14nbd: make the config put is called before the notifying the waiterGravatar Xiubo Li 1-1/+1
2020-10-02genetlink: move to smaller ops wherever possibleGravatar Jakub Kicinski 1-3/+3
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskGravatar Christoph Hellwig 1-4/+4
2020-09-02block: rename bd_invalidatedGravatar Christoph Hellwig 1-4/+4
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsGravatar Christoph Hellwig 1-3/+4
2020-08-26nbd: restore default timeout when setting it to zeroGravatar Hou Pu 1-0/+2
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+4
2020-07-08nbd: Fix memory leak in nbd_add_socketGravatar Zheng Bin 1-10/+15
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestGravatar Christoph Hellwig 1-1/+4
2020-03-12nbd: requeue command if the soecket is changedGravatar Hou Pu 1-0/+10
2020-03-12nbd: enable replace socket if only one connection is configuredGravatar Hou Pu 1-8/+9
2020-01-29nbd: add a flush_workqueue in nbd_start_deviceGravatar Sun Ke 1-0/+10
2019-12-16nbd: fix shutdown and recv work deadlock v2Gravatar Mike Christie 1-3/+3
2019-11-25Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+3
2019-11-21nbd: prevent memory leakGravatar Navid Emamdoost 1-2/+3
2019-11-19nbd:fix memory leak in nbd_get_socket()Gravatar Sun Ke 1-0/+1
2019-10-25nbd: verify socket is supported during setupGravatar Mike Christie 1-2/+21
2019-10-25nbd: handle racing with error'ed out commandsGravatar Josef Bacik 1-0/+6
2019-10-25nbd: protect cmd->status with cmd->lockGravatar Josef Bacik 1-5/+7
2019-10-10nbd: fix possible sysfs duplicate warningGravatar Xiubo Li 1-1/+1
2019-09-17nbd: fix possible page fault for nbd diskGravatar Xiubo Li 1-0/+36
2019-09-17nbd: rename the runtime flags as NBD_RT_ prefixedGravatar Xiubo Li 1-37/+37
2019-08-20nbd: fix max number of supported devsGravatar Mike Christie 1-14/+25
2019-08-20nbd: fix zero cmd timeout handling v2Gravatar Mike Christie 1-6/+23
2019-08-20nbd: add missing config putGravatar Mike Christie 1-1/+3
2019-08-20nbd: add function to convert blk req op to nbd cmdGravatar Mike Christie 1-15/+18
2019-08-20nbd: add set cmd timeout helperGravatar Mike Christie 1-14/+14
2019-07-31nbd: replace kill_bdev() with __invalidate_device() againGravatar Munehisa Kamata 1-1/+1
2019-07-10nbd: add netlink reconfigure resize supportGravatar Mike Christie 1-16/+32
2019-07-10nbd: fix crash when the blksize is zeroGravatar Xiubo Li 1-3/+20
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 127Gravatar Thomas Gleixner 1-2/+1
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+13
2019-04-27genetlink: optionally validate strictly/dumpsGravatar Johannes Berg 1-0/+4
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-4/+8