git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63f92dd
)
f2fs: add key functions for f2fs_io_tracer
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Thu, 18 Dec 2014 03:51:57 +0000
(19:51 -0800)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Sat, 10 Jan 2015 01:02:24 +0000
(17:02 -0800)
This patch adds two key functions to trace process ids and IOs.
The basic idea is to
1. remain process ids, pids, in page->private.
2. show pids in IO traces.
So, later we can retrieve process information according to IO traces.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
No differences found