summaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)Author
2026-06-19use less confusing names for iov_iter direction initializersAl Viro
2026-01-19nbd: defer config unlock in nbd_genl_connectZheng Qixing
2026-01-19nbd: defer config put in recv_workZheng Qixing
2026-01-19nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()Yu Kuai
2026-01-19nbd: clean up return value checking of sock_xmit()Yu Kuai
2025-03-13nbd: don't allow reconnect after disconnectYu Kuai
2024-03-26nbd: null check for nla_nest_startNavid Emamdoost
2023-07-27nbd: Add the maximum limit of allocated index in nbd_dev_addZhong Jinghua
2023-06-09nbd: Fix debugfs_create_dir error checkingIvan Orlov
2023-02-25nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng
2023-02-25nbd: fix possible overflow for 'first_minor' in nbd_dev_add()Yu Kuai
2023-02-25nbd: fix max value for 'first_minor'Yu Kuai
2023-02-25Revert "Revert "block: nbd: add sanity check for first_minor""Wen Yang
2022-10-26nbd: Fix hung when signal interrupts nbd_start_device_ioctl()Shigeru Yoshida
2022-06-14nbd: fix io hung while disconnecting deviceYu Kuai
2022-06-14nbd: fix race between nbd_alloc_config() and module removalYu Kuai
2022-06-14nbd: call genl_unregister_family() first in nbd_cleanup()Yu Kuai
2022-06-09nbd: Fix hung on disconnect request if socket is closed beforeXie Yongji
2021-09-16Revert "block: nbd: add sanity check for first_minor"Greg Kroah-Hartman
2021-09-15block: nbd: add sanity check for first_minorPavel Skripkin
2021-08-18nbd: Aovid double completion of a requestXie Yongji
2021-05-19nbd: Fix NULL pointer in flush_workqueueSun Ke
2021-03-07nbd: handle device refs for DESTROY_ON_DISCONNECT properlyJosef Bacik
2021-02-03nbd: freeze the queue while we're adding connectionsJosef Bacik
2020-11-10nbd: fix a block_device refcount leak in nbd_releaseChristoph Hellwig
2020-10-29nbd: don't update block size after device is startedMing Lei
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-14nbd: make the config put is called before the notifying the waiterXiubo Li
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig
2020-09-02block: rename bd_invalidatedChristoph Hellwig
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig
2020-08-26nbd: restore default timeout when setting it to zeroHou Pu
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-08nbd: Fix memory leak in nbd_add_socketZheng Bin
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig
2020-03-12nbd: requeue command if the soecket is changedHou Pu
2020-03-12nbd: enable replace socket if only one connection is configuredHou Pu
2020-01-29nbd: add a flush_workqueue in nbd_start_deviceSun Ke
2019-12-16nbd: fix shutdown and recv work deadlock v2Mike Christie
2019-11-25Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-21nbd: prevent memory leakNavid Emamdoost
2019-11-19nbd:fix memory leak in nbd_get_socket()Sun Ke
2019-10-25nbd: verify socket is supported during setupMike Christie
2019-10-25nbd: handle racing with error'ed out commandsJosef Bacik
2019-10-25nbd: protect cmd->status with cmd->lockJosef Bacik
2019-10-10nbd: fix possible sysfs duplicate warningXiubo Li
2019-09-17nbd: fix possible page fault for nbd diskXiubo Li
2019-09-17nbd: rename the runtime flags as NBD_RT_ prefixedXiubo Li