aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-19nbd: only set MSG_MORE when we have more to sendJosef Bacik1-4/+2
2017-01-10nbd: blk_mq_init_queue returns an error code on failure, not NULLJeff Moyer1-2/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-08nbd: use dev_err_ratelimited in io pathJosef Bacik1-11/+12
2016-12-08nbd: reset the setup task for NBD_CLEAR_SOCKJosef Bacik1-0/+1
2016-12-03nbd: fix 64-bit divisionJens Axboe1-1/+1
2016-12-02nbd: use loff_t for blocksize and nbd_set_size argsJosef Bacik1-4/+4
2016-11-22nbd: fix setting of 'error' in NBD_DO_IT ioctlJens Axboe1-2/+5
2016-11-22nbd: add multi-connection supportJosef Bacik1-144/+238
2016-11-17nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe1-9/+23
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2016-09-23nbd: use BLK_MQ_F_BLOCKINGJosef Bacik1-1/+1
2016-09-08nbd: allow block mq to deal with timeoutsJosef Bacik1-37/+14
2016-09-08nbd: use flags instead of boolJosef Bacik1-8/+10
2016-09-08nbd: don't shutdown sock with irq's disabledJosef Bacik1-4/+15
2016-09-08nbd: convert to blkmqJosef Bacik1-208/+129
2016-08-04nbd: fix race in ioctlVegard Nossum1-8/+4
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2016-06-08nbd: pass the nbd pointer for flags debugfsJosef Bacik1-1/+1
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-1/+1
2016-06-07drivers: use req op accessorMike Christie1-1/+1
2016-04-12nbd: switch to using blk_queue_write_cache()Jens Axboe1-2/+2
2016-03-04nbd: use correct div_s64 helperArnd Bergmann1-2/+1
2016-02-15nbd: Create size change events for userspaceMarkus Pargmann1-21/+58
2016-02-05nbd: ratelimit error msgs after socket closeDan Streetman1-2/+2
2016-02-05nbd: Move flag parsing to a functionMarkus Pargmann1-9/+13
2016-02-05nbd: Cleanup reset of nbd and bdev after a disconnectMarkus Pargmann1-11/+29
2016-02-05nbd: Timeouts are not user requested disconnectsMarkus Pargmann1-3/+6
2016-02-05nbd: Remove signal usageMarkus Pargmann1-78/+48
2016-02-03nbd: Fix debugfs error handlingMarkus Pargmann1-41/+14
2016-01-08nbd: use ->compat_ioctl()Al Viro1-0/+1
2015-11-06signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov1-11/+4
2015-10-08nbd: Add locking for tasksMarkus Pargmann1-6/+30
2015-08-17nbd: flags is a u32 variableMarkus Pargmann1-1/+1
2015-08-17nbd: Rename functions for clearness of recv/send pathMarkus Pargmann1-6/+6
2015-08-17nbd: Change 'disconnect' to be booleanMarkus Pargmann1-4/+4
2015-08-17nbd: Add debugfs entriesMarkus Pargmann1-1/+177
2015-08-17nbd: Remove variable 'pid'Markus Pargmann1-10/+9
2015-08-17nbd: Move clear queue debug messageMarkus Pargmann1-1/+1
2015-08-17nbd: Remove 'harderror' and propagate error properlyMarkus Pargmann1-14/+14
2015-08-17nbd: restructure sock_shutdownMarkus Pargmann1-6/+7
2015-08-17nbd: sock_shutdown, remove conditional lockMarkus Pargmann1-8/+8
2015-08-17nbd: Fix timeout detectionMarkus Pargmann1-28/+70
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe1-1/+1
2015-05-20block: nbd: convert to blkdev_reread_part()Ming Lei1-1/+1
2015-05-05nbd: stop using req->cmdChristoph Hellwig1-25/+23
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig1-1/+1
2015-04-02nbd: Return error pointer directlyMarkus Pargmann1-5/+2
2015-04-02nbd: Return error code directlyMarkus Pargmann1-5/+2
2015-04-02nbd: Remove fixme that was already fixedMarkus Pargmann1-6/+3