summaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
Commit message (Expand)AuthorAgeFilesLines
* nbd: replace kill_bdev() with __invalidate_device() againMunehisa Kamata2019-07-311-1/+1
* nbd: add netlink reconfigure resize supportMike Christie2019-07-111-16/+32
* nbd: fix crash when the blksize is zeroXiubo Li2019-07-111-3/+20
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 127Thomas Gleixner2019-05-301-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-281-0/+13
|\
| * nbd: add tracepoints for send/receive timingAndrew Hall2019-04-271-0/+8
| * nbd: trace sending nbd requestsMatt Mullins2019-04-271-0/+5
* | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+4
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-4/+8
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
|/
* genetlink: make policy common to familyJohannes Berg2019-03-221-4/+1Star
* nbd: propagate genlmsg_reply return codeLi RongQing2019-02-281-2/+1Star
* block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-151-1/+1
* nbd: Use set_blocksize() to set device blocksizeJan Kara2019-01-151-2/+3
* blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-081-1/+2
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-7/+5Star
* nbd: don't allow invalid blocksize settingsJens Axboe2018-09-041-0/+3
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-17/+79
|\
| * nbd: handle unexpected replies betterJosef Bacik2018-07-161-14/+61
| * nbd: don't requeue the same request twice.Josef Bacik2018-07-161-3/+18
* | nbd: constify nla_policyStephen Hemminger2018-07-201-3/+3
|/
* nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.Doron Roberts-Kedes2018-06-211-8/+34
* nbd: set discard_alignment to the granularityJosef Bacik2018-06-051-0/+3
* nbd: Consistently use request pointer in debug messages.Kevin Vigor2018-06-051-5/+5
* blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-301-4/+1Star
* 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/+3Star
* 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-151-16/+10Star
|\
| * nbd: don't start req until after the dead connection logicJosef Bacik2017-11-061-13/+7Star
| * nbd: wait uninterruptible for the dead timeoutJosef Bacik2017-11-061-3/+3
* | nbd: handle interrupted sendmsg with a sndtimeo setJosef Bacik2017-10-251-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