summaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nbd: fix use after free on module unloadJosef Bacik2017-04-281-4/+4
* nbd: set the max segments to USHRT_MAXJosef Bacik2017-04-211-0/+1
* blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-201-2/+2
* nbd: don't use req->errorsChristoph Hellwig2017-04-201-15/+15
* nbd: set the max segment size to UINT_MAXJosef Bacik2017-04-191-0/+1
* nbd: add a flag to destroy an nbd device on disconnectJosef Bacik2017-04-171-0/+30
* nbd: add device refcountingJosef Bacik2017-04-171-18/+86
* nbd: add a status netlink commandJosef Bacik2017-04-171-0/+108
* nbd: handle dead connectionsJosef Bacik2017-04-171-4/+59
* nbd: only clear the queue on device teardownJosef Bacik2017-04-171-1/+3
* nbd: multicast dead link notificationsJosef Bacik2017-04-171-12/+77
* nbd: add a reconfigure netlink commandJosef Bacik2017-04-171-0/+141
* nbd: add a basic netlink interfaceJosef Bacik2017-04-171-26/+290
* nbd: stop using the bdev everywhereJosef Bacik2017-04-171-55/+37
* nbd: separate out the config informationJosef Bacik2017-04-171-174/+263
* nbd: handle single path failures gracefullyJosef Bacik2017-04-171-26/+125
* nbd: put socket in error casesJosef Bacik2017-04-171-2/+7
* block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-1/+0
* Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-071-33/+103
|\
| * nbd: replace kill_bdev() with __invalidate_device()Ratna Manoj Bolla2017-03-241-2/+6
| * nbd: set queue timeout properlyJosef Bacik2017-03-241-1/+4
| * nbd: set rq->errors to actual error codeJosef Bacik2017-03-241-4/+4
| * nbd: handle ERESTARTSYS properlyJosef Bacik2017-03-241-26/+89
* | blk-mq: constify struct blk_mq_opsEric Biggers2017-03-311-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-03-031-1/+3
|\
| * nbd: stop leaking socketsJosef Bacik2017-03-021-1/+3
* | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-031-45/+31
|\ \ | |/ |/|
| * [nbd] pass iov_iter to nbd_xmit()Al Viro2016-12-271-39/+27
| * [nbd] switch sock_xmit() to sock_{send,recv}msg()Al Viro2016-12-271-9/+7
* | nbd: cleanup workqueue on error properlyJosef Bacik2017-02-211-1/+3
* | nbd: set the logical and physical blocksize properlyJosef Bacik2017-02-211-23/+15
* | nbd: cleanup ioctl handlingJosef Bacik2017-02-211-137/+132
* | nbd: use an idr to keep track of nbd devicesJosef Bacik2017-02-021-98/+115
* | nbd: use our own workqueue for recv threadsJosef Bacik2017-02-021-2/+11
* | block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-7/+12
* | nbd: move request validity checking into nbd_send_cmdChristoph Hellwig2017-01-311-11/+10
* | nbd: remove REQ_TYPE_DRV_PRIV leftoversChristoph Hellwig2017-01-311-9/+1
* | nbd: only set MSG_MORE when we have more to sendJosef Bacik2017-01-191-4/+2
* | nbd: blk_mq_init_queue returns an error code on failure, not NULLJeff Moyer2017-01-101-2/+4
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* nbd: use dev_err_ratelimited in io pathJosef Bacik2016-12-081-11/+12
* nbd: reset the setup task for NBD_CLEAR_SOCKJosef Bacik2016-12-081-0/+1
* nbd: fix 64-bit divisionJens Axboe2016-12-031-1/+1
* nbd: use loff_t for blocksize and nbd_set_size argsJosef Bacik2016-12-031-4/+4
* nbd: fix setting of 'error' in NBD_DO_IT ioctlJens Axboe2016-11-231-2/+5
* nbd: add multi-connection supportJosef Bacik2016-11-221-144/+238
* nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe2016-11-171-9/+23
* Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-101-1/+0
|\
* | nbd: use BLK_MQ_F_BLOCKINGJosef Bacik2016-09-231-1/+1
|/
* nbd: allow block mq to deal with timeoutsJosef Bacik2016-09-081-37/+14