summaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
Commit message (Expand)AuthorAgeFilesLines
...
* nbd: only set sndtimeo if we have a timeout setJosef Bacik2017-07-221-2/+5
* nbd: take tx_lock before disconnectingJosef Bacik2017-07-221-0/+4
* nbd: allow multiple disconnects to be sentJosef Bacik2017-07-221-3/+2Star
* nbd: kill unused ret in recv_workKefeng Wang2017-07-131-2/+0Star
* nbd: quiesce request queues to make sure no submissions are inflightSagi Grimberg2017-07-061-2/+2
* Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-10/+5Star
|\
| * nbd: don't leak nbd_configIlya Dryomov2017-05-301-0/+1
| * nbd: nbd_reset() call in nbd_dev_add() is redundantIlya Dryomov2017-05-301-10/+4Star
* | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-8/+4Star
* | block: introduce new block status code typeChristoph Hellwig2017-06-091-7/+7
* | nbd: set sk->sk_sndtimeo for our socketsJosef Bacik2017-06-091-0/+2
* | nbd: add FUA op supportShaun McDowell2017-05-301-3/+13
|/
* treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2017-05-091-3/+4
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-061-4/+3Star
|\
| * blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-4/+3Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-031-2/+2
|\ \
* \ \ Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-021-1/+1
|\ \ \ | |_|/ |/| |
| * | sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown2017-04-111-1/+1
| |/
* | nbd: fix use after free on module unloadJosef Bacik2017-04-281-4/+4
* | nbd: set the max segments to USHRT_MAXJosef Bacik2017-04-211-0/+1
* | blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-201-2/+2
* | nbd: don't use req->errorsChristoph Hellwig2017-04-201-15/+15
* | nbd: set the max segment size to UINT_MAXJosef Bacik2017-04-191-0/+1
* | nbd: add a flag to destroy an nbd device on disconnectJosef Bacik2017-04-171-0/+30
* | nbd: add device refcountingJosef Bacik2017-04-171-18/+86
* | nbd: add a status netlink commandJosef Bacik2017-04-171-0/+108
* | nbd: handle dead connectionsJosef Bacik2017-04-171-4/+59
* | nbd: only clear the queue on device teardownJosef Bacik2017-04-171-1/+3
* | nbd: multicast dead link notificationsJosef Bacik2017-04-171-12/+77
* | nbd: add a reconfigure netlink commandJosef Bacik2017-04-171-0/+141
* | nbd: add a basic netlink interfaceJosef Bacik2017-04-171-26/+290
* | nbd: stop using the bdev everywhereJosef Bacik2017-04-171-55/+37Star
* | nbd: separate out the config informationJosef Bacik2017-04-171-174/+263
* | nbd: handle single path failures gracefullyJosef Bacik2017-04-171-26/+125
* | nbd: put socket in error casesJosef Bacik2017-04-171-2/+7
* | block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-1/+0Star
* | Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-071-33/+103
|\|
| * 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
* | blk-mq: constify struct blk_mq_opsEric Biggers2017-03-311-1/+1
|/
* 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