summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | blk-iolatency: don't change the latency windowJosef Bacik2018-07-161-10/+0Star
| * | bsg: remove read/write supportChristoph Hellwig2018-07-121-454/+6Star
| * | blk-iolatency: fix max_depth comparisonsJosef Bacik2018-07-111-6/+6
| * | block: iolatency: avoid 64-bit divisionArnd Bergmann2018-07-101-2/+1Star
| * | block: Add default switch case to blk_pm_allow_request() to kill warningGeert Uytterhoeven2018-07-091-2/+2
| * | block: fix infinite loop if the device loses discard capabilityMikulas Patocka2018-07-091-0/+10
| * | block, mm: remove unnecessary __GFP_HIGH flagShakeel Butt2018-07-091-1/+1
| * | block: introduce blk-iolatency io controllerJosef Bacik2018-07-095-0/+957
| * | rq-qos: introduce dio_bio callbackJosef Bacik2018-07-093-0/+16
| * | block: remove external dependency on wbt_flagsJosef Bacik2018-07-096-42/+68
| * | blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik2018-07-099-249/+476
| * | blk-stat: export helpers for modifying blk_rq_statJosef Bacik2018-07-092-8/+12
| * | blkcg: add generic throttling mechanismJosef Bacik2018-07-091-0/+220
| * | swap,blkcg: issue swap io with the appropriate contextTejun Heo2018-07-091-0/+24
| * | blk-cgroup: allow controllers to output their own statsJosef Bacik2018-07-091-3/+44
| * | block: add bi_blkg to the bio for cgroupsJosef Bacik2018-07-092-14/+30
| * | blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei2018-07-093-10/+43
| * | blk-mq: only attempt to merge bio if there is rq in sw queueMing Lei2018-07-091-1/+2
| * | blk-mq: use list_splice_tail_init() to insert requestsMing Lei2018-07-091-7/+7
| * | blk-mq: fix typo in a function commentMinwoo Im2018-07-091-1/+1
| * | blk-mq: code clean-up by adding an API to clear set->mq_mapMinwoo Im2018-07-093-5/+12
| * | partitions/ldm: remove redundant pointer dgrpColin Ian King2018-07-091-3/+0Star
| * | Block: blk-throttle: set low_valid immediately once one cgroup has io.low con...Liu Bo2018-07-091-1/+3
| * | block: Document how blk_update_request() handles RQF_SPECIAL_PAYLOAD requestsBart Van Assche2018-07-091-0/+4
| * | blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()Ming Lei2018-07-091-2/+6
| * | blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()Ming Lei2018-07-092-88/+7Star
| * | blk-mq: introduce new lock for protecting hctx->dispatch_waitMing Lei2018-07-091-9/+17
| * | blk-mq: don't pass **hctx to blk_mq_mark_tag_wait()Ming Lei2018-07-091-12/+11Star
| * | blk-mq: cleanup blk_mq_get_driver_tag()Ming Lei2018-07-092-14/+8Star
| * | block, bfq: give a better name to bfq_bfqq_may_idlePaolo Valente2018-07-091-8/+8
| * | block, bfq: fix service being wrongly set to zero in case of preemptionPaolo Valente2018-07-092-12/+28
| * | block, bfq: do not expire a queue that will deserve dispatch pluggingPaolo Valente2018-07-091-3/+33
| * | block, bfq: add/remove entity weights correctlyPaolo Valente2018-07-093-17/+59
| * | block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=nBart Van Assche2018-07-095-15/+38
| * | block: Inline blk_queue_nr_zones()Bart Van Assche2018-07-091-1/+1
| * | block: Remove a superfluous cast from blkdev_report_zones()Bart Van Assche2018-07-091-1/+1
* | | Partially revert "block: fail op_is_write() requests to read-only partitions"Linus Torvalds2018-08-051-2/+3
* | | Merge tag 'for-linus-20180803' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-031-1/+1
|\ \ \
| * | | blk-mq: fix blk_mq_tagset_busy_iterMing Lei2018-08-021-1/+1
* | | | Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-272-16/+42
|\| | | | |_|/ |/| |
| * | block: reset bi_iter.bi_done after splitting bioGreg Edwards2018-07-271-0/+1
| * | block: bio_iov_iter_get_pages: pin more pages for multi-segment IOsMartin Wilck2018-07-261-3/+32
| * | block: bio_iov_iter_get_pages: fix size of last iovecMartin Wilck2018-07-261-10/+8Star
| * | blk-mq: export setting request completion stateKeith Busch2018-07-241-3/+1Star
* | | Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-141-2/+0Star
|\| | | |/ |/|
| * bsg: fix bogus EINVAL on non-data commandsTony Battersby2018-07-111-2/+0Star
* | Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-302-0/+16
|\|
| * blk-mq: don't queue more if we get a busy returnJens Axboe2018-06-291-0/+12
| * block: Fix cloning of requests with a special payloadBart Van Assche2018-06-281-0/+4
* | Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-247-14/+6Star
|\|