summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-6.0-2022-08-26' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-261-2/+3
|\
| * blk-mq: fix io hung due to missing commit_rqsYu Kuai2022-08-191-2/+3
* | Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-201-21/+1
|\|
| * blk-mq: run queue no matter whether the request is the last requestYufen Yu2022-08-181-1/+1
| * blk-mq: remove unused function blk_mq_queue_stopped()Yu Kuai2022-08-181-20/+0
* | Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-131-3/+1
|\|
| * block: Do not call blk_put_queue() if gendisk allocation failsRafael Mendonca2022-08-121-3/+1
* | block: convert to advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-082-14/+18
* | new iov_iter flavour - ITER_UBUFAl Viro2022-08-081-3/+3
|/
* Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-049-171/+165
|\
| * block: fix leaking page ref on truncated direct ioKeith Busch2022-08-021-15/+15
| * block: ensure bio_iov_add_page can't failKeith Busch2022-08-021-10/+9
| * block: ensure iov_iter advances for added pagesKeith Busch2022-08-021-4/+4
| * block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig2022-08-025-72/+68
| * block: move bio_allowed_max_sectors to blk-merge.cChristoph Hellwig2022-08-022-10/+10
| * block: move the call to get_max_io_size out of blk_bio_segment_splitChristoph Hellwig2022-08-021-4/+5
| * block: move ->bio_split to the gendiskChristoph Hellwig2022-08-024-14/+12
| * block: change the blk_queue_bounce calling conventionChristoph Hellwig2022-08-023-18/+20
| * block: change the blk_queue_split calling conventionChristoph Hellwig2022-08-023-55/+53
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-041-2/+2
|\ \
| * | scsi: core: bsg: Remove usage of the deprecated ida_simple_xxx() APIBo Liu2022-06-211-2/+2
* | | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-1/+1
|\ \ \
| * | | iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro2022-06-101-1/+1
| |/ /
* | | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-033-16/+10
|\ \ \ | |_|/ |/| |
| * | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-1/+1
| * | block: Convert read_part_sector() to use a folioMatthew Wilcox (Oracle)2022-08-022-7/+7
| * | block: Use PAGE_SECTORS_SHIFTMatthew Wilcox (Oracle)2022-08-021-2/+1
| * | block: Handle partition read errors more consistentlyMatthew Wilcox (Oracle)2022-08-021-1/+1
| * | block: Simplify read_part_sector()Matthew Wilcox (Oracle)2022-08-021-2/+1
| * | block: Remove check of PageErrorMatthew Wilcox (Oracle)2022-06-291-4/+0
* | | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-0245-688/+678
|\ \ \
| * | | block: remove __blk_get_queueChristoph Hellwig2022-07-212-11/+4
| * | | block: call blk_mq_exit_queue from disk_release for never added disksChristoph Hellwig2022-07-211-0/+15
| * | | blk-mq: fix error handling in __blk_mq_alloc_diskChristoph Hellwig2022-07-211-1/+1
| * | | block: don't allow the same type rq_qos add more than onceJinke Han2022-07-204-16/+45
| * | | block/kyber: Use the new blk_opf_t typeBart Van Assche2022-07-141-4/+4
| * | | block/mq-deadline: Use the new blk_opf_t typeBart Van Assche2022-07-141-2/+2
| * | | block/bfq: Use the new blk_opf_t typeBart Van Assche2022-07-143-25/+25
| * | | block: Use the new blk_opf_t typeBart Van Assche2022-07-1411-43/+44
| * | | block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche2022-07-141-0/+2
| * | | block: Use enum req_op where appropriateBart Van Assche2022-07-145-9/+10
| * | | treewide: Rename enum req_opf into enum req_opBart Van Assche2022-07-141-4/+3
| * | | block: remove bdevnameChristoph Hellwig2022-07-141-23/+0
| * | | block: stop using bdevname in __blkdev_issue_discardChristoph Hellwig2022-07-141-4/+2
| * | | block: stop using bdevname in bdev_write_inodeChristoph Hellwig2022-07-141-6/+4
| * | | blk-cgroup: Use atomic{,64}_try_cmpxchgUros Bizjak2022-07-122-9/+5
| * | | blk-iolatency: Use atomic{,64}_try_cmpxchgUros Bizjak2022-07-121-7/+5
| * | | block: Use try_cmpxchg in update_io_ticksUros Bizjak2022-07-121-1/+1
| * | | block/rq_qos: Use atomic_try_cmpxchg in atomic_inc_belowUros Bizjak2022-07-121-8/+2
| * | | blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei2022-07-121-0/+3