summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-18block: unexport blkdev_ioctlChristoph Hellwig1-1/+0
2021-10-18block: don't dereference request after flush insertionJens Axboe1-1/+2
2021-10-18blk-mq: cleanup blk_mq_submit_bioChristoph Hellwig1-13/+12
2021-10-18blk-mq: cleanup and rename __blk_mq_alloc_requestChristoph Hellwig1-28/+28
2021-10-18block: pre-allocate requests if plug is started and is a batchJens Axboe5-33/+109
2021-10-18block: bump max plugged deferred size from 16 to 32Jens Axboe3-4/+8
2021-10-18block: inherit request start time from bio for BLK_CGROUPJens Axboe1-1/+8
2021-10-18block: move blk-throtl fast path inlineJens Axboe7-174/+189
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsJohn Garry9-59/+59
2021-10-18blk-mq: Stop using pointers for blk_mq_tags bitmap tagsJohn Garry7-54/+35
2021-10-18blk-mq: Use shared tags for shared sbitmap supportJohn Garry7-152/+125
2021-10-18blk-mq: Refactor and rename blk_mq_free_map_and_{requests->rqs}()John Garry3-19/+28
2021-10-18blk-mq: Add blk_mq_alloc_map_and_rqs()John Garry4-53/+42
2021-10-18blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()John Garry4-4/+9
2021-10-18blk-mq: Don't clear driver tags own mappingJohn Garry1-0/+4
2021-10-18blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()John Garry1-5/+7
2021-10-18blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()John Garry4-6/+6
2021-10-18blk-mq-sched: Rename blk_mq_sched_alloc_{tags -> map_and_rqs}()John Garry1-7/+7
2021-10-18blk-mq: Invert check in blk_mq_update_nr_requests()John Garry1-5/+5
2021-10-18blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()John Garry1-5/+7
2021-10-18block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry5-5/+5
2021-10-18blk-mq: Change rqs check in blk_mq_free_rqs()John Garry1-1/+1
2021-10-18block: print the current process in handle_bad_sectorChristoph Hellwig1-1/+2
2021-10-18block/mq-deadline: Prioritize high-priority requestsBart Van Assche1-4/+73
2021-10-18block/mq-deadline: Stop using per-CPU countersBart Van Assche1-68/+56
2021-10-18block/mq-deadline: Add an invariant checkBart Van Assche1-6/+12
2021-10-18block/mq-deadline: Improve request accounting furtherBart Van Assche1-7/+10
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig13-475/+476
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig24-187/+205
2021-10-18block: move a few merge helpers out of <linux/blkdev.h>Christoph Hellwig3-64/+62
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig17-12/+18
2021-10-18block: drop unused includes in <linux/blkdev.h>Christoph Hellwig3-7/+2
2021-10-18block: move elevator.h to block/Christoph Hellwig13-26/+23
2021-10-18block: remove the struct blk_queue_ctx forward declarationChristoph Hellwig1-2/+0
2021-10-18block: remove the cmd_size field from struct request_queueChristoph Hellwig1-2/+0
2021-10-18block: remove the unused blk_queue_state enumChristoph Hellwig1-5/+0
2021-10-18block: remove the unused rq_end_sector macroChristoph Hellwig2-2/+0
2021-10-18sched: move the <linux/blkdev.h> include out of kernel/sched/sched.hChristoph Hellwig2-2/+1
2021-10-18kernel: remove spurious blkdev.h includesChristoph Hellwig3-3/+0
2021-10-18arch: remove spurious blkdev.h includesChristoph Hellwig4-4/+0
2021-10-18mm: remove spurious blkdev.h includesChristoph Hellwig6-6/+0
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig6-16/+21
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig13-3/+15
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig5-9/+9
2021-10-18blk-cgroup: blk_cgroup_bio_start() should use irq-safe operations on blkg->io...Tejun Heo1-2/+3
2021-10-17Linux 5.15-rc6Linus Torvalds1-1/+1
2021-10-17Merge tag 'libata-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+5
2021-10-17Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds13-120/+171
2021-10-17Merge tag 'io_uring-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-10-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-37/+23