commit | fb830fc5cfc90ba8236921aacb72c6d70bf78af7 | [log] [tgz] |
---|---|---|
author | Chao Yu <[email protected]> | Fri May 19 23:37:01 2017 +0800 |
committer | Jaegeuk Kim <[email protected]> | Tue May 23 21:09:03 2017 -0700 |
tree | b4a67924b1df7f03367b6af6b2d795efff91699b | |
parent | e41e6d75e5010741f01f8aa4f77a5e8a1786652d [diff] |
f2fs: introduce io_list for serialize data/node IOs Serialize data/node IOs by using fifo list instead of mutex lock, it will help to enhance concurrency of f2fs, meanwhile keeping LFS IO semantics. Signed-off-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>