aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar1-1/+1
2018-02-13blk: optimization for classic pollingNitesh Shetty1-0/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-07block, bfq: add requeue-request hookPaolo Valente1-25/+82
2018-02-06block: Add should_fail_bio() for bpf error injectionHoward McLauchlan1-1/+10
2018-02-06blk-wbt: account flush requests correctlyJens Axboe1-1/+9
2018-02-04Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds4-7/+47
2018-02-01blk-mq-sched: Enable merging discard bio into requestKeith Busch1-0/+2
2018-02-01blk-mq: fix discard merge with scheduler attachedJens Axboe2-3/+28
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2-4/+17
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds32-684/+1506
2018-01-24bsg: use pr_debug instead of hand crafted macrosJohannes Thumshirn1-23/+17
2018-01-24blk-mq-debugfs: don't allow write on attributes with seq_operations setEryu Guan1-1/+5
2018-01-23block: Set BIO_TRACE_COMPLETION on new bio during splitGoldwyn Rodrigues1-1/+1
2018-01-19blk-throttle: use queue_is_rq_basedweiping zhang1-1/+1
2018-01-19block: Remove kblockd_schedule_delayed_work{,_on}()Bart Van Assche1-14/+0
2018-01-19blk-mq: Avoid that blk_mq_delay_run_hw_queue() introduces unintended delaysBart Van Assche1-4/+3
2018-01-19blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_direct...Bart Van Assche3-4/+4
2018-01-18blk-throttle: track read and write request individuallyJoseph Qi1-55/+79
2018-01-18block: add bdev_read_only() checks to common helpersIlya Dryomov1-0/+12
2018-01-18block: fail op_is_write() requests to read-only partitionsIlya Dryomov1-18/+38
2018-01-18blk-throttle: export io_serviced_recursive, io_service_bytes_recursiveweiping zhang1-0/+10
2018-01-18block: Protect less code with sysfs_lock in blk_{un,}register_queue()Bart Van Assche1-9/+28
2018-01-18block: Document scheduler modification locking requirementsBart Van Assche1-0/+8
2018-01-18block: Unexport elv_register_queue() and elv_unregister_queue()Bart Van Assche2-2/+3
2018-01-18block, bfq: limit sectors served with interactive weight raisingPaolo Valente3-9/+80
2018-01-18block, bfq: limit tags for writes and async I/OPaolo Valente2-0/+89
2018-01-17blk-mq: don't dispatch request in blk_mq_request_direct_issue if queue is busyMing Lei1-12/+10
2018-01-17block: Fix __bio_integrity_endio() documentationBart Van Assche1-1/+0
2018-01-17blk-mq-sched: remove unused 'can_block' arg from blk_mq_sched_insert_requestMike Snitzer4-12/+10
2018-01-17blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei3-10/+33
2018-01-17blk-mq: factor out a few helpers from __blk_mq_try_issue_directlyMike Snitzer1-27/+52
2018-01-17blk-mq: turn WARN_ON in __blk_mq_run_hw_queue into printkMing Lei1-2/+20
2018-01-17blk-mq: make sure hctx->next_cpu is set correctlyMing Lei1-2/+28
2018-01-15blk_rq_map_user_iov: fix error overrideDouglas Gilbert1-2/+2
2018-01-15block: allow gendisk's request_queue registration to be deferredMike Snitzer2-3/+22
2018-01-15block: properly protect the 'queue' kobj in blk_unregister_queueMike Snitzer2-11/+11
2018-01-15block: only bdi_unregister() in del_gendisk() if !GENHD_FL_HIDDENMike Snitzer1-1/+2
2018-01-14blk-mq: fix bad clear of RQF_MQ_INFLIGHT in blk_mq_ct_ctx_init()Jens Axboe1-2/+3
2018-01-12blk-mq: add missing RQF_STARTED to debugfsJens Axboe1-0/+1
2018-01-12blk-mq: simplify queue mapping & schedule with each possisble CPUChristoph Hellwig1-11/+8
2018-01-11blk-mq: Reduce the number of if-statements in blk_mq_mark_tag_wait()Bart Van Assche1-34/+35
2018-01-10blk-mq: Add locking annotations to hctx_lock() and hctx_unlock()Bart Van Assche1-0/+2
2018-01-10block: silently forbid sending any ioctl to a partitionPaolo Bonzini1-29/+0
2018-01-10block: rearrange a few request fields for better cache layoutJens Axboe1-9/+9
2018-01-10block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe4-20/+12
2018-01-10block: add accessors for setting/querying request deadlineJens Axboe3-7/+24
2018-01-10block: remove REQ_ATOM_POLL_SLEPTJens Axboe3-6/+3
2018-01-10blk-mq: add a few missing debugfs RQF_ flagsJens Axboe1-0/+2
2018-01-10blk-mq: Explain when 'active_queues' is decrementedBart Van Assche1-0/+6
2018-01-10partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron1-1/+3
2018-01-10block, bfq: fix occurrences of request finish method's old nameChiara Bruschi1-13/+13
2018-01-09Revert "block: blk-merge: try to make front segments in full size"Ming Lei1-49/+5
2018-01-09bfq-iosched: don't call bfqg_and_blkg_put for !CONFIG_BFQ_GROUP_IOSCHEDJens Axboe1-1/+1
2018-01-09block: Fix kernel-doc warnings reported when building with W=1Bart Van Assche2-3/+5
2018-01-09blk-mq: Fix spelling in a source code commentBart Van Assche1-2/+2
2018-01-09blk-mq: silence false positive warnings in hctx_unlock()Jens Axboe1-2/+4
2018-01-09blk-mq: rename blk_mq_hw_ctx->queue_rq_srcu to ->srcuTejun Heo1-7/+7
2018-01-09blk-mq: remove REQ_ATOM_STARTEDTejun Heo4-33/+10
2018-01-09blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mqTejun Heo2-8/+8
2018-01-09blk-mq: make blk_abort_request() trigger timeout pathTejun Heo3-7/+10
2018-01-09blk-mq: use blk_mq_rq_state() instead of testing REQ_ATOM_COMPLETETejun Heo1-3/+3
2018-01-09blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo5-79/+206
2018-01-09blk-mq: protect completion path with RCUTejun Heo1-0/+5
2018-01-09blk-mq: move hctx lock/unlock into a helperJens Axboe1-34/+32
2018-01-09block, bfq: release oom-queue ref to root group on exitPaolo Valente1-0/+3
2018-01-09block, bfq: put async queues for root bfq groups tooPaolo Valente1-2/+5
2018-01-09blk-mq: fix kernel oops in blk_mq_tag_idle()Ming Lei1-1/+2
2018-01-06blk-mq: fix race between updating nr_hw_queues and switching io schedMing Lei1-0/+4
2018-01-06blk-mq: avoid to map CPU into stale hw queueMing Lei1-2/+20
2018-01-06blk-mq: quiesce queue during switching io sched and updating nr_requestsMing Lei2-1/+28
2018-01-06blk-mq: quiesce queue before freeing queueMing Lei1-0/+9
2018-01-06mq-deadline: make it clear that __dd_dispatch_request() works on all hw queuesJens Axboe1-3/+8
2018-01-06block: blk-merge: remove unnecessary checkMing Lei1-3/+1
2018-01-06block: blk-merge: try to make front segments in full sizeMing Lei1-5/+49
2018-01-06blk-merge: compute bio->bi_seg_front_size efficientlyMing Lei1-4/+5
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei1-28/+0
2018-01-06block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irqMing Lei1-5/+11
2018-01-06block: bounce: avoid direct access to bvec tableMing Lei1-9/+8
2018-01-05block, bfq: remove batches of confusing ifdefsPaolo Valente1-55/+72
2018-01-05block, bfq: consider also past I/O in soft real-time detectionPaolo Valente1-34/+81
2018-01-05block, bfq: remove superfluous check in queue-merging setupAngelo Ruocco1-31/+5
2018-01-05block, bfq: let a queue be merged only shortly after starting I/OPaolo Valente3-11/+52
2018-01-05block, bfq: check low_latency flag in bfq_bfqq_save_state()Angelo Ruocco1-1/+2
2018-01-05block, bfq: add missing rq_pos_tree update on rq removalPaolo Valente1-0/+2
2018-01-05block, bfq: increase threshold to deem I/O as randomPaolo Valente1-1/+1
2018-01-05deadline-iosched: Introduce zone locking supportDamien Le Moal1-3/+68
2018-01-05deadline-iosched: Introduce dispatch helpersDamien Le Moal1-10/+37
2018-01-05mq-deadline: Introduce zone locking supportDamien Le Moal1-3/+86
2018-01-05mq-deadline: Introduce dispatch helpersDamien Le Moal1-8/+37
2018-01-05block: introduce zoned block devices zone write lockingChristoph Hellwig2-0/+43
2018-01-05block: drain queue before waiting for q_usage_counter becoming zeroMing Lei3-2/+11
2018-01-05blk-mq: remove confusing comment of blk_mq_sched_dispatch_requestsLiu Bo1-1/+0
2017-12-22blk-mq: improve heavily contended tag caseJens Axboe1-6/+7
2017-12-20block-throttle: avoid double chargeShaohua Li2-7/+3
2017-12-18block: fix blk_rq_append_bioJens Axboe1-16/+22
2017-12-18block: don't let passthrough IO go into .make_request_fn()Ming Lei1-2/+4
2017-12-06kyber: fix another domain token wait queue hangOmar Sandoval1-13/+24
2017-12-01Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-13/+10
2017-11-27block: annotate ->poll() instancesAl Viro1-2/+2
2017-11-23blk-wbt: fix comments typoweiping zhang1-1/+1
2017-11-23blk-wbt: move wbt_clear_stat to common place in wbt_doneweiping zhang1-2/+1
2017-11-23blk-sysfs: remove NULL pointer checking in queue_wb_lat_storeweiping zhang1-4/+1
2017-11-23blk-wbt: remove duplicated setting in wbt_initweiping zhang1-2/+0
2017-11-22block: remove useless assignment in bio_splitMikulas Patocka1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook2-8/+7
2017-11-21block/laptop_mode: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-11-19block: genhd.c: fix message typoRandy Dunlap1-1/+1
2017-11-19block: add WARN_ON if bdi register failweiping zhang1-2/+5
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-126/+73
2017-11-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds6-76/+199
2017-11-17bio: ensure __bio_clone_fast copies bi_partnoMichael Lyle1-0/+1
2017-11-15block: wake up all tasks blocked in get_request()Ming Lei1-2/+2
2017-11-15block/blk-mq.c: use kmalloc_array_node()Johannes Thumshirn1-1/+1
2017-11-14block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUPLuca Miccio3-73/+93
2017-11-14block, bfq: update blkio stats outside the scheduler lockPaolo Valente2-12/+99
2017-11-14block, bfq: add missing invocations of bfqg_stats_update_io_add/removeLuca Miccio1-3/+18
2017-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-1/+1
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds26-616/+1097
2017-11-10blk-mq: fixup some comment typos and lengthsJens Axboe1-7/+10
2017-11-10blk-mq: improve tag waiting setup for non-shared tagsJens Axboe1-26/+55
2017-11-10blk-mq: only run the hardware queue if IO is pendingJens Axboe3-15/+12
2017-11-10block: avoid null pointer dereference on null diskColin Ian King1-1/+1
2017-11-10block: create 'slaves' and 'holders' entries for hidden gendisksHannes Reinecke1-7/+7
2017-11-10block, nvme: Introduce blk_mq_req_flags_tBart Van Assche3-9/+9
2017-11-10block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche2-10/+36
2017-11-10block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche2-0/+31
2017-11-10block: Introduce BLK_MQ_REQ_PREEMPTBart Van Assche2-1/+5
2017-11-10block: Introduce blk_get_request_flags()Bart Van Assche1-15/+35
2017-11-10block: Make q_usage_counter also track legacy requestsMing Lei2-8/+14
2017-11-10blk-mq: fix issue with shared tag queue re-runningJens Axboe2-38/+48
2017-11-10blk-mq: Avoid that request queue removal can trigger list corruptionBart Van Assche1-0/+1
2017-11-10blk-mq: put driver tag if dispatch budget can't be gotMing Lei1-1/+3
2017-11-10block: pass full fmode_t to blk_verify_commandChristoph Hellwig2-14/+12
2017-11-10block: remove __bio_kmap_atomicChristoph Hellwig1-1/+1
2017-11-10Revert "blk-mq: don't handle TAG_SHARED in restart"Jens Axboe1-4/+74
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar43-0/+43
2017-11-04blk-mq: don't allocate driver tag upfront for flush rqMing Lei3-81/+37
2017-11-04blk-mq: move blk_mq_put_driver_tag*() into blk-mq.hMing Lei2-32/+33
2017-11-04blk-mq-sched: decide how to handle flush rq via RQF_FLUSH_SEQMing Lei1-13/+16
2017-11-04blk-flush: use blk_mq_request_bypass_insert()Ming Lei1-1/+1
2017-11-04block: pass 'run_queue' to blk_mq_request_bypass_insertMing Lei3-4/+5
2017-11-04blk-flush: don't run queue for requests bypassing flushMing Lei1-1/+1
2017-11-04blk-mq: put the driver tag of nxt rq before first one is requeuedJianchao Wang1-10/+9
2017-11-04blkcg: add sanity check for blkcg policy operationsweiping zhang1-0/+5
2017-11-04blk-mq: don't handle failure in .get_budgetMing Lei3-28/+8
2017-11-04block: fix peeking requests during PMChristoph Hellwig1-17/+18
2017-11-03blk-mq: Make blk_mq_get_request() error path less confusingBart Van Assche1-5/+7
2017-11-03badblocks: fix wrong return value in badblocks_set if badblocks are disabledLiu Bo1-1/+1
2017-11-03blk-mq: fix nr_requests wrong value when modify it from sysfsweiping zhang1-2/+1
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig2-9/+16
2017-11-03block: introduce GENHD_FL_HIDDENChristoph Hellwig1-18/+50
2017-11-03block: don't look at the struct device dev_t in disk_devtChristoph Hellwig1-4/+0
2017-11-03block: add a blk_steal_bios helperChristoph Hellwig1-0/+21
2017-11-03block: provide a direct_make_request helperChristoph Hellwig1-0/+34
2017-11-03Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/blockJens Axboe1-6/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman43-0/+43
2017-11-01blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCEMing Lei3-32/+23
2017-11-01blk-mq: don't handle TAG_SHARED in restartMing Lei1-74/+4
2017-11-01blk-mq-sched: improve dispatching from sw queueMing Lei3-3/+112
2017-11-01blk-mq: introduce .get_budget and .put_budget in blk_mq_opsMing Lei4-17/+103
2017-11-01block: kyber: check if there are requests in ctx in kyber_has_work()Ming Lei1-1/+1
2017-11-01blk-mq-sched: move actual dispatching into one helperMing Lei1-19/+24
2017-11-01blk-mq-sched: dispatch from scheduler IFF progress is made in ->dispatchMing Lei1-6/+6
2017-10-30block: Fix a race between blk_cleanup_queue() and timeout handlingBart Van Assche2-3/+2
2017-10-26block, locking/lockdep: Assign a lock_class per gendisk used for wait_for_com...Byungchul Park2-9/+3
2017-10-25mq-deadline: add 'deadline' as a name aliasJens Axboe1-0/+1
2017-10-25elevator: allow name aliasesJens Axboe1-6/+17
2017-10-25elevator: lookup mq vs non-mq elevatorsJens Axboe1-23/+21
2017-10-25block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()Ilya Dryomov1-10/+35
2017-10-25block: factor out __blkdev_issue_zero_pages()Ilya Dryomov1-26/+37
2017-10-25block: move CAP_SYS_ADMIN check in blkdev_roset()Ilya Dryomov1-2/+3
2017-10-25block: Use DECLARE_COMPLETION_ONSTACK() in submit_bio_wait()Christoph Hellwig1-14/+5
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-10-24block: Invalidate cache on discard v2Dmitry Monakhov1-4/+10
2017-10-18block: remove blk_mq_reinit_tagsetSagi Grimberg1-7/+0
2017-10-18block: introduce blk_mq_tagset_iterSagi Grimberg1-5/+11
2017-10-17kyber: fix hang on domain token wait queueOmar Sandoval1-1/+9
2017-10-16block: fix Sphinx kernel-doc warningRandy Dunlap1-1/+1
2017-10-11bio_alloc_map_data(): do bmd->iter setup right thereAl Viro1-8/+12
2017-10-11bio_copy_user_iov(): saner bio size calculationAl Viro1-24/+6
2017-10-11bio_map_user_iov(): get rid of copying iov_iterAl Viro1-6/+3
2017-10-11bio_copy_from_iter(): get rid of copying iov_iterAl Viro1-5/+6
2017-10-11move more stuff down into bio_copy_user_iov()Al Viro2-6/+5
2017-10-11blk_rq_map_user_iov(): move iov_iter_advance() downAl Viro2-3/+4
2017-10-11bio_map_user_iov(): get rid of the iov_for_each()Al Viro1-19/+2
2017-10-11bio_map_user_iov(): move alignment check into the main loopAl Viro1-27/+27
2017-10-11don't rely upon subsequent bio_add_pc_page() calls failingAl Viro1-4/+4
2017-10-11... and with iov_iter_get_pages_alloc() it becomes even simplerAl Viro1-16/+5
2017-10-11bio_map_user_iov(): switch to iov_iter_get_pages()/iov_iter_advance()Al Viro1-33/+24
2017-10-10bio_copy_user_iov(): don't ignore ->iov_offsetAl Viro1-2/+2
2017-10-10more bio_map_user_iov() leak fixesAl Viro1-5/+9
2017-10-10fix unbalanced page refcounting in bio_map_user_iovVitaly Mayatskikh1-0/+8
2017-10-10block: set request_list for requestShaohua Li2-1/+6
2017-10-10blk-stat: delete useless codeShaohua Li1-38/+7
2017-10-10blk-throttle: fix null pointer dereference while throttling writeback IOsJiufei Xue1-2/+10
2017-10-10blkcg: check pol->cpd_free_fn before free cpdweiping zhang1-2/+2
2017-10-09block, bfq: fix unbalanced decrements of burst sizePaolo Valente1-2/+57
2017-10-09block,bfq: Disable writeback throttlingLuca Miccio2-2/+3