summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-10-18block: use SLAB_TYPESAFE_BY_RCU for the bio slabChristoph Hellwig1-1/+2
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig6-10/+9
2021-10-18io_uring: don't sleep when polling for I/OChristoph Hellwig1-1/+2
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig3-15/+12
2021-10-18blk-mq: remove blk_qc_t_validChristoph Hellwig1-1/+1
2021-10-18blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internalChristoph Hellwig1-3/+5
2021-10-18blk-mq: factor out a "classic" poll helperChristoph Hellwig1-64/+56
2021-10-18blk-mq: factor out a blk_qc_to_hctx helperChristoph Hellwig1-1/+7
2021-10-18block: don't try to poll multi-bio I/Os in __blkdev_direct_IOChristoph Hellwig1-14/+7
2021-10-18block: only check previous entry for plug merge attemptJens Axboe1-23/+13
2021-10-18block: move CONFIG_BLOCK guard to top MakefileMasahiro Yamada1-1/+1
2021-10-18block: move menu "Partition type" to block/partitions/KconfigMasahiro Yamada2-4/+4
2021-10-18block: simplify Kconfig filesMasahiro Yamada2-15/+7
2021-10-18block: remove redundant =y from BLK_CGROUP dependencyMasahiro Yamada1-3/+3
2021-10-18block: improve batched tag allocationJens Axboe3-31/+73
2021-10-18blk-mq: optimise *end_request non-stat pathPavel Begunkov1-10/+8
2021-10-18block: mark bio_truncate staticChristoph Hellwig1-1/+1
2021-10-18block: move bio_get_{first,last}_bvec out of bio.hChristoph Hellwig1-0/+31
2021-10-18block: mark __bio_try_merge_page staticChristoph Hellwig1-39/+38
2021-10-18block: move bio_full out of bio.hChristoph Hellwig1-0/+17
2021-10-18block: move bio_mergeable out of bio.hChristoph Hellwig1-0/+5
2021-10-18block: remove BIO_BUG_ONChristoph Hellwig1-2/+2
2021-10-18blk-mq: inline hot part of __blk_mq_sched_restartPavel Begunkov2-4/+8
2021-10-18block: inline hot paths of blk_account_io_*()Pavel Begunkov2-24/+30
2021-10-18block: merge block_ioctl into blkdev_ioctlChristoph Hellwig3-24/+16
2021-10-18block: move the *blkdev_ioctl declarations out of blkdev.hChristoph Hellwig1-0/+4
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 Axboe3-31/+91
2021-10-18block: bump max plugged deferred size from 16 to 32Jens Axboe2-2/+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 Garry7-53/+53
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 Garry5-142/+117
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 Garry3-3/+3
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