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-07-17nbd: fix uaf in nbd_genl_connect() error pathZheng Qixing1-3/+3
2025-03-13nbd: don't allow reconnect after disconnectYu Kuai1-0/+1
2024-03-27nbd: null check for nla_nest_startNavid Emamdoost1-0/+6
2024-03-01nbd: 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-05-24nbd: fix incomplete validation of ioctl argZhong Jinghua1-0/+6
2023-03-17nbd: use the correct block_device in nbd_bdev_resetChristoph Hellwig1-7/+7
2023-02-25nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng1-11/+12
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
2022-04-13Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"Jens Axboe1-12/+12
2022-04-13nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng1-12/+12
2022-04-13nbd: Fix hungtask when nbd_config_putYe Bin1-20/+16
2022-04-13nbd: Fix incorrect error handle when first_minor is illegal in nbd_dev_addYe Bin1-1/+1
2022-04-13nbd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-11-18nbd: fix possible overflow for 'first_minor' in nbd_dev_add()Yu Kuai1-3/+3
2021-11-18nbd: fix max value for 'first_minor'Yu Kuai1-3/+3
2021-11-18nbd: Fix use-after-free in pid_showYe Bin1-9/+9
2021-09-30nbd: use shifts rather than multipliesNick Desaulniers1-12/+17
2021-08-31Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-79/+99
2021-08-25nbd: remove nbd->destroy_completeChristoph Hellwig1-38/+14
2021-08-25nbd: only return usable devices from nbd_find_unusedChristoph Hellwig1-7/+9
2021-08-25nbd: set nbd->index before releasing nbd_index_mutexTetsuo Handa1-1/+1
2021-08-25nbd: prevent IDR lookups from finding partially initialized devicesTetsuo Handa1-1/+10
2021-08-25nbd: reset NBD to NULL when restarting in nbd_genl_connectChristoph Hellwig1-14/+18
2021-08-25nbd: add missing locking to the nbd_dev_add error pathTetsuo Handa1-0/+2
2021-08-16block: nbd: add sanity check for first_minorPavel Skripkin1-0/+10
2021-08-13nbd: reduce the nbd_index_mutex scopeChristoph Hellwig1-27/+28
2021-08-13nbd: refactor device search and allocation in nbd_genl_connectChristoph Hellwig1-31/+14
2021-08-13nbd: return the allocated nbd_device from nbd_dev_addChristoph Hellwig1-12/+9
2021-08-13nbd: remove nbd_del_diskChristoph Hellwig1-12/+5
2021-08-13nbd: refactor device removalChristoph Hellwig1-24/+13
2021-08-13nbd: do del_gendisk() asynchronously for NBD_DESTROY_ON_DISCONNECTHou Tao1-9/+61
2021-08-13nbd: add the check to prevent overflow in __nbd_ioctl()Baokun Li1-2/+4
2021-08-13nbd: Aovid double completion of a requestXie Yongji1-3/+11
2021-07-15nbd: fix order of cleaning up the queue and freeing the tagsetWang Qing1-1/+1
2021-07-01nbd: provide a way for userspace processes to identify device backendsPrasanna Kumar Kalever1-1/+59
2021-06-11nbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-32/+21
2021-05-12nbd: share nbd_put and return by goto put_nbdSun Ke1-4/+3
2021-05-12nbd: Fix NULL pointer in flush_workqueueSun Ke1-1/+2
2021-02-22nbd: handle device refs for DESTROY_ON_DISCONNECT properlyJosef Bacik1-13/+19
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-24/+4
2021-02-10nbd: Convert to DEFINE_SHOW_ATTRIBUTELiao Pingfang1-24/+4