index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2023-06-21
xen/blkfront: Only check REQ_FUA for writes
Ross Lagerwall
1
-1
/
+2
2022-09-15
xen-blkfront: Cache feature_persistent value before advertisement
SeongJae Park
1
-7
/
+7
2022-09-08
xen-blkfront: Advertise feature-persistent as user requested
SeongJae Park
1
-2
/
+6
2022-08-21
xen-blkfront: Apply 'feature_persistent' parameter when connect
SeongJae Park
1
-3
/
+1
2022-07-07
xen/blkfront: force data bouncing when backend is untrusted
Roger Pau Monne
1
-15
/
+34
2022-07-07
xen/blkfront: fix leaking data in shared pages
Roger Pau Monne
1
-3
/
+4
2022-03-11
xen/blkfront: don't use gnttab_query_foreign_access() for mapped status
Juergen Gross
1
-26
/
+37
2021-12-22
xen/blkfront: harden blkfront against event channel storms
Juergen Gross
1
-3
/
+12
2021-12-01
xen/blkfront: don't trust the backend response data blindly
Juergen Gross
1
-17
/
+53
2021-12-01
xen/blkfront: don't take local copy of a request from the ring page
Juergen Gross
1
-10
/
+15
2021-12-01
xen/blkfront: read response from backend only once
Juergen Gross
1
-17
/
+18
2021-02-03
xen-blkfront: allow discard-* nodes to be optional
Roger Pau Monne
1
-13
/
+7
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
2018-11-10
Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2018-11-06
xen-blkfront: fix kernel panic with negotiate_mq error path
Manjunath Patil
1
-0
/
+1
2018-10-25
xen/blkfront: avoid NULL blkfront_info dereference on device removal
Vasilis Liaskovitis
1
-0
/
+3
2018-10-01
Merge tag 'v4.19-rc6' into for-4.20/block
Jens Axboe
1
-2
/
+2
2018-09-28
xen/blkfront: correct purging of persistent grants
Juergen Gross
1
-2
/
+2
2018-09-28
Revert "xen/blkfront: When purging persistent grants, keep them in the buffer"
Jens Axboe
1
-1
/
+3
2018-09-28
block: genhd: add 'groups' argument to device_add_disk
Hannes Reinecke
1
-1
/
+1
2018-09-27
xen/blkfront: When purging persistent grants, keep them in the buffer
Boris Ostrovsky
1
-3
/
+1
2018-08-27
xen/blkfront: reorder tests in xlblk_init()
Juergen Gross
1
-9
/
+9
2018-08-27
xen/blkfront: cleanup stale persistent grants
Juergen Gross
1
-4
/
+90
2018-08-06
xen-blkfront: use true and false for boolean values
Gustavo A. R. Silva
1
-2
/
+2
2018-07-25
xen/blkfront: remove unused macros
Juergen Gross
1
-5
/
+0
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-9
/
+14
2018-05-24
block drivers/block: Use octal not symbolic permissions
Joe Perches
1
-4
/
+3
2018-04-05
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+5
2018-03-08
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
1
-5
/
+5
2018-03-08
Merge branch 'stable/for-jens-4.15' of git://git.kernel.org/pub/scm/linux/ker...
Jens Axboe
1
-9
/
+8
2018-03-07
xen-blkfront: move negotiate_mq to cover all cases of new VBDs
Bhavesh Davda
1
-9
/
+8
2018-01-30
blk-mq: introduce BLK_STS_DEV_RESOURCE
Ming Lei
1
-1
/
+1
2017-09-07
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2017-08-18
xen-blkfront: Avoid that gcc 7 warns about fall-through when building with W=1
Bart Van Assche
1
-1
/
+1
2017-08-15
xen-blkfront: use a right index when checking requests
Munehisa Kamata
1
-3
/
+3
2017-07-25
xen/blkfront: always allocate grants first from per-queue persistent grants
Dongli Zhang
1
-8
/
+11
2017-07-25
xen-blkfront: fix mq start/stop race
Junxiao Bi
1
-1
/
+1
2017-07-24
xen-blkfront: Fix handling of non-supported operations
Bart Van Assche
1
-2
/
+2
[next]