index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: fix to avoid race when accessing last_disk_size
Chao Yu
2017-12-06
3
-2
/
+15
*
f2fs: Fix bool initialization/comparison
Thomas Meyer
2017-12-06
1
-2
/
+2
*
f2fs: give up CP_TRIMMED_FLAG if it drops discards
Chao Yu
2017-12-06
3
-6
/
+14
*
f2fs: trace f2fs_remove_discard
Chao Yu
2017-12-06
2
-0
/
+9
*
f2fs: reduce cmd_lock coverage in __issue_discard_cmd
Chao Yu
2017-12-06
1
-8
/
+10
*
f2fs: split discard policy
Chao Yu
2017-12-06
4
-96
/
+88
*
f2fs: wrap discard policy
Chao Yu
2017-12-06
2
-10
/
+40
*
f2fs: support issuing/waiting discard in range
Chao Yu
2017-12-06
3
-23
/
+109
*
f2fs: fix to flush multiple device in checkpoint
Chao Yu
2017-12-06
4
-0
/
+41
*
f2fs: enhance multiple device flush
Chao Yu
2017-12-06
9
-21
/
+86
*
f2fs: fix to show ino management cache size correctly
Chao Yu
2017-12-06
1
-1
/
+1
*
f2fs: drop FI_UPDATE_WRITE tag after f2fs_issue_flush
Chao Yu
2017-12-06
1
-2
/
+4
*
f2fs: obsolete ALLOC_NID_LIST list
Chao Yu
2017-12-06
5
-73
/
+64
*
f2fs: convert inline data for direct I/O & FI_NO_PREALLOC
Weichao Guo
2017-12-06
1
-5
/
+8
*
f2fs: allow readpages with NULL file pointer
Hsiang Kao
2017-12-06
1
-1
/
+1
*
f2fs: show flush list status in sysfs
Chao Yu
2017-12-06
2
-2
/
+6
*
f2fs: introduce read_xattr_block
Chao Yu
2017-12-06
1
-26
/
+24
*
f2fs: introduce read_inline_xattr
Chao Yu
2017-12-06
1
-30
/
+29
*
Revert "f2fs: reuse nids more aggressively"
Chao Yu
2017-12-06
1
-4
/
+0
*
Revert "f2fs: node segment is prior to data segment selected victim"
Yunlong Song
2017-12-06
1
-11
/
+1
*
include: asm-generic: do not hard code HZ to 100
Evisceration
2017-12-06
1
-1
/
+1
*
clocksource: Fix abs() usage w/ 64bit values
John Stultz
2017-12-06
1
-1
/
+1
*
sched/cputime: Fix invalid gtime in proc
Hiroshi Shimamoto
2017-12-06
1
-0
/
+3
*
arm64: Remove nr parameter from secure_computing
billchen1977@gmail.com
2017-12-05
1
-1
/
+1
*
seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing
Andy Lutomirski
2017-12-05
6
-33
/
+65
*
arm64/ptrace: Preserve previous registers for short regset write
Dave Martin
2017-12-05
1
-1
/
+2
*
format-security: move static strings to const
Kees Cook
2017-12-05
16
-24
/
+28
*
sched/idle: Move cpu/idle.c to sched/idle.c
Nicolas Pitre
2017-12-05
4
-2
/
+1
*
PM: convert do_each_thread to for_each_process_thread
Michal Hocko
2017-12-05
1
-8
/
+8
*
perf: Optimize group_sched_in()
Peter Zijlstra
2017-12-05
1
-1
/
+1
*
tcp: fix a compile error in DBGUNDO()
Eric Dumazet
2017-12-05
1
-2
/
+1
*
workqueue: allow work_on_cpu() to be called recursively
Lai Jiangshan
2017-12-05
1
-10
/
+22
*
workqueue: Remove deprecated flush[_delayed]_work_sync()
Jingoo Han
2017-12-05
1
-12
/
+0
*
workqueue: Spelling s/instensive/intensive/
Geert Uytterhoeven
2017-12-05
1
-1
/
+1
*
workqueue: Remove deprecated __cancel_delayed_work()
Tan Xiaojun
2017-12-05
1
-15
/
+0
*
workqueue.h: remove loops of single statement macros
Valentin Rothberg
2017-12-05
1
-6
/
+2
*
workqueue: remove unused WORK_CPU_END
Lai Jiangshan
2017-12-05
1
-2
/
+1
*
workqueue: move flush_scheduled_work() to workqueue.h
Lai Jiangshan
2017-12-05
2
-31
/
+29
*
workqueue: remove unused work_clear_pending()
Lai Jiangshan
2017-12-05
1
-7
/
+0
*
kernel/workqueue.c: pr_warning/pr_warn & printk/pr_info
Fabian Frederick
2017-12-05
1
-3
/
+3
*
workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the...
Daeseok Youn
2017-12-05
1
-6
/
+2
*
workqueue: wake regular worker if need_more_worker() when rescuer leave the pool
Lai Jiangshan
2017-12-05
1
-2
/
+2
*
workqueue: alloc struct worker on its local node
Lai Jiangshan
2017-12-05
1
-4
/
+4
*
workqueue: reuse the already calculated pwq in try_to_grab_pending()
Lai Jiangshan
2017-12-05
1
-1
/
+1
*
workqueue: stronger test in process_one_work()
Lai Jiangshan
2017-12-05
1
-7
/
+1
*
workqueue: remove useless WARN_ON_ONCE()
Lai Jiangshan
2017-12-05
1
-2
/
+0
*
workqueue: sanity check pool->cpu in wq_worker_sleeping()
Lai Jiangshan
2017-12-05
1
-1
/
+1
*
workqueue: use schedule_timeout_interruptible() instead of open code
Lai Jiangshan
2017-12-05
1
-2
/
+1
*
workqueue: remove the empty check in too_many_workers()
Lai Jiangshan
2017-12-05
1
-7
/
+0
*
workqueue: use "pool->cpu < 0" to stand for an unbound pool
Lai Jiangshan
2017-12-05
1
-1
/
+1
[next]