summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ktest-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-05-053-281/+433
|\
| * ktest: Add KTEST section to MAINTAINERS fileSteven Rostedt (VMware)2021-05-031-0/+6
| * ktest: Re-arrange the code blocks for better discoverabilityJohn 'Warthog9' Hawley (VMware)2021-05-031-142/+154
| * ktest: Further consistency cleanupsJohn 'Warthog9' Hawley (VMware)2021-05-031-49/+36
| * ktest: Fixing indentation to match expected patternJohn 'Warthog9' Hawley (VMware)2021-05-031-94/+92
| * ktest: Adding editor hints to improve consistencyJohn 'Warthog9' Hawley (VMware)2021-05-031-0/+9
| * ktest: Add example config for using VMware VMsJohn 'Warthog9' Hawley (VMware)2021-05-031-0/+137
| * ktest: Minor cleanup with uninitialized variable $build_optionsJohn 'Warthog9' Hawley (VMware)2021-05-031-0/+3
* | Merge tag 'safesetid-5.13' of git://github.com/micah-morton/linuxLinus Torvalds2021-05-051-3/+0
|\ \
| * | LSM: SafeSetID: Fix code specification by scripts/checkpatch.plYanwei Gao2021-04-261-3/+0
* | | Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-0413-26/+20
|\ \ \
| * | | um: Fix W=1 missing-include-dirs warningsRandy Dunlap2021-04-151-0/+1
| * | | um: elf.h: Fix W=1 warning for empty body in 'do' statementRandy Dunlap2021-04-151-1/+1
| * | | um: pgtable.h: Fix W=1 warning for empty body in 'do' statementRandy Dunlap2021-04-151-1/+1
| * | | um: Remove unused including <linux/version.h>Yang Li2021-04-151-1/+0
| * | | um: Add 2 missing libs to fix various build errorsRandy Dunlap2021-04-151-0/+1
| * | | um: Replace if (cond) BUG() with BUG_ON()Yang Li2021-04-151-2/+1
| * | | um: Disable CONFIG_GCOV with MODULESJohannes Berg2021-04-153-17/+1
| * | | um: Remove unneeded variable 'ret'Yang Li2021-04-151-3/+1
| * | | um: Mark all kernel symbols as localJohannes Berg2021-04-152-0/+12
| * | | um: Fix tag order in stub_32.hJohannes Berg2021-04-151-1/+1
* | | | Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-048-14/+20
|\ \ \ \
| * | | | ubi: Remove unnecessary struct declarationWan Jiabing2021-04-151-2/+0
| * | | | jffs2: Hook up splice_write callbackJoel Stanley2021-04-151-0/+1
| * | | | jffs2: avoid Wempty-body warningsArnd Bergmann2021-04-151-8/+8
| * | | | jffs2: Fix kasan slab-out-of-bounds problemlizhe2021-04-151-1/+1
| * | | | ubi: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-151-0/+1
| * | | | ubifs: Report max LEB count at mount timeMartin Devera2021-04-151-2/+2
| * | | | ubifs: Set s_uuid in super block to support ima/evm uuid optionsSteffen Trumtrar2021-04-151-0/+2
| * | | | ubifs: Default to zstd compressionRui Salvaterra2021-04-151-0/+3
| * | | | ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao2021-04-151-1/+2
| |/ / /
* | | | Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-0427-221/+660
|\ \ \ \
| * | | | f2fs: drop inplace IO if fs status is abnormalChao Yu2021-04-261-1/+16
| * | | | f2fs: compress: remove unneed check conditionChao Yu2021-04-261-7/+1
| * | | | f2fs: clean up left deprecated IO trace codesChao Yu2021-04-242-14/+0
| * | | | f2fs: avoid using native allocate_segment_by_default()Chao Yu2021-04-213-10/+12
| * | | | f2fs: remove unnecessary struct declarationWan Jiabing2021-04-191-1/+0
| * | | | f2fs: fix to avoid NULL pointer dereferenceYi Chen2021-04-131-1/+4
| * | | | f2fs: avoid duplicated codes for cleanupChao Yu2021-04-131-22/+10
| * | | | f2fs: document: add description about compressed space handlingChao Yu2021-04-131-0/+8
| * | | | f2fs: clean up build warningsYi Zhuang2021-04-1014-11/+44
| * | | | f2fs: fix the periodic wakeups of discard threadSahitya Tummala2021-04-061-7/+14
| * | | | f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Chao Yu2021-04-061-3/+3
| * | | | f2fs: fix to avoid GC/mmap race with f2fs_truncate()Chao Yu2021-04-061-1/+6
| * | | | f2fs: set checkpoint_merge by defaultJaegeuk Kim2021-04-011-0/+1
| * | | | f2fs: Fix a hungtask problem in atomic writeYi Zhuang2021-03-311-13/+17
| * | | | f2fs: fix to restrict mount condition on readonly block deviceChao Yu2021-03-301-4/+12
| * | | | f2fs: introduce gc_merge mount optionChao Yu2021-03-306-8/+65
| * | | | f2fs: fix to cover __allocate_new_section() with curseg_lockChao Yu2021-03-261-0/+4
| * | | | f2fs: fix wrong alloc_type in f2fs_do_replace_blockWang Xiaojun2021-03-261-0/+3