summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2022-09-20block: fix comment typo in submit_bio of block-core.c.Ping-Xiang Chen
2022-09-20Revert "block: freeze the queue earlier in del_gendisk"Christoph Hellwig
2022-09-16Merge tag 'block-6.0-2022-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-09-15blk-lib: fix blkdev_issue_secure_eraseMikulas Patocka
2022-09-13block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowaitStefan Roesch
2022-09-12blk-throttle: cleanup tg_update_disptime()Yu Kuai
2022-09-12blk-throttle: calling throtl_dequeue/enqueue_tg in pairsYu Kuai
2022-09-12blk-throttle: use 'READ/WRITE' instead of '0/1'Yu Kuai
2022-09-12blk-throttle: fix io hung due to configuration updatesYu Kuai
2022-09-12blk-throttle: factor out code to calculate ios/bytes_allowedYu Kuai
2022-09-12blk-throttle: prevent overflow while calculating wait timeYu Kuai
2022-09-12blk-throttle: fix that io throttle can only work for single bioYu Kuai
2022-09-12sbitmap: fix batched wait_cnt accountingKeith Busch
2022-09-11vfs: support STATX_DIOALIGN on block devicesEric Biggers
2022-09-09Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-09-09block: add missing request flags to debugfs codeJens Axboe
2022-09-05block: remove unneeded return value of bio_check_ro()Miaohe Lin
2022-09-05blk-mq: remove unneeded needs_restart checkMiaohe Lin
2022-09-05block/blk-map: Remove set but unused variable 'added'Jiapeng Chong
2022-09-04blk-throttle: clean up codes that can't be reachedYu Kuai
2022-09-04Revert "sbitmap: fix batched wait_cnt accounting"Jens Axboe
2022-09-03block: don't add partitions if GD_SUPPRESS_PART_SCAN is setMing Lei
2022-09-02block: enable per-cpu bio caching for the fs bio setJens Axboe
2022-09-01sbitmap: fix batched wait_cnt accountingKeith Busch
2022-08-26cgroup: Homogenize cgroup_get_from_id() return valueMichal Koutný
2022-08-26Merge tag 'block-6.0-2022-08-26' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-22block: use on-stack page vec for <= UIO_FASTIOVJens Axboe
2022-08-22block: enable bio caching use for passthru IOJens Axboe
2022-08-22block: shrink rq_map_data a bitJens Axboe
2022-08-22block, bfq: remove useless parameter for bfq_add/del_bfqq_busy()Yu Kuai
2022-08-22block, bfq: remove useless checking in bfq_put_queue()Yu Kuai
2022-08-22block, bfq: remove unused functionsYu Kuai
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche
2022-08-22block: sed-opal: Add ioctl to return device statusdougmill@linux.vnet.ibm.com
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