aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-2/+2
2019-04-26nbd: add tracepoints for send/receive timingGravatar Andrew Hall 1-0/+8
2019-04-26nbd: trace sending nbd requestsGravatar Matt Mullins 1-0/+5
2019-03-22genetlink: make policy common to familyGravatar Johannes Berg 1-4/+1
2019-02-28nbd: propagate genlmsg_reply return codeGravatar Li RongQing 1-2/+1
2019-02-15block: kill BLK_MQ_F_SG_MERGEGravatar Ming Lei 1-1/+1
2019-01-15nbd: Use set_blocksize() to set device blocksizeGravatar Jan Kara 1-2/+3
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notGravatar Jens Axboe 1-1/+2
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-7/+5
2018-09-04nbd: don't allow invalid blocksize settingsGravatar Jens Axboe 1-0/+3
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-17/+79
2018-07-20nbd: constify nla_policyGravatar Stephen Hemminger 1-3/+3
2018-07-16nbd: handle unexpected replies betterGravatar Josef Bacik 1-14/+61
2018-07-16nbd: don't requeue the same request twice.Gravatar Josef Bacik 1-3/+18
2018-06-20nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.Gravatar Doron Roberts-Kedes 1-8/+34
2018-06-05nbd: set discard_alignment to the granularityGravatar Josef Bacik 1-0/+3
2018-06-05nbd: Consistently use request pointer in debug messages.Gravatar Kevin Vigor 1-5/+5
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterGravatar Christoph Hellwig 1-4/+1
2018-05-30nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Gravatar Kevin Vigor 1-6/+15
2018-05-29nbd: complete requests from ->timeoutGravatar Christoph Hellwig 1-3/+4
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEGravatar Christoph Hellwig 1-1/+1
2018-05-24block drivers/block: Use octal not symbolic permissionsGravatar Joe Perches 1-1/+1
2018-05-23nbd: set discard granularity properlyGravatar Josef Bacik 1-2/+8
2018-05-22block/ndb: add WQ_UNBOUND to the knbd-recv workqueueGravatar Dan Melnic 1-1/+2
2018-05-16nbd: call nbd_bdev_reset instead of bd_set_size on disconnectGravatar Josef Bacik 1-1/+1
2018-05-16nbd: fix how we set bd_invalidatedGravatar Josef Bacik 1-4/+3
2018-05-16nbd: clear_sock on netlink disconnectGravatar Josef Bacik 1-0/+1
2018-05-16nbd: use bd_set_size when updating disk sizeGravatar Josef Bacik 1-1/+9
2018-05-16nbd: update size when connectedGravatar Josef Bacik 1-0/+2
2018-05-16nbd: fix nbd device deletionGravatar Josef Bacik 1-1/+4
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Gravatar Bart Van Assche 1-4/+4
2018-02-27nbd: fix return value in error handling pathGravatar Gustavo A. R. Silva 1-1/+1
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-16/+10
2017-11-06nbd: don't start req until after the dead connection logicGravatar Josef Bacik 1-13/+7
2017-11-06nbd: wait uninterruptible for the dead timeoutGravatar Josef Bacik 1-3/+3
2017-10-24nbd: handle interrupted sendmsg with a sndtimeo setGravatar Josef Bacik 1-2/+11
2017-10-09nbd: don't set the device size until we're connectedGravatar Josef Bacik 1-1/+1
2017-10-02nbd: fix -ERESTARTSYS handlingGravatar Josef Bacik 1-1/+5
2017-09-25nbd: ignore non-nbd ioctl'sGravatar Josef Bacik 1-0/+6
2017-08-28nbd: make device_attribute constGravatar Bhumika Goyal 1-1/+1
2017-08-17nbd: change the default nbd partitionsGravatar Josef Bacik 1-2/+2
2017-08-17nbd: allow device creation at a specific indexGravatar Josef Bacik 1-0/+9
2017-07-25nbd: clear disconnected on reconnectGravatar Josef Bacik 1-0/+2
2017-07-22nbd: only set sndtimeo if we have a timeout setGravatar Josef Bacik 1-2/+5
2017-07-22nbd: take tx_lock before disconnectingGravatar Josef Bacik 1-0/+4
2017-07-22nbd: allow multiple disconnects to be sentGravatar Josef Bacik 1-3/+2
2017-07-13nbd: kill unused ret in recv_workGravatar Kefeng Wang 1-2/+0
2017-07-06nbd: quiesce request queues to make sure no submissions are inflightGravatar Sagi Grimberg 1-2/+2
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockGravatar Jens Axboe 1-10/+5
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tGravatar Christoph Hellwig 1-8/+4