summaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nbd: fix shutdown and recv work deadlock v2Mike Christie2019-12-161-3/+3
* Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-2/+3
|\
| * nbd: prevent memory leakNavid Emamdoost2019-11-211-2/+3
* | nbd:fix memory leak in nbd_get_socket()Sun Ke2019-11-191-0/+1
* | nbd: verify socket is supported during setupMike Christie2019-10-251-2/+21
* | nbd: handle racing with error'ed out commandsJosef Bacik2019-10-251-0/+6
* | nbd: protect cmd->status with cmd->lockJosef Bacik2019-10-251-5/+7
* | nbd: fix possible sysfs duplicate warningXiubo Li2019-10-101-1/+1
|/
* nbd: fix possible page fault for nbd diskXiubo Li2019-09-171-0/+36
* nbd: rename the runtime flags as NBD_RT_ prefixedXiubo Li2019-09-171-37/+37
* nbd: fix max number of supported devsMike Christie2019-08-201-14/+25
* nbd: fix zero cmd timeout handling v2Mike Christie2019-08-201-6/+23
* nbd: add missing config putMike Christie2019-08-201-1/+3
* nbd: add function to convert blk req op to nbd cmdMike Christie2019-08-201-15/+18
* nbd: add set cmd timeout helperMike Christie2019-08-201-14/+14
* nbd: replace kill_bdev() with __invalidate_device() againMunehisa Kamata2019-07-311-1/+1
* nbd: add netlink reconfigure resize supportMike Christie2019-07-101-16/+32
* nbd: fix crash when the blksize is zeroXiubo Li2019-07-101-3/+20
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 127Thomas Gleixner2019-05-301-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-281-0/+13
|\
| * nbd: add tracepoints for send/receive timingAndrew Hall2019-04-261-0/+8
| * nbd: trace sending nbd requestsMatt Mullins2019-04-261-0/+5
* | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+4
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-4/+8
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
|/
* genetlink: make policy common to familyJohannes Berg2019-03-221-4/+1
* nbd: propagate genlmsg_reply return codeLi RongQing2019-02-281-2/+1
* block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-151-1/+1
* nbd: Use set_blocksize() to set device blocksizeJan Kara2019-01-151-2/+3
* blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-081-1/+2
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-7/+5
* nbd: don't allow invalid blocksize settingsJens Axboe2018-09-041-0/+3
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-17/+79
|\
| * nbd: handle unexpected replies betterJosef Bacik2018-07-161-14/+61