index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2024-10-07
netfs: In readahead, put the folio refs as soon extracted
David Howells
1
-1
/
+0
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
2022-03-18
netfs: Adjust the netfs_rreq tracepoint slightly
David Howells
1
-9
/
+9
2022-03-18
netfs: Rename netfs_read_*request to netfs_io_*request
David Howells
1
-7
/
+7
2022-03-18
netfs: Generate enums from trace symbol mapping lists
David Howells
1
-43
/
+16
2022-01-07
netfs: Display the netfs inode number in the netfs_read tracepoint
David Howells
1
-1
/
+4
2021-08-25
netfs: Move cookie debug ID to struct netfs_cache_resources
David Howells
1
-1
/
+1
2021-04-23
netfs: Add a tracepoint to log failures that would be otherwise unseen
David Howells
1
-0
/
+58
2021-04-23
netfs: Define an interface to talk to a cache
David Howells
1
-0
/
+2
2021-04-23
netfs: Add write_begin helper
David Howells
1
-1
/
+3
2021-04-23
netfs: Add tracepoints
David Howells
1
-0
/
+199