summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-10-27block: Add a helper to validate the block sizeXie Yongji
2021-10-27block: avoid extra iter advance with async iocbPavel Begunkov
2021-10-26block: Add independent access ranges supportDamien Le Moal
2021-10-22sched: make task_struct->plug always definedJens Axboe
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers
2021-10-21block: Add invalidate_disk() helper to invalidate the gendiskXie Yongji
2021-10-21percpu_ref: percpu_ref_tryget_live() version holding RCUPavel Begunkov
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig
2021-10-20blk-mq: move blk_mq_flush_plug_list to block/blk-mq.hChristoph Hellwig
2021-10-20block: inline a part of bio_release_pages()Pavel Begunkov
2021-10-20block: turn macro helpers into inline functionsPavel Begunkov
2021-10-19blk-mq: support concurrent queue quiesce/unquiesceMing Lei
2021-10-19block: attempt direct issue of plug listJens Axboe
2021-10-19block: change plugging to use a singly linked listJens Axboe
2021-10-19block: move blk_mq_tag_to_rq() inlineJens Axboe
2021-10-19block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig
2021-10-19block: move bdev_read_only() into the headerJens Axboe
2021-10-18block: add support for blk_mq_end_request_batch()Jens Axboe
2021-10-18sbitmap: add helper to clear a batch of tagsJens Axboe
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18block: provide helpers for rq_list manipulationJens Axboe
2021-10-18block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe
2021-10-18block: store elevator state in requestJens Axboe
2021-10-18block: improve layout of struct requestJens Axboe
2021-10-18block: don't bother iter advancing a fully done bioJens Axboe
2021-10-18block: cache request queue in bdevPavel Begunkov
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: define 'struct bvec_iter' as packedMing Lei
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig
2021-10-18io_uring: don't sleep when polling for I/OChristoph Hellwig
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig
2021-10-18blk-mq: remove blk_qc_t_validChristoph Hellwig
2021-10-18blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internalChristoph Hellwig
2021-10-18blk-mq: factor out a blk_qc_to_hctx helperChristoph Hellwig
2021-10-18sbitmap: add __sbitmap_queue_get_batch()Jens Axboe
2021-10-18block: mark bio_truncate staticChristoph Hellwig
2021-10-18block: move bio_get_{first,last}_bvec out of bio.hChristoph Hellwig
2021-10-18block: mark __bio_try_merge_page staticChristoph Hellwig
2021-10-18block: move bio_full out of bio.hChristoph Hellwig
2021-10-18block: fold bio_cur_bytes into blk_rq_cur_bytesChristoph Hellwig
2021-10-18block: move bio_mergeable out of bio.hChristoph Hellwig
2021-10-18block: don't include <linux/ioprio.h> in <linux/bio.h>Christoph Hellwig
2021-10-18block: remove BIO_BUG_ONChristoph Hellwig
2021-10-18block: move the *blkdev_ioctl declarations out of blkdev.hChristoph Hellwig
2021-10-18block: pre-allocate requests if plug is started and is a batchJens Axboe
2021-10-18block: bump max plugged deferred size from 16 to 32Jens Axboe
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsJohn Garry
2021-10-18blk-mq: Use shared tags for shared sbitmap supportJohn Garry
2021-10-18block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry