summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: add iostat counters for flush requestsKonstantin Khlebnikov2019-11-213-5/+25
* block,bfq: Skip tracing hooks if possibleDmitry Monakhov2019-11-201-0/+4
* block: sed-opal: Introduce SUM_SET_LIST parameter and append it using 'add_to...Revanth Rajashekar2019-11-182-5/+5
* block: Don't disable interrupts in trigger_softirq()Sebastian Andrzej Siewior2019-11-181-4/+0
* blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue()John Garry2019-11-133-15/+0
* block: split bio if the only bvec's length is > SZ_4KMing Lei2019-11-081-1/+1
* block: still try to split bio if the bvec crosses pagesMing Lei2019-11-081-1/+2
* blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATTejun Heo2019-11-078-97/+287
* blk-cgroup: reimplement basic IO stats using cgroup rstatTejun Heo2019-11-071-25/+99
* blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()Tejun Heo2019-11-071-83/+0
* blk-throtl: stop using blkg->stat_bytes and ->stat_iosTejun Heo2019-11-071-9/+61
* bfq-iosched: stop using blkg->stat_bytes and ->stat_iosTejun Heo2019-11-073-12/+35
* bfq-iosched: relocate bfqg_*rwstat*() helpersTejun Heo2019-11-071-23/+23
* Merge branch 'for-linus' into for-5.5/blockJens Axboe2019-11-076-43/+83
|\
| * blkcg: make blkcg_print_stat() print stats only for online blkgsTejun Heo2019-11-061-5/+8
| * iocost: don't nest spin_lock_irq in ioc_weight_write()Dan Carpenter2019-10-311-2/+2
| * blk-rq-qos: fix first node deletion of rq_qos_del()Tejun Heo2019-10-151-8/+5
| * blkcg: Fix multiple bugs in blkcg_activate_policy()Tejun Heo2019-10-151-18/+51
| * block: Fix elv_support_iosched()Damien Le Moal2019-10-141-1/+2
| * blk-wbt: fix performance regression in wbt scale_up/scale_downHarshad Shirwadkar2019-10-063-9/+15
* | block: add zone open, close and finish ioctl supportAjay Joshi2019-11-072-6/+27
* | block: add zone open, close and finish operationsAjay Joshi2019-11-072-17/+30
* | block: Simplify REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal2019-11-071-27/+13
* | block: Remove REQ_OP_ZONE_RESET pluggingDamien Le Moal2019-11-071-4/+0
* | block: Warn if elevator= parameter is usedJan Kara2019-11-061-0/+9
* | block: avoid blk_bio_segment_split for small I/O operationsChristoph Hellwig2019-11-041-1/+15
* | blk-mq: make sure that line break can be printedMing Lei2019-11-041-1/+1
* | block: sed-opal: Introduce Opal Datastore UIDRevanth Rajashekar2019-11-042-0/+3
* | block: sed-opal: Add support to read/write opal tables genericallyRevanth Rajashekar2019-11-042-1/+172
* | block: sed-opal: Generalizing write data to any opal tableRevanth Rajashekar2019-11-041-64/+74
* | blk-mq: avoid sysfs buffer overflow with too many CPU coresMing Lei2019-11-021-5/+10
* | blk-mq: Make blk_mq_run_hw_queue() return voidJohn Garry2019-11-011-6/+2
* | blk-mq: remove needless goto from blk_mq_get_driver_tagAndré Almeida2019-10-251-2/+1
* | block: Reduce the amount of memory used for tag setsBart Van Assche2019-10-251-17/+30
* | block: Reduce the amount of memory required per request queueBart Van Assche2019-10-251-7/+17
* | block: Remove the synchronize_rcu() call from __blk_mq_update_nr_hw_queues()Bart Van Assche2019-10-251-4/+0
* | block: account statistics for passthrough requestsLogan Gunthorpe2019-10-102-5/+4
* | blk-stat: Optimise blk_stat_add()Pavel Begunkov2019-10-071-3/+4
* | blk-mq: Embed counters into struct mq_inflightPavel Begunkov2019-10-071-7/+6
* | blk-mq: Reuse callback in blk_mq_in_flight*()Pavel Begunkov2019-10-071-18/+3
* | blk-mq: Inline status checkersPavel Begunkov2019-10-072-21/+0
* | block: Reduce sysfs_lock locking inside blk_cleanup_queue()Bart Van Assche2019-10-071-2/+0
* | block: Remove "dying" checks from sysfs callbacksBart Van Assche2019-10-073-20/+6
* | block: Remove request_queue.nr_queuesBart Van Assche2019-10-071-3/+3
* | block: Fix three kernel-doc warningsBart Van Assche2019-10-071-6/+2
|/
* block: sed-opal: fix sparse warning: convert __be64 dataRandy Dunlap2019-10-031-2/+2
* block: sed-opal: fix sparse warning: obsolete array init.Randy Dunlap2019-10-031-1/+1
* blk-mq: apply normal plugging for HDDMing Lei2019-09-271-1/+5
* blk-mq: honor IO scheduler for multiqueue devicesMing Lei2019-09-271-2/+4
* block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu2019-09-273-1/+21
OpenPOWER on IntegriCloud