index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
netfs
/
objects.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfs, 9p: Fix race between umount and async request completion
David Howells
2024-05-27
1
-0
/
+5
*
netfs: New writeback implementation
David Howells
2024-05-01
1
-0
/
+17
*
netfs: Use mempools for allocating requests and subrequests
David Howells
2024-05-01
1
-20
/
+39
*
netfs: Use subreq_counter to allocate subreq debug_index values
David Howells
2024-04-29
1
-0
/
+1
*
netfs: Replace PG_fscache by setting folio->private and marking dirty
David Howells
2024-04-29
1
-1
/
+5
*
netfs: Implement a write-through caching option
David Howells
2023-12-28
1
-0
/
+1
*
netfs, cachefiles: Pass upper bound length to allow expansion
David Howells
2023-12-28
1
-0
/
+1
*
netfs: Implement unbuffered/DIO write support
David Howells
2023-12-28
1
-2
/
+4
*
netfs: Implement unbuffered/DIO read support
David Howells
2023-12-28
1
-1
/
+4
*
netfs: Make netfs_put_request() handle a NULL pointer
David Howells
2023-12-28
1
-10
/
+13
*
netfs: Extend the netfs_io_*request structs to handle writes
David Howells
2023-12-28
1
-0
/
+6
*
netfs: Add support for DIO buffering
David Howells
2023-12-28
1
-0
/
+10
*
netfs: Add a ->free_subrequest() op
David Howells
2023-12-24
1
-0
/
+2
*
netfs: Allow the netfs to make the io (sub)request alloc larger
David Howells
2023-12-24
1
-2
/
+5
*
netfs: Add a procfile to list in-progress requests
David Howells
2023-12-24
1
-1
/
+3
*
netfs: Rename the netfs_io_request cleanup op and give it an op pointer
David Howells
2022-06-10
1
-3
/
+3
*
netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
David Howells
2022-06-09
1
-1
/
+1
*
netfs: Add a function to consolidate beginning a read
David Howells
2022-03-18
1
-1
/
+0
*
netfs: Add a netfs inode context
David Howells
2022-03-18
1
-6
/
+6
*
netfs: Change ->init_request() to return an error code
David Howells
2022-03-18
1
-17
/
+24
*
netfs: Refactor arguments for netfs_alloc_read_request
David Howells
2022-03-18
1
-3
/
+10
*
netfs: Trace refcounting on the netfs_io_subrequest struct
David Howells
2022-03-18
1
-9
/
+23
*
netfs: Trace refcounting on the netfs_io_request struct
David Howells
2022-03-18
1
-7
/
+17
*
netfs: Split netfs_io_* object handling out
David Howells
2022-03-18
1
-0
/
+123