summaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
Commit message (Expand)AuthorAge
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-08
* nbd: fix return value in error handling pathGustavo A. R. Silva2018-02-27
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\
| * nbd: don't start req until after the dead connection logicJosef Bacik2017-11-06
| * nbd: wait uninterruptible for the dead timeoutJosef Bacik2017-11-06
* | nbd: handle interrupted sendmsg with a sndtimeo setJosef Bacik2017-10-24
* | nbd: don't set the device size until we're connectedJosef Bacik2017-10-09
* | nbd: fix -ERESTARTSYS handlingJosef Bacik2017-10-02
|/
* nbd: ignore non-nbd ioctl'sJosef Bacik2017-09-25
* nbd: make device_attribute constBhumika Goyal2017-08-28
* nbd: change the default nbd partitionsJosef Bacik2017-08-17
* nbd: allow device creation at a specific indexJosef Bacik2017-08-17
* nbd: clear disconnected on reconnectJosef Bacik2017-07-25
* nbd: only set sndtimeo if we have a timeout setJosef Bacik2017-07-22
* nbd: take tx_lock before disconnectingJosef Bacik2017-07-22
* nbd: allow multiple disconnects to be sentJosef Bacik2017-07-22
* nbd: kill unused ret in recv_workKefeng Wang2017-07-13
* nbd: quiesce request queues to make sure no submissions are inflightSagi Grimberg2017-07-06
* Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-12
|\
| * nbd: don't leak nbd_configIlya Dryomov2017-05-30
| * nbd: nbd_reset() call in nbd_dev_add() is redundantIlya Dryomov2017-05-30
* | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-09
* | block: introduce new block status code typeChristoph Hellwig2017-06-09
* | nbd: set sk->sk_sndtimeo for our socketsJosef Bacik2017-06-09
* | nbd: add FUA op supportShaun McDowell2017-05-30
|/
* treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2017-05-08
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-06
|\
| * blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-02
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-02
|\ \
* \ \ Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-01
|\ \ \ | |_|/ |/| |
| * | sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown2017-04-11
| |/
* | nbd: fix use after free on module unloadJosef Bacik2017-04-28
* | nbd: set the max segments to USHRT_MAXJosef Bacik2017-04-20
* | blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-20
* | nbd: don't use req->errorsChristoph Hellwig2017-04-20
* | nbd: set the max segment size to UINT_MAXJosef Bacik2017-04-19
* | nbd: add a flag to destroy an nbd device on disconnectJosef Bacik2017-04-17
* | nbd: add device refcountingJosef Bacik2017-04-17
* | nbd: add a status netlink commandJosef Bacik2017-04-17
* | nbd: handle dead connectionsJosef Bacik2017-04-17
* | nbd: only clear the queue on device teardownJosef Bacik2017-04-17
* | nbd: multicast dead link notificationsJosef Bacik2017-04-17
* | nbd: add a reconfigure netlink commandJosef Bacik2017-04-17
* | nbd: add a basic netlink interfaceJosef Bacik2017-04-17
* | nbd: stop using the bdev everywhereJosef Bacik2017-04-17
* | nbd: separate out the config informationJosef Bacik2017-04-17
* | nbd: handle single path failures gracefullyJosef Bacik2017-04-17
* | nbd: put socket in error casesJosef Bacik2017-04-17
* | block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-08
* | Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-07
|\ \ | |/