aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
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-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang1-2/+1
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang1-1/+1
2021-01-24block: move three bvec helpers declaration into private helperMing Lei1-3/+0
2021-01-24block: don't allocate inline bvecs if this bioset needn't bvecsMing Lei1-0/+1
2021-01-24blk-mq: Improve performance of non-mq IO schedulers with multiple HW queuesJan Kara1-0/+2
2021-01-24Revert "blk-mq, elevator: Count requests per hctx to improve performance"Jan Kara1-4/+0
2021-01-24block: use an xarray for disk->part_tblChristoph Hellwig1-15/+3
2021-01-24block: remove DISK_PITER_REVERSEChristoph Hellwig1-1/+0
2021-01-24block: add a disk_uevent helperChristoph Hellwig1-0/+2
2021-01-24block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig1-17/+4
2021-01-24block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig2-0/+3
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig4-16/+14
2021-01-24block: 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/git/gregkh/driver-coreLinus Torvalds1-0/+12
2021-01-24Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2021-01-24Merge tag 'timers_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-15/+0
2021-01-24Merge tag 'for-linus-2021-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+1
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/netdev/netLinus Torvalds6-6/+25
2021-01-20net: usb: cdc_ncm: don't spew notificationsGrant Grundler1-0/+2
2021-01-19tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng1-5/+12
2021-01-19Merge tag 'nfsd-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-6/+53
2021-01-19mdio-bitbang: Export mdiobb_{read,write}()Geert Uytterhoeven1-0/+3
2021-01-18tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen1-0/+3
2021-01-18Merge tag 'mac80211-for-net-2021-01-18.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211Jakub Kicinski2-1/+5
2021-01-18nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen1-0/+6
2021-01-15Merge tag 'for-5.11/dm-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-0/+1
2021-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+6
2021-01-15Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-5/+9
2021-01-15Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2021-01-15compiler.h: Raise minimum version of GCC to 5.1 for arm64Will Deacon1-0/+6
2021-01-14Merge tag 'net-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+2
2021-01-14cfg80211: fix a kerneldoc markupMauro Carvalho Chehab1-1/+1
2021-01-13xen: Fix event channel callback via INTX/GSIDavid Woodhouse1-1/+1
2021-01-13arm64: make atomic helpers __always_inlineArnd Bergmann1-3/+3
2021-01-13Revert "arm64: Enable perf events based hard lockup detector"Will Deacon1-2/+0
2021-01-13SUNRPC: Move the svc_xdr_recvfrom tracepoint againChuck Lever1-6/+53
2021-01-12arm/kasan: fix the array size of kasan_early_shadow_pte[]Hailong Liu1-1/+5
2021-01-12mm/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-11net: compound page support in skb_seq_readWillem de Bruijn1-0/+1
2021-01-11net: support kmap_local forced debugging in skb_frag_foreachWillem de Bruijn1-1/+1