]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cifs: add FALLOC_FL_INSERT_RANGE support
authorRonnie Sahlberg <lsahlber@redhat.com>
Fri, 26 Mar 2021 20:31:30 +0000 (06:31 +1000)
committerSteve French <stfrench@microsoft.com>
Tue, 13 Apr 2021 05:03:48 +0000 (00:03 -0500)
commit25a626f7ecf6b6a282bd45d03d7a990a31fbe273
tree9319c75346c4244fc2b9e1c6f90728c1e25cb251
parent813a7f68eb3ed2ff6a7c3429c70965550a45b973
cifs: add FALLOC_FL_INSERT_RANGE support

Emulated via server side copy and setsize for
SMB3 and later. In the future we could compound
this (and/or optionally use DUPLICATE_EXTENTS
if supported by the server).

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2ops.c