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
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
/
buffered_read.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-07
netfs: In readahead, put the folio refs as soon extracted
David Howells
1
-33
/
+14
2024-09-12
netfs: Speed up buffered reading
David Howells
1
-295
/
+471
2024-08-12
netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags
David Howells
1
-18
/
+107
2024-08-12
netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...
David Howells
1
-1
/
+7
2024-07-24
netfs: Revert "netfs: Switch debug logging to pr_debug()"
David Howells
1
-7
/
+7
2024-07-22
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2024-07-04
netfs: drop usage of folio_file_pos
Kairui Song
1
-2
/
+2
2024-06-12
netfs: Switch debug logging to pr_debug()
Uwe Kleine-König
1
-7
/
+7
2024-05-01
netfs: Add some write-side stats and clean up some stat names
David Howells
1
-1
/
+1
2024-05-01
netfs: Switch to using unsigned long long rather than loff_t
David Howells
1
-1
/
+3
2024-04-29
netfs: Remove deprecated use of PG_private_2 as a second writeback flag
David Howells
1
-7
/
+1
2024-04-29
mm: Remove the PG_fscache alias for PG_private_2
David Howells
1
-2
/
+2
2024-04-29
netfs: Replace PG_fscache by setting folio->private and marking dirty
David Howells
1
-10
/
+26
2024-01-23
netfs: Don't use certain unnecessary folio_*() functions
David Howells
1
-6
/
+6
2023-12-28
netfs: Provide netfs_file_read_iter()
David Howells
1
-0
/
+73
2023-12-28
netfs: Make netfs_read_folio() handle streaming-write pages
David Howells
1
-3
/
+58
2023-12-28
netfs: Provide func to copy data to pagecache for buffered write
David Howells
1
-0
/
+49
2023-12-28
netfs: Make the refcounting of netfs_begin_read() easier to use
David Howells
1
-1
/
+5
2023-12-24
netfs: Add iov_iters to (sub)requests to describe various buffers
David Howells
1
-0
/
+13
2023-12-24
netfs, fscache: Remove ->begin_cache_operation
David Howells
1
-15
/
+18
2023-09-18
netfs: Only call folio_start_fscache() one time for each folio
Dave Wysochanski
1
-1
/
+5
2023-04-28
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2023-04-06
fs: Add FGP_WRITEBEGIN
Matthew Wilcox
1
-2
/
+1
2023-04-06
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
1
-2
/
+2
2022-11-15
netfs: Fix dodgy maths
David Howells
1
-8
/
+9
2022-11-15
netfs: Fix missing xas_retry() calls in xarray iteration
David Howells
1
-2
/
+7
2022-07-14
netfs: do not unlock and put the folio twice
Xiubo Li
1
-7
/
+10
2022-06-10
netfs: Further cleanups after struct netfs_inode wrapper introduced
Linus Torvalds
1
-2
/
+3
2022-06-09
netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
David Howells
1
-3
/
+3
2022-05-09
fs: Convert netfs_readpage to netfs_read_folio
Matthew Wilcox (Oracle)
1
-8
/
+7
2022-05-08
fs: Remove aop_flags parameter from netfs_write_begin()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-05-08
fs: Remove AOP_FLAG_NOFS
Matthew Wilcox (Oracle)
1
-5
/
+1
2022-03-18
netfs: Split fs/netfs/read_helper.c
David Howells
1
-0
/
+428