index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
netfs
/
internal.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfs: Delete some xarray-wangling functions that aren't used
David Howells
2024-06-26
1
-9
/
+0
*
netfs: Cut over to using new writeback code
David Howells
2024-05-01
1
-15
/
+6
*
netfs: Add some write-side stats and clean up some stat names
David Howells
2024-05-01
1
-2
/
+5
*
netfs: New writeback implementation
David Howells
2024-05-01
1
-0
/
+27
*
netfs: Use mempools for allocating requests and subrequests
David Howells
2024-05-01
1
-0
/
+2
*
netfs: Replace PG_fscache by setting folio->private and marking dirty
David Howells
2024-04-29
1
-3
/
+7
*
netfs: Fix interaction between write-streaming and cachefiles culling
David Howells
2024-01-05
1
-0
/
+1
*
netfs: Count DIO writes
David Howells
2024-01-05
1
-0
/
+1
*
netfs: Mark netfs_unbuffered_write_iter_locked() static
David Howells
2024-01-05
1
-6
/
+0
*
netfs: Implement a write-through caching option
David Howells
2023-12-28
1
-0
/
+3
*
netfs: Implement unbuffered/DIO write support
David Howells
2023-12-28
1
-0
/
+6
*
netfs: Implement unbuffered/DIO read support
David Howells
2023-12-28
1
-0
/
+1
*
netfs: Provide func to copy data to pagecache for buffered write
David Howells
2023-12-28
1
-0
/
+2
*
netfs: Dispatch write requests to process a writeback slice
David Howells
2023-12-28
1
-0
/
+6
*
netfs: Prep to use folio->private for write grouping and streaming write
David Howells
2023-12-28
1
-0
/
+28
*
netfs: Extend the netfs_io_*request structs to handle writes
David Howells
2023-12-28
1
-0
/
+6
*
netfs: Provide tools to create a buffer in an xarray
David Howells
2023-12-28
1
-0
/
+13
*
netfs: Add a procfile to list in-progress requests
David Howells
2023-12-24
1
-0
/
+22
*
netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
David Howells
2023-12-24
1
-1
/
+11
*
netfs, fscache: Combine fscache with netfs
David Howells
2023-12-24
1
-3
/
+189
*
netfs, fscache: Move fs/fscache/* into fs/netfs/
David Howells
2023-12-24
1
-0
/
+5
*
netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
David Howells
2022-06-09
1
-1
/
+1
*
netfs: Split some core bits out into their own file
David Howells
2022-03-18
1
-2
/
+5
*
netfs: Rename read_helper.c to io.c
David Howells
2022-03-18
1
-7
/
+7
*
netfs: Prepare to split read_helper.c
David Howells
2022-03-18
1
-0
/
+5
*
netfs: Add a function to consolidate beginning a read
David Howells
2022-03-18
1
-1
/
+1
*
netfs: Add a netfs inode context
David Howells
2022-03-18
1
-2
/
+16
*
netfs: Refactor arguments for netfs_alloc_read_request
David Howells
2022-03-18
1
-2
/
+5
*
netfs: Trace refcounting on the netfs_io_subrequest struct
David Howells
2022-03-18
1
-2
/
+0
*
netfs: Trace refcounting on the netfs_io_request struct
David Howells
2022-03-18
1
-2
/
+9
*
netfs: Split netfs_io_* object handling out
David Howells
2022-03-18
1
-0
/
+18
*
netfs: Add write_begin helper
David Howells
2021-04-23
1
-0
/
+2
*
netfs: Gather stats
David Howells
2021-04-23
1
-0
/
+34
*
netfs: Provide readahead and readpage netfs helpers
David Howells
2021-04-23
1
-0
/
+61