summaryrefslogtreecommitdiffstats
path: root/Kconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-18block: use bdev_get_queue() in bdev.cPavel Begunkov1-4/+4
2021-10-18block: cache request queue in bdevPavel Begunkov4-2/+6
2021-10-18block: handle fast path of bio splitting inlineJens Axboe3-21/+35
2021-10-18block: use flags instead of bit fields for blkdev_dioJens Axboe1-14/+20
2021-10-18block: cache bdev in struct file for raw bdev IOPavel Begunkov1-15/+12
2021-10-18nvme-multipath: enable polled I/OChristoph Hellwig1-1/+15
2021-10-18block: don't allow writing to the poll queue attributeChristoph Hellwig1-19/+4
2021-10-18block: switch polling to be bio basedChristoph Hellwig39-264/+232
2021-10-18block: define 'struct bvec_iter' as packedMing Lei1-1/+1
2021-10-18block: use SLAB_TYPESAFE_BY_RCU for the bio slabChristoph Hellwig1-1/+2
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig11-20/+19
2021-10-18io_uring: don't sleep when polling for I/OChristoph Hellwig3-2/+5
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig9-26/+26
2021-10-18blk-mq: remove blk_qc_t_validChristoph Hellwig2-6/+1
2021-10-18blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internalChristoph Hellwig2-13/+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 Hellwig2-6/+7
2021-10-18io_uring: fix a layering violation in io_iopoll_req_issuedChristoph Hellwig1-8/+1
2021-10-18iomap: don't try to poll multi-bio I/Os in __iomap_dio_rwChristoph Hellwig1-1/+20
2021-10-18block: don't try to poll multi-bio I/Os in __blkdev_direct_IOChristoph Hellwig1-14/+7
2021-10-18direct-io: remove blk_poll supportChristoph Hellwig1-10/+4
2021-10-18block: only check previous entry for plug merge attemptJens Axboe1-23/+13
2021-10-18block: move CONFIG_BLOCK guard to top MakefileMasahiro Yamada2-2/+3
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-18sbitmap: add __sbitmap_queue_get_batch()Jens Axboe2-0/+64
2021-10-18blk-mq: optimise *end_request non-stat pathPavel Begunkov1-10/+8
2021-10-18block: mark bio_truncate staticChristoph Hellwig2-2/+1
2021-10-18block: move bio_get_{first,last}_bvec out of bio.hChristoph Hellwig2-31/+31
2021-10-18block: mark __bio_try_merge_page staticChristoph Hellwig2-41/+38
2021-10-18block: move bio_full out of bio.hChristoph Hellwig2-19/+17
2021-10-18block: fold bio_cur_bytes into blk_rq_cur_bytesChristoph Hellwig2-9/+5
2021-10-18block: move bio_mergeable out of bio.hChristoph Hellwig2-8/+5
2021-10-18block: don't include <linux/ioprio.h> in <linux/bio.h>Christoph Hellwig1-1/+0
2021-10-18block: remove BIO_BUG_ONChristoph Hellwig2-10/+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 Hellwig2-4/+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 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