summaryrefslogtreecommitdiff
path: root/include/trace/events/netfs.h
AgeCommit message (Expand)AuthorFilesLines
2024-10-07netfs: In readahead, put the folio refs as soon extractedDavid Howells1-1/+0
2024-09-30netfs: Fix the netfs_folio tracepoint to handle NULL mappingDavid Howells1-1/+2
2024-09-12netfs: Cancel dirty folios that have no storage destinationDavid Howells1-0/+1
2024-09-12netfs: Speed up buffered readingDavid Howells1-5/+98
2024-09-12netfs: Simplify the writeback codeDavid Howells1-31/+2
2024-09-12netfs: Use new folio_queue data type and iterator instead of xarray iterDavid Howells1-0/+1
2024-09-05netfs: Remove NETFS_COPY_TO_CACHEDavid Howells1-2/+1
2024-09-05netfs: Reserve netfs_sreq_source 0 as unset/unknownDavid Howells1-0/+1
2024-09-05netfs: Reduce number of conditional branches in netfs_perform_write()David Howells1-2/+0
2024-08-12netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells1-0/+1
2024-08-12netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...David Howells1-0/+1
2024-05-01cifs: Implement netfslib hooksDavid Howells1-0/+1
2024-05-01netfs: Miscellaneous tidy upsDavid Howells1-5/+1
2024-05-01netfs: New writeback implementationDavid Howells1-3/+229
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells1-3/+3
2024-05-01netfs: Remove ->launder_folio() supportDavid Howells1-3/+0
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells1-1/+5
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