index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
trace
/
events
/
netfs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-14
netfs: Fix race between cache write completion and ALL_QUEUED being set
David Howells
1
-0
/
+30
2025-07-01
netfs: Update tracepoints in a number of ways
David Howells
1
-8
/
+18
2025-07-01
netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read
David Howells
1
-1
/
+1
2025-07-01
netfs: Fix double put of request
David Howells
1
-0
/
+1
2025-05-23
netfs: Fix undifferentiation of DIO reads from unbuffered reads
David Howells
1
-0
/
+1
2025-05-21
Merge patch series "netfs: Miscellaneous fixes"
Christian Brauner
1
-4
/
+3
2025-05-21
netfs: Fix the request's work item to not require a ref
David Howells
1
-4
/
+3
2025-05-21
fs/netfs: remove unused source NETFS_INVALID_WRITE
Max Kellermann
1
-2
/
+1
2025-02-13
netfs: Fix a number of read-retry hangs
David Howells
1
-1
/
+3
2024-12-20
netfs: Change the read result collector to only use one work item
David Howells
1
-67
/
+12
2024-12-20
netfs: Add support for caching single monolithic objects such as AFS dirs
David Howells
1
-0
/
+4
2024-12-20
netfs: Add functions to build/clean a buffer in a folio_queue
David Howells
1
-4
/
+2
2024-12-20
cachefiles: Add some subrequest tracepoints
David Howells
1
-0
/
+3
2024-12-20
netfs: Abstract out a rolling folio buffer implementation
David Howells
1
-0
/
+2
2024-12-20
netfs: Add a tracepoint to log the lifespan of folio_queue structs
David Howells
1
-2
/
+39
2024-12-20
netfs: Clean up some whitespace in trace header
David Howells
1
-65
/
+65
2024-11-18
Merge tag 'vfs-6.13.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+1
2024-10-07
netfs: In readahead, put the folio refs as soon extracted
David Howells
1
-1
/
+0
2024-10-07
netfs: Remove call to folio_index()
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-09-30
netfs: Fix the netfs_folio tracepoint to handle NULL mapping
David Howells
1
-1
/
+2
2024-09-12
netfs: Cancel dirty folios that have no storage destination
David Howells
1
-0
/
+1
2024-09-12
netfs: Speed up buffered reading
David Howells
1
-5
/
+98
2024-09-12
netfs: Simplify the writeback code
David Howells
1
-31
/
+2
2024-09-12
netfs: Use new folio_queue data type and iterator instead of xarray iter
David Howells
1
-0
/
+1
2024-09-05
netfs: Remove NETFS_COPY_TO_CACHE
David Howells
1
-2
/
+1
2024-09-05
netfs: Reserve netfs_sreq_source 0 as unset/unknown
David Howells
1
-0
/
+1
2024-09-05
netfs: Reduce number of conditional branches in netfs_perform_write()
David Howells
1
-2
/
+0
2024-08-12
netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags
David Howells
1
-0
/
+1
2024-08-12
netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...
David Howells
1
-0
/
+1
2024-05-01
cifs: Implement netfslib hooks
David Howells
1
-0
/
+1
2024-05-01
netfs: Miscellaneous tidy ups
David Howells
1
-5
/
+1
2024-05-01
netfs: New writeback implementation
David Howells
1
-3
/
+229
2024-05-01
netfs: Switch to using unsigned long long rather than loff_t
David Howells
1
-3
/
+3
2024-05-01
netfs: Remove ->launder_folio() support
David Howells
1
-3
/
+0
2024-04-29
netfs: Replace PG_fscache by setting folio->private and marking dirty
David Howells
1
-1
/
+5
2023-12-28
netfs: Implement a write-through caching option
David Howells
1
-2
/
+6
2023-12-28
netfs: Provide a launder_folio implementation
David Howells
1
-0
/
+3
2023-12-28
netfs: Implement unbuffered/DIO write support
David Howells
1
-1
/
+3
2023-12-28
netfs: Implement unbuffered/DIO read support
David Howells
1
-1
/
+6
2023-12-28
netfs: Make netfs_read_folio() handle streaming-write pages
David Howells
1
-0
/
+2
2023-12-28
netfs: Provide func to copy data to pagecache for buffered write
David Howells
1
-0
/
+73
2023-12-28
netfs: Dispatch write requests to process a writeback slice
David Howells
1
-2
/
+48
2023-12-28
netfs: Make the refcounting of netfs_begin_read() easier to use
David Howells
1
-4
/
+5
2023-12-28
netfs: Extend the netfs_io_*request structs to handle writes
David Howells
1
-2
/
+6
2023-12-28
netfs: Limit subrequest by size or number of segments
David Howells
1
-0
/
+1
2022-03-18
netfs: Add a function to consolidate beginning a read
David Howells
1
-2
/
+3
2022-03-18
netfs: Refactor arguments for netfs_alloc_read_request
David Howells
1
-1
/
+10
2022-03-18
netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines
David Howells
1
-4
/
+4
2022-03-18
netfs: Trace refcounting on the netfs_io_subrequest struct
David Howells
1
-0
/
+40
2022-03-18
netfs: Trace refcounting on the netfs_io_request struct
David Howells
1
-0
/
+35
[next]