summaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_addr.c
Commit message (Expand)AuthorAgeFilesLines
* 9p: Use length of data written to the server in preference to errorDavid Howells2024-01-041-4/+3
* 9p: Do a couple of cleanupsDavid Howells2024-01-041-8/+9
* 9p: Use netfslib read/write_iterDavid Howells2023-12-281-224/+69
* netfs: Provide invalidate_folio and release_folio callsDavid Howells2023-12-241-31/+2
* netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2023-12-241-24/+9
* netfs, fscache: Remove ->begin_cache_operationDavid Howells2023-12-241-16/+0
* Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-051-1/+0
|\
| * 9p: Remove INET dependencyJason Andryuk2023-05-041-1/+0
* | fs/9p: Rework cache modes and add new options to DocumentationEric Van Hensbergen2023-04-091-12/+16
* | fs/9p: remove writeback fid and fix per-file modesEric Van Hensbergen2023-03-271-10/+12
|/
* fs/9p: Expand setup of writeback cache to all levelsEric Van Hensbergen2023-02-231-2/+0
* Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds2022-12-231-1/+0
|\
| * 9p/fs: Remove unneeded idr.h #includeChristophe JAILLET2022-12-021-1/+0
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
|/
* 9p fid refcount: add p9_fid_get/put wrappersDominique Martinet2022-07-021-2/+2
* 9p: fix EBADF errors in cached modeDominique Martinet2022-06-171-0/+13
* netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells2022-06-101-6/+5
* netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds2022-06-101-1/+1
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-1/+1
* 9p: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-9/+8
* fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-311-48/+14
|\
| * netfs: Add a netfs inode contextDavid Howells2022-03-181-39/+4
| * netfs: Change ->init_request() to return an error codeDavid Howells2022-03-181-1/+2
| * netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells2022-03-181-3/+3
| * netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells2022-03-181-8/+8
* | fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)2022-03-151-5/+5
* | 9p: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)2022-03-151-10/+2
* | 9p: Convert to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-12/+3
|/
* Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds2022-01-161-0/+5
|\
| * 9p: fix enodata when reading growing fileDominique Martinet2022-01-111-0/+5
* | 9p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells2022-01-111-1/+2
* | 9p: Copy local writes to the cache when writing to the serverDavid Howells2022-01-101-1/+45
* | 9p: Use fscache indexing rewrite and reenable cachingDavid Howells2022-01-101-3/+5
* | fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells2022-01-071-3/+5
|/
* netfs, 9p, afs, ceph: Use foliosDavid Howells2021-11-101-37/+46
* 9p: fix a bunch of checkpatch warningsDominique Martinet2021-11-041-2/+4
* 9p: fix file headersDominique Martinet2021-11-031-2/+0
* 9p: Convert to using the netfs helper lib to do reads and cachingDavid Howells2021-11-031-99/+96
* 9p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells2021-10-041-5/+9
* 9p: pass the correct prototype to read_cache_pageChristoph Hellwig2019-07-121-2/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner2019-05-301-16/+1
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-2/+2
* 9p: set page uptodate when required in write_end()Alexander Levin2017-10-111-3/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-11/+4
|\
| * 9p: saner ->write_end() on failing copy into non-uptodate pageAl Viro2016-12-101-11/+4
* | block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
|/
* missed comment updates from ->direct_IO() prototype changeAl Viro2016-05-291-1/+0