aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-10-03block: sed-opal: fix sparse warning: convert __be64 dataRandy Dunlap1-2/+2
2019-10-03block: sed-opal: fix sparse warning: obsolete array init.Randy Dunlap1-1/+1
2019-09-27blk-mq: apply normal plugging for HDDMing Lei1-1/+5
2019-09-27blk-mq: honor IO scheduler for multiqueue devicesMing Lei1-2/+4
2019-09-27block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu3-1/+21
2019-09-27rq-qos: get rid of redundant wbt_update_limits()Yufen Yu1-1/+0
2019-09-26iocost: bump up default latency targets for hard disksTejun Heo1-2/+2
2019-09-26iocost: improve nr_lagging handlingTejun Heo1-8/+11
2019-09-26iocost: better trace vrate changesTejun Heo1-1/+6
2019-09-26block: don't release queue's sysfs lock during switching elevatorMing Lei2-39/+5
2019-09-26blk-mq: move lockdep_assert_held() into elevator_exitMing Lei2-2/+2
2019-09-24Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds6-94/+144
2019-09-23block: drop device references in bsg_queue_rq()Martin Wilck1-4/+6
2019-09-23block: t10-pi: fix -Wswitch warningMax Gurtovoy1-6/+5
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+23
2019-09-17block, bfq: push up injection only after setting service timePaolo Valente1-5/+7
2019-09-17block, bfq: increase update frequency of inject limitPaolo Valente1-1/+1
2019-09-17block, bfq: reduce upper bound for inject limit to max_rq_in_driver+1Paolo Valente1-1/+1
2019-09-17block, bfq: update inject limit only after injection occurredPaolo Valente1-2/+17
2019-09-17block: centralize PI remapping logic to the block layerMax Gurtovoy4-68/+100
2019-09-17block: use symbolic constants for t10_pi typeMax Gurtovoy1-14/+14
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds30-342/+3274
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+2
2019-09-15block: also check RQF_STATS in blk_mq_need_time_stamp()Hou Tao1-3/+3
2019-09-15block: make rq sector size accessible for block statsHou Tao2-7/+7
2019-09-14bfq: Fix bfq linkage errorPavel Begunkov1-0/+2
2019-09-12block: fix race between switching elevator and removing queuesMing Lei1-3/+5
2019-09-12block: bypass blk_set_runtime_active for uninitialized q->devStanley Chu1-5/+7
2019-09-10iocost_monitor: Report debtTejun Heo1-3/+3
2019-09-10blk-iocost: Don't let merges push vtime into the futureTejun Heo1-7/+18
2019-09-10blk-iocost: Account force-charged overage in absolute vtimeTejun Heo1-7/+55
2019-09-10blk-iocost: Fix incorrect operation order during iocg freeTejun Heo1-3/+3
2019-09-06bfq: Add per-device weightFam Zheng2-11/+87
2019-09-06bfq: Extract bfq_group_set_weight from bfq_io_set_weight_legacyFam Zheng1-28/+32
2019-09-06bfq: Fix the missing barrier in __bfq_entity_update_weight_prioFam Zheng1-0/+2
2019-09-06block: fix elevator_get_by_features()Jens Axboe1-6/+7
2019-09-05block: Delay default elevator initializationDamien Le Moal3-3/+25
2019-09-05block: Improve default elevator selectionDamien Le Moal1-7/+44
2019-09-05block: Introduce elevator featuresDamien Le Moal3-11/+55
2019-09-05block: Change elevator_init_mq() to always succeedDamien Le Moal3-19/+14
2019-09-05block: Cleanup elevator_init_mq() useDamien Le Moal2-15/+16
2019-09-03block: elevator.c: Remove now unused elevator= argumentMarcos Paulo de Souza1-14/+0
2019-09-03block: mq-deadline: Fix queue restart handlingDamien Le Moal1-10/+9
2019-09-03block: add a helper function to merge the segmentsYoshihiro Shimoda1-0/+23
2019-08-30blkcg: add missing NULL check in ioc_cpd_alloc()Tejun Heo1-1/+3
2019-08-29blkcg: fix missing free on error path of blk_iocost_init()Tejun Heo1-0/+1
2019-08-28blkcg: add tools/cgroup/iocost_coef_gen.pyTejun Heo1-0/+3
2019-08-28blkcg: add tools/cgroup/iocost_monitor.pyTejun Heo1-0/+21
2019-08-28blkcg: implement blk-iocostTejun Heo4-0/+2385
2019-08-28blk-mq: add optional request->alloc_time_nsTejun Heo2-2/+14
2019-08-28blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/Tejun Heo2-5/+5
2019-08-28block/rq_qos: implement rq_qos_ops->queue_depth_changed()Tejun Heo5-15/+26
2019-08-28block/rq_qos: add rq_qos_merge()Tejun Heo3-0/+22
2019-08-28blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()Tejun Heo1-19/+43
2019-08-28blkcg: make ->cpd_init_fn() optionalTejun Heo1-1/+2
2019-08-28blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Tejun Heo4-9/+14
2019-08-27block: split .sysfs_lock into two locksMing Lei5-33/+83
2019-08-27block: add helper for checking if queue is registeredMing Lei3-4/+4
2019-08-27blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueueMing Lei1-7/+0
2019-08-27block: don't hold q->sysfs_lock in elevator_init_mqMing Lei1-9/+5
2019-08-27block: Remove blk_mq_register_dev()Bart Van Assche1-11/+0
2019-08-22block: move same page handling from __bio_add_pc_page to the callersChristoph Hellwig1-10/+10
2019-08-22block: create a bio_try_merge_pc_page helperChristoph Hellwig1-24/+10
2019-08-22block: improve the gap check in __bio_add_pc_pageChristoph Hellwig1-7/+7
2019-08-20block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definitionRevanth Rajashekar1-2/+0
2019-08-20block: sed-opal: Remove always false conditional statementRevanth Rajashekar1-4/+0
2019-08-20block: sed-opal: Add/remove spacesRevanth Rajashekar2-6/+42
2019-08-19block: remove struct request_queue queue_headJunxiao Bi1-1/+0
2019-08-15block: remove REQ_NOWAIT_INLINEJens Axboe1-6/+2
2019-08-14block: annotate refault stalls from IO submissionJohannes Weiner2-1/+25
2019-08-12blk-mq: Fix memory leak in blk_mq_init_allocated_queue error handlingzhengbin1-3/+6
2019-08-12blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin2-2/+3
2019-08-08block, bfq: handle NULL return value by bfq_init_rq()Paolo Valente1-3/+11
2019-08-08block, bfq: move update of waker and woken list to queue freeingPaolo Valente1-15/+29
2019-08-08block, bfq: reset last_completed_rq_bfqq if the pointed queue is freedPaolo Valente1-3/+7
2019-08-06block: stop exporting bio_map_kernHans Holmberg1-1/+0
2019-08-04blk-mq: balance mapping between present CPUs and queuesMing Lei1-7/+22
2019-08-04blk-zoned: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni2-0/+44
2019-08-04block: Fix a comment in blk_cleanup_queue()Bart Van Assche1-1/+2
2019-08-04block: Improve physical block alignment of split biosBart Van Assche1-4/+17
2019-08-04block: Simplify blk_bio_segment_split()Bart Van Assche1-35/+33
2019-08-04block: Simplify bvec_split_segs()Bart Van Assche1-9/+7
2019-08-04block: Document the bio splitting functionsBart Van Assche2-2/+45
2019-08-04block: Declare several function pointer arguments 'const'Bart Van Assche1-3/+4
2019-08-04blk-mq: remove blk_mq_complete_request_syncMing Lei1-7/+0
2019-08-04blk-mq: introduce blk_mq_tagset_wait_completed_request()Ming Lei1-0/+32
2019-08-04blk-mq: introduce blk_mq_request_completed()Ming Lei1-0/+6
2019-08-01hrtimer/treewide: Use hrtimer_sleeper_start_expires()Thomas Gleixner1-1/+1
2019-08-01hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior1-2/+1
2019-07-30hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner1-1/+1
2019-07-26Merge tag 'for-linus-20190726-2' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2019-07-26block: fix max segment size handling in blk_queue_virt_boundaryChristoph Hellwig1-1/+2
2019-07-26Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds7-45/+62
2019-07-23block: blk-mq: Remove blk_mq_sched_started_request and started_requestMarcos Paulo de Souza2-11/+0
2019-07-21blk-mq: allow REQ_NOWAIT to return an error inlineJens Axboe1-2/+6
2019-07-18rq-qos: use a mb for got_tokenJosef Bacik1-0/+3
2019-07-18rq-qos: set ourself TASK_UNINTERRUPTIBLE after we scheduleJosef Bacik1-0/+1
2019-07-18rq-qos: don't reset has_sleepers on spurious wakeupsJosef Bacik1-1/+1
2019-07-18rq-qos: fix missed wake-ups in rq_qos_throttleJosef Bacik1-0/+1
2019-07-18block, bfq: check also in-flight I/O in dispatch pluggingPaolo Valente1-24/+43
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds8-9/+9
2019-07-16block: fix sysfs module parameters directory path in commentAkinobu Mita1-1/+1
2019-07-16blkcg: allow blkcg_policy->pd_stat() to print non-debug info tooTejun Heo2-6/+6
2019-07-15docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab1-1/+1
2019-07-15docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab1-1/+1
2019-07-15docs: block: convert to ReSTMauro Carvalho Chehab7-7/+7
2019-07-11block: Limit zone array allocation sizeDamien Le Moal1-16/+20
2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal1-12/+19
2019-07-11block: Allow mapping of vmalloc-ed buffersDamien Le Moal1-1/+27
2019-07-11block/bio-integrity: fix a memory leak bugWenwen Wang1-2/+6
2019-07-10block: Disable write plugging for zoned block devicesDamien Le Moal3-2/+34
2019-07-10blk-throttle: fix zero wait time for iops throttled groupKonstantin Khlebnikov1-6/+3
2019-07-10block: Fix potential overflow in blk_report_zones()Damien Le Moal1-1/+1
2019-07-10blkcg: implement REQ_CGROUP_PUNTTejun Heo2-0/+56
2019-07-10cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo1-0/+1
2019-07-10blk-cgroup: turn on psi memstall stuffJosef Bacik1-5/+7
2019-07-10block: init flush rq ref count to 1Josef Bacik1-0/+1
2019-07-09Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds22-818/+1342
2019-07-08Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-1/+1
2019-07-06blk-mq: fix up placement of debugfs directory of queue filesGreg Kroah-Hartman1-0/+7
2019-07-05blk-iolatency: fix STS_AGAIN handlingDennis Zhou1-37/+14
2019-07-03block: nr_phys_segments needs to be zero for REQ_OP_WRITE_ZEROESChristoph Hellwig1-1/+1
2019-07-02blk-mq: simplify blk_mq_make_request()Bart Van Assche1-8/+2
2019-07-02blk-mq: remove blk_mq_put_ctx()Bart Van Assche5-32/+5
2019-07-01block: fix .bi_size overflowMing Lei1-5/+5
2019-07-01Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe1-17/+21
2019-06-29block: sed-opal: check size of shadow mbrJonas Rabenstein2-0/+55
2019-06-29block: sed-opal: ioctl for writing to shadow mbrJonas Rabenstein1-2/+89
2019-06-29block: sed-opal: add ioctl for done-mark of shadow mbrJonas Rabenstein1-0/+27
2019-06-29block: never take page references for ITER_BVECChristoph Hellwig1-13/+1
2019-06-29block: use bio_release_pages in bio_map_user_iovChristoph Hellwig1-5/+1
2019-06-29block: use bio_release_pages in bio_unmap_userChristoph Hellwig1-19/+2
2019-06-29block: optionally mark pages dirty in bio_release_pagesChristoph Hellwig1-5/+7
2019-06-29block: move the BIO_NO_PAGE_REF check into bio_release_pagesChristoph Hellwig1-5/+6
2019-06-29block: sed-opal: "Never True" conditionsRevanth Rajashekar1-5/+2
2019-06-29block: sed-opal: PSID reverttper capabilityRevanth Rajashekar1-4/+29
2019-06-28block, bfq: NULL out the bic when it's no longer validDouglas Anderson1-0/+1
2019-06-27block: Remove unused codeDamien Le Moal1-12/+0
2019-06-26block, bfq: Init saved_wr_start_at_switch_to_srt in unlikely caseDouglas Anderson1-0/+1
2019-06-25block, bfq: fix operator in BFQQ_TOTALLY_SEEKYPaolo Valente1-1/+1
2019-06-25block, bfq: re-schedule empty queues if they deserve I/O pluggingPaolo Valente1-184/+203
2019-06-25block, bfq: preempt lower-weight or lower-priority queuesPaolo Valente1-20/+75
2019-06-25block, bfq: detect wakers and unconditionally inject their I/OPaolo Valente2-34/+261
2019-06-25block, bfq: bring forward seek&think time updatePaolo Valente1-10/+4
2019-06-25block, bfq: update base request service times when possiblePaolo Valente1-1/+12
2019-06-25block, bfq: fix rq_in_driver check in bfq_update_inject_limitPaolo Valente1-1/+7
2019-06-25block, bfq: reset inject limit when think-time state changesPaolo Valente1-68/+151
2019-06-20block: update print_req_error()Chaitanya Kulkarni1-4/+7
2019-06-20block: use blk_op_str() in blk-mq-debugfs.cChaitanya Kulkarni1-20/+4
2019-06-20block: add centralize REQ_OP_XXX to string helperChaitanya Kulkarni1-0/+36
2019-06-20block: improve print_req_errorChristoph Hellwig1-7/+9
2019-06-20block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGChristoph Hellwig4-20/+26
2019-06-20bfq-iosched: move bfq_stat_recursive_sum into the only callerChristoph Hellwig1-43/+19
2019-06-20blk-cgroup: move struct blkg_stat to bfqChristoph Hellwig3-100/+167
2019-06-20blk-cgroup: introduce a new struct blkg_rwstat_sampleChristoph Hellwig2-26/+23
2019-06-20blk-cgroup: pass blkg_rwstat structures by referenceChristoph Hellwig2-21/+25
2019-06-20blk-cgroup: factor out a helper to read rwstat counterChristoph Hellwig1-3/+2
2019-06-20block: mark blk_rq_bio_prep as inlineChristoph Hellwig2-12/+12
2019-06-20block: untangle the end of blk_bio_segment_splitChristoph Hellwig1-11/+3
2019-06-20block: simplify blk_recalc_rq_segmentsChristoph Hellwig3-18/+9
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig11-125/+104
2019-06-20block: remove blk_init_request_from_bioChristoph Hellwig2-12/+6
2019-06-20block: initialize the write priority in blk_rq_bio_prepChristoph Hellwig1-1/+1
2019-06-20blk-iolatency: only account submitted biosDennis Zhou1-0/+4
2019-06-20blk-core: Remove blk_end_request*() declarationsPavel Begunkov1-1/+1
2019-06-20block: code cleanup queue_poll_stat_show()Chaitanya Kulkarni1-5/+5
2019-06-20block: use right format specifier for opChaitanya Kulkarni1-1/+1
2019-06-20block: get rid of redundant elseChaitanya Kulkarni1-2/+2
2019-06-17block: use req_op() to maintain consistencyChaitanya Kulkarni1-1/+1
2019-06-17block: fix page leak when merging to same pageChristoph Hellwig1-2/+10
2019-06-17block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig1-15/+11
2019-06-15blkcg: blkcg_activate_policy() should initialize ancestors firstTejun Heo1-1/+2
2019-06-15blkcg: perpcu_ref init/exit should be done from blkg_alloc/free()Tejun Heo1-9/+4
2019-06-15blkcg: update blkcg_print_stat() to handle larger outputsTejun Heo1-2/+6
2019-06-15blk-iolatency: clear use_delay when io.latency is set to zeroTejun Heo1-1/+3
2019-06-15block: bio: Use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+1
2019-06-15block: genhd: Use struct_size() helperGustavo A. R. Silva1-3/+2
2019-06-15blk-mq/debugfs: Fix improper print qualifierPavel Begunkov1-1/+1
2019-06-14docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-13blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_requestsMing Lei1-1/+0
2019-06-13blk-mq: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-132/+49
2019-06-13block: force select mq-deadline for zoned block devicesDamien Le Moal1-0/+1
2019-06-10cgroup/bfq: revert bfq.weight symlink changeJens Axboe1-4/+2
2019-06-07block, bfq: add weight symlink to the bfq.weight cgroup parameterAngelo Ruocco1-2/+4
2019-06-06block: free sched's request pool in blk_cleanup_queueMing Lei6-6/+52
2019-06-05block: Drop unlikely before IS_ERR(_OR_NULL)Kefeng Wang1-1/+1
2019-05-31block: print offending values when cloned rq limits are exceededJohn Pittman1-2/+5
2019-05-31blk-mq: Document the blk_mq_hw_queue_to_node() argumentsBart Van Assche1-1/+5
2019-05-31blk-mq: Fix spelling in a source code commentBart Van Assche1-2/+2
2019-05-31block: Fix bsg_setup_queue() kernel-doc headerBart Van Assche1-0/+1
2019-05-31block: Fix rq_qos_wait() kernel-doc headerBart Van Assche1-3/+4
2019-05-31block: Fix blk_mq_*_map_queues() kernel-doc headersBart Van Assche3-5/+5
2019-05-31block: Fix throtl_pending_timer_fn() kernel-doc headerBart Van Assche1-1/+1
2019-05-31block: Convert blk_invalidate_devt() header into a non-kernel-doc headerBart Van Assche1-2/+2
2019-05-31block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc headerBart Van Assche1-1/+1
2019-05-29blk-mq: Fix memory leak in error handlingJes Sorensen1-1/+4
2019-05-29block: don't protect generic_make_request_checks with blk_queue_enterMing Lei1-31/+6
2019-05-29block: move blk_exit_queue into __blk_release_queueMing Lei3-53/+32
2019-05-23blk-mq: fix hang caused by freeze/unfreeze sequenceBob Liu2-10/+12
2019-05-23block: remove the bi_seg_{front,back}_size fields in struct bioChristoph Hellwig1-82/+12