summaryrefslogtreecommitdiff
path: root/include/linux/netfs.h
AgeCommit message (Expand)Author
2024-01-05netfs: Fix interaction between write-streaming and cachefiles cullingDavid Howells
2024-01-04netfs: Rearrange netfs_io_subrequest to put request pointer firstDavid Howells
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells
2023-12-28netfs: Implement a write-through caching optionDavid Howells
2023-12-28netfs: Provide a launder_folio implementationDavid Howells
2023-12-28netfs: Provide a writepages implementationDavid Howells
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells
2023-12-28netfs: Provide netfs_file_read_iter()David Howells
2023-12-28netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()David Howells
2023-12-28netfs: Implement buffered write APIDavid Howells
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeDavid Howells
2023-12-28netfs: Dispatch write requests to process a writeback sliceDavid Howells
2023-12-28netfs: Prep to use folio->private for write grouping and streaming writeDavid Howells
2023-12-28netfs: Add a hook to allow tell the netfs to update its i_sizeDavid Howells
2023-12-28netfs: Extend the netfs_io_*request structs to handle writesDavid Howells
2023-12-28netfs: Limit subrequest by size or number of segmentsDavid Howells
2023-12-28netfs: Add func to calculate pagecount/size-limited span of an iteratorDavid Howells
2023-12-28netfs: Provide tools to create a buffer in an xarrayDavid Howells
2023-12-28netfs: Add support for DIO bufferingDavid Howells
2023-12-24netfs: Add iov_iters to (sub)requests to describe various buffersDavid Howells
2023-12-24netfs: Implement unbuffered/DIO vs buffered I/O lockingDavid Howells
2023-12-24netfs: Provide invalidate_folio and release_folio callsDavid Howells
2023-12-24netfs: Add a ->free_subrequest() opDavid Howells
2023-12-24netfs: Allow the netfs to make the io (sub)request alloc largerDavid Howells
2023-12-24netfs: Add a procfile to list in-progress requestsDavid Howells
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells
2023-12-24netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlinkDavid Howells
2023-12-24netfs, fscache: Remove ->begin_cache_operationDavid Howells
2023-06-08Move netfs_extract_iter_to_sg() to lib/scatterlist.cDavid Howells
2023-06-08Drop the netfs_ prefix from netfs_extract_iter_to_sg()David Howells
2023-02-20netfs: Add a function to extract an iterator into a scatterlistDavid Howells
2023-02-20netfs: Add a function to extract a UBUF or IOVEC into a BVEC iteratorDavid Howells
2022-12-07fscache,cachefiles: add prepare_ondemand_read() callbackJingbo Xu
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-07-14netfs: do not unlock and put the folio twiceXiubo Li
2022-06-29netfs: Remove extern from function prototypesMatthew Wilcox (Oracle)
2022-06-14netfs: fix up netfs_inode_init() docbook commentLinus Torvalds
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-24Merge tag 'erofs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-18cachefiles: implement on-demand readJeffle Xu
2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)
2022-05-08netfs: Eliminate Clang randstruct warningKees Cook
2022-03-18netfs: Keep track of the actual remote file sizeDavid Howells
2022-03-18netfs: Add a netfs inode contextDavid Howells