aboutsummaryrefslogtreecommitdiff
path: root/include/linux/netfs.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-05netfs: Fix interaction between write-streaming and cachefiles cullingGravatar David Howells 1-0/+1
2024-01-04netfs: Rearrange netfs_io_subrequest to put request pointer firstGravatar David Howells 1-1/+1
2023-12-28netfs: Optimise away reads above the point at which there can be no dataGravatar David Howells 1-3/+18
2023-12-28netfs: Implement a write-through caching optionGravatar David Howells 1-0/+2
2023-12-28netfs: Provide a launder_folio implementationGravatar David Howells 1-0/+2
2023-12-28netfs: Provide a writepages implementationGravatar David Howells 1-0/+2
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionGravatar David Howells 1-2/+3
2023-12-28netfs: Provide netfs_file_read_iter()Gravatar David Howells 1-0/+2
2023-12-28netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()Gravatar David Howells 1-0/+4
2023-12-28netfs: Implement buffered write APIGravatar David Howells 1-0/+3
2023-12-28netfs: Implement unbuffered/DIO write supportGravatar David Howells 1-0/+4
2023-12-28netfs: Implement unbuffered/DIO read supportGravatar David Howells 1-0/+9
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeGravatar David Howells 1-0/+5
2023-12-28netfs: Dispatch write requests to process a writeback sliceGravatar David Howells 1-0/+13
2023-12-28netfs: Prep to use folio->private for write grouping and streaming writeGravatar David Howells 1-0/+41
2023-12-28netfs: Add a hook to allow tell the netfs to update its i_sizeGravatar David Howells 1-0/+4
2023-12-28netfs: Extend the netfs_io_*request structs to handle writesGravatar David Howells 1-1/+14
2023-12-28netfs: Limit subrequest by size or number of segmentsGravatar David Howells 1-0/+1
2023-12-28netfs: Add func to calculate pagecount/size-limited span of an iteratorGravatar David Howells 1-0/+2
2023-12-28netfs: Provide tools to create a buffer in an xarrayGravatar David Howells 1-0/+4
2023-12-28netfs: Add support for DIO bufferingGravatar David Howells 1-0/+3
2023-12-24netfs: Add iov_iters to (sub)requests to describe various buffersGravatar David Howells 1-0/+3
2023-12-24netfs: Implement unbuffered/DIO vs buffered I/O lockingGravatar David Howells 1-0/+10
2023-12-24netfs: Provide invalidate_folio and release_folio callsGravatar David Howells 1-2/+4
2023-12-24netfs: Add a ->free_subrequest() opGravatar David Howells 1-0/+1
2023-12-24netfs: Allow the netfs to make the io (sub)request alloc largerGravatar David Howells 1-0/+2
2023-12-24netfs: Add a procfile to list in-progress requestsGravatar David Howells 1-1/+5
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsGravatar David Howells 1-0/+3
2023-12-24netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlinkGravatar David Howells 1-1/+0
2023-12-24netfs, fscache: Remove ->begin_cache_operationGravatar David Howells 1-3/+1
2023-06-08Move netfs_extract_iter_to_sg() to lib/scatterlist.cGravatar David Howells 1-4/+0
2023-06-08Drop the netfs_ prefix from netfs_extract_iter_to_sg()Gravatar David Howells 1-3/+3
2023-02-20netfs: Add a function to extract an iterator into a scatterlistGravatar David Howells 1-0/+4
2023-02-20netfs: Add a function to extract a UBUF or IOVEC into a BVEC iteratorGravatar David Howells 1-0/+4
2022-12-07fscache,cachefiles: add prepare_ondemand_read() callbackGravatar Jingbo Xu 1-0/+8
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