summaryrefslogtreecommitdiff
path: root/fs/netfs
AgeCommit message (Expand)Author
2023-09-18netfs: Only call folio_start_fscache() one time for each folioDave Wysochanski
2023-06-08Move netfs_extract_iter_to_sg() to lib/scatterlist.cDavid Howells
2023-06-08Wrap lines at 80David Howells
2023-06-08Fix a couple of spelling mistakesDavid Howells
2023-06-08Drop the netfs_ prefix from netfs_extract_iter_to_sg()David Howells
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-12netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVECDavid Howells
2023-04-06fs: Add FGP_WRITEBEGINMatthew Wilcox
2023-04-05mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig
2023-03-01iov: Fix netfs_extract_user_to_sg()David Howells
2023-02-22Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-02-20netfs: Add a function to extract an iterator into a scatterlistDavid Howells
2023-02-20netfs: Add a function to extract a UBUF or IOVEC into a BVEC iteratorDavid Howells
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-15netfs: Fix dodgy mathsDavid Howells
2022-11-15netfs: Fix missing xas_retry() calls in xarray iterationDavid Howells
2022-07-14netfs: do not unlock and put the folio twiceXiubo Li
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)
2022-05-08fs: Remove AOP_FLAG_NOFSMatthew Wilcox (Oracle)
2022-03-18netfs: Split some core bits out into their own fileDavid Howells
2022-03-18netfs: Split fs/netfs/read_helper.cDavid Howells
2022-03-18netfs: Rename read_helper.c to io.cDavid Howells
2022-03-18netfs: Prepare to split read_helper.cDavid Howells
2022-03-18netfs: Add a function to consolidate beginning a readDavid Howells
2022-03-18netfs: Add a netfs inode contextDavid Howells
2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells
2022-03-18netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells
2022-03-18netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells
2022-03-18netfs: Trace refcounting on the netfs_io_request structDavid Howells
2022-03-18netfs: Adjust the netfs_rreq tracepoint slightlyDavid Howells
2022-03-18netfs: Split netfs_io_* object handling outDavid Howells
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells
2022-01-21netfs: Make ops->init_rreq() optionalJeffle Xu
2022-01-07netfs: Pass more information on how to deal with a hole in the cacheDavid Howells
2022-01-07netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd spaceDavid Howells
2021-12-07netfs: fix parameter of cleanup()Jeffle Xu
2021-12-07netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lockDavid Howells
2021-11-29netfs: Adjust docs after foliationDavid Howells
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells
2021-10-05netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()David Howells
2021-06-21netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton
2021-05-25netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manualDavid Howells
2021-05-25netfs: Pass flags through to grab_cache_page_write_begin()David Howells
2021-04-26netfs: Miscellaneous fixesDavid Howells