aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
AgeCommit message (Expand)Author
2023-08-11nbd: 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
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-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-12-01nbd: prevent memory leakNavid Emamdoost
2019-12-01nbd:fix memory leak in nbd_get_socket()Sun Ke
2019-11-10nbd: handle racing with error'ed out commandsJosef Bacik
2019-11-10nbd: protect cmd->status with cmd->lockJosef Bacik
2019-11-06nbd: verify socket is supported during setupMike Christie
2019-11-06nbd: fix possible sysfs duplicate warningXiubo Li
2019-10-11nbd: fix crash when the blksize is zeroXiubo Li
2019-10-11nbd: fix max number of supported devsMike Christie
2019-10-05nbd: add missing config putMike Christie
2019-08-06nbd: replace kill_bdev() with __invalidate_device() againMunehisa Kamata
2019-01-22nbd: Use set_blocksize() to set device blocksizeJan Kara
2018-09-04nbd: don't allow invalid blocksize settingsJens Axboe
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-20nbd: constify nla_policyStephen Hemminger
2018-07-16nbd: handle unexpected replies betterJosef Bacik
2018-07-16nbd: don't requeue the same request twice.Josef Bacik
2018-06-20nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.Doron Roberts-Kedes
2018-06-05nbd: set discard_alignment to the granularityJosef Bacik
2018-06-05nbd: Consistently use request pointer in debug messages.Kevin Vigor
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig
2018-05-30nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Kevin Vigor
2018-05-29nbd: complete requests from ->timeoutChristoph Hellwig
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-05-23nbd: set discard granularity properlyJosef Bacik
2018-05-22block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic
2018-05-16nbd: call nbd_bdev_reset instead of bd_set_size on disconnectJosef Bacik
2018-05-16nbd: fix how we set bd_invalidatedJosef Bacik
2018-05-16nbd: clear_sock on netlink disconnectJosef Bacik
2018-05-16nbd: use bd_set_size when updating disk sizeJosef Bacik
2018-05-16nbd: update size when connectedJosef Bacik
2018-05-16nbd: fix nbd device deletionJosef Bacik
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-02-27nbd: fix return value in error handling pathGustavo A. R. Silva
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-06nbd: don't start req until after the dead connection logicJosef Bacik
2017-11-06nbd: wait uninterruptible for the dead timeoutJosef Bacik