summaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-04nbd: freeze the queue while we're adding connectionsJosef Bacik1-0/+8
2020-11-18nbd: fix a block_device refcount leak in nbd_releaseChristoph Hellwig1-0/+1
2020-11-18nbd: don't update block size after device is startedMing Lei1-4/+5
2020-11-05nbd: make the config put is called before the notifying the waiterXiubo Li1-1/+1
2020-07-16nbd: Fix memory leak in nbd_add_socketZheng Bin1-10/+15
2020-02-24nbd: add a flush_workqueue in nbd_start_deviceSun Ke1-0/+10
2019-12-31nbd: fix shutdown and recv work deadlock v2Mike Christie1-3/+3
2019-12-01nbd: prevent memory leakNavid Emamdoost1-2/+3
2019-12-01nbd:fix memory leak in nbd_get_socket()Sun Ke1-0/+1
2019-11-10nbd: handle racing with error'ed out commandsJosef Bacik1-0/+6
2019-11-10nbd: protect cmd->status with cmd->lockJosef Bacik1-5/+7
2019-11-06nbd: verify socket is supported during setupMike Christie1-2/+21
2019-11-06nbd: fix possible sysfs duplicate warningXiubo Li1-1/+1
2019-10-11nbd: fix crash when the blksize is zeroXiubo Li1-3/+20
2019-10-11nbd: fix max number of supported devsMike Christie1-14/+25
2019-10-05nbd: add missing config putMike Christie1-1/+3
2019-08-06nbd: replace kill_bdev() with __invalidate_device() againMunehisa Kamata1-1/+1
2019-01-22nbd: Use set_blocksize() to set device blocksizeJan Kara1-2/+3
2018-09-04nbd: don't allow invalid blocksize settingsJens Axboe1-0/+3
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+79
2018-07-20nbd: constify nla_policyStephen Hemminger1-3/+3
2018-07-16nbd: handle unexpected replies betterJosef Bacik1-14/+61
2018-07-16nbd: don't requeue the same request twice.Josef Bacik1-3/+18
2018-06-21nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.Doron Roberts-Kedes1-8/+34
2018-06-05nbd: set discard_alignment to the granularityJosef Bacik1-0/+3
2018-06-05nbd: Consistently use request pointer in debug messages.Kevin Vigor1-5/+5
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig1-4/+1
2018-05-30nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Kevin Vigor1-6/+15
2018-05-29nbd: complete requests from ->timeoutChristoph Hellwig1-3/+4
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-1/+1
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-05-24nbd: set discard granularity properlyJosef Bacik1-2/+8
2018-05-22block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic1-1/+2
2018-05-16nbd: call nbd_bdev_reset instead of bd_set_size on disconnectJosef Bacik1-1/+1
2018-05-16nbd: fix how we set bd_invalidatedJosef Bacik1-4/+3
2018-05-16nbd: clear_sock on netlink disconnectJosef Bacik1-0/+1
2018-05-16nbd: use bd_set_size when updating disk sizeJosef Bacik1-1/+9
2018-05-16nbd: update size when connectedJosef Bacik1-0/+2
2018-05-16nbd: fix nbd device deletionJosef Bacik1-1/+4
2018-03-09block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-4/+4
2018-02-28nbd: fix return value in error handling pathGustavo A. R. Silva1-1/+1
2017-11-15Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+10
2017-11-07nbd: don't start req until after the dead connection logicJosef Bacik1-13/+7
2017-11-07nbd: wait uninterruptible for the dead timeoutJosef Bacik1-3/+3
2017-10-25nbd: handle interrupted sendmsg with a sndtimeo setJosef Bacik1-2/+11
2017-10-09nbd: don't set the device size until we're connectedJosef Bacik1-1/+1
2017-10-02nbd: fix -ERESTARTSYS handlingJosef Bacik1-1/+5
2017-09-25nbd: ignore non-nbd ioctl'sJosef Bacik1-0/+6
2017-08-29nbd: make device_attribute constBhumika Goyal1-1/+1
2017-08-17nbd: change the default nbd partitionsJosef Bacik1-2/+2