summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-10-13blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang
2018-10-13blk-mq: adjust debugfs and sysfs register when updating nr_hw_queuesJianchao Wang
2018-10-13block, bfq: improve asymmetric scenarios detectionFederico Motta
2018-10-11cfq: clear queue pointers from cfqg after unpinning them in cfq_pd_offlineMaciej S. Szmigiero
2018-10-10block: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz
2018-10-08blk-mq: complete req in softirq context in case of single queueMing Lei
2018-10-05blk-mq-debugfs: Also show requests that have not yet been startedBart Van Assche
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe
2018-09-28blk-iolatency: keep track of previous windows statsJosef Bacik
2018-09-28blk-iolatency: use a percentile approache for ssd'sJosef Bacik
2018-09-28blk-iolatency: deal with small samplesJosef Bacik
2018-09-28blk-iolatency: deal with nr_requests == 1Josef Bacik
2018-09-28blk-iolatency: use q->nr_requests directlyJosef Bacik
2018-09-28kyber: fix integer overflow of latency targets on 32-bitOmar Sandoval
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2018-09-27kyber: add tracepointsOmar Sandoval
2018-09-27kyber: implement improved heuristicsOmar Sandoval
2018-09-27kyber: don't make domain token sbitmap larger than necessaryOmar Sandoval
2018-09-27block: export blk_stat_enable_accounting()Omar Sandoval
2018-09-27block: move call of scheduler's ->completed_request() hookOmar Sandoval
2018-09-27blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov
2018-09-26block: fix deadline elevator drain for zoned block devicesDamien Le Moal
2018-09-26blk-mq: Enable support for runtime power managementBart Van Assche
2018-09-26block: Make blk_get_request() block for non-PM requests while suspendedBart Van Assche
2018-09-26block: Allow unfreezing of a queue while requests are in progressBart Van Assche
2018-09-26block: Schedule runtime resume earlierBart Van Assche
2018-09-26block: Split blk_pm_add_request() and blk_pm_put_request()Bart Van Assche
2018-09-26block, scsi: Change the preempt-only flag into a counterBart Van Assche
2018-09-26block: Move power management code into a new source fileBart Van Assche
2018-09-26block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig
2018-09-25blk-mq: Allow blocking queue tag iter callbacksKeith Busch
2018-09-24block: remove bvec_to_physChristoph Hellwig
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig
2018-09-24block: add a missing BIOVEC_SEG_BOUNDARY check in bio_add_pc_pageChristoph Hellwig
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig
2018-09-24block: move req_gap_back_merge to blk.hChristoph Hellwig
2018-09-24block: move req_gap_{back,front}_merge to blk-merge.cChristoph Hellwig
2018-09-24block: move integrity_req_gap_{back,front}_merge to blk.hChristoph Hellwig
2018-09-21blk-mq: Document the functions that iterate over requestsBart Van Assche
2018-09-21blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)
2018-09-21blkcg: change blkg reference counting to use percpu_refDennis Zhou (Facebook)
2018-09-21blkcg: remove additional reference to the cssDennis Zhou (Facebook)
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)
2018-09-21blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)
2018-09-21blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)
2018-09-21blkcg: always associate a bio with a blkgDennis Zhou (Facebook)
2018-09-21blkcg: convert blkg_lookup_create to find closest blkgDennis Zhou (Facebook)
2018-09-21blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)
2018-09-21blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval