OSDN Git Service

fuse: (Partially) implement fallocate()
authorMax Reitz <mreitz@redhat.com>
Tue, 27 Oct 2020 19:05:45 +0000 (20:05 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 11 Dec 2020 16:52:40 +0000 (17:52 +0100)
commit4ca37a96a75aafe7a37ba51ab1912b09b7190a6b
tree8191513c771b586800e75c72e7334398c27039fb
parent4fba06d5941e74169a6d33bcfd09093a49dd311f
fuse: (Partially) implement fallocate()

This allows allocating areas after the (old) EOF as part of a growing
resize, writing zeroes, and discarding.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20201027190600.192171-6-mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/export/fuse.c