summaryrefslogtreecommitdiffstats
path: root/include/trace/events/netfs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells2024-08-121-0/+1
* netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...David Howells2024-08-121-0/+1
* cifs: Implement netfslib hooksDavid Howells2024-05-011-0/+1
* netfs: Miscellaneous tidy upsDavid Howells2024-05-011-5/+1
* netfs: New writeback implementationDavid Howells2024-05-011-3/+229
* netfs: Switch to using unsigned long long rather than loff_tDavid Howells2024-05-011-3/+3
* netfs: Remove ->launder_folio() supportDavid Howells2024-05-011-3/+0
* netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells2024-04-291-1/+5
* netfs: Implement a write-through caching optionDavid Howells2023-12-281-2/+6
* netfs: Provide a launder_folio implementationDavid Howells2023-12-281-0/+3
* netfs: Implement unbuffered/DIO write supportDavid Howells2023-12-281-1/+3
* netfs: Implement unbuffered/DIO read supportDavid Howells2023-12-281-1/+6
* netfs: Make netfs_read_folio() handle streaming-write pagesDavid Howells2023-12-281-0/+2
* netfs: Provide func to copy data to pagecache for buffered writeDavid Howells2023-12-281-0/+73
* netfs: Dispatch write requests to process a writeback sliceDavid Howells2023-12-281-2/+48
* netfs: Make the refcounting of netfs_begin_read() easier to useDavid Howells2023-12-281-4/+5
* netfs: Extend the netfs_io_*request structs to handle writesDavid Howells2023-12-281-2/+6
* netfs: Limit subrequest by size or number of segmentsDavid Howells2023-12-281-0/+1
* netfs: Add a function to consolidate beginning a readDavid Howells2022-03-181-2/+3
* netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells2022-03-181-1/+10
* netfs: Adjust the netfs_failure tracepoint to indicate non-subreq linesDavid Howells2022-03-181-4/+4
* netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells2022-03-181-0/+40
* netfs: Trace refcounting on the netfs_io_request structDavid Howells2022-03-181-0/+35
* netfs: Adjust the netfs_rreq tracepoint slightlyDavid Howells2022-03-181-9/+9
* netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells2022-03-181-7/+7
* netfs: Generate enums from trace symbol mapping listsDavid Howells2022-03-181-43/+16
* netfs: Display the netfs inode number in the netfs_read tracepointDavid Howells2022-01-071-1/+4
* netfs: Move cookie debug ID to struct netfs_cache_resourcesDavid Howells2021-08-251-1/+1
* netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells2021-04-231-0/+58
* netfs: Define an interface to talk to a cacheDavid Howells2021-04-231-0/+2
* netfs: Add write_begin helperDavid Howells2021-04-231-1/+3
* netfs: Add tracepointsDavid Howells2021-04-231-0/+199