summaryrefslogtreecommitdiffstats
path: root/fs/netfs
Commit message (Expand)AuthorAgeFilesLines
* netfs: Make ops->init_rreq() optionalJeffle Xu2022-01-211-1/+2
* netfs: Pass more information on how to deal with a hole in the cacheDavid Howells2022-01-071-4/+4
* netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd spaceDavid Howells2022-01-071-1/+1
* netfs: fix parameter of cleanup()Jeffle Xu2021-12-071-3/+3
* netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lockDavid Howells2021-12-071-10/+5
* netfs: Adjust docs after foliationDavid Howells2021-11-291-2/+2
* netfs, 9p, afs, ceph: Use foliosDavid Howells2021-11-101-82/+83
* netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()David Howells2021-10-051-1/+1
* netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton2021-06-211-13/+36
* netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manualDavid Howells2021-05-251-1/+1
* netfs: Pass flags through to grab_cache_page_write_begin()David Howells2021-05-251-1/+1
* netfs: Miscellaneous fixesDavid Howells2021-04-261-3/+3
* netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells2021-04-231-2/+12
* netfs: Define an interface to talk to a cacheDavid Howells2021-04-231-1/+238
* netfs: Add write_begin helperDavid Howells2021-04-233-3/+174
* netfs: Gather statsDavid Howells2021-04-235-2/+127
* netfs: Add tracepointsDavid Howells2021-04-231-0/+26
* netfs: Provide readahead and readpage netfs helpersDavid Howells2021-04-233-0/+792
* netfs: Make a netfs helper moduleDavid Howells2021-04-231-0/+8