summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-10-19block: attempt direct issue of plug listJens Axboe1-0/+1
2021-10-19block: change plugging to use a singly linked listJens Axboe1-3/+2
2021-10-19block: move blk_mq_tag_to_rq() inlineJens Axboe1-1/+35
2021-10-19block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig1-3/+3
2021-10-19block: move bdev_read_only() into the headerJens Axboe1-0/+5
2021-10-19io_uring: add flag to not fail link after timeoutPavel Begunkov1-0/+1
2021-10-19io_uring: dump sqe contents if issue failsJens Axboe1-0/+61
2021-10-19mm/secretmem: fix NULL page->mapping dereference in page_is_secretmem()Sean Christopherson1-1/+1
2021-10-19elfcore: correct reference to CONFIG_UMLLukas Bulwahn1-1/+1
2021-10-19mm/migrate: fix CPUHP state to update node demotion orderHuang Ying1-0/+4
2021-10-19mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen1-1/+4
2021-10-19tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)1-40/+9
2021-10-19ucounts: Fix signal ucount refcountingEric W. Biederman1-0/+2
2021-10-18block: cache inode size in bdevJens Axboe2-4/+5
2021-10-18block: add a sb_bdev_nr_blocks helperChristoph Hellwig1-0/+6
2021-10-18block: add a bdev_nr_bytes helperChristoph Hellwig1-1/+6
2021-10-18block: move the SECTOR_SIZE related definitions to blk_types.hChristoph Hellwig2-17/+17
2021-10-18block: add support for blk_mq_end_request_batch()Jens Axboe1-0/+29
2021-10-18sbitmap: add helper to clear a batch of tagsJens Axboe1-0/+11
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe3-4/+15
2021-10-18block: provide helpers for rq_list manipulationJens Axboe1-0/+29
2021-10-18block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe1-10/+0
2021-10-18block: store elevator state in requestJens Axboe1-0/+2
2021-10-18block: improve layout of struct requestJens Axboe1-44/+46
2021-10-18block: don't bother iter advancing a fully done bioJens Axboe1-2/+22
2021-10-18mctp: Be explicit about struct sockaddr_mctp paddingJeremy Kerr1-0/+2
2021-10-18mctp: unify sockaddr_mctp typesJeremy Kerr2-3/+4
2021-10-18block: cache request queue in bdevPavel Begunkov2-1/+2
2021-10-18block: switch polling to be bio basedChristoph Hellwig6-32/+16
2021-10-18block: define 'struct bvec_iter' as packedMing Lei1-1/+1
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig2-3/+3
2021-10-18io_uring: don't sleep when polling for I/OChristoph Hellwig1-0/+2
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig3-3/+5
2021-10-18blk-mq: remove blk_qc_t_validChristoph Hellwig1-5/+0
2021-10-18blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internalChristoph Hellwig1-10/+0
2021-10-18blk-mq: factor out a blk_qc_to_hctx helperChristoph Hellwig1-5/+0
2021-10-18sbitmap: add __sbitmap_queue_get_batch()Jens Axboe1-0/+13
2021-10-18block: mark bio_truncate staticChristoph Hellwig1-1/+0
2021-10-18block: move bio_get_{first,last}_bvec out of bio.hChristoph Hellwig1-31/+0
2021-10-18block: mark __bio_try_merge_page staticChristoph Hellwig1-2/+0
2021-10-18block: move bio_full out of bio.hChristoph Hellwig1-19/+0
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 Hellwig1-8/+0
2021-10-18block: don't include <linux/ioprio.h> in <linux/bio.h>Christoph Hellwig1-1/+0
2021-10-18block: remove BIO_BUG_ONChristoph Hellwig1-8/+0
2021-10-18block: move the *blkdev_ioctl declarations out of blkdev.hChristoph Hellwig1-4/+0
2021-10-18block: pre-allocate requests if plug is started and is a batchJens Axboe2-2/+18
2021-10-18block: bump max plugged deferred size from 16 to 32Jens Axboe1-2/+0
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsJohn Garry2-6/+6
2021-10-18blk-mq: Use shared tags for shared sbitmap supportJohn Garry2-10/+8