aboutsummaryrefslogtreecommitdiff
path: root/include/linux/netfs.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-12/+11
2022-07-14netfs: do not unlock and put the folio twiceGravatar Xiubo Li 1-1/+1
2022-06-29netfs: Remove extern from function prototypesGravatar Matthew Wilcox (Oracle) 1-12/+11
2022-06-14netfs: fix up netfs_inode_init() docbook commentGravatar Linus Torvalds 1-1/+1
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerGravatar David Howells 1-1/+2
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedGravatar Linus Torvalds 1-13/+9
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-25/+16
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-2/+2
2022-05-24Merge tag 'erofs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2022-05-18cachefiles: implement on-demand readGravatar Jeffle Xu 1-0/+1
2022-05-09fs: Convert netfs_readpage to netfs_read_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08netfs: Eliminate Clang randstruct warningGravatar Kees Cook 1-2/+2
2022-03-18netfs: Keep track of the actual remote file sizeGravatar David Howells 1-0/+16
2022-03-18netfs: Add a netfs inode contextGravatar David Howells 1-11/+70
2022-03-18netfs: Change ->init_request() to return an error codeGravatar David Howells 1-1/+1
2022-03-18netfs: Refactor arguments for netfs_alloc_read_requestGravatar David Howells 1-0/+7
2022-03-18netfs: Trace refcounting on the netfs_io_subrequest structGravatar David Howells 1-1/+7
2022-03-18netfs: Trace refcounting on the netfs_io_request structGravatar David Howells 1-1/+1
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestGravatar David Howells 1-11/+11
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestGravatar David Howells 1-21/+21
2022-02-01netfs, cachefiles: Add a method to query presence of data in the cacheGravatar David Howells 1-0/+7
2022-01-07netfs: Pass more information on how to deal with a hole in the cacheGravatar David Howells 1-1/+10
2022-01-07fscache: Implement cookie invalidationGravatar David Howells 1-0/+1
2022-01-07netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd spaceGravatar David Howells 1-1/+2
2021-11-10netfs, 9p, afs, ceph: Use foliosGravatar David Howells 1-6/+6
2021-09-27fs/netfs: Add folio fscache functionsGravatar Matthew Wilcox (Oracle) 1-27/+48
2021-09-27mm/filemap: Add folio private_2 functionsGravatar Matthew Wilcox (Oracle) 1-3/+3
2021-08-25netfs: Move cookie debug ID to struct netfs_cache_resourcesGravatar David Howells 1-1/+1
2021-04-23netfs: Define an interface to talk to a cacheGravatar David Howells 1-0/+55
2021-04-23netfs: Add write_begin helperGravatar David Howells 1-0/+8
2021-04-23netfs: Gather statsGravatar David Howells 1-0/+1
2021-04-23netfs: Add tracepointsGravatar David Howells 1-0/+1
2021-04-23netfs: Provide readahead and readpage netfs helpersGravatar David Howells 1-0/+83
2021-04-23netfs, mm: Add set/end/wait_on_page_fscache() aliasesGravatar David Howells 1-0/+57
2021-04-23netfs, mm: Move PG_fscache helper funcs to linux/netfs.hGravatar David Howells 1-0/+29