| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-29 | Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
| 2025-09-26 | netfs: fix reference leak | Max Kellermann | 1 | -3/+27 |
| 2025-09-19 | fs: replace use of system_unbound_wq with system_dfl_wq | Marco Crivellari | 1 | -1/+1 |
| 2025-05-23 | netfs: Fix undifferentiation of DIO reads from unbuffered reads | David Howells | 1 | -0/+1 |
| 2025-05-21 | Merge patch series "netfs: Miscellaneous fixes" | Christian Brauner | 1 | -23/+22 |
| 2025-05-21 | netfs: Fix the request's work item to not require a ref | David Howells | 1 | -23/+24 |
| 2025-05-21 | fs/netfs: remove unused flag NETFS_RREQ_BLOCKED | Max Kellermann | 1 | -2/+0 |
| 2024-12-20 | netfs: Change the read result collector to only use one work item | David Howells | 1 | -27/+7 |
| 2024-12-20 | netfs: Add support for caching single monolithic objects such as AFS dirs | David Howells | 1 | -0/+2 |
| 2024-12-20 | netfs: Drop the was_async arg from netfs_read_subreq_terminated() | David Howells | 1 | -1/+1 |
| 2024-12-20 | netfs: Drop the error arg from netfs_read_subreq_terminated() | David Howells | 1 | -1/+14 |
| 2024-12-20 | netfs: Abstract out a rolling folio buffer implementation | David Howells | 1 | -1/+1 |
| 2024-09-12 | netfs: Speed up buffered reading | David Howells | 1 | -3/+5 |
| 2024-09-12 | netfs: Use new folio_queue data type and iterator instead of xarray iter | David Howells | 1 | -0/+1 |
| 2024-09-05 | netfs: Set the request work function upon allocation | David Howells | 1 | -1/+8 |
| 2024-08-12 | netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags | David Howells | 1 | -10/+0 |
| 2024-05-27 | netfs, 9p: Fix race between umount and async request completion | David Howells | 1 | -0/+5 |
| 2024-05-01 | netfs: New writeback implementation | David Howells | 1 | -0/+17 |
| 2024-05-01 | netfs: Use mempools for allocating requests and subrequests | David Howells | 1 | -20/+39 |
| 2024-04-29 | netfs: Use subreq_counter to allocate subreq debug_index values | David Howells | 1 | -0/+1 |
| 2024-04-29 | netfs: Replace PG_fscache by setting folio->private and marking dirty | David Howells | 1 | -1/+5 |
| 2023-12-28 | netfs: Implement a write-through caching option | David Howells | 1 | -0/+1 |
| 2023-12-28 | netfs, cachefiles: Pass upper bound length to allow expansion | David Howells | 1 | -0/+1 |
| 2023-12-28 | netfs: Implement unbuffered/DIO write support | David Howells | 1 | -2/+4 |
| 2023-12-28 | netfs: Implement unbuffered/DIO read support | David Howells | 1 | -1/+4 |
| 2023-12-28 | netfs: Make netfs_put_request() handle a NULL pointer | David Howells | 1 | -10/+13 |
| 2023-12-28 | netfs: Extend the netfs_io_*request structs to handle writes | David Howells | 1 | -0/+6 |
| 2023-12-28 | netfs: Add support for DIO buffering | David Howells | 1 | -0/+10 |
| 2023-12-24 | netfs: Add a ->free_subrequest() op | David Howells | 1 | -0/+2 |
| 2023-12-24 | netfs: Allow the netfs to make the io (sub)request alloc larger | David Howells | 1 | -2/+5 |
| 2023-12-24 | netfs: Add a procfile to list in-progress requests | David Howells | 1 | -1/+3 |
| 2022-06-10 | netfs: Rename the netfs_io_request cleanup op and give it an op pointer | David Howells | 1 | -3/+3 |
| 2022-06-09 | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context | David Howells | 1 | -1/+1 |
| 2022-03-18 | netfs: Add a function to consolidate beginning a read | David Howells | 1 | -1/+0 |
| 2022-03-18 | netfs: Add a netfs inode context | David Howells | 1 | -6/+6 |
| 2022-03-18 | netfs: Change ->init_request() to return an error code | David Howells | 1 | -17/+24 |
| 2022-03-18 | netfs: Refactor arguments for netfs_alloc_read_request | David Howells | 1 | -3/+10 |
| 2022-03-18 | netfs: Trace refcounting on the netfs_io_subrequest struct | David Howells | 1 | -9/+23 |
| 2022-03-18 | netfs: Trace refcounting on the netfs_io_request struct | David Howells | 1 | -7/+17 |
| 2022-03-18 | netfs: Split netfs_io_* object handling out | David Howells | 1 | -0/+123 |