index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
netfs
/
buffered_read.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfs: Add some write-side stats and clean up some stat names
David Howells
2024-05-01
1
-1
/
+1
*
netfs: Switch to using unsigned long long rather than loff_t
David Howells
2024-05-01
1
-1
/
+3
*
netfs: Remove deprecated use of PG_private_2 as a second writeback flag
David Howells
2024-04-29
1
-7
/
+1
*
mm: Remove the PG_fscache alias for PG_private_2
David Howells
2024-04-29
1
-2
/
+2
*
netfs: Replace PG_fscache by setting folio->private and marking dirty
David Howells
2024-04-29
1
-10
/
+26
*
netfs: Don't use certain unnecessary folio_*() functions
David Howells
2024-01-22
1
-6
/
+6
*
netfs: Provide netfs_file_read_iter()
David Howells
2023-12-28
1
-0
/
+73
*
netfs: Make netfs_read_folio() handle streaming-write pages
David Howells
2023-12-28
1
-3
/
+58
*
netfs: Provide func to copy data to pagecache for buffered write
David Howells
2023-12-28
1
-0
/
+49
*
netfs: Make the refcounting of netfs_begin_read() easier to use
David Howells
2023-12-28
1
-1
/
+5
*
netfs: Add iov_iters to (sub)requests to describe various buffers
David Howells
2023-12-24
1
-0
/
+13
*
netfs, fscache: Remove ->begin_cache_operation
David Howells
2023-12-24
1
-15
/
+18
*
netfs: Only call folio_start_fscache() one time for each folio
Dave Wysochanski
2023-09-18
1
-1
/
+5
*
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-28
1
-2
/
+2
|
\
|
*
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
2023-04-06
1
-2
/
+2
*
|
fs: Add FGP_WRITEBEGIN
Matthew Wilcox
2023-04-06
1
-2
/
+1
|
/
*
netfs: Fix dodgy maths
David Howells
2022-11-15
1
-8
/
+9
*
netfs: Fix missing xas_retry() calls in xarray iteration
David Howells
2022-11-15
1
-2
/
+7
*
netfs: do not unlock and put the folio twice
Xiubo Li
2022-07-14
1
-7
/
+10
*
netfs: Further cleanups after struct netfs_inode wrapper introduced
Linus Torvalds
2022-06-10
1
-2
/
+3
*
netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
David Howells
2022-06-09
1
-3
/
+3
*
fs: Convert netfs_readpage to netfs_read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-8
/
+7
*
fs: Remove aop_flags parameter from netfs_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
1
-2
/
+2
*
fs: Remove AOP_FLAG_NOFS
Matthew Wilcox (Oracle)
2022-05-08
1
-5
/
+1
*
netfs: Split fs/netfs/read_helper.c
David Howells
2022-03-18
1
-0
/
+428