summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2020-05-02blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budgetJohn Garry
2020-05-02blk-iocost: Fix error on iocost_ioc_vrate_adjWaiman Long
2020-04-29block: fix busy device checking in blk_drop_partitions againChristoph Hellwig
2020-04-29block: fix busy device checking in blk_drop_partitionsChristoph Hellwig
2020-04-23block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offlinePaolo Valente
2020-04-23block, bfq: make reparent_leaf_entity actually work only on leaf entitiesPaolo Valente
2020-04-23block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupPaolo Valente
2020-04-17block, bfq: fix use-after-free in bfq_idle_slice_timer_bodyZhiqiang Liu
2020-04-17block, zoned: fix integer overflow with BLKRESETZONE et alAlexey Dobriyan
2020-04-17block: Fix use-after-free issue accessing struct io_cqSahitya Tummala
2020-04-17block, bfq: move forward the getting of an extra ref in bfq_bfqq_movePaolo Valente
2020-04-17block: keep bdi->io_pages in sync with max_sectors_kb for stacked devicesKonstantin Khlebnikov
2020-04-17blk-mq: Fix a recently introduced regression in blk_mq_realloc_hw_ctxs()Bart Van Assche
2020-04-13blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in syncBart Van Assche
2020-03-12block: Fix partition support for host aware zoned block devicesShin'ichiro Kawasaki
2020-03-12blk-mq: insert flush request to the front of dispatch queueMing Lei
2020-03-10blk-iocost: fix incorrect vtime comparison in iocg_is_idle()Tejun Heo
2020-03-06block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Carlo Nonato
2020-03-02block: Remove used kblockd_schedule_work_on()Daniel Wagner
2020-02-26blk-mq: Remove some unused function argumentsJohn Garry
2020-02-24blk-mq: insert passthrough request into hctx->dispatch directlyMing Lei
2020-02-06Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-02-03block, bfq: clarify the goal of bfq_split_bfqq()Paolo Valente
2020-02-03block, bfq: get a ref to a group when adding it to a service treePaolo Valente
2020-02-03block, bfq: remove ifdefs from around gets/puts of bfq groupsPaolo Valente
2020-02-03block, bfq: extend incomplete name of field on_stPaolo Valente
2020-02-03block, bfq: get extra ref to prevent a queue from being freed during a group ...Paolo Valente
2020-02-03block, bfq: do not insert oom queue into position treePaolo Valente
2020-02-03block, bfq: do not plug I/O for bfq_queues with no proc refsPaolo Valente
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-01-27Merge tag 'for-5.6/block-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-01-26block: allow partitions on host aware zone devicesChristoph Hellwig
2020-01-23partitions/ldm: fix spelling mistake "to" -> "too"Colin Ian King
2020-01-22block, bfq: improve arithmetic division in bfq_delta()Wen Yang
2020-01-22block/bfq: remove unused bfq_class_rt which never usedAlex Shi
2020-01-15block: fix an integer overflow in logical block sizeMikulas Patocka
2020-01-14block: fix get_max_segment_size() overflow on 32bit archMing Lei
2020-01-09fs: move guard_bio_eod() after bio_set_op_attrsMing Lei
2020-01-09block: mark zone-mgmt bios with REQ_SYNCChaitanya Kulkarni
2020-01-06blk-mq: Document functions for sending requestAndré Almeida
2020-01-06block: Allow t10-pi to be modularHerbert Xu
2020-01-03compat_ioctl: simplify up block/ioctl.cArnd Bergmann
2020-01-03compat_ioctl: block: simplify compat_blkpg_ioctl()Arnd Bergmann
2020-01-03compat_ioctl: block: move blkdev_compat_ioctl() into ioctl.cArnd Bergmann
2020-01-03compat_ioctl: move HDIO ioctl handling into drivers/ideArnd Bergmann
2020-01-03compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann
2020-01-03compat_ioctl: bsg: add handlerArnd Bergmann
2020-01-03compat_ioctl: move CDROMREADADIO to cdrom.cArnd Bergmann
2020-01-03compat_ioctl: move CDROM_SEND_PACKET handling into scsiArnd Bergmann
2020-01-03compat_ioctl: block: add blkdev_compat_ptr_ioctlArnd Bergmann