summaryrefslogtreecommitdiff
path: root/include/trace/events/netfs.h
AgeCommit message (Expand)Author
2025-02-13netfs: Fix a number of read-retry hangsDavid Howells
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells
2024-12-20netfs: Add support for caching single monolithic objects such as AFS dirsDavid Howells
2024-12-20netfs: Add functions to build/clean a buffer in a folio_queueDavid Howells
2024-12-20cachefiles: Add some subrequest tracepointsDavid Howells
2024-12-20netfs: Abstract out a rolling folio buffer implementationDavid Howells
2024-12-20netfs: Add a tracepoint to log the lifespan of folio_queue structsDavid Howells
2024-12-20netfs: Clean up some whitespace in trace headerDavid Howells
2024-11-18Merge tag 'vfs-6.13.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-10-07netfs: In readahead, put the folio refs as soon extractedDavid Howells
2024-10-07netfs: Remove call to folio_index()Matthew Wilcox (Oracle)
2024-09-30netfs: Fix the netfs_folio tracepoint to handle NULL mappingDavid Howells
2024-09-12netfs: Cancel dirty folios that have no storage destinationDavid Howells
2024-09-12netfs: Speed up buffered readingDavid Howells
2024-09-12netfs: Simplify the writeback codeDavid Howells
2024-09-12netfs: Use new folio_queue data type and iterator instead of xarray iterDavid Howells
2024-09-05netfs: Remove NETFS_COPY_TO_CACHEDavid Howells
2024-09-05netfs: Reserve netfs_sreq_source 0 as unset/unknownDavid Howells
2024-09-05netfs: Reduce number of conditional branches in netfs_perform_write()David Howells
2024-08-12netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells
2024-08-12netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...David Howells
2024-05-01cifs: Implement netfslib hooksDavid Howells
2024-05-01netfs: Miscellaneous tidy upsDavid Howells
2024-05-01netfs: New writeback implementationDavid Howells
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells
2024-05-01netfs: Remove ->launder_folio() supportDavid 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: Provide a launder_folio implementationDavid Howells
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells
2023-12-28netfs: Make netfs_read_folio() handle streaming-write pagesDavid Howells
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeDavid Howells
2023-12-28netfs: Dispatch write requests to process a writeback sliceDavid Howells
2023-12-28netfs: Make the refcounting of netfs_begin_read() easier to useDavid Howells
2023-12-28netfs: Extend the netfs_io_*request structs to handle writesDavid Howells
2023-12-28netfs: Limit subrequest by size or number of segmentsDavid Howells
2022-03-18netfs: Add a function to consolidate beginning a readDavid Howells
2022-03-18netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells
2022-03-18netfs: Adjust the netfs_failure tracepoint to indicate non-subreq linesDavid 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: Adjust the netfs_rreq tracepoint slightlyDavid Howells
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells
2022-03-18netfs: Generate enums from trace symbol mapping listsDavid Howells
2022-01-07netfs: Display the netfs inode number in the netfs_read tracepointDavid Howells
2021-08-25netfs: Move cookie debug ID to struct netfs_cache_resourcesDavid Howells
2021-04-23netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells
2021-04-23netfs: Define an interface to talk to a cacheDavid Howells
2021-04-23netfs: Add write_begin helperDavid Howells