aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches2-3/+3
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+7
2017-08-25xen-blkback: stop blkback thread of every queue in xen_blkif_disconnectAnnie Li1-2/+8
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 Assche2-1/+3
2017-08-18xen-blkback: Fix indentationBart Van Assche1-2/+2
2017-06-22Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe3-41/+26
2017-06-13xen-blkback: don't leak stack data via response ringJan Beulich2-31/+17
2017-06-13xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross2-4/+0
2017-06-13xen/blkback: don't free be structure too earlyJuergen Gross1-4/+3
2017-06-13xen/blkback: fix disconnect while I/Os in flightJuergen Gross2-2/+6
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-11/+8
2017-05-15block: xen-blkback: add null check to avoid null pointer dereferenceGustavo A. R. Silva1-3/+5
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross1-3/+3
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-22/+14
2016-11-07xen: make use of xenbus_read_unsigned() in xen-blkbackJuergen Gross1-22/+14
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-5/+5
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-9/+11
2016-07-22xen-blkback: really don't leak mode propertyJan Beulich1-1/+4
2016-07-22xen-blkback: constify instance of "struct attribute_group"Jan Beulich1-1/+1
2016-07-22xen-blkback: prefer xenbus_scanf() over xenbus_gather()Jan Beulich1-7/+6
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig1-1/+1
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-04-13block: kill off q->flush_flagsJens Axboe1-1/+1
2016-03-03xen/blback: Fit the important information of the thread in 17 charactersKonrad Rzeszutek Wilk1-4/+3
2016-03-03xen-blkback: advertise indirect segment support earlierJan Beulich1-5/+8
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds3-364/+529
2016-01-04xen/blkback: Fix two memory leaks.Bob Liu1-6/+11
2016-01-04xen/blkback: make st_ statistics per ringBob Liu3-38/+61
2016-01-04xen-blkback: clear PF_NOFREEZE for xen_blkif_schedule()Jiri Kosina1-0/+1
2016-01-04xen/blkback: Free resources if connect_ring failed.Konrad Rzeszutek Wilk1-1/+7
2016-01-04xen/blocks: Return -EXX instead of -1Konrad Rzeszutek Wilk1-1/+1
2016-01-04xen/blkback: make pool of persistent grants and free pages per-queueBob Liu3-137/+118
2016-01-04xen/blkback: get the number of hardware queues/rings from blkfrontBob Liu3-6/+42
2016-01-04xen/blkback: pseudo support for multi hardware queues/ringsKonrad Rzeszutek Wilk2-105/+175
2016-01-04xen/blkback: separate ring information out of struct xen_blkifBob Liu3-172/+215
2015-12-18xen-blkback: read from indirect descriptors only onceRoger Pau Monné1-5/+10
2015-12-18xen-blkback: only read request operation from shared ring onceRoger Pau Monné1-4/+4
2015-10-23xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall2-5/+5
2015-10-23block/xen-blkback: Make it running on 64KB page granularityJulien Grall3-9/+22
2015-09-23Merge branch 'stable/for-jens-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe1-18/+20
2015-09-23xen/blkback: free requests on disconnectionRoger Pau Monne1-18/+20
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/kernel/git/konrad/xen into for-linusJens 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/kernel/git/xen/tipLinus Torvalds2-6/+6
2015-06-27Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe3-63/+121