summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2021-10-18net/mlx5: Introduce port selection namespaceMaor Gottlieb
2021-10-18tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)
2021-10-18ucounts: Fix signal ucount refcountingEric W. Biederman
2021-10-18block: cache inode size in bdevJens Axboe
2021-10-18block: add a sb_bdev_nr_blocks helperChristoph Hellwig
2021-10-18block: add a bdev_nr_bytes helperChristoph Hellwig
2021-10-18block: move the SECTOR_SIZE related definitions to blk_types.hChristoph Hellwig
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-18treewide: Replace 0-element memcpy() destinations with flexible arraysKees Cook
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook
2021-10-18stddef: Introduce DECLARE_FLEX_ARRAY() helperKees Cook
2021-10-18string.h: Introduce memset_startat() for wiping trailing members and paddingKees Cook
2021-10-18string.h: Introduce memset_after() for wiping trailing members/paddingKees Cook
2021-10-18PCI: Remove unused pci_pool wrappersCai Huoqing
2021-10-18rtc: add BSM parameterAlexandre Belloni
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-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher
2021-10-18PCI: Remove struct pci_dev->driverUwe Kleine-König
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-10-18Merge tag 'v5.15-rc6' into regulator-5.16Mark Brown
2021-10-18Merge tag 'v5.15-rc6' into asoc-5.16Mark Brown
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