summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2022-11-26blk-cgroup: properly pin the parent in blkcg_css_onlineChris Mason1-1/+1
2022-11-26block: make dma_alignment a stacking queue_limitKeith Busch2-4/+5
2022-11-26block: sed-opal: kmalloc the cmd/resp buffersSerge Semin1-4/+28
2022-11-26block: blk_add_rq_to_plug(): clear stale 'last' after flushAl Viro1-0/+1
2022-11-10blk-mq: Fix kmemleak in blk_mq_init_allocated_queueChen Jun1-3/+1
2022-11-10block: Fix possible memory leak for rq_wb on add_disk failureChen Zhongjin1-0/+1
2022-11-10bio: safeguard REQ_ALLOC_CACHE bio putPavel Begunkov1-1/+1
2022-10-29blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping()Yu Kuai1-2/+5
2022-10-21blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai1-2/+1
2022-10-21blk-mq: use quiesced elevator switch when reinitializing queuesKeith Busch3-7/+6
2022-10-21blk-throttle: prevent overflow while calculating wait timeYu Kuai1-5/+3
2022-10-21blk-wbt: call rq_qos_add() after wb_normal is initializedYu Kuai1-5/+4
2022-10-21blk-throttle: fix that io throttle can only work for single bioYu Kuai3-17/+7
2022-09-24Merge tag 'block-6.0-2022-09-22' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
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-14block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowaitStefan Roesch1-2/+2
2022-09-09Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+5
2022-09-09block: add missing request flags to debugfs codeJens Axboe1-0/+2
2022-09-03block: don't add partitions if GD_SUPPRESS_PART_SCAN is setMing Lei1-0/+3
2022-08-26Merge tag 'block-6.0-2022-08-26' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+3
2022-08-20Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-blockLinus Torvalds1-21/+1
2022-08-19blk-mq: fix io hung due to missing commit_rqsYu Kuai1-2/+3
2022-08-18blk-mq: run queue no matter whether the request is the last requestYufen Yu1-1/+1
2022-08-18blk-mq: remove unused function blk_mq_queue_stopped()Yu Kuai1-20/+0
2022-08-13Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2022-08-12block: Do not call blk_put_queue() if gendisk allocation failsRafael Mendonca1-3/+1
2022-08-09block: convert to advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2-14/+18
2022-08-09new iov_iter flavour - ITER_UBUFAl Viro1-3/+3
2022-08-05Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds9-171/+165
2022-08-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds3-16/+10
2022-08-03block: fix leaking page ref on truncated direct ioKeith Busch1-15/+15
2022-08-03block: ensure bio_iov_add_page can't failKeith Busch1-10/+9
2022-08-03block: ensure iov_iter advances for added pagesKeith Busch1-4/+4
2022-08-03block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig5-72/+68
2022-08-03block: move bio_allowed_max_sectors to blk-merge.cChristoph Hellwig2-10/+10
2022-08-03block: move the call to get_max_io_size out of blk_bio_segment_splitChristoph Hellwig1-4/+5
2022-08-03block: move ->bio_split to the gendiskChristoph Hellwig4-14/+12
2022-08-03block: change the blk_queue_bounce calling conventionChristoph Hellwig3-18/+20
2022-08-03block: change the blk_queue_split calling conventionChristoph Hellwig3-55/+53
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds45-688/+678
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)1-1/+1
2022-08-02block: Convert read_part_sector() to use a folioMatthew Wilcox (Oracle)2-7/+7
2022-08-02block: Use PAGE_SECTORS_SHIFTMatthew Wilcox (Oracle)1-2/+1
2022-08-02block: Handle partition read errors more consistentlyMatthew Wilcox (Oracle)1-1/+1
2022-08-02block: Simplify read_part_sector()Matthew Wilcox (Oracle)1-2/+1
2022-07-21block: remove __blk_get_queueChristoph Hellwig2-11/+4