summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2021-03-25block, bfq: keep shared queues out of the waker mechanismPaolo Valente-1/+11
2021-03-25block, bfq: fix weight-raising resume with !low_latencyPaolo Valente-2/+8
2021-03-25block, bfq: make shared queues inherit wakersPaolo Valente-3/+39
2021-03-25block, bfq: put reqs of waker and woken in dispatch listPaolo Valente-1/+43
2021-03-25block, bfq: always inject I/O of queues blocked by wakersPaolo Valente-5/+35
2021-03-25blk-mq: Sentence reconstruct for better readabilityBhaskar Chowdhury-2/+2
2021-03-24block: support zone append bvecsJohannes Thumshirn-3/+18
2021-03-23block: recalculate segment count for multi-segment discards correctlyDavid Jeffery-0/+8
2021-03-11block: Discard page cache of zone reset target rangeShin'ichiro Kawasaki-2/+36
2021-03-11block: Suppress uevent for hidden device when removedDaniel Wagner-3/+1
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig-13/+13
2021-03-10block: Fix REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal-1/+1
2021-03-05blk-cgroup: Fix the recursive blkg rwstatXunlei Pang-1/+2
2021-03-04scsi: blk-mq: Return budget token from .get_budget callbackMing Lei-19/+59
2021-03-04scsi: sbitmap: Move allocation hint into sbitmapMing Lei-2/+2
2021-03-04scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei-2/+3
2021-03-02block/bfq: update comments and default value in docs for fifo_expireJoseph Qi-1/+1
2021-03-01block: Drop leftover references to RQF_SORTEDJean Delvare-6/+1
2021-02-28block: revert "block: fix bd_size_lock use"Damien Le Moal-7/+4
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds-92/+79
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)-3/+1
2021-02-24block: memory allocations in bounce_clone_bio must not failChristoph Hellwig-3/+2
2021-02-24block: remove the gfp_mask argument to bounce_clone_bioChristoph Hellwig-6/+6
2021-02-24block: fix bounce_clone_bio for passthrough biosChristoph Hellwig-8/+9
2021-02-24block-crypto-fallback: use a bio_set for splitting biosChristoph Hellwig-2/+10
2021-02-23block: fix logging on capacity changeMing Lei-1/+1
2021-02-23blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka-0/+12
2021-02-23block: reopen the device in blkdev_reread_partChristoph Hellwig-7/+14
2021-02-23block: don't skip empty device in in disk_ueventChristoph Hellwig-1/+1
2021-02-22kyber: introduce kyber_depth_updated()Yang Yang-16/+13
2021-02-22Merge tag 'for-5.12/block-ipi-2021-02-21' of git://git.kernel.dk/linux-blockLinus Torvalds-68/+41
2021-02-22Merge tag 'for-5.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+147
2021-02-22Merge tag 'mmc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-0/+29
2021-02-22block: fix potential IO hang when turning off io_pollJeffle Xu-2/+5
2021-02-22block: get rid of the trace rq insert wrapperChaitanya Kulkarni-10/+10
2021-02-22block: Remove unused blk_pm_*() function definitionsBart Van Assche-38/+0
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds-930/+848
2021-02-12blk-mq: Use llist_head for blk_cpu_doneSebastian Andrzej Siewior-56/+41
2021-02-12blk-mq: Always complete remote completions requests in softirqSebastian Andrzej Siewior-13/+1
2021-02-11dm: support key eviction from keyslot managers of underlying devicesSatya Tangirala-0/+1
2021-02-11block/keyslot-manager: Introduce functions for device mapper supportSatya Tangirala-0/+107
2021-02-11block/keyslot-manager: Introduce passthrough keyslot managerSatya Tangirala-0/+39
2021-02-10block: introduce blk_queue_clear_zone_settings()Damien Le Moal-0/+21
2021-02-10block: introduce zone_write_granularity limitDamien Le Moal-1/+44
2021-02-10block: use blk_queue_set_zoned in add_partition()Damien Le Moal-1/+1
2021-02-09block: add bio_add_zone_append_pageJohannes Thumshirn-0/+33
2021-02-08block: use bi_max_vecs to find the bvec poolChristoph Hellwig-71/+50
2021-02-08block: mark the bio as cloned in bio_iov_bvec_setChristoph Hellwig-1/+1
2021-02-08block: set BIO_NO_PAGE_REF in bio_iov_bvec_setChristoph Hellwig-3/+2
2021-02-08block: remove a layer of indentation in bio_iov_iter_get_pagesChristoph Hellwig-7/+7