summaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-301-4/+1
* nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Kevin Vigor2018-05-301-6/+15
* nbd: complete requests from ->timeoutChristoph Hellwig2018-05-291-3/+4
* block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-291-1/+1
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-1/+1
* nbd: set discard granularity properlyJosef Bacik2018-05-231-2/+8
* block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic2018-05-221-1/+2
* nbd: call nbd_bdev_reset instead of bd_set_size on disconnectJosef Bacik2018-05-161-1/+1
* nbd: fix how we set bd_invalidatedJosef Bacik2018-05-161-4/+3
* nbd: clear_sock on netlink disconnectJosef Bacik2018-05-161-0/+1
* nbd: use bd_set_size when updating disk sizeJosef Bacik2018-05-161-1/+9
* nbd: update size when connectedJosef Bacik2018-05-161-0/+2
* nbd: fix nbd device deletionJosef Bacik2018-05-161-1/+4
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-4/+4
* nbd: fix return value in error handling pathGustavo A. R. Silva2018-02-271-1/+1
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-16/+10
|\
| * nbd: don't start req until after the dead connection logicJosef Bacik2017-11-061-13/+7
| * nbd: wait uninterruptible for the dead timeoutJosef Bacik2017-11-061-3/+3
* | nbd: handle interrupted sendmsg with a sndtimeo setJosef Bacik2017-10-241-2/+11
* | nbd: don't set the device size until we're connectedJosef Bacik2017-10-091-1/+1
* | nbd: fix -ERESTARTSYS handlingJosef Bacik2017-10-021-1/+5
|/
* nbd: ignore non-nbd ioctl'sJosef Bacik2017-09-251-0/+6
* nbd: make device_attribute constBhumika Goyal2017-08-281-1/+1
* nbd: change the default nbd partitionsJosef Bacik2017-08-171-2/+2
* nbd: allow device creation at a specific indexJosef Bacik2017-08-171-0/+9
* nbd: clear disconnected on reconnectJosef Bacik2017-07-251-0/+2
* 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/+2
* nbd: kill unused ret in recv_workKefeng Wang2017-07-131-2/+0
* 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/+5
|\
| * 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/+4
* | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-8/+4
* | 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-081-3/+4
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-061-4/+3
|\
| * blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-2/+2
|\ \
* \ \ Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-011-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-201-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