summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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-18treewide: Replace 0-element memcpy() destinations with flexible arraysKees Cook2-17/+17
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook4-10/+16
2021-10-18stddef: Introduce DECLARE_FLEX_ARRAY() helperKees Cook2-0/+29
2021-10-18string.h: Introduce memset_startat() for wiping trailing members and paddingKees Cook1-0/+18
2021-10-18string.h: Introduce memset_after() for wiping trailing members/paddingKees Cook1-0/+17
2021-10-18KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCKOliver Upton1-1/+6
2021-10-18PCI: Remove unused pci_pool wrappersCai Huoqing1-11/+0
2021-10-18rtc: add BSM parameterAlexandre Belloni2-1/+10
2021-10-18rtc: add correction parameterAlexandre Belloni1-0/+1
2021-10-18rtc: expose correction featureAlexandre Belloni1-1/+2
2021-10-18rtc: add parameter ioctlAlexandre Belloni1-0/+18
2021-10-18rtc: add alarm related featuresAlexandre Belloni1-1/+3
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-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher1-1/+1
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher1-54/+3
2021-10-18PCI: Remove struct pci_dev->driverUwe Kleine-König1-1/+0
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller10-70/+175
2021-10-18net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tagAlvin Šipraga1-0/+2
2021-10-18net: dsa: allow reporting of standard ethtool stats for slave devicesAlvin Šipraga1-0/+6
2021-10-18ether: add EtherType for proprietary Realtek protocolsAlvin Šipraga1-0/+1
2021-10-18ALSA: uapi: Fix a C++ style comment in asound.hTakashi Iwai1-1/+1
2021-10-18ALSA: firewire: Fix C++ style comments in uapi headerTakashi Iwai1-33/+37
2021-10-18ASoC: soc-component: add snd_soc_component_is_codec()Kuninori Morimoto1-0/+5
2021-10-18Merge tag 'v5.15-rc6' into regulator-5.16Mark Brown73-589/+368
2021-10-18Merge tag 'v5.15-rc6' into asoc-5.16Mark Brown73-589/+368
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