summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to wait GCed compressed page writebackChao Yu2020-07-081-0/+7
* f2fs: remove write attribute of main_blkaddr sysfs nodeDehe Gu2020-07-081-1/+8
* f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong2020-07-085-11/+23
* f2fs: avoid readahead race conditionJaegeuk Kim2020-07-083-0/+23
* f2fs: fix return value of move_data_block()Chao Yu2020-07-081-1/+3
* f2fs: add parameter op_flag in f2fs_submit_page_read()Jia Yang2020-07-081-4/+6
* f2fs: split f2fs_allocate_new_segments()Chao Yu2020-07-084-19/+27
* f2fs: lost matching-pair of trace in f2fs_truncate_inode_blocksYubo Feng2020-07-081-1/+3
* f2fs: fix an oops in f2fs_is_compressed_pageYu Changchun2020-07-082-0/+15
* f2fs: make trace enter and end in pairs for unlinkLihong Kou2020-07-081-4/+6
* f2fs: fix to check page dirty status before writebackChao Yu2020-07-081-0/+6
* f2fs: remove the unused compr parameterWang Xiaojun2020-07-081-3/+3
* f2fs: support to trace f2fs_fiemap()Chao Yu2020-07-083-1/+44
* f2fs: support to trace f2fs_bmap()Chao Yu2020-07-082-3/+37
* f2fs: fix wrong return value of f2fs_bmap_compress()Chao Yu2020-07-081-2/+1
* f2fs: remove useless parameter of __insert_free_nid()Liu Song2020-07-081-6/+4
* f2fs: fix typo in comment of f2fs_do_add_linkLiu Song2020-07-081-1/+1
* f2fs: fix to wait page writeback before updateChao Yu2020-07-083-12/+11
* f2fs: show more debug info for per-temperature logChao Yu2020-07-082-12/+55
* f2fs: add f2fs_gc exception handle in f2fs_ioc_gc_rangeQilong Zhang2020-07-083-8/+21
* f2fs: clean up parameter of f2fs_allocate_data_block()Chao Yu2020-07-084-6/+6
* f2fs: shrink node_write lock coverageChao Yu2020-07-083-14/+27
* f2fs: fix to document reserved special compression extensionChao Yu2020-07-081-0/+2
* f2fs: add prefix for exported symbolsChao Yu2020-07-086-15/+15
* f2fs: use kfree() to free variables allocated by match_strdup()Wang Xiaojun2020-06-181-18/+18
* f2fs: get the right gc victim section when section has several segmentsJack Qiu2020-06-183-21/+89
* f2fs: fix a race condition between f2fs_write_end_io and f2fs_del_fsync_node_...Wuyun Zhao2020-06-181-0/+1
* f2fs: remove useless truncate in f2fs_collapse_range()Wei Fang2020-06-181-2/+0
* f2fs: use kfree() instead of kvfree() to free superblock dataDenis Efremov2020-06-181-5/+5
* f2fs: avoid checkpatch errorJaegeuk Kim2020-06-181-1/+1
* Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-06-111-26/+38
|\
| * eventfd: convert to f_op->read_iter()Jens Axboe2020-05-071-26/+38
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-06-112-5/+2
|\ \
| * | fs: fix indentation in deactivate_super()Yufen Yu2020-05-291-1/+1
| * | vfs: Remove duplicated d_mountpoint check in __is_local_mountpointNikolay Borisov2020-05-291-4/+1
| |/
* | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-117-13/+14
|\ \
| * | sysctl: reject gigantic reads/write to sysctl filesChristoph Hellwig2020-06-101-0/+4
| * | cdrom: fix an incorrect __user annotation on cdrom_sysctl_infoChristoph Hellwig2020-06-101-1/+1
| * | trace: fix an incorrect __user annotation on stack_trace_sysctlChristoph Hellwig2020-06-082-6/+4
| * | random: fix an incorrect __user annotation on proc_do_entropyChristoph Hellwig2020-06-081-1/+1
| * | net/sysctl: remove leftover __user annotations on neigh_proc_dointvec*Christoph Hellwig2020-06-081-4/+3
| * | net/sysctl: use cpumask_parse in flow_limit_cpu_sysctlChristoph Hellwig2020-06-081-1/+1
* | | Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-115-58/+28
|\ \ \
| * | | i915:get_engines(): get rid of pointless access_ok()Al Viro2020-05-021-5/+0
| * | | i915: alloc_oa_regs(): get rid of pointless access_ok()Al Viro2020-05-021-3/+0
| * | | i915 compat ioctl(): just use drm_ioctl_kernel()Al Viro2020-05-021-9/+5
| * | | i915: switch copy_perf_config_registers_or_number() to unsafe_put_user()Al Viro2020-05-022-31/+17
| * | | i915: switch query_{topology,engine}_info() to copy_to_user()Al Viro2020-05-021-10/+6
* | | | Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-119-122/+135
|\ \ \ \
| * | | | bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user()Al Viro2020-06-031-19/+6