summaryrefslogtreecommitdiffstats
path: root/include/linux/netfs.h
Commit message (Expand)AuthorAgeFilesLines
* netfs: Keep track of the actual remote file sizeDavid Howells2022-03-181-0/+16
* netfs: Add a netfs inode contextDavid Howells2022-03-181-11/+70
* netfs: Change ->init_request() to return an error codeDavid Howells2022-03-181-1/+1
* netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells2022-03-181-0/+7
* netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells2022-03-181-1/+7
* netfs: Trace refcounting on the netfs_io_request structDavid Howells2022-03-181-1/+1
* netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells2022-03-181-11/+11
* netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells2022-03-181-21/+21
* netfs, cachefiles: Add a method to query presence of data in the cacheDavid Howells2022-02-011-0/+7
* netfs: Pass more information on how to deal with a hole in the cacheDavid Howells2022-01-071-1/+10
* fscache: Implement cookie invalidationDavid Howells2022-01-071-0/+1
* netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd spaceDavid Howells2022-01-071-1/+2
* netfs, 9p, afs, ceph: Use foliosDavid Howells2021-11-101-6/+6
* fs/netfs: Add folio fscache functionsMatthew Wilcox (Oracle)2021-09-271-27/+48
* mm/filemap: Add folio private_2 functionsMatthew Wilcox (Oracle)2021-09-271-3/+3
* netfs: Move cookie debug ID to struct netfs_cache_resourcesDavid Howells2021-08-251-1/+1
* netfs: Define an interface to talk to a cacheDavid Howells2021-04-231-0/+55
* netfs: Add write_begin helperDavid Howells2021-04-231-0/+8
* netfs: Gather statsDavid Howells2021-04-231-0/+1
* netfs: Add tracepointsDavid Howells2021-04-231-0/+1
* netfs: Provide readahead and readpage netfs helpersDavid Howells2021-04-231-0/+83
* netfs, mm: Add set/end/wait_on_page_fscache() aliasesDavid Howells2021-04-231-0/+57
* netfs, mm: Move PG_fscache helper funcs to linux/netfs.hDavid Howells2021-04-231-0/+29