Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-03-18 | netfs: Split some core bits out into their own file | David Howells | 1 | -2/+5 |
2022-03-18 | netfs: Rename read_helper.c to io.c | David Howells | 1 | -7/+7 |
2022-03-18 | netfs: Prepare to split read_helper.c | David Howells | 1 | -0/+5 |
2022-03-18 | netfs: Add a function to consolidate beginning a read | David Howells | 1 | -1/+1 |
2022-03-18 | netfs: Add a netfs inode context | David Howells | 1 | -2/+16 |
2022-03-18 | netfs: Refactor arguments for netfs_alloc_read_request | David Howells | 1 | -2/+5 |
2022-03-18 | netfs: Trace refcounting on the netfs_io_subrequest struct | David Howells | 1 | -2/+0 |
2022-03-18 | netfs: Trace refcounting on the netfs_io_request struct | David Howells | 1 | -2/+9 |
2022-03-18 | netfs: Split netfs_io_* object handling out | David Howells | 1 | -0/+18 |
2021-04-23 | netfs: Add write_begin helper | David Howells | 1 | -0/+2 |
2021-04-23 | netfs: Gather stats | David Howells | 1 | -0/+34 |
2021-04-23 | netfs: Provide readahead and readpage netfs helpers | David Howells | 1 | -0/+61 |