summaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)Author
2017-04-17nbd: handle dead connectionsJosef Bacik
2017-04-17nbd: only clear the queue on device teardownJosef Bacik
2017-04-17nbd: multicast dead link notificationsJosef Bacik
2017-04-17nbd: add a reconfigure netlink commandJosef Bacik
2017-04-17nbd: add a basic netlink interfaceJosef Bacik
2017-04-17nbd: stop using the bdev everywhereJosef Bacik
2017-04-17nbd: separate out the config informationJosef Bacik
2017-04-17nbd: handle single path failures gracefullyJosef Bacik
2017-04-17nbd: put socket in error casesJosef Bacik
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers
2017-03-24nbd: replace kill_bdev() with __invalidate_device()Ratna Manoj Bolla
2017-03-24nbd: set queue timeout properlyJosef Bacik
2017-03-24nbd: set rq->errors to actual error codeJosef Bacik
2017-03-24nbd: handle ERESTARTSYS properlyJosef Bacik
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-03-02nbd: stop leaking socketsJosef Bacik
2017-02-21nbd: cleanup workqueue on error properlyJosef Bacik
2017-02-21nbd: set the logical and physical blocksize properlyJosef Bacik
2017-02-21nbd: cleanup ioctl handlingJosef Bacik
2017-02-01nbd: use an idr to keep track of nbd devicesJosef Bacik
2017-02-01nbd: use our own workqueue for recv threadsJosef Bacik
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-31nbd: move request validity checking into nbd_send_cmdChristoph Hellwig
2017-01-31nbd: remove REQ_TYPE_DRV_PRIV leftoversChristoph Hellwig
2017-01-19nbd: only set MSG_MORE when we have more to sendJosef Bacik
2017-01-10nbd: blk_mq_init_queue returns an error code on failure, not NULLJeff Moyer
2016-12-26[nbd] pass iov_iter to nbd_xmit()Al Viro
2016-12-26[nbd] switch sock_xmit() to sock_{send,recv}msg()Al Viro
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-08nbd: use dev_err_ratelimited in io pathJosef Bacik
2016-12-08nbd: reset the setup task for NBD_CLEAR_SOCKJosef Bacik
2016-12-03nbd: fix 64-bit divisionJens Axboe
2016-12-02nbd: use loff_t for blocksize and nbd_set_size argsJosef Bacik
2016-11-22nbd: fix setting of 'error' in NBD_DO_IT ioctlJens Axboe
2016-11-22nbd: add multi-connection supportJosef Bacik
2016-11-17nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-09-23nbd: use BLK_MQ_F_BLOCKINGJosef Bacik
2016-09-08nbd: allow block mq to deal with timeoutsJosef Bacik
2016-09-08nbd: use flags instead of boolJosef Bacik
2016-09-08nbd: don't shutdown sock with irq's disabledJosef Bacik
2016-09-08nbd: convert to blkmqJosef Bacik
2016-08-04nbd: fix race in ioctlVegard Nossum
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-06-08nbd: pass the nbd pointer for flags debugfsJosef Bacik
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-06-07drivers: use req op accessorMike Christie