summaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback/blkback.c
Commit message (Expand)AuthorAgeFilesLines
* xen: port block device access to fileChristian Brauner2024-02-251-2/+2
* xen/blkback: Convert to bdev_open_by_dev()Jan Kara2023-10-281-2/+2
* xen/blkback: move blkif_get_x86_*_req() into blkback.cJuergen Gross2023-04-251-0/+104
* xen/blkback: simplify free_persistent_gnts() interfaceJuergen Gross2023-04-251-10/+10
* xen/blkback: fix white space code style issuesJuergen Gross2023-04-251-1/+1
* xen-blkback: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-3/+3
* block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-7/+8
* xen-blkback: remove redundant assignment to variable iColin Ian King2022-03-211-1/+1
* block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-6/+5
* xen-blkback: bio_alloc can't fail if it is allow to sleepChristoph Hellwig2022-02-021-14/+0
* Merge tag 'for-linus-5.12b-rc6-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-301-1/+1
|\
| * xen-blkback: don't leak persistent grants from xen_blkbk_map()Jan Beulich2021-03-261-1/+1
* | block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-3/+1
|/
* xen-blkback: fix error handling in xen_blkbk_map()Jan Beulich2021-02-151-10/+16
* xen-blkback: don't "handle" error by BUG()Jan Beulich2021-02-151-4/+2
* xen: add helpers for caching grant mapping pagesJuergen Gross2020-12-091-72/+17
* xen/blkback: use lateeoi irq bindingJuergen Gross2020-10-201-5/+17
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* xen/blkback: Remove unnecessary static variable name prefixesSeongJae Park2020-01-291-20/+17
* xen/blkback: Squeeze page pools if a memory pressure is detectedSeongJae Park2020-01-291-2/+5
* Merge tag 'for-linus-5.5b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-071-0/+8
|\
| * xen-blkback: allow module to be cleanly unloadedPaul Durrant2019-12-041-0/+8
* | xen/blkback: Avoid unmapping unmapped grant pagesSeongJae Park2019-12-031-0/+2
|/
* xen/blkback: move persistent grants flags to boolJuergen Gross2018-08-271-7/+6
* xen/blkback: don't keep persistent grants too longJuergen Gross2018-08-271-40/+48
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-1/+1
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+2
* xen-blkback: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche2017-08-181-0/+1
* xen-blkback: Fix indentationBart Van Assche2017-08-181-2/+2
* Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe2017-06-221-14/+12
|\
| * xen-blkback: don't leak stack data via response ringJan Beulich2017-06-131-11/+12
| * xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross2017-06-131-3/+0
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-11/+8
|/
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-5/+5
* xen: use bio op accessorsMike Christie2016-06-071-12/+15
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+3
* Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-211-183/+208
|\
| * xen/blkback: make st_ statistics per ringBob Liu2016-01-041-18/+16
| * xen-blkback: clear PF_NOFREEZE for xen_blkif_schedule()Jiri Kosina2016-01-041-0/+1
| * xen/blkback: make pool of persistent grants and free pages per-queueBob Liu2016-01-041-110/+92
| * xen/blkback: get the number of hardware queues/rings from blkfrontBob Liu2016-01-041-0/+13
| * xen/blkback: separate ring information out of struct xen_blkifBob Liu2016-01-041-102/+133
* | xen-blkback: read from indirect descriptors only onceRoger Pau Monné2015-12-181-5/+10
|/
* xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall2015-10-231-4/+4
* block/xen-blkback: Make it running on 64KB page granularityJulien Grall2015-10-231-2/+3
* Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-2/+2
|\
| * block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-2/+2
* | Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-07-271-2/+2
|\ \ | |/ |/|
| * xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu2015-07-241-2/+2
* | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-011-5/+5
|\ \