summaryrefslogtreecommitdiffstats
path: root/drivers/interconnect (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-08f2fs: remove write attribute of main_blkaddr sysfs nodeDehe Gu1-1/+8
2020-07-08f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong5-11/+23
2020-07-08f2fs: avoid readahead race conditionJaegeuk Kim3-0/+23
2020-07-08f2fs: fix return value of move_data_block()Chao Yu1-1/+3
2020-07-08f2fs: add parameter op_flag in f2fs_submit_page_read()Jia Yang1-4/+6
2020-07-08f2fs: split f2fs_allocate_new_segments()Chao Yu4-19/+27
2020-07-08f2fs: lost matching-pair of trace in f2fs_truncate_inode_blocksYubo Feng1-1/+3
2020-07-08f2fs: fix an oops in f2fs_is_compressed_pageYu Changchun2-0/+15
2020-07-08f2fs: make trace enter and end in pairs for unlinkLihong Kou1-4/+6
2020-07-08f2fs: fix to check page dirty status before writebackChao Yu1-0/+6
2020-07-08f2fs: remove the unused compr parameterWang Xiaojun1-3/+3
2020-07-08f2fs: support to trace f2fs_fiemap()Chao Yu3-1/+44
2020-07-08f2fs: support to trace f2fs_bmap()Chao Yu2-3/+37
2020-07-08f2fs: fix wrong return value of f2fs_bmap_compress()Chao Yu1-2/+1
2020-07-08f2fs: remove useless parameter of __insert_free_nid()Liu Song1-6/+4
2020-07-08f2fs: fix typo in comment of f2fs_do_add_linkLiu Song1-1/+1
2020-07-08f2fs: fix to wait page writeback before updateChao Yu3-12/+11
2020-07-08f2fs: show more debug info for per-temperature logChao Yu2-12/+55
2020-07-08f2fs: add f2fs_gc exception handle in f2fs_ioc_gc_rangeQilong Zhang3-8/+21
2020-07-08f2fs: clean up parameter of f2fs_allocate_data_block()Chao Yu4-6/+6
2020-07-08f2fs: shrink node_write lock coverageChao Yu3-14/+27
2020-07-08f2fs: fix to document reserved special compression extensionChao Yu1-0/+2
2020-07-08f2fs: add prefix for exported symbolsChao Yu6-15/+15
2020-06-18f2fs: use kfree() to free variables allocated by match_strdup()Wang Xiaojun1-18/+18
2020-06-18f2fs: get the right gc victim section when section has several segmentsJack Qiu3-21/+89
2020-06-18f2fs: fix a race condition between f2fs_write_end_io and f2fs_del_fsync_node_...Wuyun Zhao1-0/+1
2020-06-18f2fs: remove useless truncate in f2fs_collapse_range()Wei Fang1-2/+0
2020-06-18f2fs: use kfree() instead of kvfree() to free superblock dataDenis Efremov1-5/+5
2020-06-18f2fs: avoid checkpatch errorJaegeuk Kim1-1/+1
2020-06-10arch/powerpc/mm/pgtable.c: another missed conversionAndrew Morton1-1/+1
2020-06-10proc: s_fs_info may be NULL when proc_kill_sb is calledAlexey Gladkov1-4/+6
2020-06-10sysctl: reject gigantic reads/write to sysctl filesChristoph Hellwig1-0/+4
2020-06-10cdrom: fix an incorrect __user annotation on cdrom_sysctl_infoChristoph Hellwig1-1/+1
2020-06-10Documentation/CodingStyle: Fix duplicate "are" typoGeert Uytterhoeven1-1/+1
2020-06-10arch/sparc/mm/srmmu.c: fix buildAndrew Morton1-10/+0
2020-06-09clk: mediatek: Remove ifr{0,1}_cfg_regs structuresStephen Boyd1-30/+0
2020-06-09clk: baikal-t1: remove redundant assignment to variable 'divider'Colin Ian King1-1/+1
2020-06-09clk: baikal-t1: fix spelling mistake "Uncompatible" -> "Incompatible"Colin Ian King1-1/+1
2020-06-09dt-bindings: clock: Add a missing include to MMP Audio Clock bindingLubomir Rintel1-0/+1
2020-06-09Input: adi - work around module name confictArnd Bergmann1-0/+1
2020-06-09x86: use proper parentheses around new uaccess macro argument usesLinus Torvalds1-7/+7
2020-06-09afs: Make afs_zap_data() staticDavid Howells2-2/+1
2020-06-09afs: Remove afs_zero_fid as it's not usedDavid Howells1-2/+0
2020-06-09afs: Fix debugging statements with %px to be %pDavid Howells2-2/+2
2020-06-09uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov1-4/+12
2020-06-09include/linux/cache.h: expand documentation over __read_mostlyLuis Chamberlain1-2/+8
2020-06-09maccess: return -ERANGE when probe_kernel_read() failsChristoph Hellwig1-7/+9
2020-06-09x86: use non-set_fs based maccess routinesChristoph Hellwig1-0/+16
2020-06-09maccess: allow architectures to provide kernel probing directlyChristoph Hellwig1-0/+76
2020-06-09maccess: move user access routines togetherChristoph Hellwig1-56/+56