aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-22block, bfq: remove useless parameter for bfq_add/del_bfqq_busy()Yu Kuai3-10/+12
2022-08-22block, bfq: remove useless checking in bfq_put_queue()Yu Kuai1-4/+2
2022-08-22block, bfq: remove unused functionsYu Kuai2-10/+8
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche5-19/+15
2022-08-22block: sed-opal: Add ioctl to return device statusdougmill@linux.vnet.ibm.com2-12/+82
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-08block: convert to advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2-14/+18
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro1-3/+3
2022-08-04Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds9-171/+165
2022-08-04Merge 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/kernel/git/viro/vfsLinus Torvalds1-1/+1
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds3-16/+10
2022-08-02block: fix leaking page ref on truncated direct ioKeith Busch1-15/+15
2022-08-02block: ensure bio_iov_add_page can't failKeith Busch1-10/+9
2022-08-02block: ensure iov_iter advances for added pagesKeith Busch1-4/+4
2022-08-02block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig5-72/+68
2022-08-02block: move bio_allowed_max_sectors to blk-merge.cChristoph Hellwig2-10/+10
2022-08-02block: move the call to get_max_io_size out of blk_bio_segment_splitChristoph Hellwig1-4/+5
2022-08-02block: move ->bio_split to the gendiskChristoph Hellwig4-14/+12
2022-08-02block: change the blk_queue_bounce calling conventionChristoph Hellwig3-18/+20
2022-08-02block: 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
2022-07-21block: call blk_mq_exit_queue from disk_release for never added disksChristoph Hellwig1-0/+15
2022-07-21blk-mq: fix error handling in __blk_mq_alloc_diskChristoph Hellwig1-1/+1
2022-07-20block: don't allow the same type rq_qos add more than onceJinke Han4-16/+45
2022-07-14block/kyber: Use the new blk_opf_t typeBart Van Assche1-4/+4
2022-07-14block/mq-deadline: Use the new blk_opf_t typeBart Van Assche1-2/+2
2022-07-14block/bfq: Use the new blk_opf_t typeBart Van Assche3-25/+25
2022-07-14block: Use the new blk_opf_t typeBart Van Assche11-43/+44
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche1-0/+2
2022-07-14block: Use enum req_op where appropriateBart Van Assche5-9/+10
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche1-4/+3
2022-07-14block: fix missing blkcg_bio_issue_initMuchun Song1-0/+1
2022-07-14block: remove bdevnameChristoph Hellwig1-23/+0
2022-07-14block: stop using bdevname in __blkdev_issue_discardChristoph Hellwig1-4/+2
2022-07-14block: stop using bdevname in bdev_write_inodeChristoph Hellwig1-6/+4
2022-07-12blk-cgroup: Use atomic{,64}_try_cmpxchgUros Bizjak2-9/+5
2022-07-12blk-iolatency: Use atomic{,64}_try_cmpxchgUros Bizjak1-7/+5
2022-07-12block: Use try_cmpxchg in update_io_ticksUros Bizjak1-1/+1