mbox series

[0/1] cifs: add fiemap support

Message ID 20190425064529.19357-1-lsahlber@redhat.com (mailing list archive)
Headers show
Series cifs: add fiemap support | expand

Message

Ronnie Sahlberg April 25, 2019, 6:45 a.m. UTC
Steve, Pavel,

Please find a small patch that adds fiemap support to smb2+
This patch will conflict with the previous SEEK_HOLE/DATA patch
but please disregard that patch for a now. There are things we need to
think about with punch-hole and seek/data/hole first.
I will send a separate email about that.

With this patch, filefrag -v will work against a windows16 server with sparse files with holes.
This also allows the 'cp' commands to operate much more efficient if copying
large sparse files from a smb2+ share.