summaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-05nbd: make the config put is called before the notifying the waiterXiubo Li1-1/+1
2020-07-22nbd: Fix memory leak in nbd_add_socketZheng Bin1-10/+15
2020-02-28nbd: 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-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 max number of supported devsMike Christie1-14/+25
2019-10-11block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic1-1/+2
2019-10-11nbd: fix crash when the blksize is zeroXiubo Li1-3/+20
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-23nbd: Use set_blocksize() to set device blocksizeJan Kara1-2/+3
2018-09-19nbd: don't allow invalid blocksize settingsJens Axboe1-0/+3
2018-09-05nbd: handle unexpected replies betterJosef Bacik1-14/+61
2018-09-05nbd: don't requeue the same request twice.Josef Bacik1-3/+18
2018-08-24nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.Doron Roberts-Kedes1-7/+33
2018-06-26nbd: use bd_set_size when updating disk sizeJosef Bacik1-1/+9
2018-06-26nbd: update size when connectedJosef Bacik1-0/+2
2018-06-26nbd: fix nbd device deletionJosef Bacik1-1/+4
2018-05-30nbd: fix return value in error handling pathGustavo A. R. Silva1-1/+1
2017-11-30nbd: don't start req until after the dead connection logicJosef Bacik1-13/+7
2017-11-30nbd: 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
2017-08-17nbd: allow device creation at a specific indexJosef Bacik1-0/+9
2017-07-25nbd: clear disconnected on reconnectJosef Bacik1-0/+2
2017-07-22nbd: only set sndtimeo if we have a timeout setJosef Bacik1-2/+5
2017-07-22nbd: take tx_lock before disconnectingJosef Bacik1-0/+4
2017-07-22nbd: allow multiple disconnects to be sentJosef Bacik1-3/+2
2017-07-13nbd: kill unused ret in recv_workKefeng Wang1-2/+0
2017-07-06nbd: quiesce request queues to make sure no submissions are inflightSagi Grimberg1-2/+2
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe1-10/+5
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-8/+4
2017-06-09block: introduce new block status code typeChristoph Hellwig1-7/+7
2017-06-09nbd: set sk->sk_sndtimeo for our socketsJosef Bacik1-0/+2
2017-05-30nbd: add FUA op supportShaun McDowell1-3/+13
2017-05-30nbd: don't leak nbd_configIlya Dryomov1-0/+1
2017-05-30nbd: nbd_reset() call in nbd_dev_add() is redundantIlya Dryomov1-10/+4
2017-05-09treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka1-3/+4
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+3
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-4/+3
2017-05-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1