]> asedeno.scripts.mit.edu Git - linux.git/commit
orangefs: implement writepages
authorMartin Brandenburg <martin@omnibond.com>
Fri, 14 Dec 2018 22:04:21 +0000 (17:04 -0500)
committerMike Marshall <hubcap@omnibond.com>
Fri, 3 May 2019 18:32:39 +0000 (14:32 -0400)
commitc472ebc25555e634d89e1ed508d37c9102bff017
tree073011cd91aad62aaa470f2c7e0e4b3dc9854394
parent52e2d0a3804c095775b178d6b0707ef6ac8e6d04
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>
fs/orangefs/file.c