summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-09-10block: factor out a helper bio_submit_split_bioset()Yu Kuai
2025-09-10blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIMEYu Kuai
2025-09-10block: cleanup bio_issueYu Kuai
2025-09-09blk-mq-dma: bring back p2p request flagsKeith Busch
2025-09-09iov_iter: remove iov_iter_is_alignedKeith Busch
2025-09-09block: remove bdev_iter_is_alignedKeith Busch
2025-09-09block: add size alignment to bio_iov_iter_get_pagesKeith Busch
2025-09-09block: check for valid bio while splittingKeith Busch
2025-09-09blk-mq: Document tags_srcu member in blk_mq_tag_set structureMing Lei
2025-09-09block: remove the bi_inline_vecs variable sized array from struct bioChristoph Hellwig
2025-09-09block: add a bio_init_inline helperChristoph Hellwig
2025-09-08blk-mq: Defer freeing of tags page_list to SRCU callbackMing Lei
2025-09-03Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Jens Axboe
2025-08-25blk-mq-dma: add scatter-less integrity data DMA mappingKeith Busch
2025-08-25blk-mq: remove REQ_P2PDMA flagKeith Busch
2025-08-25blk-mq-dma: require unmap caller provide p2p map typeKeith Busch
2025-08-25blk-mq-dma: provide the bio_vec array being iteratedKeith Busch
2025-08-25blk-mq-dma: create blk_map_iter typeKeith Busch
2025-08-23Merge tag 'usb-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-08-22Merge tag 'drm-fixes-2025-08-23-1' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-08-22Merge tag 'for-linus-6.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-08-22Merge tag 'block-6.17-20250822' of git://git.kernel.dk/linuxLinus Torvalds
2025-08-22Merge tag 'nfs-for-6.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-08-22Merge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://git.kernel.org/pub/s...Linus Torvalds
2025-08-21Merge tag 'loongarch-fixes-6.17-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-08-21block: avoid cpu_hotplug_lock depedency on freeze_lockNilay Shroff
2025-08-20LoongArch: Add cpuhotplug hooks to fix high cpu usage of vCPU threadsXianglai Li
2025-08-20Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard
2025-08-19mm/migrate: fix NULL movable_ops if CONFIG_ZSMALLOC=mHuacai Chen
2025-08-19iov_iter: iterate_folioq: fix handling of offset >= folio sizeDominique Martinet
2025-08-19NFS: Fix a race when updating an existing writeTrond Myklebust
2025-08-19Merge tag 'vfs-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-08-18compiler: remove __ADDRESSABLE_ASM{_STR,}() againJan Beulich
2025-08-17Merge tag 'locking_urgent_for_v6.17_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-08-15netfs: Fix unbuffered write error handlingDavid Howells
2025-08-14Merge tag 'firewire-fixes-6.17-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-08-14Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-08-13kcov, usb: Don't disable interrupts in kcov_remote_start_usb_softirq()Sebastian Andrzej Siewior
2025-08-13locking: Fix __clear_task_blocked_on() warning from __ww_mutex_wound() pathJohn Stultz
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro
2025-08-13scsi: switch ->bios_param() to passing gendiskAl Viro
2025-08-12net: update NAPI threaded config even for disabled NAPIsJakub Kicinski
2025-08-11iosys-map: Fix undefined behavior in iosys_map_clear()Nitin Gote
2025-08-11module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULESVlastimil Babka
2025-08-09Merge tag 'efi-next-for-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-08-09Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linuxLinus Torvalds
2025-08-09Merge tag 'gpio-updates-for-v6.17-rc1-part2' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-08-09Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-08-08Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-08-07lib/sbitmap: make sbitmap_get_shallow() internalYu Kuai