summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bcache: move uapi header bcache.h to bcache code directoryColy Li2021-10-291-445/+0
* nvme: add new discovery log page entry definitionsHannes Reinecke2021-10-271-3/+16
* Merge tag 'nvme-5.16-2021-10-21' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2021-10-213-1/+19
|\
| * nvmet: use macro definitions for setting cmic valueMax Gurtovoy2021-10-201-0/+1
| * nvme: add CNTRLTYPE definitions for 'identify controller'Hannes Reinecke2021-10-201-1/+9
| * nvme-rdma: limit the maximal queue size for RDMA controllersMax Gurtovoy2021-10-201-0/+2
| * nvme-fc: add support for ->map_queuesSaurav Kashyap2021-10-201-0/+7
* | bcache: reserve never used bits from bkey.highColy Li2021-10-201-2/+2
|/
* block: add support for blk_mq_end_request_batch()Jens Axboe2021-10-181-0/+29
* sbitmap: add helper to clear a batch of tagsJens Axboe2021-10-181-0/+11
* block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe2021-10-183-4/+15
* block: provide helpers for rq_list manipulationJens Axboe2021-10-181-0/+29
* block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe2021-10-181-10/+0
* block: store elevator state in requestJens Axboe2021-10-181-0/+2
* block: improve layout of struct requestJens Axboe2021-10-181-44/+46
* block: don't bother iter advancing a fully done bioJens Axboe2021-10-181-2/+22
* block: cache request queue in bdevPavel Begunkov2021-10-182-1/+2
* block: switch polling to be bio basedChristoph Hellwig2021-10-186-32/+16
* block: define 'struct bvec_iter' as packedMing Lei2021-10-181-1/+1
* block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig2021-10-182-3/+3
* io_uring: don't sleep when polling for I/OChristoph Hellwig2021-10-181-0/+2
* block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig2021-10-183-3/+5
* blk-mq: remove blk_qc_t_validChristoph Hellwig2021-10-181-5/+0
* blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internalChristoph Hellwig2021-10-181-10/+0
* blk-mq: factor out a blk_qc_to_hctx helperChristoph Hellwig2021-10-181-5/+0
* sbitmap: add __sbitmap_queue_get_batch()Jens Axboe2021-10-181-0/+13
* block: mark bio_truncate staticChristoph Hellwig2021-10-181-1/+0
* block: move bio_get_{first,last}_bvec out of bio.hChristoph Hellwig2021-10-181-31/+0
* block: mark __bio_try_merge_page staticChristoph Hellwig2021-10-181-2/+0
* block: move bio_full out of bio.hChristoph Hellwig2021-10-181-19/+0
* block: fold bio_cur_bytes into blk_rq_cur_bytesChristoph Hellwig2021-10-182-9/+5
* block: move bio_mergeable out of bio.hChristoph Hellwig2021-10-181-8/+0
* block: don't include <linux/ioprio.h> in <linux/bio.h>Christoph Hellwig2021-10-181-1/+0
* block: remove BIO_BUG_ONChristoph Hellwig2021-10-181-8/+0
* block: move the *blkdev_ioctl declarations out of blkdev.hChristoph Hellwig2021-10-181-4/+0
* block: pre-allocate requests if plug is started and is a batchJens Axboe2021-10-182-2/+18
* block: bump max plugged deferred size from 16 to 32Jens Axboe2021-10-181-2/+0
* blk-mq: Change shared sbitmap naming to shared tagsJohn Garry2021-10-182-6/+6
* blk-mq: Use shared tags for shared sbitmap supportJohn Garry2021-10-182-10/+8
* block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry2021-10-181-1/+1
* block: move struct request to blk-mq.hChristoph Hellwig2021-10-186-473/+469
* block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig2021-10-182-183/+183
* block: move a few merge helpers out of <linux/blkdev.h>Christoph Hellwig2021-10-181-64/+0
* block: drop unused includes in <linux/genhd.h>Christoph Hellwig2021-10-182-12/+3
* block: drop unused includes in <linux/blkdev.h>Christoph Hellwig2021-10-181-7/+0
* block: move elevator.h to block/Christoph Hellwig2021-10-182-182/+9
* block: remove the struct blk_queue_ctx forward declarationChristoph Hellwig2021-10-181-2/+0
* block: remove the cmd_size field from struct request_queueChristoph Hellwig2021-10-181-2/+0
* block: remove the unused blk_queue_state enumChristoph Hellwig2021-10-181-5/+0
* block: remove the unused rq_end_sector macroChristoph Hellwig2021-10-181-1/+0