summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-01-27mm: remove get_swap_bioChristoph Hellwig1-1/+0
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-2/+2
2021-01-27block: split bio_kmalloc from bio_alloc_biosetChristoph Hellwig1-5/+1
2021-01-26block: unexport truncate_bdev_rangeChristoph Hellwig1-7/+2
2021-01-25bio: don't copy bvec for direct IOPavel Begunkov1-1/+4
2021-01-25bio: add a helper calculating nr segments to allocPavel Begunkov1-0/+10
2021-01-25block: remove unnecessary argument from blk_execute_rqGuoqing Jiang1-2/+1
2021-01-25block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang1-1/+1
2021-01-25block: move three bvec helpers declaration into private helperMing Lei1-3/+0
2021-01-25block: don't allocate inline bvecs if this bioset needn't bvecsMing Lei1-0/+1
2021-01-25blk-mq: Improve performance of non-mq IO schedulers with multiple HW queuesJan Kara1-0/+2
2021-01-25Revert "blk-mq, elevator: Count requests per hctx to improve performance"Jan Kara1-4/+0
2021-01-25block: use an xarray for disk->part_tblChristoph Hellwig1-15/+3
2021-01-25block: remove DISK_PITER_REVERSEChristoph Hellwig1-1/+0
2021-01-25block: add a disk_uevent helperChristoph Hellwig1-0/+2
2021-01-25block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig1-17/+4
2021-01-25block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig2-0/+3
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig4-16/+14
2021-01-25block: add a hard-readonly flag to struct gendiskChristoph Hellwig1-2/+4
2021-01-24Merge tag 'block-5.11-2021-01-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+6
2021-01-24Merge tag 'driver-core-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+12
2021-01-24Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2021-01-24Merge tag 'timers_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-15/+0
2021-01-22kthread: Extract KTHREAD_IS_PER_CPUPeter Zijlstra1-0/+3
2021-01-21driver core: Fix device link device name collisionSaravana Kannan1-0/+12
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+5
2021-01-20net: usb: cdc_ncm: don't spew notificationsGrant Grundler1-0/+2
2021-01-19mdio-bitbang: Export mdiobb_{read,write}()Geert Uytterhoeven1-0/+3
2021-01-18nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen1-0/+6
2021-01-16Merge tag 'for-5.11/dm-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2021-01-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+6
2021-01-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-2/+6
2021-01-15compiler.h: Raise minimum version of GCC to 5.1 for arm64Will Deacon1-0/+6
2021-01-15Merge tag 'net-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+2
2021-01-13Revert "arm64: Enable perf events based hard lockup detector"Will Deacon1-2/+0
2021-01-13arm/kasan: fix the array size of kasan_early_shadow_pte[]Hailong Liu1-1/+5
2021-01-13mm/memcontrol: fix warning in mem_cgroup_page_lruvec()Hugh Dickins1-1/+1
2021-01-12timekeeping: Remove unused get_seconds()Chunguang Xu2-15/+0
2021-01-12net: compound page support in skb_seq_readWillem de Bruijn1-0/+1
2021-01-12net: support kmap_local forced debugging in skb_frag_foreachWillem de Bruijn1-1/+1
2021-01-10Merge tag 'usb-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+21
2021-01-10Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+24
2021-01-09Merge tag 'acpi-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+7
2021-01-09Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-6/+12
2021-01-08dm integrity: fix flush with external metadata deviceMikulas Patocka1-0/+1
2021-01-08Merge tag 'net-5.11-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds1-1/+2
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek1-3/+0
2021-01-07net/mlx5e: Add missing capability check for uplink followAya Levin1-1/+2
2021-01-07ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPIShawn Guo1-0/+7
2021-01-07iommu/vt-d: Fix general protection fault in aux_detach_device()Liu Yi L1-5/+11