aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to avoid race when accessing last_disk_sizeChao Yu2017-12-063-2/+15
* f2fs: Fix bool initialization/comparisonThomas Meyer2017-12-061-2/+2
* f2fs: give up CP_TRIMMED_FLAG if it drops discardsChao Yu2017-12-063-6/+14
* f2fs: trace f2fs_remove_discardChao Yu2017-12-062-0/+9
* f2fs: reduce cmd_lock coverage in __issue_discard_cmdChao Yu2017-12-061-8/+10
* f2fs: split discard policyChao Yu2017-12-064-96/+88
* f2fs: wrap discard policyChao Yu2017-12-062-10/+40
* f2fs: support issuing/waiting discard in rangeChao Yu2017-12-063-23/+109
* f2fs: fix to flush multiple device in checkpointChao Yu2017-12-064-0/+41
* f2fs: enhance multiple device flushChao Yu2017-12-069-21/+86
* f2fs: fix to show ino management cache size correctlyChao Yu2017-12-061-1/+1
* f2fs: drop FI_UPDATE_WRITE tag after f2fs_issue_flushChao Yu2017-12-061-2/+4
* f2fs: obsolete ALLOC_NID_LIST listChao Yu2017-12-065-73/+64
* f2fs: convert inline data for direct I/O & FI_NO_PREALLOCWeichao Guo2017-12-061-5/+8
* f2fs: allow readpages with NULL file pointerHsiang Kao2017-12-061-1/+1
* f2fs: show flush list status in sysfsChao Yu2017-12-062-2/+6
* f2fs: introduce read_xattr_blockChao Yu2017-12-061-26/+24
* f2fs: introduce read_inline_xattrChao Yu2017-12-061-30/+29
* Revert "f2fs: reuse nids more aggressively"Chao Yu2017-12-061-4/+0
* Revert "f2fs: node segment is prior to data segment selected victim"Yunlong Song2017-12-061-11/+1
* include: asm-generic: do not hard code HZ to 100Evisceration2017-12-061-1/+1
* clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz2017-12-061-1/+1
* sched/cputime: Fix invalid gtime in procHiroshi Shimamoto2017-12-061-0/+3
* arm64: Remove nr parameter from secure_computingbillchen1977@gmail.com2017-12-051-1/+1
* seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski2017-12-056-33/+65
* arm64/ptrace: Preserve previous registers for short regset writeDave Martin2017-12-051-1/+2
* format-security: move static strings to constKees Cook2017-12-0516-24/+28
* sched/idle: Move cpu/idle.c to sched/idle.cNicolas Pitre2017-12-054-2/+1
* PM: convert do_each_thread to for_each_process_threadMichal Hocko2017-12-051-8/+8
* perf: Optimize group_sched_in()Peter Zijlstra2017-12-051-1/+1
* tcp: fix a compile error in DBGUNDO()Eric Dumazet2017-12-051-2/+1
* workqueue: allow work_on_cpu() to be called recursivelyLai Jiangshan2017-12-051-10/+22
* workqueue: Remove deprecated flush[_delayed]_work_sync()Jingoo Han2017-12-051-12/+0
* workqueue: Spelling s/instensive/intensive/Geert Uytterhoeven2017-12-051-1/+1
* workqueue: Remove deprecated __cancel_delayed_work()Tan Xiaojun2017-12-051-15/+0
* workqueue.h: remove loops of single statement macrosValentin Rothberg2017-12-051-6/+2
* workqueue: remove unused WORK_CPU_ENDLai Jiangshan2017-12-051-2/+1
* workqueue: move flush_scheduled_work() to workqueue.hLai Jiangshan2017-12-052-31/+29
* workqueue: remove unused work_clear_pending()Lai Jiangshan2017-12-051-7/+0
* kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoFabian Frederick2017-12-051-3/+3
* workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the...Daeseok Youn2017-12-051-6/+2
* workqueue: wake regular worker if need_more_worker() when rescuer leave the poolLai Jiangshan2017-12-051-2/+2
* workqueue: alloc struct worker on its local nodeLai Jiangshan2017-12-051-4/+4
* workqueue: reuse the already calculated pwq in try_to_grab_pending()Lai Jiangshan2017-12-051-1/+1
* workqueue: stronger test in process_one_work()Lai Jiangshan2017-12-051-7/+1
* workqueue: remove useless WARN_ON_ONCE()Lai Jiangshan2017-12-051-2/+0
* workqueue: sanity check pool->cpu in wq_worker_sleeping()Lai Jiangshan2017-12-051-1/+1
* workqueue: use schedule_timeout_interruptible() instead of open codeLai Jiangshan2017-12-051-2/+1
* workqueue: remove the empty check in too_many_workers()Lai Jiangshan2017-12-051-7/+0
* workqueue: use "pool->cpu < 0" to stand for an unbound poolLai Jiangshan2017-12-051-1/+1