index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
fs
/
netfs
/
misc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-21
netfs: Add functions to build/clean a buffer in a folio_queue
David Howells
1
-0
/
+96
2024-12-21
netfs: Abstract out a rolling folio buffer implementation
David Howells
1
-147
/
+0
2024-12-21
netfs: Add a tracepoint to log the lifespan of folio_queue structs
David Howells
1
-11
/
+20
2024-12-21
netfs: Use a folio_queue allocation and free functions
David Howells
1
-4
/
+34
2024-10-01
netfs: Fix a KMSAN uninit-value error in netfs_clear_buffer
Chang Yu
1
-1
/
+1
2024-09-27
netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs)
David Howells
1
-21
/
+53
2024-09-12
netfs: Provide an iterator-reset function
David Howells
1
-0
/
+18
2024-09-12
netfs: Use new folio_queue data type and iterator instead of xarray iter
David Howells
1
-0
/
+76
2024-08-24
netfs: Fix trimming of streaming-write folios in netfs_inval_folio()
David Howells
1
-15
/
+35
2024-08-24
netfs: Fix netfs_release_folio() to say no if folio dirty
David Howells
1
-0
/
+3
2024-08-21
netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->pr...
David Howells
1
-0
/
+7
2024-07-24
netfs: Revert "netfs: Switch debug logging to pr_debug()"
David Howells
1
-2
/
+2
2024-07-11
Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2024-06-26
netfs: Delete some xarray-wangling functions that aren't used
David Howells
1
-81
/
+0
2024-06-12
netfs: Switch debug logging to pr_debug()
Uwe Kleine-König
1
-2
/
+2
2024-04-29
netfs: Replace PG_fscache by setting folio->private and marking dirty
David Howells
1
-9
/
+1
2024-01-23
netfs: Don't use certain unnecessary folio_*() functions
David Howells
1
-1
/
+1
2023-12-28
netfs: Optimise away reads above the point at which there can be no data
David Howells
1
-0
/
+5
2023-12-28
netfs: Prep to use folio->private for write grouping and streaming write
David Howells
1
-0
/
+46
2023-12-28
netfs: Provide tools to create a buffer in an xarray
David Howells
1
-0
/
+81
2023-12-24
netfs: Provide invalidate_folio and release_folio calls
David Howells
1
-0
/
+42
2023-12-24
netfs: Move pinning-for-writeback from fscache to netfs
David Howells
1
-0
/
+86