index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ipconfig.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-12
f2fs: introduce mempool for {,de}compress intermediate page allocation
Chao Yu
3
-22
/
+52
2020-05-08
f2fs: introduce f2fs_bmap_compress()
Chao Yu
1
-0
/
+34
2020-05-08
f2fs: support fiemap on compressed inode
Chao Yu
1
-2
/
+53
2020-05-08
f2fs: support partial truncation on compressed inode
Chao Yu
3
-5
/
+65
2020-05-08
f2fs: remove redundant compress inode check
Chao Yu
1
-2
/
+0
2020-05-08
f2fs: use strcmp() in parse_options()
Eric Biggers
1
-28
/
+16
2020-05-08
f2fs: Use the correct style for SPDX License Identifier
Nishad Kamdar
7
-7
/
+7
2020-04-24
f2fs: fix quota_sync failure due to f2fs_lock_op
Jaegeuk Kim
2
-5
/
+7
2020-04-17
f2fs: support read iostat
Chao Yu
8
-31
/
+118
2020-04-17
f2fs: Fix the accounting of dcc->undiscard_blks
Sahitya Tummala
1
-1
/
+3
2020-04-17
f2fs: fix to handle error path of f2fs_ra_meta_pages()
Chao Yu
1
-2
/
+3
2020-04-17
f2fs: report the discard cmd errors properly
Sahitya Tummala
1
-2
/
+2
2020-04-17
f2fs: fix long latency due to discard during umount
Sahitya Tummala
1
-2
/
+10
2020-04-17
f2fs: add tracepoint for f2fs iostat
Daeho Jeong
5
-1
/
+113
2020-04-16
f2fs: introduce sysfs/data_io_flag to attach REQ_META/FUA
Jaegeuk Kim
4
-1
/
+37
2020-04-07
ipc/shm.c: make compat_ksys_shmctl() static
Jason Yan
1
-1
/
+1
2020-04-07
ipc/mqueue.c: fix a brace coding style issue
Somala Swaraj
1
-3
/
+2
2020-04-07
lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability"
Qiujun Huang
1
-1
/
+1
2020-04-07
ubsan: include bug type in report header
Kees Cook
1
-21
/
+15
2020-04-07
kasan: unset panic_on_warn before calling panic()
Kees Cook
1
-1
/
+9
2020-04-07
ubsan: check panic_on_warn
Kees Cook
1
-0
/
+11
2020-04-07
drivers/misc/lkdtm/bugs.c: add arithmetic overflow and array bounds checks
Kees Cook
3
-0
/
+81
2020-04-07
ubsan: split "bounds" checker from other options
Kees Cook
2
-6
/
+30
2020-04-07
ubsan: add trap instrumentation option
Kees Cook
3
-6
/
+27
2020-04-07
init/Kconfig: clean up ANON_INODES and old IO schedulers options
Krzysztof Kozlowski
1
-2
/
+1
2020-04-07
kernel/gcov/fs.c: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-07
gcov: gcc_3_4: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-3
/
+3
2020-04-07
gcov: gcc_4_7: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-07
kernel/kmod.c: fix a typo "assuems" -> "assumes"
Qiujun Huang
1
-1
/
+1
2020-04-07
reiserfs: clean up several indentation issues
Colin Ian King
3
-11
/
+12
2020-04-07
kallsyms: unexport kallsyms_lookup_name() and kallsyms_on_each_symbol()
Will Deacon
1
-2
/
+0
2020-04-07
samples/hw_breakpoint: drop use of kallsyms_lookup_name()
Will Deacon
1
-2
/
+7
2020-04-07
samples/hw_breakpoint: drop HW_BREAKPOINT_R when reporting writes
Will Deacon
1
-1
/
+1
2020-04-07
fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common path
Alexey Dobriyan
1
-1
/
+1
2020-04-07
fs/binfmt_elf.c: allocate less for static executable
Alexey Dobriyan
1
-9
/
+10
2020-04-07
fs/binfmt_elf.c: delete "loc" variable
Alexey Dobriyan
1
-17
/
+15
2020-04-07
fs/epoll: make nesting accounting safe for -rt kernel
Jason Baron
1
-21
/
+43
2020-04-07
kselftest: introduce new epoll test case
Roman Penyaev
1
-1
/
+66
2020-04-07
checkpatch: avoid warning about uninitialized_var()
Joe Perches
1
-5
/
+9
2020-04-07
checkpatch: check proper licensing of Devicetree bindings
Lubomir Rintel
1
-0
/
+11
2020-04-07
checkpatch: improve Gerrit Change-Id: test
Joe Perches
1
-3
/
+10
2020-04-07
checkpatch: add command-line option for TAB size
Antonio Borneo
1
-10
/
+16
2020-04-07
checkpatch: fix multiple const * types
Antonio Borneo
1
-2
/
+2
2020-04-07
checkpatch: fix minor typo and mixed space+tab in indentation
Antonio Borneo
1
-4
/
+4
2020-04-07
checkpatch: prefer fallthrough; over fallthrough comments
Joe Perches
1
-0
/
+36
2020-04-07
checkpatch: support "base-commit:" format
John Hubbard
1
-1
/
+1
2020-04-07
checkpatch: check SPDX tags in YAML files
Lubomir Rintel
1
-1
/
+1
2020-04-07
checkpatch: remove email address comment from email address comparisons
Joe Perches
1
-10
/
+29
2020-04-07
lib/dynamic_debug.c: use address-of operator on section symbols
Nathan Chancellor
1
-1
/
+1
2020-04-07
linux/bits.h: add compile time sanity check of GENMASK inputs
Rikard Falkeborn
1
-2
/
+20
[next]