summaryrefslogtreecommitdiff
path: root/fs/netfs/objects.c
AgeCommit message (Expand)Author
2024-05-01netfs: New writeback implementationDavid Howells
2024-05-01netfs: Use mempools for allocating requests and subrequestsDavid Howells
2024-04-29netfs: Use subreq_counter to allocate subreq debug_index valuesDavid Howells
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells
2023-12-28netfs: Implement a write-through caching optionDavid Howells
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells
2023-12-28netfs: Make netfs_put_request() handle a NULL pointerDavid Howells
2023-12-28netfs: Extend the netfs_io_*request structs to handle writesDavid Howells
2023-12-28netfs: Add support for DIO bufferingDavid 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
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-03-18netfs: Add a function to consolidate beginning a readDavid Howells
2022-03-18netfs: Add a netfs inode contextDavid Howells
2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells
2022-03-18netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells
2022-03-18netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells
2022-03-18netfs: Trace refcounting on the netfs_io_request structDavid Howells
2022-03-18netfs: Split netfs_io_* object handling outDavid Howells