aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
AgeCommit message (Expand)Author
2018-07-16nbd: handle unexpected replies betterJosef Bacik
2018-07-16nbd: don't requeue the same request twice.Josef Bacik
2018-06-20nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.Doron Roberts-Kedes
2018-06-05nbd: set discard_alignment to the granularityJosef Bacik
2018-06-05nbd: Consistently use request pointer in debug messages.Kevin Vigor
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig
2018-05-30nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Kevin Vigor
2018-05-29nbd: complete requests from ->timeoutChristoph Hellwig
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-05-23nbd: set discard granularity properlyJosef Bacik
2018-05-22block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic
2018-05-16nbd: call nbd_bdev_reset instead of bd_set_size on disconnectJosef Bacik
2018-05-16nbd: fix how we set bd_invalidatedJosef Bacik
2018-05-16nbd: clear_sock on netlink disconnectJosef Bacik
2018-05-16nbd: use bd_set_size when updating disk sizeJosef Bacik
2018-05-16nbd: update size when connectedJosef Bacik
2018-05-16nbd: fix nbd device deletionJosef Bacik
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-02-27nbd: fix return value in error handling pathGustavo A. R. Silva
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-06nbd: don't start req until after the dead connection logicJosef Bacik
2017-11-06nbd: wait uninterruptible for the dead timeoutJosef Bacik
2017-10-24nbd: handle interrupted sendmsg with a sndtimeo setJosef Bacik
2017-10-09nbd: don't set the device size until we're connectedJosef Bacik
2017-10-02nbd: fix -ERESTARTSYS handlingJosef Bacik
2017-09-25nbd: ignore non-nbd ioctl'sJosef Bacik
2017-08-28nbd: make device_attribute constBhumika Goyal
2017-08-17nbd: change the default nbd partitionsJosef Bacik
2017-08-17nbd: allow device creation at a specific indexJosef Bacik
2017-07-25nbd: clear disconnected on reconnectJosef Bacik
2017-07-22nbd: only set sndtimeo if we have a timeout setJosef Bacik
2017-07-22nbd: take tx_lock before disconnectingJosef Bacik
2017-07-22nbd: allow multiple disconnects to be sentJosef Bacik
2017-07-13nbd: kill unused ret in recv_workKefeng Wang
2017-07-06nbd: quiesce request queues to make sure no submissions are inflightSagi Grimberg
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-06-09nbd: set sk->sk_sndtimeo for our socketsJosef Bacik
2017-05-30nbd: add FUA op supportShaun McDowell
2017-05-30nbd: don't leak nbd_configIlya Dryomov
2017-05-30nbd: nbd_reset() call in nbd_dev_add() is redundantIlya Dryomov
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-04-28nbd: fix use after free on module unloadJosef Bacik
2017-04-20nbd: set the max segments to USHRT_MAXJosef Bacik