summaryrefslogtreecommitdiff
path: root/include/trace/events/netfs.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-28netfs: Implement a write-through caching optionDavid Howells1-2/+6
2023-12-28netfs: Provide a launder_folio implementationDavid Howells1-0/+3
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells1-1/+3
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells1-1/+6
2023-12-28netfs: Make netfs_read_folio() handle streaming-write pagesDavid Howells1-0/+2
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeDavid Howells1-0/+73
2023-12-28netfs: Dispatch write requests to process a writeback sliceDavid Howells1-2/+48
2023-12-28netfs: Make the refcounting of netfs_begin_read() easier to useDavid Howells1-4/+5
2023-12-28netfs: Extend the netfs_io_*request structs to handle writesDavid Howells1-2/+6
2023-12-28netfs: Limit subrequest by size or number of segmentsDavid Howells1-0/+1
2022-03-18netfs: Add a function to consolidate beginning a readDavid Howells1-2/+3
2022-03-18netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells1-1/+10
2022-03-18netfs: Adjust the netfs_failure tracepoint to indicate non-subreq linesDavid Howells1-4/+4
2022-03-18netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells1-0/+40
2022-03-18netfs: Trace refcounting on the netfs_io_request structDavid Howells1-0/+35
2022-03-18netfs: Adjust the netfs_rreq tracepoint slightlyDavid Howells1-9/+9
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells1-7/+7
2022-03-18netfs: Generate enums from trace symbol mapping listsDavid Howells1-43/+16
2022-01-07netfs: Display the netfs inode number in the netfs_read tracepointDavid Howells1-1/+4
2021-08-25netfs: Move cookie debug ID to struct netfs_cache_resourcesDavid Howells1-1/+1
2021-04-23netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells1-0/+58
2021-04-23netfs: Define an interface to talk to a cacheDavid Howells1-0/+2
2021-04-23netfs: Add write_begin helperDavid Howells1-1/+3
2021-04-23netfs: Add tracepointsDavid Howells1-0/+199