aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-08-21Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-blockLinus Torvalds4-32/+20
2021-08-17blk-mq: fix is_flush_rqMing Lei3-6/+7
2021-08-17blk-mq: fix kernel panic during iterating over flush requestMing Lei2-1/+8
2021-08-17blk-mq: don't grab rq's refcount in blk_mq_check_expired()Ming Lei1-25/+5
2021-08-13Merge tag 'block-5.14-2021-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds7-313/+22
2021-08-13blk-mq: clear active_queues before clearing BLK_MQ_F_TAG_QUEUE_SHAREDYu Kuai1-2/+4
2021-08-11Revert "block/mq-deadline: Add cgroup support"Tejun Heo5-307/+14
2021-08-09blk-iocost: fix lockdep warning on blkcg->lockMing Lei1-4/+4
2021-08-09Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+8
2021-08-07Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+7
2021-08-06kyber: make trace_block_rq call consistent with documentationVincent Fu1-1/+1
2021-08-05block/partitions/ldm.c: Fix a kernel-doc warningBart Van Assche1-1/+1
2021-08-05blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai1-1/+5
2021-07-30Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds3-20/+11
2021-07-27block: delay freeing the gendiskChristoph Hellwig1-2/+1
2021-07-27blk-iocost: fix operation ordering in iocg_wake_fn()Tejun Heo1-5/+6
2021-07-27cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_syncTejun Heo1-6/+8
2021-07-27blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handlingJohn Garry1-13/+4
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds9-27/+63
2021-07-07blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgsYu Kuai1-0/+15
2021-07-07block: fix the problem of io_ticks becoming smallerChunguang Xu1-1/+1
2021-07-04scsi: blkcg: Fix application ID config optionsMartin K. Petersen1-1/+1
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-7/+21
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-17/+12
2021-07-01block: remove the bdgrab in blk_drop_partitionsChristoph Hellwig1-5/+1
2021-07-01block: grab a device refcount in disk_ueventChristoph Hellwig1-2/+2
2021-06-30block: check disk exist before trying to add partitionYufen Yu1-7/+16
2021-06-30Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-27/+92
2021-06-30block: return errors from blk_execute_rq()Keith Busch1-2/+5
2021-06-30block: support polling through blk_execute_rqKeith Busch1-1/+17
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig4-7/+5
2021-06-30block: mark blk_mq_init_queue_data staticChristoph Hellwig1-2/+1
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds34-1757/+2911
2021-06-29block: fix discard request mergeMing Lei1-2/+6
2021-06-27block/mq-deadline: Remove a WARN_ON_ONCE() callBart Van Assche1-1/+0
2021-06-25blk-mq: update hctx->dispatch_busy in case of real schedulerMing Lei1-3/+0
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockJan Kara8-21/+41
2021-06-24bfq: Remove merged request already in bfq_requests_merged()Jan Kara1-28/+13
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig1-12/+10
2021-06-24block: move bdev_disk_changedChristoph Hellwig1-1/+54
2021-06-24block: add the events* attributes to disk_attrsChristoph Hellwig3-19/+10
2021-06-24block: move the disk events code to a separate fileChristoph Hellwig4-493/+491
2021-06-24block: fix trace completion for chained bioEdward Hsieh1-7/+6
2021-06-21block/partitions/msdos: Fix typo inidicator -> indicatorThomas Bracht Laumann Jespersen1-1/+1
2021-06-21block, bfq: reset waker pointer with shared queuesPaolo Valente1-2/+4
2021-06-21block, bfq: check waker only for queues with no in-flight I/OPaolo Valente1-8/+13
2021-06-21block, bfq: avoid delayed merge of async queuesPaolo Valente1-1/+7
2021-06-21block, bfq: boost throughput by extending queue-merging timesPietro Pedroni1-3/+13
2021-06-21block, bfq: consider also creation time in delayed stable mergePaolo Valente1-1/+3
2021-06-21block, bfq: fix delayed stable merge checkLuca Mariotti1-1/+1
2021-06-21block, bfq: let also stably merged queues enjoy weight raisingPaolo Valente1-1/+14
2021-06-21blk-wbt: make sure throttle is enabled properlyZhang Yi1-1/+5
2021-06-21blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...Zhang Yi2-2/+4
2021-06-21block/mq-deadline: Prioritize high-priority requestsBart Van Assche1-5/+37
2021-06-21block/mq-deadline: Add cgroup supportBart Van Assche5-14/+308
2021-06-21block/mq-deadline: Track I/O statisticsBart Van Assche1-0/+100
2021-06-21block/mq-deadline: Add I/O priority supportBart Van Assche1-114/+228
2021-06-21block/mq-deadline: Micro-optimize the batching algorithmBart Van Assche1-6/+5
2021-06-21block/mq-deadline: Reserve 25% of scheduler tags for synchronous requestsBart Van Assche1-0/+55
2021-06-21block/mq-deadline: Improve the sysfs show and store macrosBart Van Assche1-37/+29
2021-06-21block/mq-deadline: Improve compile-time argument checkingBart Van Assche1-47/+49
2021-06-21block/mq-deadline: Rename dd_init_queue() and dd_exit_queue()Bart Van Assche1-4/+4
2021-06-21block/mq-deadline: Remove two local variablesBart Van Assche1-6/+2
2021-06-21block/mq-deadline: Add two lockdep_assert_held() statementsBart Van Assche1-0/+4
2021-06-21block/mq-deadline: Add several commentsBart Van Assche1-0/+18
2021-06-21block: Introduce the ioprio rq-qos policyBart Van Assche7-0/+299
2021-06-21block/blk-rq-qos: Move a function from a header file into a C fileBart Van Assche2-13/+13
2021-06-21block/blk-cgroup: Swap the blk_throtl_init() and blk_iolatency_init() callsBart Van Assche1-5/+4
2021-06-21block/Kconfig: Make the BLK_WBT and BLK_WBT_MQ entries consecutiveBart Van Assche1-7/+7
2021-06-18blk-wbt: remove outdated commentlijiazi1-1/+0
2021-06-18block: Remove unnecessary elevator operation checksDamien Le Moal2-7/+10
2021-06-18blk-mq: fix use-after-free in blk_mq_exit_schedMing Lei1-1/+3
2021-06-18sched: Change task_struct::statePeter Zijlstra1-1/+1
2021-06-18sched: Add get_current_state()Peter Zijlstra1-1/+1
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-06-17block: export blk_next_bio()Chaitanya Kulkarni1-0/+1
2021-06-16block: mark queue init done at the end of blk_register_queueMing Lei1-14/+15
2021-06-16block: fix race between adding/removing rq qos and normal IOMing Lei1-0/+24
2021-06-11blk-mq: remove blk_mq_init_sq_queueChristoph Hellwig1-22/+0
2021-06-11blk-mq: add the blk_mq_alloc_disk APIsChristoph Hellwig1-0/+19
2021-06-11blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig3-24/+15
2021-06-11blk-mq: factor out a blk_mq_alloc_sq_tag_set helperChristoph Hellwig1-14/+18
2021-06-10scsi: blkcg: Add app identifier support for blkcgMuneendra Kumar1-0/+9
2021-06-08rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara1-2/+2
2021-06-04block: improve handling of all zones reset operationDamien Le Moal1-27/+92
2021-06-03block: Update blk_update_request() documentationBart Van Assche1-8/+4
2021-06-03block: Do not pull requests from the scheduler when we cannot dispatch themJan Kara3-2/+14
2021-06-01block: remove bdget_diskChristoph Hellwig2-43/+17
2021-06-01block: factor out a part_devt helperChristoph Hellwig1-8/+17
2021-06-01block: move bd_part_count to struct gendiskChristoph Hellwig1-1/+1
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig2-17/+14
2021-06-01block: unexport blk_alloc_queueChristoph Hellwig2-1/+2
2021-06-01block: add blk_alloc_disk and blk_cleanup_disk APIsChristoph Hellwig1-0/+35
2021-06-01block: add a flag to make put_disk on partially initalized disks saferChristoph Hellwig1-2/+5
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig2-5/+1
2021-06-01block: move the DISK_MAX_PARTS sanity check into __device_add_diskChristoph Hellwig1-7/+6
2021-06-01block: refactor device number setup in __device_add_diskChristoph Hellwig3-66/+49
2021-05-31scsi: core: Drop message byte helperHannes Reinecke1-1/+1
2021-05-31scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke3-3/+3
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke2-0/+4
2021-05-31scsi: scsi_ioctl: Return error code when blk_rq_map_kern() failsHannes Reinecke1-3/+4
2021-05-24blk-mq: Use request queue-wide tags for tagset-wide sbitmapJohn Garry4-21/+72
2021-05-24blk-mq: Some tag allocation code refactoringJohn Garry3-25/+40
2021-05-24blk-mq: clearing flush request reference in tags->rqs[]Ming Lei1-1/+34
2021-05-24blk-mq: clear stale request in tags->rq[] before freeing one request poolMing Lei3-7/+54
2021-05-24blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iterMing Lei3-16/+43
2021-05-24block: avoid double io accounting for flush requestMing Lei1-2/+1
2021-05-24block: remove unneeded parenthesis from blk-sysfsMax Gurtovoy1-8/+8
2021-05-24blkcg: drop CLONE_IO check in blkcg_can_attach()Tejun Heo1-27/+0
2021-05-24block_dump: remove block_dump featurezhangyi (F)1-9/+0
2021-05-22Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+1
2021-05-20block: prevent block device lookups at the beginning of del_gendiskChristoph Hellwig1-10/+1
2021-05-17partitions: msdos: fix one-byte get_unaligned()Arnd Bergmann3-17/+12
2021-05-15Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-blockLinus Torvalds7-18/+59
2021-05-14block/partitions/efi.c: Fix the efi_partition() kernel-doc headerBart Van Assche1-1/+1
2021-05-14blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche1-2/+4
2021-05-14blk-mq: plug request for shared sbitmapMing Lei1-2/+3
2021-05-12block, bfq: avoid circular stable mergesPaolo Valente1-2/+29
2021-05-11blk-iocost: fix weight updates of inner active iocgsTejun Heo1-2/+12
2021-05-11kyber: fix out of bounds access when preemptedOmar Sandoval4-9/+10
2021-05-09Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds2-16/+2
2021-05-08Revert "bio: limit bio max size"Jens Axboe2-16/+2
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+16
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)1-0/+1
2021-05-03bio: limit bio max sizeChangheun Lee2-2/+16
2021-04-30cgroup: rstat: punt root-level optimization to individual controllersJohannes Weiner1-6/+11
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-21/+62
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds23-522/+585
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2-2/+4
2021-04-26blk-iocost: don't ignore vrate_min on QD contentionTejun Heo1-4/+0
2021-04-21block: return -EBUSY when there are open partitions in blkdev_reread_partChristoph Hellwig1-0/+2
2021-04-16blk-mq: Fix spurious debugfs directory creation during initializationSaravanan D1-0/+8
2021-04-16bfq/mq-deadline: remove redundant check for passthrough requestLin Feng2-7/+3
2021-04-16blk-mq: bypass IO scheduler's limit_depth for passthrough requestLin Feng1-1/+2
2021-04-13block: Remove an obsolete comment from sg_io()Bart Van Assche1-4/+0
2021-04-12block: move bio_list_copy_data to pktcdvdChristoph Hellwig1-37/+0
2021-04-12block: remove zero_fill_bio_iterChristoph Hellwig1-3/+3
2021-04-12block: remove an incorrect check from blk_rq_append_bioChristoph Hellwig1-3/+0
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen2-2/+4
2021-04-08block: Fix sys_ioprio_set(.which=IOPRIO_WHO_PGRP) task iterationPeter Zijlstra1-2/+9
2021-04-08block: remove disk_part_iterChristoph Hellwig1-79/+13
2021-04-08block: simplify diskstats_showChristoph Hellwig1-4/+6
2021-04-08block: simplify show_partitionChristoph Hellwig1-6/+7
2021-04-08block: simplify printk_all_partitionsChristoph Hellwig1-17/+16
2021-04-08block: simplify partition_overlapsChristoph Hellwig1-10/+10
2021-04-08block: simplify partition removalChristoph Hellwig1-4/+6
2021-04-08block: take bd_mutex around delete_partitions in del_gendiskChristoph Hellwig2-0/+6
2021-04-08block: refactor blk_drop_partitionsChristoph Hellwig3-22/+4
2021-04-08block: move more syncing and invalidation to delete_partitionChristoph Hellwig2-7/+4
2021-04-08block: remove invalidate_partitionChristoph Hellwig1-14/+11
2021-04-08dasd: use bdev_disk_changed instead of blk_drop_partitionsChristoph Hellwig1-4/+0
2021-04-07blk-zoned: Remove the definition of blk_zone_start()Bart Van Assche1-8/+0
2021-04-07blk-mq: set default elevator as deadline in case of hctx shared tagsetMing Lei1-1/+2
2021-04-06block: stop calling blk_queue_bounce for passthrough requestsChristoph Hellwig2-95/+32
2021-04-06block: refactor the bounce buffering codeChristoph Hellwig4-72/+27
2021-04-06block: remove BLK_BOUNCE_ISA supportChristoph Hellwig6-119/+30
2021-04-06blk-mq: Always use blk_mq_is_sbitmap_sharedNikolay Borisov1-2/+2
2021-04-06block: add sysfs entry for virt boundary maskMax Gurtovoy1-1/+8
2021-04-02block: remove the unused RQF_ALLOCED flagChristoph Hellwig1-1/+0
2021-03-31block: only update parent bi_status when bio failYufen Yu1-1/+1
2021-03-27block: don't create too many partitionsMing Lei1-0/+7
2021-03-25block, bfq: merge bursts of newly-created queuesPaolo Valente3-10/+266
2021-03-25block, bfq: keep shared queues out of the waker mechanismPaolo Valente1-1/+11
2021-03-25block, bfq: fix weight-raising resume with !low_latencyPaolo Valente1-2/+8
2021-03-25block, bfq: make shared queues inherit wakersPaolo Valente1-3/+39
2021-03-25block, bfq: put reqs of waker and woken in dispatch listPaolo Valente1-1/+43
2021-03-25block, bfq: always inject I/O of queues blocked by wakersPaolo Valente2-5/+35
2021-03-25blk-mq: Sentence reconstruct for better readabilityBhaskar Chowdhury1-2/+2
2021-03-24block: support zone append bvecsJohannes Thumshirn1-3/+18
2021-03-23block: recalculate segment count for multi-segment discards correctlyDavid Jeffery1-0/+8
2021-03-11block: Discard page cache of zone reset target rangeShin'ichiro Kawasaki1-2/+36
2021-03-11block: Suppress uevent for hidden device when removedDaniel Wagner1-3/+1
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig5-13/+13
2021-03-10block: Fix REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal1-1/+1
2021-03-05blk-cgroup: Fix the recursive blkg rwstatXunlei Pang1-1/+2
2021-03-04scsi: blk-mq: Return budget token from .get_budget callbackMing Lei3-19/+59
2021-03-04scsi: sbitmap: Move allocation hint into sbitmapMing Lei2-2/+2
2021-03-04scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei2-2/+3
2021-03-02block/bfq: update comments and default value in docs for fifo_expireJoseph Qi1-1/+1
2021-03-01block: Drop leftover references to RQF_SORTEDJean Delvare2-6/+1
2021-02-28block: revert "block: fix bd_size_lock use"Damien Le Moal2-7/+4
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds14-92/+79
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)1-3/+1
2021-02-24block: memory allocations in bounce_clone_bio must not failChristoph Hellwig1-3/+2
2021-02-24block: remove the gfp_mask argument to bounce_clone_bioChristoph Hellwig1-6/+6
2021-02-24block: fix bounce_clone_bio for passthrough biosChristoph Hellwig1-8/+9
2021-02-24block-crypto-fallback: use a bio_set for splitting biosChristoph Hellwig1-2/+10
2021-02-23block: fix logging on capacity changeMing Lei1-1/+1
2021-02-23blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka1-0/+12
2021-02-23block: reopen the device in blkdev_reread_partChristoph Hellwig1-7/+14
2021-02-23block: don't skip empty device in in disk_ueventChristoph Hellwig1-1/+1
2021-02-22kyber: introduce kyber_depth_updated()Yang Yang1-16/+13
2021-02-22Merge tag 'for-5.12/block-ipi-2021-02-21' of git://git.kernel.dk/linux-blockLinus Torvalds1-68/+41
2021-02-22Merge tag 'for-5.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+147
2021-02-22Merge tag 'mmc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-0/+29
2021-02-22block: fix potential IO hang when turning off io_pollJeffle Xu1-2/+5
2021-02-22block: get rid of the trace rq insert wrapperChaitanya Kulkarni6-10/+10
2021-02-22block: Remove unused blk_pm_*() function definitionsBart Van Assche1-38/+0
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds26-930/+848