commit | 24b8491251cde66879e74092167cc0f27a1f11ce | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Feb 03 13:49:44 2016 -0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Feb 22 16:07:23 2016 -0800 |
tree | ffb8fc277cc2a649e6d98c6305083683e2dfee1b | |
parent | b439b103a6c9eb3417f34b4a609d4e00b4c59aca [diff] |
f2fs: preallocate blocks for buffered aio writes This patch preallocates data blocks for buffered aio writes. With this patch, we can avoid redundant locking and unlocking of node pages given consecutive aio request. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>