summaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)Author
2017-05-30nbd: don't leak nbd_configIlya Dryomov
2017-05-30nbd: nbd_reset() call in nbd_dev_add() is redundantIlya Dryomov
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-04-28nbd: fix use after free on module unloadJosef Bacik
2017-04-20nbd: set the max segments to USHRT_MAXJosef Bacik
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig
2017-04-20nbd: don't use req->errorsChristoph Hellwig
2017-04-19nbd: set the max segment size to UINT_MAXJosef Bacik
2017-04-17nbd: add a flag to destroy an nbd device on disconnectJosef Bacik
2017-04-17nbd: add device refcountingJosef Bacik
2017-04-17nbd: add a status netlink commandJosef Bacik
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-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown
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