summaryrefslogtreecommitdiffstats
path: root/fs/netfs
AgeCommit message (Expand)AuthorLines
2021-12-07netfs: fix parameter of cleanup()Jeffle Xu-3/+3
2021-12-07netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lockDavid Howells-10/+5
2021-11-29netfs: Adjust docs after foliationDavid Howells-2/+2
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells-82/+83
2021-10-05netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()David Howells-1/+1
2021-06-21netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton-13/+36
2021-05-25netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manualDavid Howells-1/+1
2021-05-25netfs: Pass flags through to grab_cache_page_write_begin()David Howells-1/+1
2021-04-26netfs: Miscellaneous fixesDavid Howells-3/+3
2021-04-23netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells-2/+12
2021-04-23netfs: Define an interface to talk to a cacheDavid Howells-1/+238
2021-04-23netfs: Add write_begin helperDavid Howells-3/+174
2021-04-23netfs: Gather statsDavid Howells-2/+127
2021-04-23netfs: Add tracepointsDavid Howells-0/+26
2021-04-23netfs: Provide readahead and readpage netfs helpersDavid Howells-0/+792
2021-04-23netfs: Make a netfs helper moduleDavid Howells-0/+8