aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05nbd: set discard_alignment to the granularityJosef Bacik1-0/+3
2018-06-05nbd: Consistently use request pointer in debug messages.Kevin Vigor1-5/+5
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig1-4/+1
2018-05-30nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Kevin Vigor1-6/+15
2018-05-29nbd: complete requests from ->timeoutChristoph Hellwig1-3/+4
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-1/+1
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-05-23nbd: set discard granularity properlyJosef Bacik1-2/+8
2018-05-22block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic1-1/+2
2018-05-16nbd: call nbd_bdev_reset instead of bd_set_size on disconnectJosef Bacik1-1/+1
2018-05-16nbd: fix how we set bd_invalidatedJosef Bacik1-4/+3
2018-05-16nbd: clear_sock on netlink disconnectJosef Bacik1-0/+1
2018-05-16nbd: use bd_set_size when updating disk sizeJosef Bacik1-1/+9
2018-05-16nbd: update size when connectedJosef Bacik1-0/+2
2018-05-16nbd: fix nbd device deletionJosef Bacik1-1/+4
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-4/+4
2018-02-27nbd: fix return value in error handling pathGustavo A. R. Silva1-1/+1
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+10
2017-11-06nbd: don't start req until after the dead connection logicJosef Bacik1-13/+7
2017-11-06nbd: wait uninterruptible for the dead timeoutJosef Bacik1-3/+3
2017-10-24nbd: handle interrupted sendmsg with a sndtimeo setJosef Bacik1-2/+11
2017-10-09nbd: don't set the device size until we're connectedJosef Bacik1-1/+1
2017-10-02nbd: fix -ERESTARTSYS handlingJosef Bacik1-1/+5
2017-09-25nbd: ignore non-nbd ioctl'sJosef Bacik1-0/+6
2017-08-28nbd: make device_attribute constBhumika Goyal1-1/+1
2017-08-17nbd: change the default nbd partitionsJosef Bacik1-2/+2
2017-08-17nbd: allow device creation at a specific indexJosef Bacik1-0/+9
2017-07-25nbd: clear disconnected on reconnectJosef Bacik1-0/+2
2017-07-22nbd: only set sndtimeo if we have a timeout setJosef Bacik1-2/+5
2017-07-22nbd: take tx_lock before disconnectingJosef Bacik1-0/+4
2017-07-22nbd: allow multiple disconnects to be sentJosef Bacik1-3/+2
2017-07-13nbd: kill unused ret in recv_workKefeng Wang1-2/+0
2017-07-06nbd: quiesce request queues to make sure no submissions are inflightSagi Grimberg1-2/+2
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe1-10/+5
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-8/+4
2017-06-09block: introduce new block status code typeChristoph Hellwig1-7/+7
2017-06-09nbd: set sk->sk_sndtimeo for our socketsJosef Bacik1-0/+2
2017-05-30nbd: add FUA op supportShaun McDowell1-3/+13
2017-05-30nbd: don't leak nbd_configIlya Dryomov1-0/+1
2017-05-30nbd: nbd_reset() call in nbd_dev_add() is redundantIlya Dryomov1-10/+4
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka1-3/+4
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+3
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-4/+3
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-04-28nbd: fix use after free on module unloadJosef Bacik1-4/+4
2017-04-20nbd: set the max segments to USHRT_MAXJosef Bacik1-0/+1
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig1-2/+2
2017-04-20nbd: don't use req->errorsChristoph Hellwig1-15/+15
2017-04-19nbd: set the max segment size to UINT_MAXJosef Bacik1-0/+1