• David Howells's avatar
    cifs: Enable large folio support · 7c1ac894
    David Howells authored
    Now that cifs is using netfslib for its VM interaction, it only sees I/O in
    terms of iov_iter iterators and does not see pages or folios.  This makes
    large multipage folios transparent to cifs and so we can turn on multipage
    folios on regular files.
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    cc: Steve French <sfrench@samba.org>
    cc: Shyam Prasad N <nspmangalore@gmail.com>
    cc: Rohith Surabattula <rohiths.msft@gmail.com>
    cc: Jeff Layton <jlayton@kernel.org>
    cc: linux-cifs@vger.kernel.org
    cc: netfs@lists.linux.dev
    cc: linux-fsdevel@vger.kernel.org
    cc: linux-mm@kvack.org
    7c1ac894
inode.c 84.6 KB