summaryrefslogtreecommitdiff
path: root/include/linux/netfs.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-28netfs: fix kernel doc for nets_wait_for_outstanding_io()Christian Brauner1-1/+1
2024-05-27Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+18
2024-05-27netfs, 9p: Fix race between umount and async request completionDavid Howells1-0/+18
2024-05-21smb3: reenable swapfiles over SMB3 mountsSteve French1-0/+2
2024-05-14cifs: Fix locking in cifs_strict_readv()Steve French1-0/+1
2024-05-01cifs: Implement netfslib hooksDavid Howells1-0/+1
2024-05-01netfs, afs: Use writeback retry to deal with alternate keysDavid Howells1-0/+2
2024-05-01netfs: Cut over to using new writeback codeDavid Howells1-9/+0
2024-05-01netfs: New writeback implementationDavid Howells1-1/+67
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells1-7/+9
2024-05-01netfs: Use mempools for allocating requests and subrequestsDavid Howells1-2/+3
2024-05-01netfs: Remove ->launder_folio() supportDavid Howells1-2/+0
2024-04-29netfs: Make netfs_io_request::subreq_counter an atomic_tDavid Howells1-1/+1
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells1-76/+4
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells1-3/+17
2024-01-05netfs: Fix interaction between write-streaming and cachefiles cullingDavid Howells1-0/+1
2024-01-04netfs: Rearrange netfs_io_subrequest to put request pointer firstDavid Howells1-1/+1
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells1-3/+18
2023-12-28netfs: Implement a write-through caching optionDavid Howells1-0/+2
2023-12-28netfs: Provide a launder_folio implementationDavid Howells1-0/+2
2023-12-28netfs: Provide a writepages implementationDavid Howells1-0/+2
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells1-2/+3
2023-12-28netfs: Provide netfs_file_read_iter()David Howells1-0/+2
2023-12-28netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()David Howells1-0/+4
2023-12-28netfs: Implement buffered write APIDavid Howells1-0/+3
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells1-0/+4
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells1-0/+9
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeDavid Howells1-0/+5
2023-12-28netfs: Dispatch write requests to process a writeback sliceDavid Howells1-0/+13
2023-12-28netfs: Prep to use folio->private for write grouping and streaming writeDavid Howells1-0/+41
2023-12-28netfs: Add a hook to allow tell the netfs to update its i_sizeDavid Howells1-0/+4
2023-12-28netfs: Extend the netfs_io_*request structs to handle writesDavid Howells1-1/+14
2023-12-28netfs: Limit subrequest by size or number of segmentsDavid Howells1-0/+1
2023-12-28netfs: Add func to calculate pagecount/size-limited span of an iteratorDavid Howells1-0/+2
2023-12-28netfs: Provide tools to create a buffer in an xarrayDavid Howells1-0/+4
2023-12-28netfs: Add support for DIO bufferingDavid Howells1-0/+3
2023-12-24netfs: Add iov_iters to (sub)requests to describe various buffersDavid Howells1-0/+3
2023-12-24netfs: Implement unbuffered/DIO vs buffered I/O lockingDavid Howells1-0/+10
2023-12-24netfs: Provide invalidate_folio and release_folio callsDavid Howells1-2/+4
2023-12-24netfs: Add a ->free_subrequest() opDavid Howells1-0/+1
2023-12-24netfs: Allow the netfs to make the io (sub)request alloc largerDavid Howells1-0/+2
2023-12-24netfs: Add a procfile to list in-progress requestsDavid Howells1-1/+5
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells1-0/+3
2023-12-24netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlinkDavid Howells1-1/+0
2023-12-24netfs, fscache: Remove ->begin_cache_operationDavid Howells1-3/+1
2023-06-08Move netfs_extract_iter_to_sg() to lib/scatterlist.cDavid Howells1-4/+0
2023-06-08Drop the netfs_ prefix from netfs_extract_iter_to_sg()David Howells1-3/+3
2023-02-21netfs: Add a function to extract an iterator into a scatterlistDavid Howells1-0/+4
2023-02-21netfs: Add a function to extract a UBUF or IOVEC into a BVEC iteratorDavid Howells1-0/+4
2022-12-07fscache,cachefiles: add prepare_ondemand_read() callbackJingbo Xu1-0/+8