summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | blk-throttle: use 'READ/WRITE' instead of '0/1'Yu Kuai2022-09-121-3/+3
| * | | | | blk-throttle: fix io hung due to configuration updatesYu Kuai2022-09-122-6/+61
| * | | | | blk-throttle: factor out code to calculate ios/bytes_allowedYu Kuai2022-09-121-24/+35
| * | | | | blk-throttle: prevent overflow while calculating wait timeYu Kuai2022-09-121-5/+3
| * | | | | blk-throttle: fix that io throttle can only work for single bioYu Kuai2022-09-123-17/+7
| * | | | | sbitmap: fix batched wait_cnt accountingKeith Busch2022-09-121-1/+1
| * | | | | block: remove unneeded return value of bio_check_ro()Miaohe Lin2022-09-051-7/+3
| * | | | | blk-mq: remove unneeded needs_restart checkMiaohe Lin2022-09-051-1/+1
| * | | | | block/blk-map: Remove set but unused variable 'added'Jiapeng Chong2022-09-051-2/+1
| * | | | | blk-throttle: clean up codes that can't be reachedYu Kuai2022-09-041-34/+56
| * | | | | Revert "sbitmap: fix batched wait_cnt accounting"Jens Axboe2022-09-041-1/+1
| * | | | | block: enable per-cpu bio caching for the fs bio setJens Axboe2022-09-021-1/+2
| * | | | | sbitmap: fix batched wait_cnt accountingKeith Busch2022-09-011-1/+1
| * | | | | block: use on-stack page vec for <= UIO_FASTIOVJens Axboe2022-08-221-3/+11
| * | | | | block: enable bio caching use for passthru IOJens Axboe2022-08-221-8/+25
| * | | | | block: shrink rq_map_data a bitJens Axboe2022-08-221-1/+1
| * | | | | block, bfq: remove useless parameter for bfq_add/del_bfqq_busy()Yu Kuai2022-08-223-10/+12
| * | | | | block, bfq: remove useless checking in bfq_put_queue()Yu Kuai2022-08-221-4/+2
| * | | | | block, bfq: remove unused functionsYu Kuai2022-08-222-10/+8
| * | | | | block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-225-19/+15
| * | | | | block: sed-opal: Add ioctl to return device statusdougmill@linux.vnet.ibm.com2022-08-222-12/+82
* | | | | | Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-1/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | block: export blk_rq_is_pollKanchan Joshi2022-09-211-1/+2
* | | | | | Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-031-0/+23
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | vfs: support STATX_DIOALIGN on block devicesEric Biggers2022-09-111-0/+23
| | |/ / / | |/| | |
* | | | | Merge tag 'block-6.0-2022-09-22' of git://git.kernel.dk/linuxLinus Torvalds2022-09-241-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Revert "block: freeze the queue earlier in del_gendisk"Christoph Hellwig2022-09-201-1/+2
* | | | | Merge tag 'block-6.0-2022-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2022-09-162-5/+10
|\| | | |
| * | | | blk-lib: fix blkdev_issue_secure_eraseMikulas Patocka2022-09-151-3/+8
| * | | | block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowaitStefan Roesch2022-09-131-2/+2
* | | | | Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-blockLinus Torvalds2022-09-092-0/+5
|\| | | | | |_|_|/ |/| | |
| * | | block: add missing request flags to debugfs codeJens Axboe2022-09-091-0/+2
| * | | block: don't add partitions if GD_SUPPRESS_PART_SCAN is setMing Lei2022-09-031-0/+3
* | | | 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