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