summaryrefslogtreecommitdiffstats
path: root/fs/netfs/objects.c
Commit message (Expand)AuthorAgeFilesLines
* netfs: Implement a write-through caching optionDavid Howells2023-12-281-0/+1
* netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells2023-12-281-0/+1
* netfs: Implement unbuffered/DIO write supportDavid Howells2023-12-281-2/+4
* netfs: Implement unbuffered/DIO read supportDavid Howells2023-12-281-1/+4
* netfs: Make netfs_put_request() handle a NULL pointerDavid Howells2023-12-281-10/+13
* netfs: Extend the netfs_io_*request structs to handle writesDavid Howells2023-12-281-0/+6
* netfs: Add support for DIO bufferingDavid Howells2023-12-281-0/+10
* netfs: Add a ->free_subrequest() opDavid Howells2023-12-241-0/+2
* netfs: Allow the netfs to make the io (sub)request alloc largerDavid Howells2023-12-241-2/+5
* netfs: Add a procfile to list in-progress requestsDavid Howells2023-12-241-1/+3
* netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells2022-06-101-3/+3
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-1/+1
* netfs: Add a function to consolidate beginning a readDavid Howells2022-03-181-1/+0
* netfs: Add a netfs inode contextDavid Howells2022-03-181-6/+6
* netfs: Change ->init_request() to return an error codeDavid Howells2022-03-181-17/+24
* netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells2022-03-181-3/+10
* netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells2022-03-181-9/+23
* netfs: Trace refcounting on the netfs_io_request structDavid Howells2022-03-181-7/+17
* netfs: Split netfs_io_* object handling outDavid Howells2022-03-181-0/+123