aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds38-877/+1132
2022-12-12Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-0/+6
2022-12-08sed-opal: allow using IOC_OPAL_SAVE for locking tooLuca Boccassi1-0/+39
2022-12-08blk-cgroup: Fix typo in commentKemeng Shi1-2/+2
2022-12-06block: bio_copy_data_iterChristoph Hellwig1-22/+15
2022-12-05blk-throttle: Use more suitable time_after check for update of slice_startKemeng Shi1-1/+1
2022-12-05blk-throttle: remove repeat check of elapsed timeKemeng Shi1-2/+6
2022-12-05blk-throttle: remove incorrect comment for tg_last_low_overflow_timeKemeng Shi1-1/+0
2022-12-05blk-throttle: fix typo in comment of throtl_adjusted_limitKemeng Shi1-1/+1
2022-12-05blk-throttle: simpfy low limit reached check in throtl_tg_can_upgradeKemeng Shi1-13/+18
2022-12-05blk-throttle: correct calculation of wait time in tg_may_dispatchKemeng Shi1-25/+13
2022-12-05blk-throttle: ignore cgroup without io queued in blk_throtl_cancel_biosKemeng Shi1-1/+12
2022-12-05blk-throttle: Fix that bps of child could exceed bps limited in parentKemeng Shi1-1/+1
2022-12-05blk-throttle: correct stale comment in throtl_pd_initKemeng Shi1-2/+3
2022-12-03block: remove devnode callback from struct block_device_operationsGreg Kroah-Hartman1-11/+0
2022-12-01blk-cgroup: Fix some kernel-doc commentsYang Li1-1/+1
2022-12-01blk-crypto: Add support for SM4-XTS blk crypto modeTianjia Zhang1-0/+6
2022-12-01block: bdev & blktrace: use consistent function doc. notationRandy Dunlap1-2/+2
2022-12-01blk-iocost: Correct comment in blk_iocost_initKemeng Shi1-1/+1
2022-12-01blk-iocost: Remove vrate member in struct ioc_nowKemeng Shi1-3/+3
2022-12-01blk-iocost: Trace vtime_base_rate instead of vtime_rateKemeng Shi1-1/+1
2022-12-01blk-iocost: Reset vtime_base_rate in ioc_refresh_paramsKemeng Shi1-1/+3
2022-12-01blk-iocost: Fix typo in commentKemeng Shi1-1/+1
2022-12-01block: Do not reread partition table on exclusively open deviceJan Kara3-8/+13
2022-11-30block: mark blk_put_queue as potentially blockingChristoph Hellwig1-4/+2
2022-11-30block: untangle request_queue refcounting from sysfsChristoph Hellwig7-83/+69
2022-11-30block: fix error unwinding in blk_register_queueChristoph Hellwig1-12/+16
2022-11-30block: factor out a blk_debugfs_remove helperChristoph Hellwig1-7/+14
2022-11-30blk-crypto: pass a gendisk to blk_crypto_sysfs_{,un}registerChristoph Hellwig3-9/+12
2022-11-30Revert "blk-cgroup: Flush stats at blkgs destruction path"Jens Axboe1-14/+1
2022-11-29block: use bool as the return type of elv_iosched_allow_bio_mergeJinlong Chen1-2/+2
2022-11-29block: replace "len+name" with "name+len" in elv_iosched_showJinlong Chen1-1/+1
2022-11-29block: always use 'e' when printing scheduler nameJinlong Chen1-1/+1
2022-11-29block: replace continue with else-if in elv_iosched_showJinlong Chen1-4/+2
2022-11-29block: include 'none' for initial elv_iosched_show callJinlong Chen1-5/+4
2022-11-28block: mq-deadline: Rename deadline_is_seq_writes()Damien Le Moal1-2/+2
2022-11-25Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linuxLinus Torvalds1-1/+6
2022-11-25blk-mq: fix possible memleak when register 'hctx' failedYe Bin1-2/+9
2022-11-24block: fix crash in 'blk_mq_elv_switch_none'Ye Bin1-1/+1
2022-11-24block: mq-deadline: Do not break sequential write streams to zoned HDDsDamien Le Moal1-4/+62
2022-11-24block: mq-deadline: Fix dd_finish_request() for zoned devicesDamien Le Moal1-2/+15
2022-11-23blk-crypto: Add a missing include directiveBart Van Assche1-0/+1
2022-11-23elevator: remove an outdated comment in elevator_changeJinlong Chen1-3/+0
2022-11-23elevator: update the document of elevator_matchJinlong Chen1-3/+2
2022-11-23elevator: printk a warning if switching to a new io scheduler failsJinlong Chen1-0/+6
2022-11-23elevator: update the document of elevator_switchJinlong Chen1-4/+4
2022-11-22blk-mq: fix queue reference leak on blk_mq_alloc_disk_for_queue failureChristoph Hellwig1-1/+6
2022-11-22block: fix missing nr_hw_queues update in blk_mq_realloc_tag_set_tagsShin'ichiro Kawasaki1-2/+2
2022-11-21blk-crypto: move internal only declarations to blk-crypto-internal.hChristoph Hellwig1-0/+12
2022-11-21blk-crypto: add a blk_crypto_config_supported_natively helperChristoph Hellwig1-9/+12
2022-11-21blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig1-10/+14
2022-11-18Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds4-6/+7
2022-11-16blk-cgroup: Flush stats at blkgs destruction pathWaiman Long1-1/+14
2022-11-16blk-cgroup: Optimize blkcg_rstat_flush()Waiman Long2-6/+80
2022-11-16blk-cgroup: Return -ENOMEM directly in blkcg_css_alloc() error pathWaiman Long1-8/+4
2022-11-16block: make blk_set_default_limits() privateKeith Busch2-1/+1
2022-11-16block: make dma_alignment a stacking queue_limitKeith Busch2-4/+5
2022-11-16block: don't allow a disk link holder to itselfYu Kuai1-0/+3
2022-11-16block: store the holder kobject in bd_holder_diskYu Kuai1-5/+6
2022-11-16block: fix use after free for bd_holder_dirYu Kuai1-6/+15
2022-11-16block: remove delayed holder registrationChristoph Hellwig2-55/+21
2022-11-16block: clear ->slave_dir when dropping the main slave_dir referenceChristoph Hellwig1-0/+2
2022-11-16block: remove blkdev_writepagesChristoph Hellwig1-7/+0
2022-11-16bio: shrink max number of pcpu cached biosPavel Begunkov1-1/+1
2022-11-16bio: add pcpu caching for non-polling bio_putPavel Begunkov1-16/+54
2022-11-16bio: split pcpu cache part of bio_put into a helperPavel Begunkov1-13/+25
2022-11-16bio: don't rob starving biosets of biosPavel Begunkov1-0/+2
2022-11-14blk-cgroup: properly pin the parent in blkcg_css_onlineChris Mason1-1/+1
2022-11-11Merge tag 'block-6.1-2022-11-11' of git://git.kernel.dk/linuxLinus Torvalds2-4/+32
2022-11-10blk-mq: simplify blk_mq_realloc_tag_set_tagsChristoph Hellwig1-6/+4
2022-11-10blk-mq: remove blk_mq_alloc_tag_set_tagsChristoph Hellwig1-9/+5
2022-11-09bfq: ignore oom_bfqq in bfq_check_wakerKhazhismel Kumykov1-1/+3
2022-11-09bfq: fix waker_bfqq inconsistency crashKhazhismel Kumykov1-2/+7
2022-11-09block: set FOLL_PCI_P2PDMA in bio_map_user_iov()Logan Gunthorpe1-4/+8
2022-11-09block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()Logan Gunthorpe1-2/+7
2022-11-09block: add check when merging zone device pagesLogan Gunthorpe1-0/+2
2022-11-08block: sed-opal: kmalloc the cmd/resp buffersSerge Semin1-4/+28
2022-11-08block, bfq: fix null pointer dereference in bfq_bio_bfqg()Yu Kuai1-0/+4
2022-11-07block: Fix some kernel-doc commentsYang Li1-1/+0
2022-11-05Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linuxLinus Torvalds2-3/+3
2022-11-02blk-mq: use if-else instead of goto in blk_mq_alloc_cached_request()Jinlong Chen1-13/+14
2022-11-02blk-mq: improve error handling in blk_mq_alloc_rq_map()Jinlong Chen1-9/+10
2022-11-02blk-mq: add tagset quiesce interfaceChao Leng1-0/+27
2022-11-02blk-mq: pass a tagset to blk_mq_wait_quiesce_doneChristoph Hellwig1-7/+9
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig6-53/+41
2022-11-02blk-mq: skip non-mq queues in blk_mq_quiesce_queueChristoph Hellwig1-1/+3
2022-11-02block: set the disk capacity to 0 in blk_mark_disk_deadChristoph Hellwig1-0/+5
2022-11-01block, bfq: don't declare 'bfqd' as type 'void *' in bfq_groupYu Kuai3-6/+4
2022-11-01block, bfq: remove dead code for updating 'rq_in_driver'Yu Kuai1-16/+0
2022-11-01block, bfq: cleanup bfq_activate_requeue_entity()Yu Kuai1-9/+5
2022-11-01block, bfq: factor out code to update 'active_entities'Yu Kuai1-29/+32
2022-11-01block, bfq: remove set but not used variable in __bfq_entity_update_weight_prioYu Kuai1-15/+0
2022-11-01block: Replace struct rq_depth with unsigned int in struct iolatency_grpKemeng Shi1-15/+13
2022-11-01block: Correct comment for scale_cookie_changeKemeng Shi1-2/+4
2022-11-01block: Remove redundant parent blkcg_gp check in check_scale_changeKemeng Shi1-3/+0
2022-11-01block: split elevator_switchChristoph Hellwig4-47/+40
2022-11-01block: don't check for required features in elevator_matchChristoph Hellwig1-35/+16
2022-11-01block: simplify the check for the current elevator in elv_iosched_showChristoph Hellwig1-1/+1
2022-11-01block: cleanup the variable naming in elv_iosched_storeChristoph Hellwig1-9/+8
2022-11-01block: exit elv_iosched_show early when I/O schedulers are not supportedChristoph Hellwig1-3/+2
2022-11-01block: cleanup elevator_getChristoph Hellwig1-15/+10
2022-11-01block, bfq: cleanup __bfq_weights_tree_remove()Yu Kuai3-12/+2
2022-11-01block, bfq: cleanup bfq_weights_tree add/remove apisYu Kuai3-29/+18
2022-11-01block, bfq: do not idle if only one group is activatedYu Kuai1-2/+2
2022-11-01block, bfq: refactor the counting of 'num_groups_with_pending_reqs'Yu Kuai3-66/+17
2022-11-01block, bfq: record how many queues have pending requestsYu Kuai3-2/+21
2022-11-01block, bfq: support to track if bfqq has pending requestsYu Kuai3-2/+25
2022-10-31block: blk_add_rq_to_plug(): clear stale 'last' after flushAl Viro1-0/+1
2022-10-31blk-mq: Fix kmemleak in blk_mq_init_allocated_queueChen Jun1-3/+1
2022-10-31blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queueJinlong Chen1-1/+1
2022-10-31block: Fix possible memory leak for rq_wb on add_disk failureChen Zhongjin1-0/+1
2022-10-31blk-mq: move queue_is_mq out of blk_mq_cancel_work_syncJinlong Chen2-8/+8
2022-10-31blk-mq: avoid double ->queue_rq() because of early timeoutDavid Jeffery1-12/+44
2022-10-29Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds2-5/+14
2022-10-28blk-mq: Properly init requests from blk_mq_alloc_request_hctx()John Garry1-1/+6
2022-10-25block: Micro-optimize get_max_segment_size()Bart Van Assche1-4/+11
2022-10-25block: Constify most queue limits pointersBart Van Assche4-22/+26
2022-10-25block: remove bio_start_io_acct_timeChristoph Hellwig1-12/+0
2022-10-25blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig2-3/+3
2022-10-23block: fix up elevator_type refcountingJinlong Chen3-3/+10
2022-10-23block: check for an unchanged elevator earlier in __elevator_changeJinlong Chen1-6/+3
2022-10-23block: sanitize the elevator name before passing it to __elevator_changeChristoph Hellwig1-8/+7
2022-10-23block: add proper helpers for elevator_type module refcount managementChristoph Hellwig3-16/+19
2022-10-23blk-wbt: don't enable throttling if default elevator is bfqYu Kuai3-4/+12
2022-10-23elevator: add new field flags in struct elevator_queueYu Kuai2-5/+5
2022-10-23blk-wbt: don't show valid wbt_lat_usec in sysfs while wbt is disabledYu Kuai3-0/+16
2022-10-23blk-wbt: make enable_state more accurateYu Kuai2-6/+13
2022-10-23blk-wbt: remove unnecessary check in wbt_enable_default()Yu Kuai1-1/+1
2022-10-23elevator: remove redundant code in elv_unregister_queue()Yu Kuai1-2/+0
2022-10-23blk-iocost: read 'ioc->params' inside 'ioc->lock' in ioc_timer_fn()Yu Kuai1-2/+4
2022-10-23blk-iocost: prevent configuration update concurrent with io throttlingYu Kuai1-2/+24
2022-10-23blk-iocost: don't release 'ioc->lock' while updating paramsYu Kuai1-5/+2
2022-10-23blk-iocost: disable writeback throttlingYu Kuai1-0/+2
2022-10-22block: fix memory leak for elevator on add_disk failureYu Kuai1-4/+8
2022-10-21Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds3-7/+6
2022-10-20bio: safeguard REQ_ALLOC_CACHE bio putPavel Begunkov1-1/+1
2022-10-20block, bfq: remove unused variable for bfq_queueYuwei Guan1-4/+0
2022-10-16blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping()Yu Kuai1-2/+5
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-10-13Merge tag 'block-6.1-2022-10-13' of git://git.kernel.dk/linuxLinus Torvalds3-3/+9
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+9
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+2
2022-10-10Merge branch 'for-6.1/block' into block-6.1Jens Axboe3-3/+9
2022-10-10block: fix leaking minors of hidden disksChristoph Hellwig1-0/+7
2022-10-09blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai1-2/+1
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds3-38/+230
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds32-456/+532
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2022-10-06block: Remove the repeat word 'can'Deming Wang1-1/+1
2022-10-03Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+23
2022-10-03block: kmsan: skip bio block merging logic for KMSANAlexander Potapenko1-0/+2
2022-10-03kmsan: disable physical page merging in biovecAlexander Potapenko1-0/+7
2022-09-30block: extend functionality to map bvec iteratorKanchan Joshi1-4/+71
2022-09-30block: factor out blk_rq_map_bio_alloc helperKanchan Joshi1-11/+22
2022-09-30block: rename bio_map_put to blk_mq_map_bio_putAnuj Gupta1-3/+3
2022-09-30block: add blk_rq_map_user_ioAnuj Gupta1-0/+36
2022-09-30block: allow end_io based requests in the completion batch handlingJens Axboe1-2/+11
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe2-8/+16
2022-09-30block: enable batched allocation for blk_mq_alloc_request()Jens Axboe1-9/+71
2022-09-30block: kill deprecated BUG_ON() in the flush handlingJens Axboe1-1/+0
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe1-1/+2
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe32-456/+532
2022-09-29block: add rationale for not using blk_mq_plug() when applicablePankaj Raghav2-0/+12
2022-09-29block: adapt blk_mq_plug() to not plug for writes that require a zone lockPankaj Raghav2-7/+5
2022-09-27blk-cgroup: don't update the blkg lookup hint in blkg_conf_prepChristoph Hellwig1-13/+4
2022-09-27blk-mq: use quiesced elevator switch when reinitializing queuesKeith Busch3-7/+6
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig1-1/+1
2022-09-26blk-cgroup: pass a gendisk to the blkg allocation helpersChristoph Hellwig1-28/+28
2022-09-26blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig3-6/+8
2022-09-26blk-cgroup: pass a gendisk to blkg_destroy_allChristoph Hellwig1-9/+4
2022-09-26blk-throttle: pass a gendisk to blk_throtl_cancel_biosChristoph Hellwig3-4/+5
2022-09-26blk-throttle: pass a gendisk to blk_throtl_register_queueChristoph Hellwig3-4/+5
2022-09-26blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exitChristoph Hellwig3-9/+12
2022-09-26blk-iocost: cleanup ioc_qos_writeChristoph Hellwig1-6/+8
2022-09-26blk-iocost: pass a gendisk to blk_iocost_initChristoph Hellwig1-3/+4
2022-09-26blk-iocost: simplify ioc_nameChristoph Hellwig1-9/+5
2022-09-26blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig3-4/+5
2022-09-26blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exitChristoph Hellwig3-10/+10
2022-09-26blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig3-26/+12
2022-09-26blk-cgroup: remove blkg_lookup_checkChristoph Hellwig1-26/+10
2022-09-26blk-cgroup: cleanup the blkg_lookup family of functionsChristoph Hellwig2-50/+27
2022-09-26blk-cgroup: remove open coded blkg_lookup instancesChristoph Hellwig2-7/+7
2022-09-26blk-cgroup: remove blk_queue_root_blkgChristoph Hellwig2-15/+1
2022-09-26blk-cgroup: fix error unwinding in blkcg_init_queueChristoph Hellwig1-6/+7
2022-09-24Merge tag 'block-6.0-2022-09-22' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2022-09-24blk-mq: don't redirect completion for hctx withs only one ctx mappingLiu Song1-3/+5
2022-09-24blk-throttle: improve bypassing bios checkingsYu Kuai2-7/+28
2022-09-24blk-throttle: remove THROTL_TG_HAS_IOPS_LIMITYu Kuai2-21/+3
2022-09-23Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo1-23/+4
2022-09-21block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIOLi Jinlin2-3/+0
2022-09-21block: export blk_rq_is_pollKanchan Joshi1-1/+2
2022-09-21blk-wbt: call rq_qos_add() after wb_normal is initializedYu Kuai1-5/+4
2022-09-20blk-iocost: Remove unnecessary (void*) conversionsLi zeming1-1/+1
2022-09-20block: remove PSI accounting from the bio layerChristoph Hellwig2-25/+0
2022-09-20block: fix comment typo in submit_bio of block-core.c.Ping-Xiang Chen1-1/+1
2022-09-20Revert "block: freeze the queue earlier in del_gendisk"Christoph Hellwig1-1/+2
2022-09-16Merge tag 'block-6.0-2022-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+10
2022-09-15blk-lib: fix blkdev_issue_secure_eraseMikulas Patocka1-3/+8
2022-09-13block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowaitStefan Roesch1-2/+2