summaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkfront.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-101-5/+12
|\
| * xen/blkfront: fix memory allocation flags in blkfront_setup_indirect()Juergen Gross2020-04-071-5/+12
* | xen-blkfront.c: Convert to use set_capacity_revalidate_and_notifyBalbir Singh2020-03-181-5/+1
|/
* xen/blkfront: fix ring info addressingJuergen Gross2020-03-051-38/+42
* Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-061-5/+3
|\
| * xen/blkfront: limit allocated memory size to actual use caseJuergen Gross2020-01-291-5/+3
* | compat_ioctl: block: handle cdrom compat ioctl in non-cdrom driversArnd Bergmann2020-01-031-0/+1
|/
* xen/blkfront: Adjust indentation in xlvbd_alloc_gendiskNathan Chancellor2019-12-201-2/+2
* xen-blkfront: switch kcalloc to kvcalloc for large array allocationRoger Pau Monne2019-06-031-19/+19
* block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-151-1/+1
* Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-101-0/+1
|\
| * xen-blkfront: fix kernel panic with negotiate_mq error pathManjunath Patil2018-11-061-0/+1
* | xen/blkfront: avoid NULL blkfront_info dereference on device removalVasilis Liaskovitis2018-10-251-0/+3
|/
* Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-011-2/+2
|\
| * xen/blkfront: correct purging of persistent grantsJuergen Gross2018-09-281-2/+2
| * Revert "xen/blkfront: When purging persistent grants, keep them in the buffer"Jens Axboe2018-09-281-1/+3
| * xen/blkfront: When purging persistent grants, keep them in the bufferBoris Ostrovsky2018-09-271-3/+1
* | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
|/
* xen/blkfront: reorder tests in xlblk_init()Juergen Gross2018-08-271-9/+9
* xen/blkfront: cleanup stale persistent grantsJuergen Gross2018-08-271-4/+90
* xen-blkfront: use true and false for boolean valuesGustavo A. R. Silva2018-08-061-2/+2
* xen/blkfront: remove unused macrosJuergen Gross2018-07-251-5/+0
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-9/+14
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-4/+3
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-5/+5
|\
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-5/+5
* | Merge branch 'stable/for-jens-4.15' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2018-03-081-9/+8
|\ \ | |/ |/|
| * xen-blkfront: move negotiate_mq to cover all cases of new VBDsBhavesh Davda2018-03-071-9/+8
* | blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-301-1/+1
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-1/+1
|\
| * xen-blkfront: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche2017-08-181-1/+1
* | xen-blkfront: use a right index when checking requestsMunehisa Kamata2017-08-151-3/+3
|/
* xen/blkfront: always allocate grants first from per-queue persistent grantsDongli Zhang2017-07-251-8/+11
* xen-blkfront: fix mq start/stop raceJunxiao Bi2017-07-251-1/+1
* xen-blkfront: Fix handling of non-supported operationsBart Van Assche2017-07-241-2/+2
* blk-mq: don't bounce by defaultChristoph Hellwig2017-06-271-3/+0
* xen-blkfront: remove bio splitting.NeilBrown2017-06-181-51/+3
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-1/+1
* blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-4/+4
* block: introduce new block status code typeChristoph Hellwig2017-06-091-6/+10
* blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
* xen-blkfront: don't use req->errorsChristoph Hellwig2017-04-201-11/+25
* blkfront: add uevent for size changeMarc Olson2017-04-181-0/+3
* blk-mq: constify struct blk_mq_opsEric Biggers2017-03-311-1/+1
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-1/+1
|\
| * block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-1/+1
* | xen-blkfront: correct maximum segment accountingJan Beulich2017-01-231-3/+9
* | xen-blkfront: feature flags handling adjustmentsJan Beulich2017-01-231-5/+5
|/
* Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-131-55/+26
|\
| * xen: make use of xenbus_read_unsigned() in xen-blkfrontJuergen Gross2016-11-071-55/+26