aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-19btrfs: rip out path->leave_spinninglocking-reworkJosef Bacik17-58/+0
2020-08-19btrfs: remove all of the blocking helpersJosef Bacik15-219/+30
2020-08-19btrfs: change our extent buffer lock to a rw_semaphoreJosef Bacik5-358/+67
2020-08-19btrfs: use BTRFS_NESTED_NEW_ROOT for double splitsJosef Bacik1-1/+11
2020-08-19btrfs: introduce BTRFS_NESTING_NEW_ROOT for adding new rootsJosef Bacik2-2/+17
2020-08-19btrfs: introduce BTRFS_NESTING_SPLIT for split blocksJosef Bacik2-2/+11
2020-08-19btrfs: introduce BTRFS_NESTING_LEFT/RIGHT_COWJosef Bacik2-6/+14
2020-08-19btrfs: introduce BTRFS_NESTING_LEFT/BTRFS_NESTING_RIGHTJosef Bacik2-8/+20
2020-08-19btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik8-36/+66
2020-08-19btrfs: add nesting tags to the locking helpersJosef Bacik3-8/+37
2020-08-18btrfs: introduce path->recurseJosef Bacik5-9/+27
2020-08-18btrfs: rename eb->lock_nested to eb->lock_recursedJosef Bacik3-13/+13
2020-08-18btrfs: set the lockdep class for log tree extent buffersJosef Bacik1-1/+5
2020-08-18btrfs: set the correct lockdep class for new nodesJosef Bacik1-1/+1
2020-08-18btrfs: allocate scrub workqueues outside of locksJosef Bacik1-52/+70
2020-08-18btrfs: do not hold device_list_mutex when closing devicesJosef Bacik1-4/+3
2020-08-18btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik2-1/+5
2020-08-18btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik3-9/+9
2020-08-18btrfs: fix potential deadlock in the search ioctlJosef Bacik3-14/+27
2020-08-18btrfs: drop path before adding new uuid tree entryJosef Bacik1-1/+2
2020-08-18tejuns thingJosef Bacik1-6/+11
2020-08-17btrfs: cleanup calculation of lockend in lock_and_cleanup_extent_if_need()Qu Wenruo1-3/+1
2020-08-17btrfs: add a comment explaining the data flush stepsJosef Bacik1-0/+47
2020-08-17btrfs: do async reclaim for data reservationsJosef Bacik4-35/+89
2020-08-17btrfs: flush delayed refs when trying to reserve data spaceJosef Bacik1-0/+1
2020-08-17btrfs: run delayed iputs before committing the transaction for dataJosef Bacik1-1/+1
2020-08-17btrfs: don't force commit if we are dataJosef Bacik1-18/+4
2020-08-17btrfs: drop the commit_cycles stuff for data reservationsJosef Bacik1-19/+2
2020-08-17btrfs: use the same helper for data and metadata reservationsJosef Bacik1-33/+13
2020-08-17btrfs: serialize data reservations if we are flushingJosef Bacik1-1/+4
2020-08-17btrfs: use ticketing for data space reservationsJosef Bacik1-58/+64
2020-08-17btrfs: add btrfs_reserve_data_bytes and use itJosef Bacik3-115/+98
2020-08-17btrfs: add the data transaction commit logic into may_commit_transactionJosef Bacik1-7/+24
2020-08-17btrfs: add flushing states for handling data reservationsJosef Bacik2-0/+8
2020-08-17btrfs: check tickets after waiting on ordered extentsJosef Bacik1-8/+9
2020-08-17btrfs: use btrfs_start_delalloc_roots in shrink_delallocJosef Bacik1-54/+1
2020-08-17btrfs: use the btrfs_space_info_free_bytes_may_use helper for delallocJosef Bacik1-3/+1
2020-08-17btrfs: call btrfs_try_granting_tickets when reserving spaceJosef Bacik1-0/+7
2020-08-17btrfs: call btrfs_try_granting_tickets when unpinning anythingJosef Bacik1-4/+3
2020-08-17btrfs: call btrfs_try_granting_tickets when freeing reserved bytesJosef Bacik1-0/+2
2020-08-17btrfs: make ALLOC_CHUNK use the space info flagsJosef Bacik1-1/+1
2020-08-17btrfs: make shrink_delalloc take space_info as an argJosef Bacik1-5/+4
2020-08-17btrfs: handle U64_MAX for shrink_delallocJosef Bacik1-3/+14
2020-08-17btrfs: remove orig from shrink_delallocJosef Bacik1-2/+2
2020-08-17btrfs: change nr to u64 in btrfs_start_delalloc_rootsJosef Bacik5-20/+14
2020-08-17btrfs: use the correct const function attribute for btrfs_get_num_csumsDavid Sterba2-2/+2
2020-08-17btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsidNikolay Borisov3-7/+9
2020-08-17btrfs: reset compression level for lzo on remountMarcos Paulo de Souza1-0/+1
2020-08-17btrfs: remove spurious BUG_ON in btrfs_get_extentNikolay Borisov1-1/+0
2020-08-17btrfs: delete duplicated words + other fixes in commentsRandy Dunlap7-8/+8
2020-08-17btrfs: handle errors from async submissionJohannes Thumshirn1-8/+3
2020-08-17btrfs: tracepoints: output proper root owner for trace_find_free_extent()Qu Wenruo2-7/+10
2020-08-16Linux 5.9-rc1Linus Torvalds1-2/+2
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds4-156/+409
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport1-0/+6
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds8-66/+62
2020-08-15Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+17
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds69-998/+370
2020-08-15io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe1-1/+4
2020-08-15io_uring: sanitize double poll handlingJens Axboe1-9/+25
2020-08-15Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds37-247/+1253
2020-08-15Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-32/+88
2020-08-15Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-12/+5
2020-08-15Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-15/+38
2020-08-15Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2020-08-15Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linuxLinus Torvalds4-63/+18
2020-08-15Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-2/+4
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds31-123/+2368
2020-08-15Merge tag 'edac_updates_for_5.9_pt2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+47
2020-08-15Merge tag 'devicetree-fixes-for-5.9' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds176-1188/+1156
2020-08-15Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds6-91/+121
2020-08-15Merge tag 'pm-5.9-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds4-113/+229
2020-08-15Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds86-846/+1725
2020-08-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds125-566/+596
2020-08-14virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-14ntb: intel: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski3-3/+3
2020-08-14rtl818x: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski22-138/+138
2020-08-14sh: use generic strncpy()Kuninori Morimoto1-26/+0
2020-08-14sh: clkfwk: remove r8/r16/r32Kuninori Morimoto1-19/+4
2020-08-14include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour1-0/+1
2020-08-14mm: annotate a data race in page_zonenum()Qian Cai1-0/+1
2020-08-14mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai1-2/+3
2020-08-14mm/rmap: annotate a data race at tlb_flush_batchedQian Cai1-1/+1
2020-08-14mm/mempool: fix a data race in mempool_free()Qian Cai1-1/+1
2020-08-14mm/list_lru: fix a data race in list_lru_count_oneQian Cai1-1/+1
2020-08-14mm/memcontrol: fix a data race in scan countQian Cai1-1/+1
2020-08-14mm/page_counter: fix various data races at memswQian Cai1-6/+7
2020-08-14mm/swapfile: fix and annotate various data racesQian Cai2-15/+20
2020-08-14mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov1-7/+13
2020-08-14mm/swap_state: mark various intentional data racesQian Cai1-2/+2
2020-08-14mm/page_io: mark various intentional data racesQian Cai1-4/+4
2020-08-14mm/frontswap: mark various intentional data racesQian Cai1-4/+4
2020-08-14mm/kmemleak: silence KCSAN splats in checksumQian Cai1-0/+2
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni52-227/+24
2020-08-14fs: autofs: delete repeated words in commentsRandy Dunlap1-2/+2
2020-08-14mm: introduce offset_in_thpMatthew Wilcox (Oracle)1-0/+1
2020-08-14mm: add thp_headMatthew Wilcox (Oracle)1-0/+15
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)20-62/+65
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)6-11/+18
2020-08-14mm: add thp_orderMatthew Wilcox (Oracle)1-0/+19
2020-08-14mm: move page-flags include to top of fileMatthew Wilcox (Oracle)1-5/+1
2020-08-14mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)3-3/+8
2020-08-14mailmap: add entry for Greg KurzGreg Kurz1-0/+1
2020-08-14selftests/exec: add file type errno testsKees Cook3-2/+200
2020-08-14exec: restore EACCES of S_ISDIR execve()Kees Cook1-1/+3
2020-08-14lz4: fix kernel decompression speedNick Terrell4-12/+22
2020-08-14Revert "mm/vmstat.c: do not show lowmem reserve protection information of emp...Baoquan He1-6/+6
2020-08-14asm-generic: pgalloc.h: use correct #ifdef to enable pud_alloc_one()Mike Rapoport1-1/+1
2020-08-14sh: landisk: Add missing initialization of sh_io_port_baseGeert Uytterhoeven1-0/+3
2020-08-14sh: bring syscall_set_return_value in line with other architecturesMichael Karcher1-4/+1
2020-08-14sh: Add SECCOMP_FILTERMichael Karcher4-3/+13
2020-08-14sh: Rearrange blocks in entry-common.SMichael Karcher1-28/+29
2020-08-14sh: switch to copy_thread_tls()Christian Brauner2-3/+4
2020-08-14sh: use the generic dma coherent remap allocatorChristoph Hellwig2-49/+4
2020-08-14sh: don't allow non-coherent DMA for NOMMUChristoph Hellwig1-1/+2
2020-08-14dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigChristoph Hellwig4-6/+6
2020-08-14sh: unexport register_trapped_io and match_trapped_io_handlerChristoph Hellwig1-2/+0
2020-08-14sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig3-1/+2
2020-08-14sh: move the ioremap implementation out of lineChristoph Hellwig2-86/+68
2020-08-14sh: move ioremap_fixed details out of <asm/io.h>Christoph Hellwig5-16/+26
2020-08-14sh: remove __KERNEL__ ifdefs from non-UAPI headersChristoph Hellwig19-54/+0
2020-08-14sh: sort the selects for SUPERH alphabeticallyChristoph Hellwig1-48/+47
2020-08-14sh: remove -Werror from MakefilesChristoph Hellwig3-6/+0
2020-08-14sh: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-08-14arch/sh/configs: remove obsolete CONFIG_SOC_CAMERA*Hans Verkuil4-11/+0
2020-08-14sh: stacktrace: Remove stacktrace_ops.stack()Geert Uytterhoeven5-29/+0
2020-08-14sh: machvec: Modernize printing of kernel messagesGeert Uytterhoeven1-4/+4
2020-08-14sh: pci: Modernize printing of kernel messagesGeert Uytterhoeven3-21/+19
2020-08-14sh: sh2007: Modernize printing of kernel messagesGeert Uytterhoeven1-2/+2
2020-08-14sh: process: Fix broken lines in register dumpsGeert Uytterhoeven1-21/+17
2020-08-14sh: dump_stack: Fix broken lines and ptrval in calltrace dumpsGeert Uytterhoeven1-9/+9
2020-08-14sh: kernel: disassemble: Fix broken lines in disassembly dumpsGeert Uytterhoeven1-51/+52
2020-08-14Revert "sh: remove needless printk()"Geert Uytterhoeven1-0/+1
2020-08-14Revert "sh: add loglvl to printk_address()"Geert Uytterhoeven3-6/+5
2020-08-14sh: fault: Fix duplicate printing of "PC:"Geert Uytterhoeven1-1/+0
2020-08-14input: i8042 - Remove special Cayman handlingGeert Uytterhoeven1-2/+0
2020-08-14sh: Remove SH5-based Cayman platformGeert Uytterhoeven11-540/+2
2020-08-14arch: sh: smc37c93x: fix spelling mistakeFlavio Suligoi1-2/+2
2020-08-14Revert "sh: add missing EXPORT_SYMBOL() for __delay"Geert Uytterhoeven1-1/+0
2020-08-14sh: Implement __get_user_u64() required for 64-bit get_user()John Paul Adrian Glaubitz1-0/+53
2020-08-14sh: remove call to memset after dma_alloc_coherentChen Zhou1-2/+0
2020-08-14sh: Fix unneeded constructor in page table allocationMatthew Wilcox (Oracle)1-4/+3
2020-08-14riscv: Setup exception vector for nommu platformQiu Wenbo1-8/+17
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds17-98/+165
2020-08-14Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds21-44/+56
2020-08-14Merge tag 'sound-fix-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-12/+92
2020-08-14dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds4-58/+1
2020-08-14dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock()Hugh Dickins1-18/+9
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds15-16/+84
2020-08-14Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-25/+223
2020-08-14Merge tag 'irq-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+11
2020-08-14Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds10-58/+145
2020-08-14Merge tag 'powerpc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-9/+8
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds27-1143/+397
2020-08-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-8/+16
2020-08-14x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_taskEric Dumazet1-1/+1
2020-08-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-12/+1
2020-08-14Merge tag 'modules-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-41/+47
2020-08-14Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-243/+218
2020-08-14Merge branch 'pm-cpufreq'Rafael J. Wysocki4-113/+229
2020-08-14dt-bindings: Remove more cases of 'allOf' containing a '$ref'Rob Herring12-70/+49
2020-08-14dt-bindings: Whitespace clean-ups in schema filesRob Herring166-1118/+1107
2020-08-14perf ftrace: Make option description initials all capital lettersArnaldo Carvalho de Melo1-14/+14
2020-08-14perf build-ids: Fall back to debuginfod query if debuginfo not foundFrank Ch. Eigler6-1/+43
2020-08-14perf bench numa: Remove dead code in parse_nodes_opt()Peng Fan1-2/+0
2020-08-14perf stat: Update POWER9 metrics to utilize other metricsPaul A. Clarke1-24/+24
2020-08-14perf ftrace: Add change logChangbin Du1-0/+1
2020-08-14perf: ftrace: Add set_tracing_options() to set all trace optionsChangbin Du1-55/+63
2020-08-14perf ftrace: Add option --tid to filter by thread idChangbin Du2-0/+6
2020-08-14perf ftrace: Add option -D/--delay to delay tracingChangbin Du2-3/+20
2020-08-14perf: ftrace: Allow set graph depth by '--graph-opts'Changbin Du2-7/+3
2020-08-14perf ftrace: Add support for trace option tracing_threshChangbin Du2-1/+26
2020-08-14perf ftrace: Add option 'verbose' to show more info for graph tracerChangbin Du2-1/+29
2020-08-14perf ftrace: Add support for tracing option 'irq-info'Changbin Du2-1/+21
2020-08-14perf ftrace: Add support for trace option funcgraph-irqsChangbin Du2-1/+21
2020-08-14perf ftrace: Add support for trace option sleep-timeChangbin Du2-0/+45
2020-08-14perf ftrace: Add support for tracing option 'func_stack_trace'Changbin Du2-0/+46
2020-08-14perf tools: Add general function to parse sublevel optionsChangbin Du4-44/+99
2020-08-14perf ftrace: Add option '--inherit' to trace children processesChangbin Du2-0/+41
2020-08-14perf ftrace: Show trace column headerChangbin Du1-0/+3
2020-08-14perf ftrace: Add option '-m/--buffer-size' to set per-cpu buffer sizeChangbin Du2-0/+60
2020-08-14perf ftrace: Factor out function write_tracing_file_int()Changbin Du1-5/+12
2020-08-14perf ftrace: Add option '-F/--funcs' to list available functionsChangbin Du2-0/+50
2020-08-14perf ftrace: Select function/function_graph tracer automaticallyChangbin Du3-23/+48
2020-08-14sched/debug: Fix the alignment of the show-state debug outputLibing Zhou1-11/+4
2020-08-14perf/x86/rapl: Add support for Intel SPR platformZhang Rui1-0/+20
2020-08-14perf/x86/rapl: Support multiple RAPL unit quirksZhang Rui1-9/+15
2020-08-14perf/x86/rapl: Fix missing psys sysfs attributesZhang Rui1-1/+1
2020-08-14kconfig: qconf: move setOptionMode() to ConfigList from ConfigViewMasahiro Yamada2-28/+27
2020-08-14kconfig: qconf: do not limit the pop-up menu to the first rowMasahiro Yamada1-34/+34
2020-08-14kconfig: qconf: refactor icon setupsMasahiro Yamada2-14/+27
2020-08-14kconfig: qconf: remove unused voidPix, menuInvPixMasahiro Yamada2-2/+2
2020-08-14kconfig: qconf: remove ConfigItem::text/setTextMasahiro Yamada1-8/+0
2020-08-14kconfig: qconf: remove ConfigList::addColumn/removeColumnMasahiro Yamada2-19/+11
2020-08-14kconfig: qconf: remove ConfigItem::pixmap/setPixmapMasahiro Yamada2-19/+11
2020-08-14kconfig: qconf: drop more localization codeMasahiro Yamada1-8/+3
2020-08-14kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()Masahiro Yamada2-10/+10
2020-08-14kconfig: qconf: remove unused argument from ConfigView::updateList()Masahiro Yamada2-5/+5
2020-08-14kconfig: qconf: remove unused argument from ConfigList::updateList()Masahiro Yamada2-5/+5