aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-23block: remove the segment size check in bio_will_gapChristoph Hellwig1-18/+1
2019-05-23block: force an unlimited segment size on queues with a virt boundaryChristoph Hellwig1-0/+11
2019-05-23block: don't decrement nr_phys_segments for physically contigous segmentsChristoph Hellwig1-22/+1
2019-05-16Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2019-05-16block/bio-integrity: use struct_size() in kmalloc()Jackie Liu1-2/+1
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds63-1289/+1495
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-8/+6
2019-05-04block: don't drain in-progress dispatch in blk_cleanup_queue()Ming Lei1-12/+0
2019-05-04blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_releaseMing Lei2-8/+2
2019-05-04blk-mq: always free hctx after request queue is freedMing Lei1-13/+33
2019-05-04blk-mq: split blk_mq_alloc_and_init_hctx into two partsMing Lei1-64/+75
2019-05-04blk-mq: free hw queue's resource in hctx's release handlerMing Lei4-8/+10
2019-05-04blk-mq: move cancel of requeue_work into blk_mq_releaseMing Lei2-1/+2
2019-05-04blk-mq: grab .q_usage_counter when queuing request from plug code pathMing Lei1-1/+11
2019-05-02block: fix function name in commentRaul E Rangel1-1/+1
2019-04-30block: remove the unused blk_queue_dma_pad functionChristoph Hellwig1-16/+0
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig31-0/+32
2019-04-30block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig9-115/+9
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig16-171/+16
2019-04-30block: clean up __bio_add_pc_page a bitChristoph Hellwig1-6/+5
2019-04-30block: remove bogus comments in __bio_add_pc_pageChristoph Hellwig1-9/+0
2019-04-30block: remove the __bio_add_pc_page exportChristoph Hellwig1-2/+1
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2-21/+11
2019-04-25block: Replace all ktype default_attrs with groupsKimberly Brown3-8/+6
2019-04-24block: don't run get_page() on pages from non-bvec iov iterMing Lei1-1/+1
2019-04-23block: clarify that bio_add_page() and related helpers can add multi pagesMing Lei1-11/+15
2019-04-22block: don't show io_timeout if driver has no timeout handlerWeiping Zhang1-2/+28
2019-04-22block: avoid scatterlist offsets > PAGE_SIZEChristoph Hellwig1-1/+13
2019-04-22block: fix use-after-free on gendiskYufen Yu2-0/+26
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe8-84/+119
2019-04-13bfq: update internal depth state when queue depth changesJens Axboe2-1/+9
2019-04-12block: check_events: don't bother with events if unsupportedMartin Wilck1-11/+16
2019-04-12block: disk_events: introduce event flagsMartin Wilck1-4/+9
2019-04-12block: genhd: remove async_events fieldMartin Wilck1-6/+4
2019-04-12block: only allow contiguous page structs in a bio_vecChristoph Hellwig1-2/+7
2019-04-12block: change how we get page references in bio_iov_iter_get_pagesChristoph Hellwig1-26/+25
2019-04-12block: don't allow multiple bio_iov_iter_get_pages calls per bioChristoph Hellwig1-9/+6
2019-04-12block: refactor __bio_iov_bvec_add_pagesChristoph Hellwig1-10/+9
2019-04-12block: rewrite blk_bvec_map_sg to avoid a nth_page callChristoph Hellwig1-15/+6
2019-04-10block: do not leak memory in bio_copy_user_iov()Jérôme Glisse1-1/+4
2019-04-10blk-mq: introduce blk_mq_complete_request_sync()Ming Lei1-0/+7
2019-04-10block, bfq: fix use after free in bfq_bfqq_expirePaolo Valente3-11/+23
2019-04-08block: fix build warning in merging bvecsMing Lei1-6/+10
2019-04-08block, bfq: fix some typos in commentsAngelo Ruocco4-16/+16
2019-04-08block: remove unused variable 'def'Hisao Tanabe1-4/+2
2019-04-06block: sed-opal: rename next to execute_stepsDavid Kozub1-16/+17
2019-04-06block: sed-opal: don't repeat opal_discovery0 in each steps arrayDavid Kozub1-33/+42
2019-04-06block: sed-opal: pass steps via argument rather than via opal_devDavid Kozub1-89/+69
2019-04-06block: sed-opal: use named Opal tokens instead of integer literalsDavid Kozub1-9/+9
2019-04-06block: sed-opal: unify retrieval of table columnsDavid Kozub1-83/+47
2019-04-06block: sed-opal: add token for OPAL_LIFECYCLEDavid Kozub2-2/+4
2019-04-06block: sed-opal: split generation of bytestring header and contentJonas Rabenstein1-8/+14
2019-04-06block: sed-opal: print failed function addressJonas Rabenstein1-2/+2
2019-04-06block: sed-opal: reuse response_get_token to decrease code duplicationDavid Kozub1-31/+15
2019-04-06block: sed-opal: unify error handling of responsesDavid Kozub1-0/+5
2019-04-06block: sed-opal: unify cmd startDavid Kozub1-159/+69
2019-04-06block: sed-opal: close parameter list in cmd_finalizeDavid Kozub1-22/+3
2019-04-06block: sed-opal: unify space check in add_token_*Jonas Rabenstein1-9/+16
2019-04-06block: sed-opal: use correct macro for method lengthJonas Rabenstein1-1/+1
2019-04-06block: sed-opal: fix typos and formattingDavid Kozub1-8/+10
2019-04-06block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBRDavid Kozub1-3/+6
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig1-24/+0
2019-04-05block: Revert v5.0 blk_mq_request_issue_directly() changesBart Van Assche4-69/+71
2019-04-04block: bio: ensure newly added bio flags don't override BVEC_POOL_IDXJohannes Thumshirn1-0/+3
2019-04-04blk-mq: do not reset plug->rq_count before the list is sortedDongli Zhang1-1/+2
2019-04-02blk-mq: add trace block plug and unplug for multiple queuesYufen Yu1-0/+2
2019-04-02block: use blk_free_flush_queue() to free hctx->fq in blk_mq_init_hctxShenghui Wang1-1/+1
2019-04-01block: don't check if adjacent bvecs in one bio can be mergeableMing Lei1-27/+42
2019-04-01block: reuse __blk_bvec_map_sg() for mapping page sized bvecMing Lei1-11/+9
2019-04-01block: remove argument of 'request_queue' from __blk_bvec_map_sgMing Lei1-3/+3
2019-04-01block: enable multi-page bvec for passthrough IOMing Lei1-29/+31
2019-04-01block: put the same page when adding it to bioMing Lei1-12/+16
2019-04-01block: check if page is mergeable in one helperMing Lei1-14/+24
2019-04-01block: cleanup bio_add_pc_pageMing Lei1-7/+7
2019-04-01block: don't merge adjacent bvecs to one segment in bio blk_queue_splitMing Lei1-17/+0
2019-04-01block: avoid to break XEN by multi-page bvecMing Lei1-0/+2
2019-04-01block: pass page to xen_biovec_phys_mergeableMing Lei1-1/+1
2019-04-01block, bfq: save & resume weight on a queue merge/splitFrancesco Pollicino2-0/+11
2019-04-01block, bfq: print SHARED instead of pid for shared queues in logsFrancesco Pollicino2-4/+29
2019-04-01block, bfq: always protect newly-created queues from existing active queuesPaolo Valente1-13/+51
2019-04-01block, bfq: do not tag totally seeky queues as soft rtPaolo Valente1-0/+14
2019-04-01block, bfq: do not merge queues on flash storage with queueingPaolo Valente3-6/+73
2019-04-01block, bfq: tune service injection basing on request service timesPaolo Valente2-59/+409
2019-04-01block, bfq: do not idle for lowest-weight queuesPaolo Valente3-94/+118
2019-04-01block, bfq: increase idling for weight-raised queuesPaolo Valente1-0/+2
2019-04-01block/bfq: fix ifdef for CONFIG_BFQ_GROUP_IOSCHED=yKonstantin Khlebnikov2-2/+2
2019-03-25blk-mq: fix sbitmap ws_active for shared tagsJens Axboe1-2/+11
2019-03-24blk-mq: update comment for blk_mq_hctx_has_pending()Yufen Yu1-1/+2
2019-03-24blk-mq: use blk_mq_put_driver_tag() to put tagYufen Yu2-11/+2
2019-03-23Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+24
2019-03-20blkcg: Fix kernel-doc warningsBart Van Assche1-4/+5
2019-03-20blk-iolatency: #include "blk.h"Bart Van Assche1-0/+1
2019-03-20block: Unexport blk_mq_add_to_requeue_list()Bart Van Assche2-1/+2
2019-03-20block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpect...Yufen Yu2-7/+9
2019-03-18block: add BIO_NO_PAGE_REF flagJens Axboe1-19/+24
2019-03-18blk-mq: use blk_mq_sched_mark_restart_hctx to set RESTARTYufen Yu1-2/+1
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+8
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-2/+1
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-133/+106
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+54
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds17-484/+658
2019-03-06block: fix segment calculation for passthrough IOMing Lei1-7/+8
2019-03-02block: fix updating bio's front segment sizeMing Lei1-0/+8
2019-02-28block: Replace function name in string with __func__Keyur Patel1-4/+4
2019-02-28block: fix NULL pointer dereference in register_diskzhengbin1-4/+6
2019-02-28blk-mq: use HCTX_TYPE_DEFAULT but not 0 to index blk_mq_tag_set->mapDongli Zhang1-7/+7
2019-02-28block: implement bio helper to add iter bvec pages to bioJens Axboe1-8/+54
2019-02-27block: optimize blk_bio_segment_split for single-page bvecMing Lei1-3/+9
2019-02-27block: optimize __blk_segment_map_sg() for single-page bvecMing Lei1-2/+7
2019-02-27block: introduce bvec_nth_page()Ming Lei1-1/+1
2019-02-21block: bounce: make sure that bvec table is updatedMing Lei1-2/+6
2019-02-19block: avoid to READ fields of null bioMing Lei1-1/+3
2019-02-15Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+10
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe5-11/+57
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei1-1/+0
2019-02-15block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei3-29/+6
2019-02-15block: enable multipage bvecsMing Lei1-7/+15
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2-11/+22
2019-02-15block: use bio_for_each_bvec() to map sgMing Lei1-20/+50
2019-02-15block: use bio_for_each_bvec() to compute multi-page bvec countMing Lei1-20/+83
2019-02-15block: don't use bio->bi_vcnt to figure out segment numberMing Lei1-7/+1
2019-02-11blk-mq: insert rq with DONTPREP to hctx dispatch list when requeueJianchao Wang1-2/+10
2019-02-11block: avoid setting none scheduler if it's already noneAleksei Zakharov1-1/+4
2019-02-11block: avoid setting wbt_lat_usec to current valueAleksei Zakharov1-0/+3
2019-02-10blk-sysfs: Rework documention of __blk_release_queueMarcos Paulo de Souza1-12/+7
2019-02-10blk-cgroup: Fix doc related to blkcg_exit_queueMarcos Paulo de Souza1-1/+1
2019-02-09block: kill QUEUE_FLAG_FLUSH_NQJens Axboe2-10/+0
2019-02-09Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+48
2019-02-08block: avoid setting nr_requests to current valueAleksei Zakharov1-0/+3
2019-02-08blk-mq: remove duplicated definition of blk_mq_freeze_queueLiu Bo1-1/+0
2019-02-08Blk-iolatency: warn on negative inflight IO counterLiu Bo1-1/+3
2019-02-08blk-iolatency: fix IO hang due to negative inflight counterLiu Bo1-7/+45
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2019-02-05scsi: block: remove bidi supportChristoph Hellwig2-4/+0
2019-02-05scsi: block: remove req->specialChristoph Hellwig1-1/+0
2019-02-05scsi: bsg-lib: handle bidi requests without block layer helpChristoph Hellwig2-60/+52
2019-02-05scsi: bsg: refactor bsg_ioctlChristoph Hellwig1-86/+72
2019-02-01blk-mq: save default hctx into ctx->hctxs for not-supported typeJianchao Wang2-9/+13
2019-02-01blk-mq: save queue mapping result into ctx directlyJianchao Wang5-8/+9
2019-01-31block, bfq: fix in-service-queue check for queue mergingPaolo Valente2-1/+7
2019-01-31block, bfq: do not overcharge writes in asymmetric scenariosPaolo Valente1-1/+2
2019-01-31block, bfq: port commit "cfq-iosched: improve hw_tag detection"Paolo Valente1-0/+13
2019-01-31block, bfq: reduce threshold for detecting command queueingPaolo Valente1-2/+2
2019-01-31block, bfq: fix queue removal from weights treePaolo Valente2-7/+16
2019-01-31block, bfq: fix sequential rq detection in rate estimationPaolo Valente1-5/+7
2019-01-31block, bfq: unconditionally plug I/O in asymmetric scenariosPaolo Valente1-181/+165
2019-01-31block, bfq: do not plug I/O of in-service queue when harmfulPaolo Valente1-14/+17
2019-01-31block, bfq: split function bfq_better_to_idlePaolo Valente1-73/+82
2019-01-31block, bfq: consider also ioprio classes in symmetry detectionPaolo Valente3-47/+59
2019-01-31block, bfq: remove case of redirected bic from insert_requestPaolo Valente1-2/+0
2019-01-31block, bfq: make sure queue budgets are not below service receivedPaolo Valente1-2/+4
2019-01-31block, bfq: avoid selecting a queue w/o budgetPaolo Valente1-1/+9
2019-01-31block, bfq: do not consider interactive queues in srt filteringPaolo Valente1-10/+29
2019-01-31blk-mq: protect debugfs_create_files() from failuresGreg Kroah-Hartman1-0/+3
2019-01-30blk-mq: fix a hung issue when fsyncJianchao Wang1-1/+1
2019-01-30block: pass no-op callback to INIT_WORK().Tetsuo Handa1-1/+5
2019-01-27Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED"Jens Axboe2-11/+10
2019-01-24blk-wbt: Declare local functions staticBart Van Assche1-2/+2
2019-01-24blk-mq: fix the cmd_flag_name arrayJianchao Wang1-1/+2
2019-01-22block: cover another queue enter recursion via BIO_QUEUE_ENTEREDMing Lei2-10/+11
2019-01-17block: Cleanup license noticeThomas Gleixner1-2/+0
2019-01-16block: don't lose track of REQ_INTEGRITY flagMing Lei1-1/+2
2019-01-14block, bfq: fix comments on __bfq_deactivate_entityPaolo Valente1-6/+5
2019-01-09block: fix kerneldoc comment for blk_attempt_plug_merge()Jonathan Corbet1-1/+0
2019-01-08block: clarify documentation for blk_{start|finish}_plugJeff Moyer1-0/+19
2019-01-02Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds3-23/+8
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-1/+1
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-18/+8
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds52-10182/+1813
2018-12-21bsg: deprecate BIDI support in bsgChristoph Hellwig1-0/+4
2018-12-21blkcg: remove unused __blkg_release_rcu()Dennis Zhou1-23/+0
2018-12-21blkcg: clean up blkg_tryget_closest()Dennis Zhou1-0/+4
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada1-1/+1
2018-12-20kyber: use sbitmap add_wait_queue/list_del wait helpersJens Axboe1-13/+15
2018-12-19block: save irq state in blkg_lookup_create()Ming Lei1-2/+4
2018-12-18scsi: block: remove the cluster flagChristoph Hellwig3-18/+8
2018-12-18block: make request_to_qc_t publicSagi Grimberg1-8/+0
2018-12-17blk-mq: enable IO poll if .nr_queues of type poll > 0Ming Lei2-2/+4
2018-12-17blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe1-8/+8
2018-12-17blk-mq: skip zero-queue maps in blk_mq_map_swqueueMing Lei1-0/+3
2018-12-17block: fix blk-iolatency accounting underflowDennis Zhou2-1/+6
2018-12-17blk-mq: fix dispatch from sw queueMing Lei4-45/+68
2018-12-17block: mq-deadline: Fix write completion handlingDamien Le Moal3-2/+14
2018-12-17blk-mq: only dispatch to non-defauly queue maps if they have queuesChristoph Hellwig1-5/+8
2018-12-17blk-mq: export hctx->type in debugfs instead of sysfsMing Lei2-17/+16
2018-12-17blk-mq: fix allocation for queue mapping tableMing Lei1-1/+1