summaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)AuthorFilesLines
5 daysnbd: defer config unlock in nbd_genl_connectZheng Qixing1-1/+2
5 daysnbd: defer config put in recv_workZheng Qixing1-1/+1
5 daysnbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()Yu Kuai1-30/+44
5 daysnbd: clean up return value checking of sock_xmit()Yu Kuai1-6/+7
2025-03-13nbd: don't allow reconnect after disconnectYu Kuai1-0/+1
2024-03-27nbd: null check for nla_nest_startNavid Emamdoost1-0/+6
2023-07-27nbd: Add the maximum limit of allocated index in nbd_dev_addZhong Jinghua1-1/+2
2023-06-09nbd: Fix debugfs_create_dir error checkingIvan Orlov1-2/+2
2023-02-25nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng1-11/+12
2023-02-25nbd: fix possible overflow for 'first_minor' in nbd_dev_add()Yu Kuai1-3/+3
2023-02-25nbd: fix max value for 'first_minor'Yu Kuai1-3/+3
2023-02-25Revert "Revert "block: nbd: add sanity check for first_minor""Wen Yang1-0/+10
2022-10-26nbd: Fix hung when signal interrupts nbd_start_device_ioctl()Shigeru Yoshida1-2/+4
2022-06-14nbd: fix io hung while disconnecting deviceYu Kuai1-1/+1
2022-06-14nbd: fix race between nbd_alloc_config() and module removalYu Kuai1-9/+19
2022-06-14nbd: call genl_unregister_family() first in nbd_cleanup()Yu Kuai1-1/+6
2022-06-09nbd: Fix hung on disconnect request if socket is closed beforeXie Yongji1-4/+9
2021-09-16Revert "block: nbd: add sanity check for first_minor"Greg Kroah-Hartman1-10/+0
2021-09-15block: nbd: add sanity check for first_minorPavel Skripkin1-0/+10
2021-08-18nbd: Aovid double completion of a requestXie Yongji1-3/+11
2021-05-19nbd: Fix NULL pointer in flush_workqueueSun Ke1-1/+2
2021-03-07nbd: handle device refs for DESTROY_ON_DISCONNECT properlyJosef Bacik1-13/+19
2021-02-04nbd: freeze the queue while we're adding connectionsJosef Bacik1-0/+8
2020-11-10nbd: fix a block_device refcount leak in nbd_releaseChristoph Hellwig1-0/+1
2020-10-29nbd: don't update block size after device is startedMing Lei1-4/+5
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+3
2020-10-14nbd: make the config put is called before the notifying the waiterXiubo Li1-1/+1
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig1-4/+4
2020-09-02block: rename bd_invalidatedChristoph Hellwig1-4/+4
2020-09-02block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig1-3/+4
2020-08-26nbd: restore default timeout when setting it to zeroHou Pu1-0/+2
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2020-07-09nbd: Fix memory leak in nbd_add_socketZheng Bin1-10/+15
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig1-1/+4
2020-03-12nbd: requeue command if the soecket is changedHou Pu1-0/+10
2020-03-12nbd: enable replace socket if only one connection is configuredHou Pu1-8/+9
2020-01-30nbd: add a flush_workqueue in nbd_start_deviceSun Ke1-0/+10
2019-12-17nbd: fix shutdown and recv work deadlock v2Mike Christie1-3/+3
2019-11-25Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+3
2019-11-21nbd: prevent memory leakNavid Emamdoost1-2/+3
2019-11-19nbd:fix memory leak in nbd_get_socket()Sun Ke1-0/+1
2019-10-25nbd: verify socket is supported during setupMike Christie1-2/+21
2019-10-25nbd: handle racing with error'ed out commandsJosef Bacik1-0/+6
2019-10-25nbd: protect cmd->status with cmd->lockJosef Bacik1-5/+7
2019-10-10nbd: fix possible sysfs duplicate warningXiubo Li1-1/+1
2019-09-18nbd: fix possible page fault for nbd diskXiubo Li1-0/+36
2019-09-18nbd: rename the runtime flags as NBD_RT_ prefixedXiubo Li1-37/+37
2019-08-20nbd: fix max number of supported devsMike Christie1-14/+25