summaryrefslogtreecommitdiff
path: root/fs/netfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-2/+2
|\
| * mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-2/+2
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-261-2/+1
|\ \
| * | fs: Add FGP_WRITEBEGINMatthew Wilcox2023-04-061-2/+1
| |/
* | netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVECDavid Howells2023-04-121-1/+1
|/
* iov: Fix netfs_extract_user_to_sg()David Howells2023-03-011-1/+1
* Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-02-222-0/+370
|\
| * netfs: Add a function to extract an iterator into a scatterlistDavid Howells2023-02-201-0/+268
| * netfs: Add a function to extract a UBUF or IOVEC into a BVEC iteratorDavid Howells2023-02-202-0/+104
|/
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-3/+3
* netfs: Fix dodgy mathsDavid Howells2022-11-151-8/+9
* netfs: Fix missing xas_retry() calls in xarray iterationDavid Howells2022-11-152-2/+10
* netfs: do not unlock and put the folio twiceXiubo Li2022-07-141-7/+10
* netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells2022-06-101-3/+3
* netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds2022-06-101-2/+3
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-093-5/+5
* fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)2022-05-091-8/+7
* fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+2
* fs: Remove AOP_FLAG_NOFSMatthew Wilcox (Oracle)2022-05-081-5/+1
* netfs: Split some core bits out into their own fileDavid Howells2022-03-184-12/+26
* netfs: Split fs/netfs/read_helper.cDavid Howells2022-03-183-418/+429
* netfs: Rename read_helper.c to io.cDavid Howells2022-03-183-9/+9
* netfs: Prepare to split read_helper.cDavid Howells2022-03-182-2/+7
* netfs: Add a function to consolidate beginning a readDavid Howells2022-03-183-74/+73
* netfs: Add a netfs inode contextDavid Howells2022-03-184-64/+67
* netfs: Change ->init_request() to return an error codeDavid Howells2022-03-182-25/+36
* netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells2022-03-183-17/+26
* netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells2022-03-183-20/+34
* netfs: Trace refcounting on the netfs_io_request structDavid Howells2022-03-183-16/+33
* netfs: Adjust the netfs_rreq tracepoint slightlyDavid Howells2022-03-181-1/+1
* netfs: Split netfs_io_* object handling outDavid Howells2022-03-184-118/+147
* netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells2022-03-181-41/+42
* netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells2022-03-181-97/+97
* netfs: Make ops->init_rreq() optionalJeffle Xu2022-01-211-1/+2
* netfs: Pass more information on how to deal with a hole in the cacheDavid Howells2022-01-071-4/+4
* netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd spaceDavid Howells2022-01-071-1/+1
* netfs: fix parameter of cleanup()Jeffle Xu2021-12-071-3/+3
* netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lockDavid Howells2021-12-071-10/+5
* netfs: Adjust docs after foliationDavid Howells2021-11-291-2/+2
* netfs, 9p, afs, ceph: Use foliosDavid Howells2021-11-101-82/+83
* netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()David Howells2021-10-051-1/+1
* netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton2021-06-211-13/+36
* netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manualDavid Howells2021-05-251-1/+1
* netfs: Pass flags through to grab_cache_page_write_begin()David Howells2021-05-251-1/+1
* netfs: Miscellaneous fixesDavid Howells2021-04-261-3/+3
* netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells2021-04-231-2/+12
* netfs: Define an interface to talk to a cacheDavid Howells2021-04-231-1/+238
* netfs: Add write_begin helperDavid Howells2021-04-233-3/+174
* netfs: Gather statsDavid Howells2021-04-235-2/+127
* netfs: Add tracepointsDavid Howells2021-04-231-0/+26