aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-09nbd: don't set the device size until we're connectedGravatar Josef Bacik 1-1/+1
2017-10-02nbd: fix -ERESTARTSYS handlingGravatar Josef Bacik 1-1/+5
2017-09-25nbd: ignore non-nbd ioctl'sGravatar Josef Bacik 1-0/+6
2017-08-28nbd: make device_attribute constGravatar Bhumika Goyal 1-1/+1
2017-08-17nbd: change the default nbd partitionsGravatar Josef Bacik 1-2/+2
2017-08-17nbd: allow device creation at a specific indexGravatar Josef Bacik 1-0/+9
2017-07-25nbd: clear disconnected on reconnectGravatar Josef Bacik 1-0/+2
2017-07-22nbd: only set sndtimeo if we have a timeout setGravatar Josef Bacik 1-2/+5
2017-07-22nbd: take tx_lock before disconnectingGravatar Josef Bacik 1-0/+4
2017-07-22nbd: allow multiple disconnects to be sentGravatar Josef Bacik 1-3/+2
2017-07-13nbd: kill unused ret in recv_workGravatar Kefeng Wang 1-2/+0
2017-07-06nbd: quiesce request queues to make sure no submissions are inflightGravatar Sagi Grimberg 1-2/+2
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockGravatar Jens Axboe 1-10/+5
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tGravatar Christoph Hellwig 1-8/+4
2017-06-09block: introduce new block status code typeGravatar Christoph Hellwig 1-7/+7
2017-06-09nbd: set sk->sk_sndtimeo for our socketsGravatar Josef Bacik 1-0/+2
2017-05-30nbd: add FUA op supportGravatar Shaun McDowell 1-3/+13
2017-05-30nbd: don't leak nbd_configGravatar Ilya Dryomov 1-0/+1
2017-05-30nbd: nbd_reset() call in nbd_dev_add() is redundantGravatar Ilya Dryomov 1-10/+4
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersGravatar Vlastimil Babka 1-3/+4
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+3
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+2
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesGravatar Christoph Hellwig 1-4/+3
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2017-04-28nbd: fix use after free on module unloadGravatar Josef Bacik 1-4/+4
2017-04-20nbd: set the max segments to USHRT_MAXGravatar Josef Bacik 1-0/+1
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestGravatar Christoph Hellwig 1-2/+2
2017-04-20nbd: don't use req->errorsGravatar Christoph Hellwig 1-15/+15
2017-04-19nbd: set the max segment size to UINT_MAXGravatar Josef Bacik 1-0/+1
2017-04-17nbd: add a flag to destroy an nbd device on disconnectGravatar Josef Bacik 1-0/+30
2017-04-17nbd: add device refcountingGravatar Josef Bacik 1-18/+86
2017-04-17nbd: add a status netlink commandGravatar Josef Bacik 1-0/+108
2017-04-17nbd: handle dead connectionsGravatar Josef Bacik 1-4/+59
2017-04-17nbd: only clear the queue on device teardownGravatar Josef Bacik 1-1/+3
2017-04-17nbd: multicast dead link notificationsGravatar Josef Bacik 1-12/+77
2017-04-17nbd: add a reconfigure netlink commandGravatar Josef Bacik 1-0/+141
2017-04-17nbd: add a basic netlink interfaceGravatar Josef Bacik 1-26/+290
2017-04-17nbd: stop using the bdev everywhereGravatar Josef Bacik 1-55/+37
2017-04-17nbd: separate out the config informationGravatar Josef Bacik 1-174/+263
2017-04-17nbd: handle single path failures gracefullyGravatar Josef Bacik 1-26/+125
2017-04-17nbd: put socket in error casesGravatar Josef Bacik 1-2/+7
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...Gravatar NeilBrown 1-1/+1
2017-04-08block: remove the discard_zeroes_data flagGravatar Christoph Hellwig 1-1/+0
2017-04-07Merge branch 'for-linus' into for-4.12/blockGravatar Jens Axboe 1-33/+103
2017-03-31blk-mq: constify struct blk_mq_opsGravatar Eric Biggers 1-1/+1
2017-03-24nbd: replace kill_bdev() with __invalidate_device()Gravatar Ratna Manoj Bolla 1-2/+6
2017-03-24nbd: set queue timeout properlyGravatar Josef Bacik 1-1/+4
2017-03-24nbd: set rq->errors to actual error codeGravatar Josef Bacik 1-4/+4
2017-03-24nbd: handle ERESTARTSYS properlyGravatar Josef Bacik 1-26/+89
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+3