aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-02-26blk-mq: Remove some unused function argumentsJohn Garry4-11/+9
2020-02-24blk-mq: insert passthrough request into hctx->dispatch directlyMing Lei4-16/+29
2020-02-06Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds4-15/+54
2020-02-03block, bfq: clarify the goal of bfq_split_bfqq()Paolo Valente1-0/+2
2020-02-03block, bfq: get a ref to a group when adding it to a service treePaolo Valente3-3/+12
2020-02-03block, bfq: remove ifdefs from around gets/puts of bfq groupsPaolo Valente3-5/+6
2020-02-03block, bfq: extend incomplete name of field on_stPaolo Valente4-7/+10
2020-02-03block, bfq: get extra ref to prevent a queue from being freed during a group ...Paolo Valente1-0/+8
2020-02-03block, bfq: do not insert oom queue into position treePaolo Valente1-0/+4
2020-02-03block, bfq: do not plug I/O for bfq_queues with no proc refsPaolo Valente1-0/+12
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-565/+397
2020-01-27Merge tag 'for-5.6/block-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds8-57/+119
2020-01-26block: allow partitions on host aware zone devicesChristoph Hellwig1-4/+22
2020-01-23partitions/ldm: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-22block, bfq: improve arithmetic division in bfq_delta()Wen Yang1-4/+1
2020-01-22block/bfq: remove unused bfq_class_rt which never usedAlex Shi1-1/+0
2020-01-15block: fix an integer overflow in logical block sizeMikulas Patocka1-1/+1
2020-01-14block: fix get_max_segment_size() overflow on 32bit archMing Lei1-2/+7
2020-01-09fs: move guard_bio_eod() after bio_set_op_attrsMing Lei1-1/+11
2020-01-09block: mark zone-mgmt bios with REQ_SYNCChaitanya Kulkarni1-1/+1
2020-01-06blk-mq: Document functions for sending requestAndré Almeida1-2/+83
2020-01-06block: Allow t10-pi to be modularHerbert Xu3-2/+10
2020-01-03compat_ioctl: simplify up block/ioctl.cArnd Bergmann1-152/+117
2020-01-03compat_ioctl: block: simplify compat_blkpg_ioctl()Arnd Bergmann1-36/+38
2020-01-03compat_ioctl: block: move blkdev_compat_ioctl() into ioctl.cArnd Bergmann3-227/+219
2020-01-03compat_ioctl: move HDIO ioctl handling into drivers/ideArnd Bergmann1-75/+0
2020-01-03compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann1-45/+0
2020-01-03compat_ioctl: bsg: add handlerArnd Bergmann1-0/+1
2020-01-03compat_ioctl: move CDROMREADADIO to cdrom.cArnd Bergmann1-36/+0
2020-01-03compat_ioctl: move CDROM_SEND_PACKET handling into scsiArnd Bergmann2-99/+133
2020-01-03compat_ioctl: block: add blkdev_compat_ptr_ioctlArnd Bergmann1-0/+21
2020-01-03compat: scsi: sg: fix v3 compat read/write interfaceArnd Bergmann1-28/+1
2019-12-30block: fix splitting segments on boundary masksMing Lei1-9/+9
2019-12-28block: add bio_truncate to fix guard_bio_eodMing Lei1-0/+39
2019-12-21compat_ioctl: block: handle Persistent ReservationsArnd Bergmann1-0/+9
2019-12-21compat_ioctl: block: handle add zone open, close and finish ioctlArnd Bergmann1-0/+3
2019-12-21compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONESArnd Bergmann1-0/+2
2019-12-21compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONEArnd Bergmann1-0/+2
2019-12-20block: fix memleak when __blk_rq_map_user_iov() is failedYang Yingliang1-1/+1
2019-12-20block: Fix a lockdep complaint triggered by request queue flushingBart Van Assche2-0/+6
2019-12-20block: Fix the type of 'sts' in bsg_queue_rq()Bart Van Assche1-1/+1
2019-12-19blk-mq: optimise blk_mq_flush_plug_list()Pavel Begunkov1-38/+19
2019-12-19blk-mq: optimise rq sort functionPavel Begunkov1-8/+4
2019-12-17block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAITRoman Penyaev1-4/+7
2019-12-16iocost: over-budget forced IOs should schedule async delayTejun Heo1-5/+8
2019-12-13Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds3-23/+6
2019-12-12blk-cgroup: remove blkcg_drain_queueGuoqing Jiang1-20/+0
2019-12-12block: fix NULL pointer dereference in account statistics with IDELogan Gunthorpe1-2/+3
2019-12-09block: fix "check bi_size overflow before merge"Andreas Gruenbacher1-1/+3
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-12-05block: fix memleak of bio integrity dataJustin Tee3-1/+8
2019-12-05bfq-iosched: Ensure bio->bi_blkg is valid before using itHou Tao1-0/+3
2019-12-03block: set the zone size in blk_revalidate_disk_zones atomicallyChristoph Hellwig1-26/+33
2019-12-03block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig1-11/+5
2019-12-03block: allocate the zone bitmaps lazilyChristoph Hellwig1-33/+32
2019-12-03block: replace seq_zones_bitmap with conv_zones_bitmapChristoph Hellwig1-9/+9
2019-12-03block: simplify blkdev_nr_zonesChristoph Hellwig2-19/+9
2019-12-03block: remove the empty line at the end of blk-zoned.cChristoph Hellwig1-1/+0
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+128
2019-11-25Merge tag 'for-5.5/disk-revalidate-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds2-133/+84
2019-11-25Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds3-280/+156
2019-11-25Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds31-516/+963
2019-11-21Revert "block: split bio if the only bvec's length is > SZ_4K"Jens Axboe1-1/+1
2019-11-21block: add iostat counters for flush requestsKonstantin Khlebnikov3-5/+25
2019-11-20block,bfq: Skip tracing hooks if possibleDmitry Monakhov1-0/+4
2019-11-18block: sed-opal: Introduce SUM_SET_LIST parameter and append it using 'add_to...Revanth Rajashekar2-5/+5
2019-11-18block: Don't disable interrupts in trigger_softirq()Sebastian Andrzej Siewior1-4/+0
2019-11-14iocost: check active_list of all the ancestors in iocg_activate()Jiufei Xue1-2/+6
2019-11-14block: remove (__)blkdev_reread_part as an exported APIChristoph Hellwig1-30/+5
2019-11-14block: fix bdev_disk_changed for non-partitioned devicesChristoph Hellwig2-4/+7
2019-11-14block: move rescan_partitions to fs/block_dev.cChristoph Hellwig1-35/+2
2019-11-14block: merge invalidate_partitions into rescan_partitionsChristoph Hellwig2-25/+15
2019-11-14block: refactor rescan_partitionsChristoph Hellwig1-78/+94
2019-11-14block, bfq: deschedule empty bfq_queues not referred by any processPaolo Valente1-6/+26
2019-11-13blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue()John Garry3-15/+0
2019-11-12block: rework zone reportingChristoph Hellwig1-156/+97
2019-11-12block: Remove partition support for zoned block devicesDamien Le Moal3-121/+21
2019-11-12block: Simplify report zones executionDamien Le Moal1-29/+5
2019-11-12block: cleanup the !zoned case in blk_revalidate_disk_zonesChristoph Hellwig1-3/+4
2019-11-12block: Enhance blk_revalidate_disk_zones()Damien Le Moal1-2/+60
2019-11-12block: check bi_size overflow before mergeJunichi Nomura1-1/+1
2019-11-08block: split bio if the only bvec's length is > SZ_4KMing Lei1-1/+1
2019-11-08block: still try to split bio if the bvec crosses pagesMing Lei1-1/+2
2019-11-07blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATTejun Heo8-97/+287
2019-11-07blk-cgroup: reimplement basic IO stats using cgroup rstatTejun Heo1-25/+99
2019-11-07blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()Tejun Heo1-83/+0
2019-11-07blk-throtl: stop using blkg->stat_bytes and ->stat_iosTejun Heo1-9/+61
2019-11-07bfq-iosched: stop using blkg->stat_bytes and ->stat_iosTejun Heo3-12/+35
2019-11-07bfq-iosched: relocate bfqg_*rwstat*() helpersTejun Heo1-23/+23
2019-11-07Merge branch 'for-linus' into for-5.5/blockJens Axboe6-43/+83
2019-11-07block: add zone open, close and finish ioctl supportAjay Joshi2-6/+27
2019-11-07block: add zone open, close and finish operationsAjay Joshi2-17/+30
2019-11-07block: Simplify REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal1-27/+13
2019-11-07block: Remove REQ_OP_ZONE_RESET pluggingDamien Le Moal1-4/+0
2019-11-06blkcg: make blkcg_print_stat() print stats only for online blkgsTejun Heo1-5/+8
2019-11-06block: Warn if elevator= parameter is usedJan Kara1-0/+9
2019-11-04block: avoid blk_bio_segment_split for small I/O operationsChristoph Hellwig1-1/+15
2019-11-04blk-mq: make sure that line break can be printedMing Lei1-1/+1
2019-11-04block: sed-opal: Introduce Opal Datastore UIDRevanth Rajashekar2-0/+3
2019-11-04block: sed-opal: Add support to read/write opal tables genericallyRevanth Rajashekar2-1/+172
2019-11-04block: sed-opal: Generalizing write data to any opal tableRevanth Rajashekar1-64/+74
2019-11-02blk-mq: avoid sysfs buffer overflow with too many CPU coresMing Lei1-5/+10
2019-11-01blk-mq: Make blk_mq_run_hw_queue() return voidJohn Garry1-6/+2
2019-10-31iocost: don't nest spin_lock_irq in ioc_weight_write()Dan Carpenter1-2/+2
2019-10-25blk-mq: remove needless goto from blk_mq_get_driver_tagAndré Almeida1-2/+1
2019-10-25block: Reduce the amount of memory used for tag setsBart Van Assche1-17/+30
2019-10-25block: Reduce the amount of memory required per request queueBart Van Assche1-7/+17
2019-10-25block: Remove the synchronize_rcu() call from __blk_mq_update_nr_hw_queues()Bart Van Assche1-4/+0
2019-10-23compat_ioctl: reimplement SG_IO handlingArnd Bergmann1-4/+128
2019-10-15blk-rq-qos: fix first node deletion of rq_qos_del()Tejun Heo1-8/+5
2019-10-15blkcg: Fix multiple bugs in blkcg_activate_policy()Tejun Heo1-18/+51
2019-10-14block: Fix elv_support_iosched()Damien Le Moal1-1/+2
2019-10-10block: account statistics for passthrough requestsLogan Gunthorpe2-5/+4
2019-10-07blk-stat: Optimise blk_stat_add()Pavel Begunkov1-3/+4
2019-10-07blk-mq: Embed counters into struct mq_inflightPavel Begunkov1-7/+6
2019-10-07blk-mq: Reuse callback in blk_mq_in_flight*()Pavel Begunkov1-18/+3
2019-10-07blk-mq: Inline status checkersPavel Begunkov2-21/+0
2019-10-07block: Reduce sysfs_lock locking inside blk_cleanup_queue()Bart Van Assche1-2/+0
2019-10-07block: Remove "dying" checks from sysfs callbacksBart Van Assche3-20/+6
2019-10-07block: Remove request_queue.nr_queuesBart Van Assche1-3/+3
2019-10-07block: Fix three kernel-doc warningsBart Van Assche1-6/+2
2019-10-06blk-wbt: fix performance regression in wbt scale_up/scale_downHarshad Shirwadkar3-9/+15
2019-10-03block: sed-opal: fix sparse warning: convert __be64 dataRandy Dunlap1-2/+2
2019-10-03block: sed-opal: fix sparse warning: obsolete array init.Randy Dunlap1-1/+1
2019-09-27blk-mq: apply normal plugging for HDDMing Lei1-1/+5
2019-09-27blk-mq: honor IO scheduler for multiqueue devicesMing Lei1-2/+4
2019-09-27block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu3-1/+21
2019-09-27rq-qos: get rid of redundant wbt_update_limits()Yufen Yu1-1/+0
2019-09-26iocost: bump up default latency targets for hard disksTejun Heo1-2/+2
2019-09-26iocost: improve nr_lagging handlingTejun Heo1-8/+11
2019-09-26iocost: better trace vrate changesTejun Heo1-1/+6
2019-09-26block: don't release queue's sysfs lock during switching elevatorMing Lei2-39/+5
2019-09-26blk-mq: move lockdep_assert_held() into elevator_exitMing Lei2-2/+2
2019-09-24Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds6-94/+144
2019-09-23block: drop device references in bsg_queue_rq()Martin Wilck1-4/+6
2019-09-23block: t10-pi: fix -Wswitch warningMax Gurtovoy1-6/+5
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+23
2019-09-17block, bfq: push up injection only after setting service timePaolo Valente1-5/+7
2019-09-17block, bfq: increase update frequency of inject limitPaolo Valente1-1/+1
2019-09-17block, bfq: reduce upper bound for inject limit to max_rq_in_driver+1Paolo Valente1-1/+1
2019-09-17block, bfq: update inject limit only after injection occurredPaolo Valente1-2/+17
2019-09-17block: centralize PI remapping logic to the block layerMax Gurtovoy4-68/+100
2019-09-17block: use symbolic constants for t10_pi typeMax Gurtovoy1-14/+14
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds30-342/+3274
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+2
2019-09-15block: also check RQF_STATS in blk_mq_need_time_stamp()Hou Tao1-3/+3
2019-09-15block: make rq sector size accessible for block statsHou Tao2-7/+7
2019-09-14bfq: Fix bfq linkage errorPavel Begunkov1-0/+2
2019-09-12block: fix race between switching elevator and removing queuesMing Lei1-3/+5
2019-09-12block: bypass blk_set_runtime_active for uninitialized q->devStanley Chu1-5/+7
2019-09-10iocost_monitor: Report debtTejun Heo1-3/+3
2019-09-10blk-iocost: Don't let merges push vtime into the futureTejun Heo1-7/+18
2019-09-10blk-iocost: Account force-charged overage in absolute vtimeTejun Heo1-7/+55
2019-09-10blk-iocost: Fix incorrect operation order during iocg freeTejun Heo1-3/+3
2019-09-06bfq: Add per-device weightFam Zheng2-11/+87
2019-09-06bfq: Extract bfq_group_set_weight from bfq_io_set_weight_legacyFam Zheng1-28/+32
2019-09-06bfq: Fix the missing barrier in __bfq_entity_update_weight_prioFam Zheng1-0/+2
2019-09-06block: fix elevator_get_by_features()Jens Axboe1-6/+7
2019-09-05block: Delay default elevator initializationDamien Le Moal3-3/+25
2019-09-05block: Improve default elevator selectionDamien Le Moal1-7/+44
2019-09-05block: Introduce elevator featuresDamien Le Moal3-11/+55
2019-09-05block: Change elevator_init_mq() to always succeedDamien Le Moal3-19/+14
2019-09-05block: Cleanup elevator_init_mq() useDamien Le Moal2-15/+16
2019-09-03block: elevator.c: Remove now unused elevator= argumentMarcos Paulo de Souza1-14/+0
2019-09-03block: mq-deadline: Fix queue restart handlingDamien Le Moal1-10/+9
2019-09-03block: add a helper function to merge the segmentsYoshihiro Shimoda1-0/+23
2019-08-30blkcg: add missing NULL check in ioc_cpd_alloc()Tejun Heo1-1/+3
2019-08-29blkcg: fix missing free on error path of blk_iocost_init()Tejun Heo1-0/+1
2019-08-28blkcg: add tools/cgroup/iocost_coef_gen.pyTejun Heo1-0/+3
2019-08-28blkcg: add tools/cgroup/iocost_monitor.pyTejun Heo1-0/+21
2019-08-28blkcg: implement blk-iocostTejun Heo4-0/+2385
2019-08-28blk-mq: add optional request->alloc_time_nsTejun Heo2-2/+14
2019-08-28blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/Tejun Heo2-5/+5
2019-08-28block/rq_qos: implement rq_qos_ops->queue_depth_changed()Tejun Heo5-15/+26
2019-08-28block/rq_qos: add rq_qos_merge()Tejun Heo3-0/+22
2019-08-28blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()Tejun Heo1-19/+43
2019-08-28blkcg: make ->cpd_init_fn() optionalTejun Heo1-1/+2
2019-08-28blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Tejun Heo4-9/+14
2019-08-27block: split .sysfs_lock into two locksMing Lei5-33/+83
2019-08-27block: add helper for checking if queue is registeredMing Lei3-4/+4
2019-08-27blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueueMing Lei1-7/+0
2019-08-27block: don't hold q->sysfs_lock in elevator_init_mqMing Lei1-9/+5
2019-08-27block: Remove blk_mq_register_dev()Bart Van Assche1-11/+0
2019-08-22block: move same page handling from __bio_add_pc_page to the callersChristoph Hellwig1-10/+10
2019-08-22block: create a bio_try_merge_pc_page helperChristoph Hellwig1-24/+10
2019-08-22block: improve the gap check in __bio_add_pc_pageChristoph Hellwig1-7/+7
2019-08-20block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definitionRevanth Rajashekar1-2/+0
2019-08-20block: sed-opal: Remove always false conditional statementRevanth Rajashekar1-4/+0
2019-08-20block: sed-opal: Add/remove spacesRevanth Rajashekar2-6/+42
2019-08-19block: remove struct request_queue queue_headJunxiao Bi1-1/+0
2019-08-15block: remove REQ_NOWAIT_INLINEJens Axboe1-6/+2
2019-08-14block: annotate refault stalls from IO submissionJohannes Weiner2-1/+25
2019-08-12blk-mq: Fix memory leak in blk_mq_init_allocated_queue error handlingzhengbin1-3/+6
2019-08-12blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin2-2/+3
2019-08-08block, bfq: handle NULL return value by bfq_init_rq()Paolo Valente1-3/+11
2019-08-08block, bfq: move update of waker and woken list to queue freeingPaolo Valente1-15/+29
2019-08-08block, bfq: reset last_completed_rq_bfqq if the pointed queue is freedPaolo Valente1-3/+7
2019-08-06block: stop exporting bio_map_kernHans Holmberg1-1/+0
2019-08-04blk-mq: balance mapping between present CPUs and queuesMing Lei1-7/+22
2019-08-04blk-zoned: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni2-0/+44