aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
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
2018-12-16blk-wbt: export internal state via debugfsMing Lei1-0/+91
2018-12-16blk-mq-debugfs: support rq_qosMing Lei4-0/+97
2018-12-16block: clear REQ_HIPRI if polling is not supportedChristoph Hellwig1-0/+3
2018-12-16blk-mq: replace and kill blk_mq_request_issue_directlyJianchao Wang3-11/+8
2018-12-16blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requestsJianchao Wang2-16/+12
2018-12-16blk-mq: refactor the code of issue request directlyJianchao Wang1-49/+54
2018-12-16block: remove the bio_integrity_advance exportChristoph Hellwig1-1/+0
2018-12-16block: remove the bioset_integrity_free exportChristoph Hellwig1-1/+0
2018-12-14block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exportsChristoph Hellwig1-2/+0
2018-12-14block: remove the unused bio_iov_iter_get_pages exportChristoph Hellwig1-1/+0
2018-12-14block: remove the blk_recount_segments exportChristoph Hellwig1-1/+0
2018-12-14block: remove the bio_phys_segments exportChristoph Hellwig1-2/+1
2018-12-13blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queuesSagi Grimberg1-4/+4
2018-12-12blkcg: handle dying request_queue when associating a blkgDennis Zhou1-0/+6
2018-12-12block: deactivate blk_stat timer in wbt_disable_default()Ming Lei2-1/+8
2018-12-11block: Fix null_blk_zoned creation failure with small number of zonesShin'ichiro Kawasaki1-1/+1
2018-12-10block/bio: Do not zero user pagesKeith Busch1-1/+2
2018-12-10block: return just one value from part_in_flightMikulas Patocka4-34/+21
2018-12-10block: switch to per-cpu in-flight countersMikulas Patocka1-10/+33
2018-12-10block: delete part_round_stats and switch to less precise countingMikulas Patocka5-68/+25
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer5-35/+30
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe4-28/+111
2018-12-07blk-mq: re-build queue map in case of kdump kernelMing Lei1-2/+3
2018-12-07block: convert io-latency to use rq_qos_waitJosef Bacik1-23/+8
2018-12-07block: convert wbt_wait() to use rq_qos_wait()Josef Bacik1-54/+11
2018-12-07block: add rq_qos_wait to rq_qosJosef Bacik2-0/+92
2018-12-07blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou3-4/+3
2018-12-07blkcg: change blkg reference counting to use percpu_refDennis Zhou1-2/+39
2018-12-07blkcg: remove bio_disassociate_task()Dennis Zhou1-10/+1
2018-12-07blkcg: remove additional reference to the cssDennis Zhou1-38/+28
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2-47/+14
2018-12-07blkcg: associate writeback bios with a blkgDennis Zhou1-0/+18
2018-12-07blkcg: associate a blkg for pages being evicted by swapDennis Zhou1-24/+38
2018-12-07blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou4-10/+2
2018-12-07blkcg: associate blkg when associating a deviceDennis Zhou3-4/+2
2018-12-07dm: set the static flush bio device on demandDennis Zhou1-0/+1
2018-12-07blkcg: introduce common blkg association logicDennis Zhou3-20/+58
2018-12-07blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou4-29/+29
2018-12-07blkcg: update blkg_lookup_create() to do lockingDennis Zhou2-4/+26
2018-12-07blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou4-6/+12
2018-12-07blk-mq: punt failed direct issue to dispatch listJens Axboe1-28/+5
2018-12-07block, bfq: fix decrement of num_active_groupsPaolo Valente3-25/+107
2018-12-04blk-mq: fix corruption with direct issueJens Axboe1-1/+25
2018-12-04block: enable polling by default if a poll map is initalizedChristoph Hellwig1-0/+2
2018-12-04block: only allow polling if a poll queue_map existsChristoph Hellwig1-1/+1
2018-12-04block: remove ->poll_fnChristoph Hellwig2-28/+19
2018-12-04block: move queues types to the block layerChristoph Hellwig2-10/+20
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe1-1/+1
2018-12-03blk-mq: don't call ktime_get_ns() if we don't need itJens Axboe1-2/+17
2018-12-01block: add cmd_flags to print_req_errorBalbir Singh1-4/+5
2018-11-30sbitmap: optimize wakeup checkJens Axboe1-6/+5
2018-11-30block: fix single range discard mergeMing Lei1-1/+1
2018-11-29blk-mq: use plug for devices that implement ->commits_rqs()Jens Axboe1-1/+5
2018-11-29blk-mq: use bd->last == true for list insertsJens Axboe3-10/+10
2018-11-29blk-mq: add mq_ops->commit_rqs()Jens Axboe1-0/+16
2018-11-29block: improve logic around when to sort a plug listJens Axboe2-5/+19
2018-11-29blk-mq: Add a NULL check in blk_mq_free_map_and_requests()Dan Carpenter1-1/+1
2018-11-28block: add io timeout to sysfsWeiping Zhang1-0/+27
2018-11-28block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu1-3/+5
2018-11-28blk-mq: fix failure to decrement plug count on single rq removalJens Axboe1-1/+3
2018-11-26block: sum requests in the plug structureJens Axboe3-39/+9
2018-11-26blk-mq: Simplify request completion stateKeith Busch1-3/+1
2018-11-26blk-mq: Return true if request was completedKeith Busch1-2/+3
2018-11-26blk-mq: never redirect polled IO completionsJens Axboe1-1/+6
2018-11-26blk-mq: ensure mq_ops ->poll() is entered at least onceJens Axboe1-2/+2
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe2-6/+9
2018-11-26blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe1-1/+1
2018-11-26blk-mq: when polling for IO, look for any completionJens Axboe2-37/+47
2018-11-21blk-mq: not embed .mq_kobj and ctx->kobj into queue instanceMing Lei3-17/+62
2018-11-20block: fix attempt to assign NULL io_contextJens Axboe1-1/+8
2018-11-19block: Initialize BIO I/O priority earlyDamien Le Moal1-4/+1
2018-11-19block: prevent merging of requests with different prioritiesDamien Le Moal2-5/+6
2018-11-19block: Introduce get_current_ioprio()Damien Le Moal1-5/+1
2018-11-19block: Remove bio->bi_iocDamien Le Moal6-26/+6
2018-11-19block: have ->poll_fn() return number of entries polledJens Axboe1-9/+9
2018-11-19block: avoid ordered task state change for polled IOJens Axboe1-2/+2
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe6-24/+27
2018-11-16blk-rq-qos: inline check for q->rq_qos functionsJens Axboe2-42/+80
2018-11-16block: add queue_is_mq() helperJens Axboe11-34/+32
2018-11-15block: add wbt_disable_default export for BFQJens Axboe1-0/+1
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig11-86/+78
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig2-14/+4
2018-11-15blk-cgroup: move locking into blkg_destroy_allChristoph Hellwig1-7/+2
2018-11-15blk-cgroup: consolidate error handling in blkcg_init_queueChristoph Hellwig1-12/+10
2018-11-15block: remove a few unused exportsChristoph Hellwig6-17/+0
2018-11-15block: update a few comments for the legacy request removalChristoph Hellwig1-2/+2
2018-11-15block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig5-36/+15
2018-11-15block: remove queue_lockdep_assert_heldChristoph Hellwig2-14/+0
2018-11-15block: use atomic bitops for ->queue_flagsChristoph Hellwig5-126/+24
2018-11-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig1-1/+1
2018-11-15block: remove deadline __deadline manipulation helpersChristoph Hellwig3-40/+7
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig4-40/+0
2018-11-14block: make blk_try_req_merge() staticEric Biggers1-1/+2
2018-11-14block: clean up dead code that is now redundantColin Ian King1-7/+0
2018-11-14SCSI: fix queue cleanup race before queue initialization is doneMing Lei1-3/+2
2018-11-14block: fix 32 bit overflow in __blkdev_issue_discard()Dave Chinner1-1/+3
2018-11-12block: copy ioprio in __bio_clone_fast() and bounceHannes Reinecke2-0/+2
2018-11-09block: remove set but not used variable 'et'YueHaibing1-2/+0
2018-11-09Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockLinus Torvalds4-22/+22
2018-11-09block: remove req->timeout_listChristoph Hellwig4-16/+0
2018-11-09block: make sure writesame bio is aligned with logical block sizeMing Lei1-1/+1
2018-11-09block: cleanup __blkdev_issue_discard()Ming Lei1-17/+6
2018-11-09block: make sure discard bio is aligned with logical block sizeMing Lei3-3/+13
2018-11-08blk-mq-tag: document tag iteration helper return valueJens Axboe1-4/+8
2018-11-08blk-mq: provide a helper to check if a queue is busyJens Axboe1-0/+26
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe3-9/+18
2018-11-07block: Clear kernel memory before copying to userKeith Busch1-0/+1
2018-11-07blk-mq: initial support for multiple queue mapsJens Axboe3-6/+7
2018-11-07blk-mq: improve plug list sortingJens Axboe1-5/+12
2018-11-07blk-mq: cleanup and improve list insertionJens Axboe3-19/+16
2018-11-07blk-mq: cache request hardware queue mappingJens Axboe6-40/+18
2018-11-07blk-mq: separate number of hardware queues from nr_cpu_idsJens Axboe1-7/+21
2018-11-07blk-mq: support multiple hctx mapsJens Axboe2-39/+86
2018-11-07blk-mq: add 'type' attribute to the sysfs hctx directoryJens Axboe1-0/+10
2018-11-07blk-mq: allow software queue to map to multiple hardware queuesJens Axboe4-11/+21
2018-11-07blk-mq: pass in request/bio flags to queue mappingJens Axboe7-37/+57
2018-11-07blk-mq: provide dummy blk_mq_map_queue_type() helperJens Axboe1-1/+8
2018-11-07blk-mq: abstract out queue mapJens Axboe6-36/+38
2018-11-07blk-mq: kill q->mq_mapJens Axboe2-10/+7
2018-11-07block: kill request ->cpu memberJens Axboe4-6/+7
2018-11-07block: get rid of q->softirq_done_fn()Jens Axboe3-17/+10
2018-11-07block: get rid of blk_queued_rq()Jens Axboe1-1/+1
2018-11-07blk-merge: kill dead queue lock held checkJens Axboe1-3/+0
2018-11-07block: remove req_no_special_merge() from merging codeJens Axboe1-22/+3
2018-11-07block: kill request slab cacheJens Axboe2-9/+0
2018-11-07block: remove request_list codeJens Axboe4-129/+0
2018-11-07bsg: move bsg-lib parts outside of request queueJens Axboe1-16/+27
2018-11-07block: kill legacy parts of timeout handlingJens Axboe5-104/+10
2018-11-07block: remove __blk_put_request()Jens Axboe2-10/+1
2018-11-07block: get rid of MQ scheduler ops unionJens Axboe8-53/+52
2018-11-07block: remove dead elevator codeJens Axboe11-2218/+52
2018-11-07block: remove legacy IO schedulersJens Axboe6-5734/+0
2018-11-07block: cleanup kick/queued handlingJens Axboe1-16/+10
2018-11-07block: remove non mq parts from the flush codeJens Axboe2-127/+31
2018-11-07block: remove legacy rq taggingJens Axboe6-394/+3
2018-11-07blk-cgroup: remove legacy queue bypassingJens Axboe1-8/+0
2018-11-07blk-wbt: kill check for legacy queue typeJens Axboe2-8/+1
2018-11-07block: remove blk_complete_request()Jens Axboe1-20/+0
2018-11-07bsg: convert to use blk-mqJens Axboe1-48/+75
2018-11-07bsg: provide bsg_remove_queue() helperJens Axboe1-0/+9
2018-11-07bsg: pass in desired timeout handlerJens Axboe1-1/+2
2018-11-07block: remove q->lld_busy_fn()Jens Axboe2-8/+0
2018-11-07blk-mq: provide mq_ops->busy() hookJens Axboe1-0/+2
2018-11-07blk-mq: remove legacy check in queue blk_freeze_queue()Jens Axboe1-2/+0
2018-11-07blk-mq: remove the request_list usageJens Axboe1-5/+0
2018-11-07block: respect virtual boundary mask in bvecsJohannes Thumshirn2-2/+2
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds11-236/+166
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou9-224/+127
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-2/+2
2018-10-31block: call rq_qos_exit() after queue is frozenMing Lei2-2/+3
2018-10-29block: fix the DISCARD request mergeJianchao Wang1-10/+36
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+5
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner1-3/+5
2018-10-25block, bfq: fix asymmetric scenarios detectionFederico Motta1-12/+6
2018-10-25blk-mq: place trace_block_getrq() in correct placeXiaoguang Wang1-2/+2
2018-10-25block: Introduce blk_revalidate_disk_zones()Damien Le Moal3-0/+144
2018-10-25block: add a report_zones methodChristoph Hellwig3-115/+51
2018-10-25block: Expose queue nr_zones in sysfsDamien Le Moal1-0/+11
2018-10-25block: Improve zone reset executionDamien Le Moal3-20/+24
2018-10-25block: Introduce BLKGETNRZONES ioctlDamien Le Moal1-0/+2
2018-10-25block: Introduce BLKGETZONESZ ioctlDamien Le Moal1-0/+2
2018-10-25block: Limit allocation of zone descriptors for report zonesDamien Le Moal1-2/+1
2018-10-25block: Introduce blkdev_nr_zones() helperDamien Le Moal1-0/+27
2018-10-24iov_iter: Use accessor functionDavid Howells1-1/+1
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds30-1010/+1726