index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
trace
/
events
/
netfs.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags
David Howells
2024-08-12
1
-0
/
+1
*
netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...
David Howells
2024-08-12
1
-0
/
+1
*
cifs: Implement netfslib hooks
David Howells
2024-05-01
1
-0
/
+1
*
netfs: Miscellaneous tidy ups
David Howells
2024-05-01
1
-5
/
+1
*
netfs: New writeback implementation
David Howells
2024-05-01
1
-3
/
+229
*
netfs: Switch to using unsigned long long rather than loff_t
David Howells
2024-05-01
1
-3
/
+3
*
netfs: Remove ->launder_folio() support
David Howells
2024-05-01
1
-3
/
+0
*
netfs: Replace PG_fscache by setting folio->private and marking dirty
David Howells
2024-04-29
1
-1
/
+5
*
netfs: Implement a write-through caching option
David Howells
2023-12-28
1
-2
/
+6
*
netfs: Provide a launder_folio implementation
David Howells
2023-12-28
1
-0
/
+3
*
netfs: Implement unbuffered/DIO write support
David Howells
2023-12-28
1
-1
/
+3
*
netfs: Implement unbuffered/DIO read support
David Howells
2023-12-28
1
-1
/
+6
*
netfs: Make netfs_read_folio() handle streaming-write pages
David Howells
2023-12-28
1
-0
/
+2
*
netfs: Provide func to copy data to pagecache for buffered write
David Howells
2023-12-28
1
-0
/
+73
*
netfs: Dispatch write requests to process a writeback slice
David Howells
2023-12-28
1
-2
/
+48
*
netfs: Make the refcounting of netfs_begin_read() easier to use
David Howells
2023-12-28
1
-4
/
+5
*
netfs: Extend the netfs_io_*request structs to handle writes
David Howells
2023-12-28
1
-2
/
+6
*
netfs: Limit subrequest by size or number of segments
David Howells
2023-12-28
1
-0
/
+1
*
netfs: Add a function to consolidate beginning a read
David Howells
2022-03-18
1
-2
/
+3
*
netfs: Refactor arguments for netfs_alloc_read_request
David Howells
2022-03-18
1
-1
/
+10
*
netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines
David Howells
2022-03-18
1
-4
/
+4
*
netfs: Trace refcounting on the netfs_io_subrequest struct
David Howells
2022-03-18
1
-0
/
+40
*
netfs: Trace refcounting on the netfs_io_request struct
David Howells
2022-03-18
1
-0
/
+35
*
netfs: Adjust the netfs_rreq tracepoint slightly
David Howells
2022-03-18
1
-9
/
+9
*
netfs: Rename netfs_read_*request to netfs_io_*request
David Howells
2022-03-18
1
-7
/
+7
*
netfs: Generate enums from trace symbol mapping lists
David Howells
2022-03-18
1
-43
/
+16
*
netfs: Display the netfs inode number in the netfs_read tracepoint
David Howells
2022-01-07
1
-1
/
+4
*
netfs: Move cookie debug ID to struct netfs_cache_resources
David Howells
2021-08-25
1
-1
/
+1
*
netfs: Add a tracepoint to log failures that would be otherwise unseen
David Howells
2021-04-23
1
-0
/
+58
*
netfs: Define an interface to talk to a cache
David Howells
2021-04-23
1
-0
/
+2
*
netfs: Add write_begin helper
David Howells
2021-04-23
1
-1
/
+3
*
netfs: Add tracepoints
David Howells
2021-04-23
1
-0
/
+199