index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
moxart-dma.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-08
f2fs: remove write attribute of main_blkaddr sysfs node
Dehe Gu
1
-1
/
+8
2020-07-08
f2fs: add GC_URGENT_LOW mode in gc_urgent
Daeho Jeong
5
-11
/
+23
2020-07-08
f2fs: avoid readahead race condition
Jaegeuk Kim
3
-0
/
+23
2020-07-08
f2fs: fix return value of move_data_block()
Chao Yu
1
-1
/
+3
2020-07-08
f2fs: add parameter op_flag in f2fs_submit_page_read()
Jia Yang
1
-4
/
+6
2020-07-08
f2fs: split f2fs_allocate_new_segments()
Chao Yu
4
-19
/
+27
2020-07-08
f2fs: lost matching-pair of trace in f2fs_truncate_inode_blocks
Yubo Feng
1
-1
/
+3
2020-07-08
f2fs: fix an oops in f2fs_is_compressed_page
Yu Changchun
2
-0
/
+15
2020-07-08
f2fs: make trace enter and end in pairs for unlink
Lihong Kou
1
-4
/
+6
2020-07-08
f2fs: fix to check page dirty status before writeback
Chao Yu
1
-0
/
+6
2020-07-08
f2fs: remove the unused compr parameter
Wang Xiaojun
1
-3
/
+3
2020-07-08
f2fs: support to trace f2fs_fiemap()
Chao Yu
3
-1
/
+44
2020-07-08
f2fs: support to trace f2fs_bmap()
Chao Yu
2
-3
/
+37
2020-07-08
f2fs: fix wrong return value of f2fs_bmap_compress()
Chao Yu
1
-2
/
+1
2020-07-08
f2fs: remove useless parameter of __insert_free_nid()
Liu Song
1
-6
/
+4
2020-07-08
f2fs: fix typo in comment of f2fs_do_add_link
Liu Song
1
-1
/
+1
2020-07-08
f2fs: fix to wait page writeback before update
Chao Yu
3
-12
/
+11
2020-07-08
f2fs: show more debug info for per-temperature log
Chao Yu
2
-12
/
+55
2020-07-08
f2fs: add f2fs_gc exception handle in f2fs_ioc_gc_range
Qilong Zhang
3
-8
/
+21
2020-07-08
f2fs: clean up parameter of f2fs_allocate_data_block()
Chao Yu
4
-6
/
+6
2020-07-08
f2fs: shrink node_write lock coverage
Chao Yu
3
-14
/
+27
2020-07-08
f2fs: fix to document reserved special compression extension
Chao Yu
1
-0
/
+2
2020-07-08
f2fs: add prefix for exported symbols
Chao Yu
6
-15
/
+15
2020-06-18
f2fs: use kfree() to free variables allocated by match_strdup()
Wang Xiaojun
1
-18
/
+18
2020-06-18
f2fs: get the right gc victim section when section has several segments
Jack Qiu
3
-21
/
+89
2020-06-18
f2fs: fix a race condition between f2fs_write_end_io and f2fs_del_fsync_node_...
Wuyun Zhao
1
-0
/
+1
2020-06-18
f2fs: remove useless truncate in f2fs_collapse_range()
Wei Fang
1
-2
/
+0
2020-06-18
f2fs: use kfree() instead of kvfree() to free superblock data
Denis Efremov
1
-5
/
+5
2020-06-18
f2fs: avoid checkpatch error
Jaegeuk Kim
1
-1
/
+1
2020-06-10
arch/powerpc/mm/pgtable.c: another missed conversion
Andrew Morton
1
-1
/
+1
2020-06-10
proc: s_fs_info may be NULL when proc_kill_sb is called
Alexey Gladkov
1
-4
/
+6
2020-06-10
sysctl: reject gigantic reads/write to sysctl files
Christoph Hellwig
1
-0
/
+4
2020-06-10
cdrom: fix an incorrect __user annotation on cdrom_sysctl_info
Christoph Hellwig
1
-1
/
+1
2020-06-10
Documentation/CodingStyle: Fix duplicate "are" typo
Geert Uytterhoeven
1
-1
/
+1
2020-06-10
arch/sparc/mm/srmmu.c: fix build
Andrew Morton
1
-10
/
+0
2020-06-09
clk: mediatek: Remove ifr{0,1}_cfg_regs structures
Stephen Boyd
1
-30
/
+0
2020-06-09
clk: baikal-t1: remove redundant assignment to variable 'divider'
Colin Ian King
1
-1
/
+1
2020-06-09
clk: baikal-t1: fix spelling mistake "Uncompatible" -> "Incompatible"
Colin Ian King
1
-1
/
+1
2020-06-09
dt-bindings: clock: Add a missing include to MMP Audio Clock binding
Lubomir Rintel
1
-0
/
+1
2020-06-09
Input: adi - work around module name confict
Arnd Bergmann
1
-0
/
+1
2020-06-09
x86: use proper parentheses around new uaccess macro argument uses
Linus Torvalds
1
-7
/
+7
2020-06-09
afs: Make afs_zap_data() static
David Howells
2
-2
/
+1
2020-06-09
afs: Remove afs_zero_fid as it's not used
David Howells
1
-2
/
+0
2020-06-09
afs: Fix debugging statements with %px to be %p
David Howells
2
-2
/
+2
2020-06-09
uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly aligned
Oleg Nesterov
1
-4
/
+12
2020-06-09
include/linux/cache.h: expand documentation over __read_mostly
Luis Chamberlain
1
-2
/
+8
2020-06-09
maccess: return -ERANGE when probe_kernel_read() fails
Christoph Hellwig
1
-7
/
+9
2020-06-09
x86: use non-set_fs based maccess routines
Christoph Hellwig
1
-0
/
+16
2020-06-09
maccess: allow architectures to provide kernel probing directly
Christoph Hellwig
1
-0
/
+76
2020-06-09
maccess: move user access routines together
Christoph Hellwig
1
-56
/
+56
[next]