aboutsummaryrefslogtreecommitdiff
path: root/fs/9p/vfs_addr.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01netfs: Remove the old writeback codeGravatar David Howells 1-34/+0
2024-05-01netfs: Cut over to using new writeback codeGravatar David Howells 1-4/+2
2024-05-01netfs, 9p: Implement helpers for new write codeGravatar David Howells 1-0/+48
2024-05-019p: Use alternative invalidation to using launder_folioGravatar David Howells 1-2/+0
2024-01-049p: Use length of data written to the server in preference to errorGravatar David Howells 1-4/+3
2024-01-049p: Do a couple of cleanupsGravatar David Howells 1-8/+9
2023-12-289p: Use netfslib read/write_iterGravatar David Howells 1-224/+69
2023-12-24netfs: Provide invalidate_folio and release_folio callsGravatar David Howells 1-31/+2
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsGravatar David Howells 1-24/+9
2023-12-24netfs, fscache: Remove ->begin_cache_operationGravatar David Howells 1-16/+0
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-1/+0
2023-05-049p: Remove INET dependencyGravatar Jason Andryuk 1-1/+0
2023-04-09fs/9p: Rework cache modes and add new options to DocumentationGravatar Eric Van Hensbergen 1-12/+16
2023-03-27fs/9p: remove writeback fid and fix per-file modesGravatar Eric Van Hensbergen 1-10/+12
2023-02-23fs/9p: Expand setup of writeback cache to all levelsGravatar Eric Van Hensbergen 1-2/+0
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxGravatar Linus Torvalds 1-1/+0
2022-12-029p/fs: Remove unneeded idr.h #includeGravatar Christophe JAILLET 1-1/+0
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-2/+2
2022-07-029p fid refcount: add p9_fid_get/put wrappersGravatar Dominique Martinet 1-2/+2
2022-06-179p: fix EBADF errors in cached modeGravatar Dominique Martinet 1-0/+13
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerGravatar David Howells 1-6/+5
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedGravatar Linus Torvalds 1-1/+1
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-1/+1
2022-05-099p: Convert to release_folioGravatar Matthew Wilcox (Oracle) 1-9/+8
2022-05-09fs: Convert netfs_readpage to netfs_read_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-48/+14
2022-03-18netfs: Add a netfs inode contextGravatar David Howells 1-39/+4
2022-03-18netfs: Change ->init_request() to return an error codeGravatar David Howells 1-1/+2
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestGravatar David Howells 1-3/+3
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestGravatar David Howells 1-8/+8
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Gravatar Matthew Wilcox (Oracle) 1-5/+5
2022-03-159p: Convert from launder_page to launder_folioGravatar Matthew Wilcox (Oracle) 1-10/+2
2022-03-159p: Convert to invalidate_folioGravatar Matthew Wilcox (Oracle) 1-12/+3
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxGravatar Linus Torvalds 1-0/+5
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...Gravatar David Howells 1-1/+2
2022-01-119p: fix enodata when reading growing fileGravatar Dominique Martinet 1-0/+5
2022-01-109p: Copy local writes to the cache when writing to the serverGravatar David Howells 1-1/+45
2022-01-109p: Use fscache indexing rewrite and reenable cachingGravatar David Howells 1-3/+5
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteGravatar David Howells 1-3/+5
2021-11-10netfs, 9p, afs, ceph: Use foliosGravatar David Howells 1-37/+46
2021-11-049p: fix a bunch of checkpatch warningsGravatar Dominique Martinet 1-2/+4
2021-11-039p: fix file headersGravatar Dominique Martinet 1-2/+0
2021-11-039p: Convert to using the netfs helper lib to do reads and cachingGravatar David Howells 1-99/+96
2021-10-049p: Fix a bunch of kerneldoc warnings shown up by W=1Gravatar David Howells 1-5/+9
2019-07-129p: pass the correct prototype to read_cache_pageGravatar Christoph Hellwig 1-2/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Gravatar Thomas Gleixner 1-16/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-2/+2
2017-10-119p: set page uptodate when required in write_end()Gravatar Alexander Levin 1-3/+7