summaryrefslogtreecommitdiff
path: root/drivers/block/xen-blkfront.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-16block: drop unused includes in <linux/genhd.h>Christoph Hellwig1-0/+1
2022-03-11xen/blkfront: don't use gnttab_query_foreign_access() for mapped statusJuergen Gross1-26/+37
2022-02-23block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-1/+1
2021-12-22xen/blkfront: harden blkfront against event channel stormsJuergen Gross1-3/+12
2021-09-02Merge tag 'for-linus-5.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-42/+84
2021-08-30xen/blkfront: don't trust the backend response data blindlyJuergen Gross1-17/+53
2021-08-30xen/blkfront: don't take local copy of a request from the ring pageJuergen Gross1-10/+15
2021-08-30xen/blkfront: read response from backend only onceJuergen Gross1-17/+18
2021-08-10xen-blkfront: Remove redundant assignment to variable errColin Ian King1-1/+0
2021-07-15xen-blkfront: sanitize the removal state machineChristoph Hellwig1-198/+26
2021-06-11xen-blkfront: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-57/+39
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig1-4/+4
2021-04-29Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2021-04-23xen-blkfront: Fix 'physical' typosBjorn Helgaas1-1/+1
2021-04-06block: xen-blkfront: Demote kernel-doc abusesLee Jones1-3/+3
2021-01-28Merge tag 'for-linus-5.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-13/+7
2021-01-26xen-blkfront: allow discard-* nodes to be optionalRoger Pau Monne1-13/+7
2020-12-19Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2020-12-16xen-blkfront: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-02block: stop using bdget_disk for partition 0Christoph Hellwig1-15/+5
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig1-1/+1
2020-10-21xen-blkfront: add a parameter for disabling of persistent grantsSeongJae Park1-5/+15
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+2
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig1-1/+2
2020-04-11Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+12
2020-04-07xen/blkfront: fix memory allocation flags in blkfront_setup_indirect()Juergen Gross1-5/+12
2020-03-19xen-blkfront.c: Convert to use set_capacity_revalidate_and_notifyBalbir Singh1-5/+1
2020-03-05xen/blkfront: fix ring info addressingJuergen Gross1-38/+42
2020-02-06Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+3
2020-01-30xen/blkfront: limit allocated memory size to actual use caseJuergen Gross1-5/+3
2020-01-03compat_ioctl: block: handle cdrom compat ioctl in non-cdrom driversArnd Bergmann1-0/+1
2019-12-20xen/blkfront: Adjust indentation in xlvbd_alloc_gendiskNathan Chancellor1-2/+2
2019-06-04xen-blkfront: switch kcalloc to kvcalloc for large array allocationRoger Pau Monne1-19/+19
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei1-1/+1
2018-11-10Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2018-11-06xen-blkfront: fix kernel panic with negotiate_mq error pathManjunath Patil1-0/+1
2018-10-25xen/blkfront: avoid NULL blkfront_info dereference on device removalVasilis Liaskovitis1-0/+3
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe1-2/+2
2018-09-28xen/blkfront: correct purging of persistent grantsJuergen Gross1-2/+2
2018-09-28Revert "xen/blkfront: When purging persistent grants, keep them in the buffer"Jens Axboe1-1/+3
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
2018-09-27xen/blkfront: When purging persistent grants, keep them in the bufferBoris Ostrovsky1-3/+1
2018-08-27xen/blkfront: reorder tests in xlblk_init()Juergen Gross1-9/+9
2018-08-27xen/blkfront: cleanup stale persistent grantsJuergen Gross1-4/+90
2018-08-06xen-blkfront: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-07-25xen/blkfront: remove unused macrosJuergen Gross1-5/+0
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-9/+14
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-4/+3
2018-04-06Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+5
2018-03-09block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-5/+5