aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-10-22block: remove __sync_blockdevGravatar Christoph Hellwig 1-0/+5
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileGravatar Eric Biggers 5-71/+117
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileGravatar Eric Biggers 2-1/+1
2021-10-21block: Add invalidate_disk() helper to invalidate the gendiskGravatar Xie Yongji 1-0/+2
2021-10-21percpu_ref: percpu_ref_tryget_live() version holding RCUGravatar Pavel Begunkov 1-10/+23
2021-10-20block: cleanup the flush plug helpersGravatar Christoph Hellwig 1-25/+4
2021-10-20blk-mq: move blk_mq_flush_plug_list to block/blk-mq.hGravatar Christoph Hellwig 1-2/+0
2021-10-20block: inline a part of bio_release_pages()Gravatar Pavel Begunkov 1-1/+7
2021-10-20block: turn macro helpers into inline functionsGravatar Pavel Begunkov 1-16/+16
2021-10-19blk-mq: support concurrent queue quiesce/unquiesceGravatar Ming Lei 1-0/+2
2021-10-19block: attempt direct issue of plug listGravatar Jens Axboe 1-0/+1
2021-10-19block: change plugging to use a singly linked listGravatar Jens Axboe 1-3/+2
2021-10-19block: move blk_mq_tag_to_rq() inlineGravatar Jens Axboe 1-1/+35
2021-10-19block: move bdev_read_only() into the headerGravatar Jens Axboe 1-0/+5
2021-10-18block: add support for blk_mq_end_request_batch()Gravatar Jens Axboe 1-0/+29
2021-10-18sbitmap: add helper to clear a batch of tagsGravatar Jens Axboe 1-0/+11
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Gravatar Jens Axboe 3-4/+15
2021-10-18block: provide helpers for rq_list manipulationGravatar Jens Axboe 1-0/+29
2021-10-18block: remove some blk_mq_hw_ctx debugfs entriesGravatar Jens Axboe 1-10/+0
2021-10-18block: store elevator state in requestGravatar Jens Axboe 1-0/+2
2021-10-18block: improve layout of struct requestGravatar Jens Axboe 1-44/+46
2021-10-18block: don't bother iter advancing a fully done bioGravatar Jens Axboe 1-2/+22
2021-10-18block: cache request queue in bdevGravatar Pavel Begunkov 2-1/+2
2021-10-18block: switch polling to be bio basedGravatar Christoph Hellwig 6-32/+16
2021-10-18block: define 'struct bvec_iter' as packedGravatar Ming Lei 1-1/+1
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDGravatar Christoph Hellwig 2-3/+3
2021-10-18io_uring: don't sleep when polling for I/OGravatar Christoph Hellwig 1-0/+2
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentGravatar Christoph Hellwig 3-3/+5
2021-10-18blk-mq: remove blk_qc_t_validGravatar Christoph Hellwig 1-5/+0
2021-10-18blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internalGravatar Christoph Hellwig 1-10/+0
2021-10-18blk-mq: factor out a blk_qc_to_hctx helperGravatar Christoph Hellwig 1-5/+0
2021-10-18sbitmap: add __sbitmap_queue_get_batch()Gravatar Jens Axboe 1-0/+13
2021-10-18block: mark bio_truncate staticGravatar Christoph Hellwig 1-1/+0
2021-10-18block: move bio_get_{first,last}_bvec out of bio.hGravatar Christoph Hellwig 1-31/+0
2021-10-18block: mark __bio_try_merge_page staticGravatar Christoph Hellwig 1-2/+0
2021-10-18block: move bio_full out of bio.hGravatar Christoph Hellwig 1-19/+0
2021-10-18block: fold bio_cur_bytes into blk_rq_cur_bytesGravatar Christoph Hellwig 2-9/+5
2021-10-18block: move bio_mergeable out of bio.hGravatar Christoph Hellwig 1-8/+0
2021-10-18block: don't include <linux/ioprio.h> in <linux/bio.h>Gravatar Christoph Hellwig 1-1/+0
2021-10-18block: remove BIO_BUG_ONGravatar Christoph Hellwig 1-8/+0
2021-10-18block: move the *blkdev_ioctl declarations out of blkdev.hGravatar Christoph Hellwig 1-4/+0
2021-10-18block: pre-allocate requests if plug is started and is a batchGravatar Jens Axboe 2-2/+18
2021-10-18block: bump max plugged deferred size from 16 to 32Gravatar Jens Axboe 1-2/+0
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsGravatar John Garry 2-6/+6
2021-10-18blk-mq: Use shared tags for shared sbitmap supportGravatar John Garry 2-10/+8
2021-10-18block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQGravatar John Garry 1-1/+1
2021-10-18block: move struct request to blk-mq.hGravatar Christoph Hellwig 5-472/+468
2021-10-18block: move integrity handling out of <linux/blkdev.h>Gravatar Christoph Hellwig 2-183/+183
2021-10-18block: move a few merge helpers out of <linux/blkdev.h>Gravatar Christoph Hellwig 1-64/+0
2021-10-18block: drop unused includes in <linux/genhd.h>Gravatar Christoph Hellwig 2-12/+3