Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-05-01 | netfs: Remove the old writeback code | David Howells | 1 | -477/+0 |
2024-05-01 | netfs: Switch to using unsigned long long rather than loff_t | David Howells | 1 | -2/+2 |
2024-04-29 | netfs: Use subreq_counter to allocate subreq debug_index values | David Howells | 1 | -1/+0 |
2024-04-29 | netfs: Make netfs_io_request::subreq_counter an atomic_t | David Howells | 1 | -1/+1 |
2023-12-28 | netfs: Implement a write-through caching option | David Howells | 1 | -0/+90 |
2023-12-28 | netfs, cachefiles: Pass upper bound length to allow expansion | David Howells | 1 | -15/+10 |
2023-12-28 | netfs: Implement unbuffered/DIO write support | David Howells | 1 | -0/+30 |
2023-12-28 | netfs: Dispatch write requests to process a writeback slice | David Howells | 1 | -0/+363 |