summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2017-03-28blk-throttle: add interface to configure idle time thresholdShaohua Li
2017-03-28blk-throttle: add a simple idle detectionShaohua Li
2017-03-28blk-throttle: make bandwidth change smoothShaohua Li
2017-03-28blk-throttle: detect completed idle cgroupShaohua Li
2017-03-28blk-throttle: choose a small throtl_slice for SSDShaohua Li
2017-03-28blk-throttle: make throtl_slice tunableShaohua Li
2017-03-28blk-throttle: make sure expire time isn't too bigShaohua Li
2017-03-28blk-throttle: add downgrade logicShaohua Li
2017-03-28blk-throttle: add upgrade logic for LIMIT_LOW stateShaohua Li
2017-03-28blk-throttle: configure bps/iops limit for cgroup in low limitShaohua Li
2017-03-28blk-throttle: add .low interfaceShaohua Li
2017-03-28blk-throttle: add configure option for new .low interfaceShaohua Li
2017-03-28blk-throttle: prepare support multiple limitsShaohua Li
2017-03-28blk-throttle: use U64_MAX/UINT_MAX to replace -1Shaohua Li
2017-03-24block: constify struct blk_integrity_profileEric Biggers
2017-03-24block: remove outdated part of blkdev_issue_flush() commentEric Biggers
2017-03-24block: correct documentation for blkdev_issue_discard() flagsEric Biggers
2017-03-23block: make nr_iovecs unsigned in bio_alloc_bioset()Dan Carpenter
2017-03-22blk-mq: streamline blk_mq_make_requestChristoph Hellwig
2017-03-22blk-mq: split the plug and sync cases in blk_mq_make_requestChristoph Hellwig
2017-03-22blk-mq: improve blk_mq_try_issue_directlyChristoph Hellwig
2017-03-22blk-mq: merge mq and sq make_request instancesChristoph Hellwig
2017-03-22blk-mq: remove BLK_MQ_F_DEFER_ISSUEChristoph Hellwig
2017-03-22block: Fix oops scsi_disk_get()Jan Kara
2017-03-21block: fix stacked driver stats init and freeJens Axboe
2017-03-21blk-stat: convert to callback-based statistics reportingOmar Sandoval
2017-03-21blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.cOmar Sandoval
2017-03-21blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval
2017-03-21block: remove extra calls to wbt_exit()Omar Sandoval
2017-03-21blk-stat: fix blk_stat_sum() if all samples are batchedOmar Sandoval
2017-03-14blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly()Jens Axboe
2017-03-13blk-mq: Fix tagset reinit in the presence of cpu hot-unplugSagi Grimberg
2017-03-11blk: Ensure users for current->bio_list can see the full list.NeilBrown
2017-03-08blk: improve order of bio handling in generic_make_request()NeilBrown
2017-03-08Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara
2017-03-08block: Make del_gendisk() safer for disks without queuesJan Kara
2017-03-08block/sed: Fix opal user range check and unused variablesJon Derrick
2017-03-08blk-mq: free hctx->cpumask in release handler of hctx's kobjectMing Lei
2017-03-08blk-mq: make lifetime consistent between hctx and its kobjectMing Lei
2017-03-08blk-mq: make lifetime consitent between q/ctx and its kobjectMing Lei
2017-03-08blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02block: Move bdi_unregister() to del_gendisk()Jan Kara
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-03-02blk-mq: ensure that bd->last is always set correctlyJens Axboe
2017-03-02block: don't call ioc_exit_icq() with the queue lock held for blk-mqJens Axboe
2017-03-02blk-mq: Provide freeze queue timeoutKeith Busch
2017-03-02blk-mq: Export blk_mq_freeze_queue_waitKeith Busch
2017-03-02blk-mq: move update of tags->rqs to __blk_mq_alloc_request()Omar Sandoval