summaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
Commit message (Expand)AuthorAge
* nbd: propagate genlmsg_reply return codeLi RongQing2019-02-28
* block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-15
* nbd: Use set_blocksize() to set device blocksizeJan Kara2019-01-15
* blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-08
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-23
* nbd: don't allow invalid blocksize settingsJens Axboe2018-09-04
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-02
|\
| * nbd: handle unexpected replies betterJosef Bacik2018-07-16
| * nbd: don't requeue the same request twice.Josef Bacik2018-07-16
* | nbd: constify nla_policyStephen Hemminger2018-07-20
|/
* nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.Doron Roberts-Kedes2018-06-20
* nbd: set discard_alignment to the granularityJosef Bacik2018-06-05
* nbd: Consistently use request pointer in debug messages.Kevin Vigor2018-06-05
* blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-30
* nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Kevin Vigor2018-05-30
* nbd: complete requests from ->timeoutChristoph Hellwig2018-05-29
* block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-29
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-24
* nbd: set discard granularity properlyJosef Bacik2018-05-23
* block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic2018-05-22
* nbd: call nbd_bdev_reset instead of bd_set_size on disconnectJosef Bacik2018-05-16
* nbd: fix how we set bd_invalidatedJosef Bacik2018-05-16
* nbd: clear_sock on netlink disconnectJosef Bacik2018-05-16
* nbd: use bd_set_size when updating disk sizeJosef Bacik2018-05-16
* nbd: update size when connectedJosef Bacik2018-05-16
* nbd: fix nbd device deletionJosef Bacik2018-05-16
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-08
* nbd: fix return value in error handling pathGustavo A. R. Silva2018-02-27
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\
| * nbd: don't start req until after the dead connection logicJosef Bacik2017-11-06
| * nbd: wait uninterruptible for the dead timeoutJosef Bacik2017-11-06
* | nbd: handle interrupted sendmsg with a sndtimeo setJosef Bacik2017-10-24
* | nbd: don't set the device size until we're connectedJosef Bacik2017-10-09
* | nbd: fix -ERESTARTSYS handlingJosef Bacik2017-10-02
|/
* nbd: ignore non-nbd ioctl'sJosef Bacik2017-09-25
* nbd: make device_attribute constBhumika Goyal2017-08-28
* nbd: change the default nbd partitionsJosef Bacik2017-08-17
* nbd: allow device creation at a specific indexJosef Bacik2017-08-17
* nbd: clear disconnected on reconnectJosef Bacik2017-07-25
* nbd: only set sndtimeo if we have a timeout setJosef Bacik2017-07-22
* nbd: take tx_lock before disconnectingJosef Bacik2017-07-22
* nbd: allow multiple disconnects to be sentJosef Bacik2017-07-22
* nbd: kill unused ret in recv_workKefeng Wang2017-07-13
* nbd: quiesce request queues to make sure no submissions are inflightSagi Grimberg2017-07-06
* Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-12
|\
| * nbd: don't leak nbd_configIlya Dryomov2017-05-30
| * nbd: nbd_reset() call in nbd_dev_add() is redundantIlya Dryomov2017-05-30
* | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-09
* | block: introduce new block status code typeChristoph Hellwig2017-06-09
* | nbd: set sk->sk_sndtimeo for our socketsJosef Bacik2017-06-09