summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2020-12-17blk-mq: Don't complete on a remote CPU in force threaded modeSebastian Andrzej Siewior-0/+8
2020-12-17s390/dasd: fix list corruption of lcu listStefan Haberland-1/+1
2020-12-17s390/dasd: fix list corruption of pavgroup group listStefan Haberland-0/+1
2020-12-17s390/dasd: prevent inconsistent LCU device dataStefan Haberland-0/+9
2020-12-17s390/dasd: fix hanging device offline processingStefan Haberland-1/+9
2020-12-17Merge tag 'mailbox-v5.11' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds-11/+1391
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-1244/+1952
2020-12-17Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-2192/+7224
2020-12-17Merge tag 'ovl-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-196/+233
2020-12-17Merge tag 'fuse-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-104/+195
2020-12-17ACPI: PM: s2idle: Move x86-specific code to the x86 directoryRafael J. Wysocki-441/+489
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-386/+1075
2020-12-17Merge tag 'for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds-33/+61
2020-12-17net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti-1/+16
2020-12-17nfp: move indirect block cleanup to flower app stop callbackSimon Horman-3/+3
2020-12-17octeontx2-af: Fix undetected unmap PF error checkColin Ian King-1/+2
2020-12-17Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-104/+120
2020-12-17net: nixge: fix spelling mistake in Kconfig: "Instuments" -> "Instruments"Colin Ian King-1/+1
2020-12-17qlcnic: Fix error code in probeDan Carpenter-0/+1
2020-12-17ext4: simplify ext4 error translationJan Kara-55/+40
2020-12-17ext4: move functions in super.cJan Kara-98/+98
2020-12-17ext4: make ext4_abort() use __ext4_error()Jan Kara-82/+37
2020-12-17ext4: standardize error message in ext4_protect_reserved_inode()Jan Kara-6/+4
2020-12-17ext4: remove redundant sb checksum recomputationJan Kara-2/+0
2020-12-17ext4: don't remount read-only with errors=continue on rebootJan Kara-8/+6
2020-12-17ext4: fix deadlock with fs freezing and EA inodesJan Kara-5/+14
2020-12-17jbd2: add a helper to find out number of fast commit blocksHarshad Shirwadkar-7/+10
2020-12-17ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.hHarshad Shirwadkar-55/+61
2020-12-17ext4: fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2020-12-17ext4: add docs about fast commit idempotenceHarshad Shirwadkar-0/+111
2020-12-17ext4: remove the unused EXT4_CURRENT_REV macroKaixu Xia-1/+0
2020-12-17ext4: fix an IS_ERR() vs NULL checkDan Carpenter-2/+2
2020-12-17ext4: check for invalid block size early when mounting a file systemTheodore Ts'o-24/+16
2020-12-17ext4: fix a memory leak of ext4_free_dataChunguang Xu-0/+1
2020-12-17Merge branch 'mptcp-a-bunch-of-assorted-fixes'Jakub Kicinski-14/+18
2020-12-17mptcp: fix pending data accountingPaolo Abeni-3/+2
2020-12-17mptcp: push pending frames when subflow has free spacePaolo Abeni-10/+13
2020-12-17mptcp: properly annotate nested lockPaolo Abeni-1/+1
2020-12-17mptcp: fix security context on server socketPaolo Abeni-0/+2
2020-12-17net/mlx5: Fix compilation warning for 32-bit platformParav Pandit-3/+3
2020-12-17tools headers UAPI: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo-3/+6
2020-12-17tools headers: Syncronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo-0/+5
2020-12-17Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-185884/+737207
2020-12-17perf tools: Reformat record's control fd man textJiri Olsa-5/+11
2020-12-17perf config: Fix example command in manpage to conform to syntax specified in...Nick Thompson-1/+1
2020-12-17perf test: Make sample-parsing test aware of PERF_SAMPLE_{CODE,DATA}_PAGE_SIZEArnaldo Carvalho de Melo-1/+5
2020-12-17perf tools: Add support to read build id from compressed elfJiri Olsa-3/+36
2020-12-17perf debug: Add debug_set_file functionJiri Olsa-1/+10
2020-12-17perf tools: Add evlist__disable_evsel/evlist__enable_evselJiri Olsa-3/+68
2020-12-17perf evlist: Support pipe mode displayNamhyung Kim-1/+17