summaryrefslogtreecommitdiff
path: root/drivers/block/xen-blkback/blkback.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25xen: port block device access to fileChristian Brauner1-2/+2
2023-10-28xen/blkback: Convert to bdev_open_by_dev()Jan Kara1-2/+2
2023-04-25xen/blkback: move blkif_get_x86_*_req() into blkback.cJuergen Gross1-0/+104
2023-04-25xen/blkback: simplify free_persistent_gnts() interfaceJuergen Gross1-10/+10
2023-04-25xen/blkback: fix white space code style issuesJuergen Gross1-1/+1
2022-07-14xen-blkback: Use the enum req_op and blk_opf_t typesBart Van Assche1-3/+3
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-7/+8
2022-03-21xen-blkback: remove redundant assignment to variable iColin Ian King1-1/+1
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-6/+5
2022-02-02xen-blkback: bio_alloc can't fail if it is allow to sleepChristoph Hellwig1-14/+0
2021-03-30Merge tag 'for-linus-5.12b-rc6-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2021-03-26xen-blkback: don't leak persistent grants from xen_blkbk_map()Jan Beulich1-1/+1
2021-02-27block: Add bio_max_segsMatthew Wilcox (Oracle)1-3/+1
2021-02-15xen-blkback: fix error handling in xen_blkbk_map()Jan Beulich1-10/+16
2021-02-15xen-blkback: don't "handle" error by BUG()Jan Beulich1-4/+2
2020-12-09xen: add helpers for caching grant mapping pagesJuergen Gross1-72/+17
2020-10-20xen/blkback: use lateeoi irq bindingJuergen Gross1-5/+17
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-01-29xen/blkback: Remove unnecessary static variable name prefixesSeongJae Park1-20/+17
2020-01-29xen/blkback: Squeeze page pools if a memory pressure is detectedSeongJae Park1-2/+5
2019-12-08Merge tag 'for-linus-5.5b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+8
2019-12-04xen-blkback: allow module to be cleanly unloadedPaul Durrant1-0/+8
2019-12-04xen/blkback: Avoid unmapping unmapped grant pagesSeongJae Park1-0/+2
2018-08-27xen/blkback: move persistent grants flags to boolJuergen Gross1-7/+6
2018-08-27xen/blkback: don't keep persistent grants too longJuergen Gross1-40/+48
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-1/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-2/+2
2017-08-18xen-blkback: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche1-0/+1
2017-08-18xen-blkback: Fix indentationBart Van Assche1-2/+2
2017-06-23Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe1-14/+12
2017-06-13xen-blkback: don't leak stack data via response ringJan Beulich1-11/+12
2017-06-13xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross1-3/+0
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-11/+8
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-5/+5
2016-06-07xen: use bio op accessorsMike Christie1-12/+15
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+3
2016-01-22Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-183/+208
2016-01-04xen/blkback: make st_ statistics per ringBob Liu1-18/+16
2016-01-04xen-blkback: clear PF_NOFREEZE for xen_blkif_schedule()Jiri Kosina1-0/+1
2016-01-04xen/blkback: make pool of persistent grants and free pages per-queueBob Liu1-110/+92
2016-01-04xen/blkback: get the number of hardware queues/rings from blkfrontBob Liu1-0/+13
2016-01-04xen/blkback: separate ring information out of struct xen_blkifBob Liu1-102/+133
2015-12-18xen-blkback: read from indirect descriptors only onceRoger Pau Monné1-5/+10
2015-10-23xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall1-4/+4
2015-10-23block/xen-blkback: Make it running on 64KB page granularityJulien Grall1-2/+3
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-2/+2
2015-07-27Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe1-2/+2
2015-07-24xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu1-2/+2
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+5