summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers
2021-10-21block: Add invalidate_disk() helper to invalidate the gendiskXie Yongji
2021-10-21percpu_ref: percpu_ref_tryget_live() version holding RCUPavel Begunkov
2021-10-20irqchip: Fix kernel-doc parameter typo for IRQCHIP_DECLAREFlorian Fainelli
2021-10-20irqchip: Provide stronger type checking for IRQCHIP_MATCH/IRQCHIP_DECLAREMarc Zyngier
2021-10-20net/mlx5: Lag, change multipath and bonding to be mutually exclusiveMaor Dickman
2021-10-20nvmet: use macro definitions for setting cmic valueMax Gurtovoy
2021-10-20nvme: add CNTRLTYPE definitions for 'identify controller'Hannes Reinecke
2021-10-20nvme-rdma: limit the maximal queue size for RDMA controllersMax Gurtovoy
2021-10-20nvme-fc: add support for ->map_queuesSaurav Kashyap
2021-10-20Merge tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig
2021-10-20blk-mq: move blk_mq_flush_plug_list to block/blk-mq.hChristoph Hellwig
2021-10-20block: inline a part of bio_release_pages()Pavel Begunkov
2021-10-20block: turn macro helpers into inline functionsPavel Begunkov
2021-10-19blk-mq: support concurrent queue quiesce/unquiesceMing Lei
2021-10-19lib/xz: Add MicroLZMA decoderLasse Collin
2021-10-19block: attempt direct issue of plug listJens Axboe
2021-10-19block: change plugging to use a singly linked listJens Axboe
2021-10-19block: move blk_mq_tag_to_rq() inlineJens Axboe
2021-10-19block: move bdev_read_only() into the headerJens Axboe
2021-10-18mm/secretmem: fix NULL page->mapping dereference in page_is_secretmem()Sean Christopherson
2021-10-18elfcore: correct reference to CONFIG_UMLLukas Bulwahn
2021-10-18mm/migrate: fix CPUHP state to update node demotion orderHuang Ying
2021-10-18mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen
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-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-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