aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
AgeCommit message (Expand)Author
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
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-14nbd: 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-18nbd: fix a block_device refcount leak in nbd_releaseChristoph Hellwig
2020-11-18nbd: don't update block size after device is startedMing Lei
2020-11-05nbd: make the config put is called before the notifying the waiterXiubo Li
2020-09-09nbd: restore default timeout when setting it to zeroHou Pu
2020-07-16nbd: Fix memory leak in nbd_add_socketZheng Bin
2020-02-24nbd: add a flush_workqueue in nbd_start_deviceSun Ke
2019-12-31nbd: fix shutdown and recv work deadlock v2Mike Christie
2019-11-29nbd: 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
2019-08-20nbd: fix max number of supported devsMike Christie
2019-08-20nbd: fix zero cmd timeout handling v2Mike Christie
2019-08-20nbd: add missing config putMike Christie
2019-08-20nbd: add function to convert blk req op to nbd cmdMike Christie
2019-08-20nbd: add set cmd timeout helperMike Christie
2019-07-31nbd: replace kill_bdev() with __invalidate_device() againMunehisa Kamata
2019-07-10nbd: add netlink reconfigure resize supportMike Christie
2019-07-10nbd: fix crash when the blksize is zeroXiubo Li
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 127Thomas Gleixner
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-26nbd: add tracepoints for send/receive timingAndrew Hall
2019-04-26nbd: trace sending nbd requestsMatt Mullins
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-02-28nbd: propagate genlmsg_reply return codeLi RongQing
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei
2019-01-15nbd: Use set_blocksize() to set device blocksizeJan Kara
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-09-04nbd: don't allow invalid blocksize settingsJens Axboe