Age | Commit message (Expand) | Author | Files | Lines |
2022-07-14 | netfs: do not unlock and put the folio twice | Xiubo Li | 1 | -7/+10 |
2022-06-10 | netfs: Rename the netfs_io_request cleanup op and give it an op pointer | David Howells | 1 | -3/+3 |
2022-06-10 | netfs: Further cleanups after struct netfs_inode wrapper introduced | Linus Torvalds | 1 | -2/+3 |
2022-06-09 | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context | David Howells | 3 | -5/+5 |
2022-05-09 | fs: Convert netfs_readpage to netfs_read_folio | Matthew Wilcox (Oracle) | 1 | -8/+7 |
2022-05-08 | fs: Remove aop_flags parameter from netfs_write_begin() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2022-05-08 | fs: Remove AOP_FLAG_NOFS | Matthew Wilcox (Oracle) | 1 | -5/+1 |
2022-03-18 | netfs: Split some core bits out into their own file | David Howells | 4 | -12/+26 |
2022-03-18 | netfs: Split fs/netfs/read_helper.c | David Howells | 3 | -418/+429 |
2022-03-18 | netfs: Rename read_helper.c to io.c | David Howells | 3 | -9/+9 |
2022-03-18 | netfs: Prepare to split read_helper.c | David Howells | 2 | -2/+7 |
2022-03-18 | netfs: Add a function to consolidate beginning a read | David Howells | 3 | -74/+73 |
2022-03-18 | netfs: Add a netfs inode context | David Howells | 4 | -64/+67 |
2022-03-18 | netfs: Change ->init_request() to return an error code | David Howells | 2 | -25/+36 |
2022-03-18 | netfs: Refactor arguments for netfs_alloc_read_request | David Howells | 3 | -17/+26 |
2022-03-18 | netfs: Trace refcounting on the netfs_io_subrequest struct | David Howells | 3 | -20/+34 |
2022-03-18 | netfs: Trace refcounting on the netfs_io_request struct | David Howells | 3 | -16/+33 |
2022-03-18 | netfs: Adjust the netfs_rreq tracepoint slightly | David Howells | 1 | -1/+1 |
2022-03-18 | netfs: Split netfs_io_* object handling out | David Howells | 4 | -118/+147 |
2022-03-18 | netfs: Finish off rename of netfs_read_request to netfs_io_request | David Howells | 1 | -41/+42 |
2022-03-18 | netfs: Rename netfs_read_*request to netfs_io_*request | David Howells | 1 | -97/+97 |
2022-01-21 | netfs: Make ops->init_rreq() optional | Jeffle Xu | 1 | -1/+2 |
2022-01-07 | netfs: Pass more information on how to deal with a hole in the cache | David Howells | 1 | -4/+4 |
2022-01-07 | netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space | David Howells | 1 | -1/+1 |
2021-12-07 | netfs: fix parameter of cleanup() | Jeffle Xu | 1 | -3/+3 |
2021-12-07 | netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lock | David Howells | 1 | -10/+5 |
2021-11-29 | netfs: Adjust docs after foliation | David Howells | 1 | -2/+2 |
2021-11-10 | netfs, 9p, afs, ceph: Use folios | David Howells | 1 | -82/+83 |
2021-10-05 | netfs: Fix READ/WRITE confusion when calling iov_iter_xarray() | David Howells | 1 | -1/+1 |
2021-06-21 | netfs: fix test for whether we can skip read when writing beyond EOF | Jeff Layton | 1 | -13/+36 |
2021-05-25 | netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manual | David Howells | 1 | -1/+1 |
2021-05-25 | netfs: Pass flags through to grab_cache_page_write_begin() | David Howells | 1 | -1/+1 |
2021-04-26 | netfs: Miscellaneous fixes | David Howells | 1 | -3/+3 |
2021-04-23 | netfs: Add a tracepoint to log failures that would be otherwise unseen | David Howells | 1 | -2/+12 |
2021-04-23 | netfs: Define an interface to talk to a cache | David Howells | 1 | -1/+238 |
2021-04-23 | netfs: Add write_begin helper | David Howells | 3 | -3/+174 |
2021-04-23 | netfs: Gather stats | David Howells | 5 | -2/+127 |
2021-04-23 | netfs: Add tracepoints | David Howells | 1 | -0/+26 |
2021-04-23 | netfs: Provide readahead and readpage netfs helpers | David Howells | 3 | -0/+792 |
2021-04-23 | netfs: Make a netfs helper module | David Howells | 1 | -0/+8 |