summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2022-08-26Merge tag 'block-6.0-2022-08-26' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-20Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-19blk-mq: fix io hung due to missing commit_rqsYu Kuai
2022-08-18blk-mq: run queue no matter whether the request is the last requestYufen Yu
2022-08-18blk-mq: remove unused function blk_mq_queue_stopped()Yu Kuai
2022-08-13Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-12block: Do not call blk_put_queue() if gendisk allocation failsRafael Mendonca
2022-08-08block: convert to advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro
2022-08-04Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02block: fix leaking page ref on truncated direct ioKeith Busch
2022-08-02block: ensure bio_iov_add_page can't failKeith Busch
2022-08-02block: ensure iov_iter advances for added pagesKeith Busch
2022-08-02block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig
2022-08-02block: move bio_allowed_max_sectors to blk-merge.cChristoph Hellwig
2022-08-02block: move the call to get_max_io_size out of blk_bio_segment_splitChristoph Hellwig
2022-08-02block: move ->bio_split to the gendiskChristoph Hellwig
2022-08-02block: change the blk_queue_bounce calling conventionChristoph Hellwig
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)
2022-08-02block: Convert read_part_sector() to use a folioMatthew Wilcox (Oracle)
2022-08-02block: Use PAGE_SECTORS_SHIFTMatthew Wilcox (Oracle)
2022-08-02block: Handle partition read errors more consistentlyMatthew Wilcox (Oracle)
2022-08-02block: Simplify read_part_sector()Matthew Wilcox (Oracle)
2022-07-21block: remove __blk_get_queueChristoph Hellwig
2022-07-21block: call blk_mq_exit_queue from disk_release for never added disksChristoph Hellwig
2022-07-21blk-mq: fix error handling in __blk_mq_alloc_diskChristoph Hellwig
2022-07-20block: don't allow the same type rq_qos add more than onceJinke Han
2022-07-14block/kyber: Use the new blk_opf_t typeBart Van Assche
2022-07-14block/mq-deadline: Use the new blk_opf_t typeBart Van Assche
2022-07-14block/bfq: Use the new blk_opf_t typeBart Van Assche
2022-07-14block: Use the new blk_opf_t typeBart Van Assche
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche
2022-07-14block: Use enum req_op where appropriateBart Van Assche
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche
2022-07-14block: fix missing blkcg_bio_issue_initMuchun Song
2022-07-14block: remove bdevnameChristoph Hellwig
2022-07-14block: stop using bdevname in __blkdev_issue_discardChristoph Hellwig
2022-07-14block: stop using bdevname in bdev_write_inodeChristoph Hellwig
2022-07-12blk-cgroup: Use atomic{,64}_try_cmpxchgUros Bizjak
2022-07-12blk-iolatency: Use atomic{,64}_try_cmpxchgUros Bizjak
2022-07-12block: Use try_cmpxchg in update_io_ticksUros Bizjak
2022-07-12block/rq_qos: Use atomic_try_cmpxchg in atomic_inc_belowUros Bizjak
2022-07-12blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig
2022-07-06block: use bdev based helpers in blkdev_zone_mgmt{,all}Christoph Hellwig