summaryrefslogtreecommitdiffstats
path: root/include/linux/netfs.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-07fscache,cachefiles: add prepare_ondemand_read() callbackJingbo Xu1-0/+8
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-12/+11
2022-07-14netfs: do not unlock and put the folio twiceXiubo Li1-1/+1
2022-06-29netfs: Remove extern from function prototypesMatthew Wilcox (Oracle)1-12/+11
2022-06-14netfs: fix up netfs_inode_init() docbook commentLinus Torvalds1-1/+1
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells1-1/+2
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds1-13/+9
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-25/+16
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-2/+2
2022-05-24Merge tag 'erofs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2022-05-18cachefiles: implement on-demand readJeffle Xu1-0/+1
2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-05-08netfs: Eliminate Clang randstruct warningKees Cook1-2/+2
2022-03-18netfs: Keep track of the actual remote file sizeDavid Howells1-0/+16
2022-03-18netfs: Add a netfs inode contextDavid Howells1-11/+70
2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells1-1/+1
2022-03-18netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells1-0/+7
2022-03-18netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells1-1/+7
2022-03-18netfs: Trace refcounting on the netfs_io_request structDavid Howells1-1/+1
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells1-11/+11
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells1-21/+21
2022-02-01netfs, cachefiles: Add a method to query presence of data in the cacheDavid Howells1-0/+7
2022-01-07netfs: Pass more information on how to deal with a hole in the cacheDavid Howells1-1/+10
2022-01-07fscache: Implement cookie invalidationDavid Howells1-0/+1
2022-01-07netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd spaceDavid Howells1-1/+2
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells1-6/+6
2021-09-27fs/netfs: Add folio fscache functionsMatthew Wilcox (Oracle)1-27/+48
2021-09-27mm/filemap: Add folio private_2 functionsMatthew Wilcox (Oracle)1-3/+3
2021-08-25netfs: Move cookie debug ID to struct netfs_cache_resourcesDavid Howells1-1/+1
2021-04-23netfs: Define an interface to talk to a cacheDavid Howells1-0/+55
2021-04-23netfs: Add write_begin helperDavid Howells1-0/+8
2021-04-23netfs: Gather statsDavid Howells1-0/+1
2021-04-23netfs: Add tracepointsDavid Howells1-0/+1
2021-04-23netfs: Provide readahead and readpage netfs helpersDavid Howells1-0/+83
2021-04-23netfs, mm: Add set/end/wait_on_page_fscache() aliasesDavid Howells1-0/+57
2021-04-23netfs, mm: Move PG_fscache helper funcs to linux/netfs.hDavid Howells1-0/+29