aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen/balloon.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-28blk-iolatency: use a percentile approache for ssd'sJosef Bacik1-34/+145
2018-09-28blk-iolatency: deal with small samplesJosef Bacik1-1/+1
2018-09-28blk-iolatency: deal with nr_requests == 1Josef Bacik1-1/+1
2018-09-28blk-iolatency: use q->nr_requests directlyJosef Bacik1-3/+3
2018-09-28kyber: fix integer overflow of latency targets on 32-bitOmar Sandoval1-3/+3
2018-09-28virtio-blk: modernize sysfs attribute creationHannes Reinecke1-29/+39
2018-09-28zram: register default groups with device_add_disk()Hannes Reinecke1-21/+7
2018-09-28aoe: register default groups with device_add_disk()Hannes Reinecke3-16/+7
2018-09-28nvme: register ns_id attributes as default sysfs groupsHannes Reinecke4-92/+59
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke28-33/+43
2018-09-27kyber: add tracepointsOmar Sandoval2-18/+130
2018-09-27kyber: implement improved heuristicsOmar Sandoval1-218/+279
2018-09-27kyber: don't make domain token sbitmap larger than necessaryOmar Sandoval1-13/+2
2018-09-27block: export blk_stat_enable_accounting()Omar Sandoval1-0/+1
2018-09-27block: move call of scheduler's ->completed_request() hookOmar Sandoval4-8/+8
2018-09-26blk-mq: Enable support for runtime power managementBart Van Assche2-6/+2
2018-09-26block: Make blk_get_request() block for non-PM requests while suspendedBart Van Assche2-34/+47
2018-09-26block: Allow unfreezing of a queue while requests are in progressBart Van Assche1-1/+1
2018-09-26percpu-refcount: Introduce percpu_ref_resurrect()Bart Van Assche2-2/+27
2018-09-26block: Schedule runtime resume earlierBart Van Assche2-2/+2
2018-09-26block: Split blk_pm_add_request() and blk_pm_put_request()Bart Van Assche3-5/+33
2018-09-26block, scsi: Change the preempt-only flag into a counterBart Van Assche4-27/+43
2018-09-26block: Move power management code into a new source fileBart Van Assche11-239/+264
2018-09-26xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig9-7/+7
2018-09-26block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig5-15/+3
2018-09-26xen: provide a prototype for xen_biovec_phys_mergeable in xen.hChristoph Hellwig4-10/+4
2018-09-26xen: remove the xen_biovec_phys_mergeable exportChristoph Hellwig1-1/+0
2018-09-26arm: remove the unused BIOVEC_MERGEABLE defineChristoph Hellwig1-7/+0
2018-09-24block: don't include bug.h from bio.hChristoph Hellwig1-1/+0
2018-09-24block: don't include io.h from bio.hChristoph Hellwig1-3/+0
2018-09-24block: remove bvec_to_physChristoph Hellwig3-8/+3
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig5-48/+17
2018-09-24block: add a missing BIOVEC_SEG_BOUNDARY check in bio_add_pc_pageChristoph Hellwig1-1/+3
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig8-30/+28
2018-09-24block: move req_gap_back_merge to blk.hChristoph Hellwig2-19/+19
2018-09-24block: move req_gap_{back,front}_merge to blk-merge.cChristoph Hellwig2-69/+65
2018-09-24block: move integrity_req_gap_{back,front}_merge to blk.hChristoph Hellwig2-33/+33
2018-09-21blk-mq: Document the functions that iterate over requestsBart Van Assche1-7/+64
2018-09-21blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)4-12/+9
2018-09-21blkcg: change blkg reference counting to use percpu_refDennis Zhou (Facebook)2-35/+44
2018-09-21blkcg: cleanup and make blk_get_rl use blkg_lookup_createDennis Zhou (Facebook)1-13/+21
2018-09-21blkcg: remove additional reference to the cssDennis Zhou (Facebook)4-83/+81
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)8-62/+25
2018-09-21blkcg: associate writeback bios with a blkgDennis Zhou (Facebook)4-11/+14
2018-09-21blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)3-28/+68
2018-09-21blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)5-10/+13
2018-09-21blkcg: always associate a bio with a blkgDennis Zhou (Facebook)5-40/+46
2018-09-21blkcg: convert blkg_lookup_create to find closest blkgDennis Zhou (Facebook)3-15/+41
2018-09-21blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)3-5/+32
2018-09-21blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)6-16/+107