Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |