summaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+31Star
|\ \ | |/ |/|
| * [nbd] pass iov_iter to nbd_xmit()Al Viro2016-12-271-39/+27Star
| * [nbd] switch sock_xmit() to sock_{send,recv}msg()Al Viro2016-12-271-9/+7Star
* | nbd: cleanup workqueue on error properlyJosef Bacik2017-02-211-1/+3
* | nbd: set the logical and physical blocksize properlyJosef Bacik2017-02-211-23/+15Star
* | nbd: cleanup ioctl handlingJosef Bacik2017-02-211-137/+132Star
* | 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/+10Star
* | nbd: remove REQ_TYPE_DRV_PRIV leftoversChristoph Hellwig2017-01-311-9/+1Star
* | nbd: only set MSG_MORE when we have more to sendJosef Bacik2017-01-191-4/+2Star
* | 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/+0Star
|\
* | nbd: use BLK_MQ_F_BLOCKINGJosef Bacik2016-09-231-1/+1
|/
* nbd: allow block mq to deal with timeoutsJosef Bacik2016-09-081-37/+14Star
* nbd: use flags instead of boolJosef Bacik2016-09-081-8/+10
* nbd: don't shutdown sock with irq's disabledJosef Bacik2016-09-081-4/+15
* nbd: convert to blkmqJosef Bacik2016-09-081-208/+129Star
* nbd: fix race in ioctlVegard Nossum2016-08-041-8/+4Star
* Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-271-2/+2
|\
| * block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-1/+1
| * drivers: use req op accessorMike Christie2016-06-071-1/+1
* | nbd: pass the nbd pointer for flags debugfsJosef Bacik2016-06-081-1/+1
|/
* nbd: switch to using blk_queue_write_cache()Jens Axboe2016-04-131-2/+2
* nbd: use correct div_s64 helperArnd Bergmann2016-03-051-2/+1Star
* nbd: Create size change events for userspaceMarkus Pargmann2016-02-151-21/+58
* nbd: ratelimit error msgs after socket closeDan Streetman2016-02-051-2/+2
* nbd: Move flag parsing to a functionMarkus Pargmann2016-02-051-9/+13
* nbd: Cleanup reset of nbd and bdev after a disconnectMarkus Pargmann2016-02-051-11/+29
* nbd: Timeouts are not user requested disconnectsMarkus Pargmann2016-02-051-3/+6
* nbd: Remove signal usageMarkus Pargmann2016-02-051-78/+48Star
* nbd: Fix debugfs error handlingMarkus Pargmann2016-02-031-41/+14Star
* nbd: use ->compat_ioctl()Al Viro2016-01-091-0/+1
* signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov2015-11-071-11/+4Star
* nbd: Add locking for tasksMarkus Pargmann2015-10-081-6/+30