index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
xen-blkfront.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen/blkfront: Adjust indentation in xlvbd_alloc_gendisk
Nathan Chancellor
2019-12-20
1
-2
/
+2
*
xen-blkfront: switch kcalloc to kvcalloc for large array allocation
Roger Pau Monne
2019-06-03
1
-19
/
+19
*
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
2019-02-15
1
-1
/
+1
*
Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-11-10
1
-0
/
+1
|
\
|
*
xen-blkfront: fix kernel panic with negotiate_mq error path
Manjunath Patil
2018-11-06
1
-0
/
+1
*
|
xen/blkfront: avoid NULL blkfront_info dereference on device removal
Vasilis Liaskovitis
2018-10-25
1
-0
/
+3
|
/
*
Merge tag 'v4.19-rc6' into for-4.20/block
Jens Axboe
2018-10-01
1
-2
/
+2
|
\
|
*
xen/blkfront: correct purging of persistent grants
Juergen Gross
2018-09-28
1
-2
/
+2
|
*
Revert "xen/blkfront: When purging persistent grants, keep them in the buffer"
Jens Axboe
2018-09-28
1
-1
/
+3
|
*
xen/blkfront: When purging persistent grants, keep them in the buffer
Boris Ostrovsky
2018-09-27
1
-3
/
+1
*
|
block: genhd: add 'groups' argument to device_add_disk
Hannes Reinecke
2018-09-28
1
-1
/
+1
|
/
*
xen/blkfront: reorder tests in xlblk_init()
Juergen Gross
2018-08-27
1
-9
/
+9
*
xen/blkfront: cleanup stale persistent grants
Juergen Gross
2018-08-27
1
-4
/
+90
*
xen-blkfront: use true and false for boolean values
Gustavo A. R. Silva
2018-08-06
1
-2
/
+2
*
xen/blkfront: remove unused macros
Juergen Gross
2018-07-25
1
-5
/
+0
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-9
/
+14
*
block drivers/block: Use octal not symbolic permissions
Joe Perches
2018-05-24
1
-4
/
+3
*
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-04-05
1
-5
/
+5
|
\
|
*
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
2018-03-08
1
-5
/
+5
*
|
Merge branch 'stable/for-jens-4.15' of git://git.kernel.org/pub/scm/linux/ker...
Jens Axboe
2018-03-08
1
-9
/
+8
|
\
\
|
|
/
|
/
|
|
*
xen-blkfront: move negotiate_mq to cover all cases of new VBDs
Bhavesh Davda
2018-03-07
1
-9
/
+8
*
|
blk-mq: introduce BLK_STS_DEV_RESOURCE
Ming Lei
2018-01-30
1
-1
/
+1
|
/
*
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-07
1
-1
/
+1
|
\
|
*
xen-blkfront: Avoid that gcc 7 warns about fall-through when building with W=1
Bart Van Assche
2017-08-18
1
-1
/
+1
*
|
xen-blkfront: use a right index when checking requests
Munehisa Kamata
2017-08-15
1
-3
/
+3
|
/
*
xen/blkfront: always allocate grants first from per-queue persistent grants
Dongli Zhang
2017-07-25
1
-8
/
+11
*
xen-blkfront: fix mq start/stop race
Junxiao Bi
2017-07-25
1
-1
/
+1
*
xen-blkfront: Fix handling of non-supported operations
Bart Van Assche
2017-07-24
1
-2
/
+2
*
blk-mq: don't bounce by default
Christoph Hellwig
2017-06-27
1
-3
/
+0
*
xen-blkfront: remove bio splitting.
NeilBrown
2017-06-18
1
-51
/
+3
*
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
1
-1
/
+1
*
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
2017-06-09
1
-4
/
+4
*
block: introduce new block status code type
Christoph Hellwig
2017-06-09
1
-6
/
+10
*
blk-mq: remove the error argument to blk_mq_complete_request
Christoph Hellwig
2017-04-20
1
-1
/
+1
*
xen-blkfront: don't use req->errors
Christoph Hellwig
2017-04-20
1
-11
/
+25
*
blkfront: add uevent for size change
Marc Olson
2017-04-18
1
-0
/
+3
*
blk-mq: constify struct blk_mq_ops
Eric Biggers
2017-03-31
1
-1
/
+1
*
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
2017-02-17
1
-1
/
+1
|
\
|
*
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
2017-01-31
1
-1
/
+1
*
|
xen-blkfront: correct maximum segment accounting
Jan Beulich
2017-01-23
1
-3
/
+9
*
|
xen-blkfront: feature flags handling adjustments
Jan Beulich
2017-01-23
1
-5
/
+5
|
/
*
Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2016-12-13
1
-55
/
+26
|
\
|
*
xen: make use of xenbus_read_unsigned() in xen-blkfront
Juergen Gross
2016-11-07
1
-55
/
+26
*
|
blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()
Bart Van Assche
2016-11-02
1
-1
/
+1
*
|
blk-mq: Avoid that requeueing starts stopped queues
Bart Van Assche
2016-11-02
1
-0
/
+1
|
/
*
blk-mq: remove ->map_queue
Christoph Hellwig
2016-09-15
1
-1
/
+0
*
xen-blkfront: free resources if xlvbd_alloc_gendisk fails
Bob Liu
2016-08-19
1
-1
/
+6
*
xen-blkfront: introduce blkif_set_queue_limits()
Bob Liu
2016-08-19
1
-38
/
+48
*
xen-blkfront: fix places not updated after introducing 64KB page granularity
Bob Liu
2016-08-19
1
-2
/
+2
*
Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-07-27
1
-24
/
+19
|
\
[next]