index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
xen-blkfront.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-13
xen-blkfront: switch to using blk_queue_write_cache()
Jens Axboe
1
-1
/
+2
2016-03-19
Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+4
2016-03-04
xen-blkfront: rename indirect descriptor parameter
Jan Beulich
1
-2
/
+4
2016-01-30
xen/blkfront: realloc ring info in blkif_resume
Bob Liu
1
-29
/
+45
2016-01-04
xen/blkfront: Fix crash if backend doesn't follow the right states.
Konrad Rzeszutek Wilk
1
-4
/
+8
2016-01-04
xen/blkfront: Handle non-indirect grant with 64KB pages
Julien Grall
1
-16
/
+212
2016-01-04
xen-blkfront: Introduce blkif_ring_get_request
Julien Grall
1
-11
/
+19
2016-01-04
xen/blocks: Return -EXX instead of -1
Konrad Rzeszutek Wilk
1
-2
/
+2
2016-01-04
xen/blkfront: correct setting for xen_blkif_max_ring_order
Peng Fan
1
-1
/
+1
2016-01-04
xen/blkfront: make persistent grants pool per-queue
Bob Liu
1
-67
/
+43
2016-01-04
xen/blkfront: Remove duplicate setting of ->xbdev.
Bob Liu
1
-1
/
+0
2016-01-04
xen/blkfront: Cleanup of comments, fix unaligned variables, and syntax errors.
Konrad Rzeszutek Wilk
1
-7
/
+6
2016-01-04
xen/blkfront: negotiate number of queues/rings to be used with backend
Bob Liu
1
-41
/
+119
2016-01-04
xen/blkfront: split per device io_lock
Bob Liu
1
-26
/
+47
2016-01-04
xen/blkfront: pseudo support for multi hardware queues/rings
Bob Liu
1
-145
/
+198
2016-01-04
xen/blkfront: separate per ring information out of device info
Bob Liu
1
-162
/
+197
2015-11-05
Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-200
/
+360
2015-10-23
xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*
Julien Grall
1
-5
/
+5
2015-10-23
block/xen-blkfront: Make it running on 64KB page granularity
Julien Grall
1
-111
/
+213
2015-10-23
block/xen-blkfront: split get_grant in 2
Julien Grall
1
-29
/
+59
2015-10-23
block/xen-blkfront: Store a page rather a pfn in the grant structure
Julien Grall
1
-20
/
+19
2015-10-23
block/xen-blkfront: Split blkif_queue_request in 2
Julien Grall
1
-124
/
+153
2015-10-07
Merge branch 'stable/for-jens-4.3' of git://git.kernel.org/pub/scm/linux/kern...
Jens Axboe
1
-1
/
+2
2015-10-07
xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)
Cathy Avery
1
-1
/
+2
2015-10-01
blk-mq: fix racy updates of rq->errors
Christoph Hellwig
1
-9
/
+10
2015-09-11
Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+3
2015-09-08
Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-86
/
+60
2015-09-08
xen: Use correctly the Xen memory terminologies
Julien Grall
1
-3
/
+3
2015-09-02
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+3
2015-08-20
xen-blkfront: convert to blk-mq APIs
Bob Liu
1
-86
/
+60
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
1
-6
/
+3
2015-07-27
Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...
Jens Axboe
1
-56
/
+72
2015-07-24
xen-blkfront: don't add indirect pages to list when !feature_persistent
Bob Liu
1
-2
/
+4
2015-07-24
xen-blkfront: introduce blkfront_gather_backend_features()
Bob Liu
1
-54
/
+68
2015-07-01
Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+0
2015-06-22
drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialising
Bob Liu
1
-0
/
+2
2015-06-17
block/xen-blkfront: Remove invalid comment
Julien Grall
1
-6
/
+0
2015-06-17
block/xen-blkfront: Remove unused macro MAXIMUM_OUTSTANDING_BLOCK_REQS
Julien Grall
1
-2
/
+0
2015-06-06
xen/block: add multi-page ring support
Bob Liu
1
-39
/
+96
2015-06-06
driver: xen-blkfront: move talk_to_blkback to a more suitable place
Bob Liu
1
-8
/
+6
2015-04-15
xenbus_client: Extend interface to support multi-page ring
Wei Liu
1
-2
/
+3
2015-02-13
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2015-02-13
kernel.h: remove ancient __FUNCTION__ hack
Rasmus Villemoes
1
-1
/
+1
2015-02-10
xen-blkfront: fix accounting of reqs when migrating
Roger Pau Monne
1
-2
/
+2
2014-12-10
xen/blkfront: remove redundant flush_op
Vitaly Kuznetsov
1
-20
/
+31
2014-12-10
xen/blkfront: improve protection against issuing unsupported REQ_FUA
Vitaly Kuznetsov
1
-6
/
+8
2014-10-18
Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+9
2014-10-06
xen: remove DEFINE_XENBUS_DRIVER() macro
David Vrabel
1
-2
/
+3
2014-10-02
xen, blkfront: factor out flush-related checks from do_blkif_request()
Arianna Avanzini
1
-3
/
+9
2014-05-28
Merge branch 'stable/for-jens-3.16' of git://git.kernel.org/pub/scm/linux/ker...
Jens Axboe
1
-26
/
+14
[next]