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