aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2018-09-27blk-mq: I/O and timer unplugs are inverted in blktraceGravatar Ilya Dryomov 1-2/+2
2018-09-26block: fix deadline elevator drain for zoned block devicesGravatar Damien Le Moal 1-1/+1
2018-09-25blk-mq: Allow blocking queue tag iter callbacksGravatar Keith Busch 1-9/+4
2018-09-21block: use nanosecond resolution for iostatGravatar Omar Sandoval 4-10/+8
2018-09-11blk-cgroup: increase number of supported policiesGravatar Jens Axboe 1-1/+3
2018-09-06block: bfq: swap puts in bfqg_and_blkg_putGravatar Konstantin Khlebnikov 1-2/+2
2018-09-05block: don't warn when doing fsync on read-only devicesGravatar Mikulas Patocka 1-1/+4
2018-08-31blkcg: use tryget logic when associating a blkg with a bioGravatar Dennis Zhou (Facebook) 2-3/+5
2018-08-31blkcg: delay blkg destruction until after writeback has finishedGravatar Dennis Zhou (Facebook) 1-8/+45
2018-08-31Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...Gravatar Dennis Zhou (Facebook) 1-62/+16
2018-08-27block: bsg: move atomic_t ref_count variable to refcount APIGravatar John Pittman 1-4/+4
2018-08-27block: remove unnecessary condition checkGravatar Chengguang Xu 1-2/+1
2018-08-27blk-wbt: remove dead codeGravatar Jens Axboe 1-5/+0
2018-08-27blk-wbt: improve waking of tasksGravatar Jens Axboe 1-7/+56
2018-08-27blk-wbt: abstract out end IO completion handlerGravatar Jens Axboe 1-7/+14
2018-08-23blk-wbt: don't maintain inflight counts if disabledGravatar Jens Axboe 2-1/+21
2018-08-22blk-wbt: fix has-sleeper queueing checkGravatar Jens Axboe 1-3/+5
2018-08-22blk-wbt: use wq_has_sleeper() for wq active checkGravatar Jens Axboe 1-4/+4
2018-08-22blk-wbt: move disable check into get_limit()Gravatar Jens Axboe 1-15/+7
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 11-100/+173
2018-08-21blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iterGravatar Jianchao Wang 2-1/+17
2018-08-21blk-mq: init hctx sched after update ctx and hctx mappingGravatar Jianchao Wang 5-65/+98
2018-08-17block: remove duplicate initializationGravatar Chaitanya Kulkarni 1-1/+0
2018-08-16block: change return type to boolGravatar Chengguang Xu 1-1/+1
2018-08-16block, bfq: return nbytes and not zero from struct cftype .write() methodGravatar Maciej S. Szmigiero 1-1/+2
2018-08-16block, bfq: improve code of bfq_bfqq_charge_timeGravatar Paolo Valente 1-9/+5
2018-08-16block, bfq: reduce write overchargeGravatar Paolo Valente 1-14/+19
2018-08-16block, bfq: always update the budget of an entity when neededGravatar Paolo Valente 1-2/+6
2018-08-16block, bfq: readd missing reset of parent-entity serviceGravatar Paolo Valente 1-0/+21
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 40-1220/+2563
2018-08-14blk-wbt: fix IO hang in wbt_wait()Gravatar Ming Lei 1-5/+1
2018-08-14block: don't warn for flush on read-only deviceGravatar Jens Axboe 1-1/+3
2018-08-11blkcg: Make blkg_root_lookup() work for queues in bypass modeGravatar Bart Van Assche 1-1/+1
2018-08-09Blk-throttle: reduce tail io latency when iops limit is enforcedGravatar Liu Bo 1-6/+1
2018-08-09block: Ensure that a request queue is dissociated from the cgroup controllerGravatar Bart Van Assche 1-0/+15
2018-08-09block: Introduce blk_exit_queue()Gravatar Bart Van Assche 2-24/+31
2018-08-09blk-mq: count the hctx as active before allocating tagGravatar Jianchao Wang 2-2/+9
2018-08-09block: bvec_nr_vecs() returns value for wrong slabGravatar Greg Edwards 1-1/+1
2018-08-07cfq: Suppress compiler warnings about comparisonsGravatar Bart Van Assche 1-10/+12
2018-08-07cfq: Annotate fall-through in a switch statementGravatar Bart Van Assche 1-0/+1
2018-08-07blk-wbt: Avoid lock contention and thundering herd issue in wbt_waitGravatar Anchal Agarwal 1-31/+24
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Gravatar Jens Axboe 1-2/+0
2018-08-04Partially revert "block: fail op_is_write() requests to read-only partitions"Gravatar Linus Torvalds 1-2/+3
2018-08-03Merge tag 'for-linus-20180803' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2018-08-02blk-mq: fix blk_mq_tagset_busy_iterGravatar Ming Lei 1-1/+1
2018-08-02blk-mq: fix updating tags depthGravatar Ming Lei 1-4/+4
2018-08-02block: really disable runtime-pm for blk-mqGravatar Ming Lei 1-2/+4
2018-08-02block: make iolatency avg_lat exponentially decayGravatar Dennis Zhou (Facebook) 1-15/+45
2018-08-01blk-cgroup: hold the queue ref during throttlingGravatar Josef Bacik 1-1/+1
2018-08-01blk-iolatency: fix blkg leak in timer_fnGravatar Josef Bacik 1-1/+1