aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)Author
2022-05-27nbd: use pr_err to output error messageYu Kuai
2022-05-27nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng
2022-05-27nbd: fix io hung while disconnecting deviceYu Kuai
2022-05-27nbd: don't clear 'NBD_CMD_INFLIGHT' flag if request is not completedYu Kuai
2022-05-27nbd: fix race between nbd_alloc_config() and module removalYu Kuai
2022-05-27nbd: call genl_unregister_family() first in nbd_cleanup()Yu Kuai
2022-05-16nbd: Fix hung on disconnect request if socket is closed beforeXie Yongji
2022-05-03nbd: don't set the discard_alignment queue limitChristoph Hellwig
2022-04-18block: add a disk_openers helperChristoph Hellwig
2022-04-18nbd: use the correct block_device in nbd_bdev_resetChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-02Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"Jens Axboe
2022-03-31nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-02nbd: error out if socket index doesn't match in nbd_handle_reply()Yu Kuai
2021-11-02nbd: Fix hungtask when nbd_config_putYe Bin
2021-11-02nbd: Fix incorrect error handle when first_minor is illegal in nbd_dev_addYe Bin
2021-11-02nbd: fix possible overflow for 'first_minor' in nbd_dev_add()Yu Kuai
2021-11-02nbd: fix max value for 'first_minor'Yu Kuai
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-27nbd: Use blk_validate_block_size() to validate block sizeXie Yongji
2021-10-21nbd: Use invalidate_disk() helper on disconnectXie Yongji
2021-10-20nbd: Fix use-after-free in pid_showYe Bin
2021-10-18nbd: fix uaf in nbd_handle_reply()Yu Kuai
2021-10-18nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()Yu Kuai
2021-10-18nbd: clean up return value checking of sock_xmit()Yu Kuai
2021-10-18nbd: don't start request if nbd_queue_rq() failedYu Kuai
2021-10-18nbd: check sock index in nbd_read_stat()Yu Kuai
2021-10-18nbd: make sure request completion won't concurrentYu Kuai
2021-10-18nbd: don't handle response without a corresponding request messageYu Kuai
2021-10-18nbd: add error handling support for add_disk()Luis Chamberlain
2021-09-29nbd: use shifts rather than multipliesNick Desaulniers
2021-08-30Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-25nbd: remove nbd->destroy_completeChristoph Hellwig
2021-08-25nbd: only return usable devices from nbd_find_unusedChristoph Hellwig
2021-08-25nbd: set nbd->index before releasing nbd_index_mutexTetsuo Handa
2021-08-25nbd: prevent IDR lookups from finding partially initialized devicesTetsuo Handa
2021-08-25nbd: reset NBD to NULL when restarting in nbd_genl_connectChristoph Hellwig
2021-08-25nbd: add missing locking to the nbd_dev_add error pathTetsuo Handa
2021-08-16block: nbd: add sanity check for first_minorPavel Skripkin
2021-08-13nbd: reduce the nbd_index_mutex scopeChristoph Hellwig
2021-08-13nbd: refactor device search and allocation in nbd_genl_connectChristoph Hellwig
2021-08-13nbd: return the allocated nbd_device from nbd_dev_addChristoph Hellwig
2021-08-13nbd: remove nbd_del_diskChristoph Hellwig
2021-08-13nbd: refactor device removalChristoph Hellwig
2021-08-13nbd: do del_gendisk() asynchronously for NBD_DESTROY_ON_DISCONNECTHou Tao
2021-08-13nbd: add the check to prevent overflow in __nbd_ioctl()Baokun Li
2021-08-13nbd: Aovid double completion of a requestXie Yongji
2021-07-15nbd: fix order of cleaning up the queue and freeing the tagsetWang Qing
2021-06-30nbd: provide a way for userspace processes to identify device backendsPrasanna Kumar Kalever