commit | c472ebc25555e634d89e1ed508d37c9102bff017 | [log] [tgz] |
---|---|---|
author | Martin Brandenburg <martin@omnibond.com> | Fri Dec 14 17:04:21 2018 -0500 |
committer | Mike Marshall <hubcap@omnibond.com> | Fri May 03 14:32:39 2019 -0400 |
tree | 073011cd91aad62aaa470f2c7e0e4b3dc9854394 | |
parent | 52e2d0a3804c095775b178d6b0707ef6ac8e6d04 [diff] |
orangefs: implement writepages Go through pages and look for a consecutive writable region. After finding a number of consecutive writable pages or when finding that the next page's dirty range is not contiguous and cannot be written as one request, send the write to the server. The number of pages is determined by the client-core's buffer size. Signed-off-by: Martin Brandenburg <martin@omnibond.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>