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