index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
xen-blkfront.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-04
Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+3
2022-05-27
xen: switch gnttab_end_foreign_access() to take a struct page pointer
Juergen Gross
1
-3
/
+3
2022-05-23
Merge tag 'for-linus-5.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-40
/
+17
2022-05-19
xen/blkfront: use xenbus_setup_ring() and xenbus_teardown_ring()
Juergen Gross
1
-29
/
+8
2022-05-19
xen/blkfront: switch blkfront to use INVALID_GRANT_REF
Juergen Gross
1
-14
/
+12
2022-04-17
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
1
-2
/
+3
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
1
-2
/
+1
2022-04-01
Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2022-03-28
Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+4
2022-03-21
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+4
2022-03-21
xen/blkfront: fix comment for need_copy
Dongli Zhang
1
-1
/
+1
2022-03-15
xen/grant-table: remove readonly parameter from functions
Juergen Gross
1
-4
/
+4
2022-03-11
xen/blkfront: speed up purge_persistent_grants()
Juergen Gross
1
-1
/
+4
2022-03-07
xen/blkfront: don't use gnttab_query_foreign_access() for mapped status
Juergen Gross
1
-26
/
+37
2022-02-17
block: fix surprise removal for drivers calling blk_set_queue_dying
Christoph Hellwig
1
-1
/
+1
2022-01-12
Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-15
/
+11
2021-12-16
xen/blkfront: harden blkfront against event channel storms
Juergen Gross
1
-3
/
+12
2021-11-29
block: remove GENHD_FL_CD
Christoph Hellwig
1
-15
/
+11
2021-10-21
xen-blkfront: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+7
2021-10-18
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
1
-0
/
+1
2021-09-02
Merge tag 'for-linus-5.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-42
/
+84
2021-08-30
xen/blkfront: don't trust the backend response data blindly
Juergen Gross
1
-17
/
+53
2021-08-30
xen/blkfront: don't take local copy of a request from the ring page
Juergen Gross
1
-10
/
+15
2021-08-30
xen/blkfront: read response from backend only once
Juergen Gross
1
-17
/
+18
2021-08-09
xen-blkfront: Remove redundant assignment to variable err
Colin Ian King
1
-1
/
+0
2021-07-15
xen-blkfront: sanitize the removal state machine
Christoph Hellwig
1
-198
/
+26
2021-06-11
xen-blkfront: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
1
-57
/
+39
2021-06-01
block: move bd_mutex to struct gendisk
Christoph Hellwig
1
-4
/
+4
2021-04-28
Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+3
2021-04-23
xen-blkfront: Fix 'physical' typos
Bjorn Helgaas
1
-1
/
+1
2021-04-06
block: xen-blkfront: Demote kernel-doc abuses
Lee Jones
1
-3
/
+3
2021-01-28
Merge tag 'for-linus-5.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-13
/
+7
2021-01-26
xen-blkfront: allow discard-* nodes to be optional
Roger Pau Monne
1
-13
/
+7
2020-12-19
Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2020-12-16
xen-blkfront: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-12-01
block: stop using bdget_disk for partition 0
Christoph Hellwig
1
-15
/
+5
2020-11-16
block: remove the update_bdev parameter to set_capacity_revalidate_and_notify
Christoph Hellwig
1
-1
/
+1
2020-10-21
xen-blkfront: add a parameter for disabling of persistent grants
SeongJae Park
1
-5
/
+15
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+2
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
1
-1
/
+2
2020-04-10
Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+12
2020-04-07
xen/blkfront: fix memory allocation flags in blkfront_setup_indirect()
Juergen Gross
1
-5
/
+12
2020-03-18
xen-blkfront.c: Convert to use set_capacity_revalidate_and_notify
Balbir Singh
1
-5
/
+1
2020-03-05
xen/blkfront: fix ring info addressing
Juergen Gross
1
-38
/
+42
2020-02-06
Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+3
2020-01-29
xen/blkfront: limit allocated memory size to actual use case
Juergen Gross
1
-5
/
+3
2020-01-03
compat_ioctl: block: handle cdrom compat ioctl in non-cdrom drivers
Arnd Bergmann
1
-0
/
+1
2019-12-20
xen/blkfront: Adjust indentation in xlvbd_alloc_gendisk
Nathan Chancellor
1
-2
/
+2
2019-06-03
xen-blkfront: switch kcalloc to kvcalloc for large array allocation
Roger Pau Monne
1
-19
/
+19
2019-02-15
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
1
-1
/
+1
[next]