summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-10-26fortify: strlen: Avoid shadowing previous localsQian Cai1-12/+12
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-1/+1
2021-10-25irq: add generic_handle_arch_irq()Mark Rutland1-0/+1
2021-10-25x86/of: Kill unused early_init_dt_scan_chosen_arch()Rob Herring1-1/+0
2021-10-25irqchip: Fix compile-testing without CONFIG_OFArnd Bergmann1-2/+3
2021-10-23sched: make task_struct->plug always definedJens Axboe1-2/+0
2021-10-23bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer1-0/+1
2021-10-22block: simplify the block device syncing codeChristoph Hellwig1-0/+4
2021-10-22block: remove __sync_blockdevChristoph Hellwig1-0/+5
2021-10-22block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig1-3/+0
2021-10-22block: remove the initialize_rq_fn blk_mq_ops methodChristoph Hellwig1-5/+0
2021-10-22block: add a ->get_unique_id methodChristoph Hellwig1-0/+11
2021-10-22Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2021-10-22Merge tag 'net-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+0
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers5-71/+117
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers2-1/+1
2021-10-21block: Add invalidate_disk() helper to invalidate the gendiskXie Yongji1-0/+2
2021-10-21percpu_ref: percpu_ref_tryget_live() version holding RCUPavel Begunkov1-10/+23
2021-10-21compiler-gcc.h: Define __SANITIZE_ADDRESS__ under hwaddress sanitizerKees Cook1-0/+8
2021-10-20irqchip: Fix kernel-doc parameter typo for IRQCHIP_DECLAREFlorian Fainelli1-1/+1
2021-10-20irqchip: Provide stronger type checking for IRQCHIP_MATCH/IRQCHIP_DECLAREMarc Zyngier1-2/+11
2021-10-20net/mlx5: Lag, change multipath and bonding to be mutually exclusiveMaor Dickman1-1/+0
2021-10-20nvmet: use macro definitions for setting cmic valueMax Gurtovoy1-0/+1
2021-10-20nvme: add CNTRLTYPE definitions for 'identify controller'Hannes Reinecke1-1/+9
2021-10-20nvme-rdma: limit the maximal queue size for RDMA controllersMax Gurtovoy1-0/+2
2021-10-20nvme-fc: add support for ->map_queuesSaurav Kashyap1-0/+7
2021-10-20Merge tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-40/+9
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig1-25/+4
2021-10-20blk-mq: move blk_mq_flush_plug_list to block/blk-mq.hChristoph Hellwig1-2/+0
2021-10-20block: inline a part of bio_release_pages()Pavel Begunkov1-1/+7
2021-10-20block: turn macro helpers into inline functionsPavel Begunkov1-16/+16
2021-10-20blk-mq: support concurrent queue quiesce/unquiesceMing Lei1-0/+2
2021-10-19lib/xz: Add MicroLZMA decoderLasse Collin1-0/+106
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: move bdev_read_only() into the headerJens Axboe1-0/+5
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