summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2021-10-18mctp: unify sockaddr_mctp typesJeremy Kerr-3/+4
2021-10-18block: cache request queue in bdevPavel Begunkov-1/+2
2021-10-18block: switch polling to be bio basedChristoph Hellwig-32/+16
2021-10-18block: define 'struct bvec_iter' as packedMing Lei-1/+1
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig-3/+3
2021-10-18io_uring: don't sleep when polling for I/OChristoph Hellwig-0/+2
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig-3/+5
2021-10-18blk-mq: remove blk_qc_t_validChristoph Hellwig-5/+0
2021-10-18blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internalChristoph Hellwig-10/+0
2021-10-18blk-mq: factor out a blk_qc_to_hctx helperChristoph Hellwig-5/+0
2021-10-18sbitmap: add __sbitmap_queue_get_batch()Jens Axboe-0/+13
2021-10-18block: mark bio_truncate staticChristoph Hellwig-1/+0
2021-10-18block: move bio_get_{first,last}_bvec out of bio.hChristoph Hellwig-31/+0
2021-10-18block: mark __bio_try_merge_page staticChristoph Hellwig-2/+0
2021-10-18block: move bio_full out of bio.hChristoph Hellwig-19/+0
2021-10-18block: fold bio_cur_bytes into blk_rq_cur_bytesChristoph Hellwig-9/+5
2021-10-18block: move bio_mergeable out of bio.hChristoph Hellwig-8/+0
2021-10-18block: don't include <linux/ioprio.h> in <linux/bio.h>Christoph Hellwig-1/+0
2021-10-18block: remove BIO_BUG_ONChristoph Hellwig-8/+0
2021-10-18block: move the *blkdev_ioctl declarations out of blkdev.hChristoph Hellwig-4/+0
2021-10-18block: pre-allocate requests if plug is started and is a batchJens Axboe-2/+18
2021-10-18block: bump max plugged deferred size from 16 to 32Jens Axboe-2/+0
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsJohn Garry-6/+6
2021-10-18blk-mq: Use shared tags for shared sbitmap supportJohn Garry-10/+8
2021-10-18block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry-1/+1
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig-473/+469
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig-183/+183
2021-10-18block: move a few merge helpers out of <linux/blkdev.h>Christoph Hellwig-64/+0
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig-12/+3
2021-10-18block: drop unused includes in <linux/blkdev.h>Christoph Hellwig-7/+0
2021-10-18block: move elevator.h to block/Christoph Hellwig-182/+9
2021-10-18block: remove the struct blk_queue_ctx forward declarationChristoph Hellwig-2/+0
2021-10-18block: remove the cmd_size field from struct request_queueChristoph Hellwig-2/+0
2021-10-18block: remove the unused blk_queue_state enumChristoph Hellwig-5/+0
2021-10-18block: remove the unused rq_end_sector macroChristoph Hellwig-1/+0
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig-15/+1
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig-1/+2
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig-9/+5
2021-10-18firmware: arm_ffa: Add support for MEM_LENDMarc Bonnici-0/+2
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish-34/+22
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish-54/+40
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish-0/+4
2021-10-18u64_stats: Introduce u64_stats_set()Ahmed S. Darwish-0/+10
2021-10-18gen_stats: Move remaining users to gnet_stats_add_queue().Sebastian Andrzej Siewior-6/+2
2021-10-18gen_stats: Add gnet_stats_add_queue().Sebastian Andrzej Siewior-0/+3
2021-10-18gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior-4/+4
2021-10-18mm/writeback: Add folio_write_oneMatthew Wilcox (Oracle)-4/+5
2021-10-18mm/filemap: Add FGP_STABLEMatthew Wilcox (Oracle)-0/+1
2021-10-18mm/filemap: Add filemap_get_folioMatthew Wilcox (Oracle)-21/+20
2021-10-18mm/filemap: Add filemap_add_folio()Matthew Wilcox (Oracle)-9/+8