aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_addr.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01netfs: Remove the old writeback codeDavid Howells1-34/+0
2024-05-01netfs: Cut over to using new writeback codeDavid Howells1-4/+2
2024-05-01netfs, 9p: Implement helpers for new write codeDavid Howells1-0/+48
2024-05-019p: Use alternative invalidation to using launder_folioDavid Howells1-2/+0
2024-01-049p: Use length of data written to the server in preference to errorDavid Howells1-4/+3
2024-01-049p: Do a couple of cleanupsDavid Howells1-8/+9
2023-12-289p: Use netfslib read/write_iterDavid Howells1-224/+69
2023-12-24netfs: Provide invalidate_folio and release_folio callsDavid Howells1-31/+2
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells1-24/+9
2023-12-24netfs, fscache: Remove ->begin_cache_operationDavid Howells1-16/+0
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+0
2023-05-049p: Remove INET dependencyJason Andryuk1-1/+0
2023-04-09fs/9p: Rework cache modes and add new options to DocumentationEric Van Hensbergen1-12/+16
2023-03-27fs/9p: remove writeback fid and fix per-file modesEric Van Hensbergen1-10/+12
2023-02-23fs/9p: Expand setup of writeback cache to all levelsEric Van Hensbergen1-2/+0
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds1-1/+0
2022-12-029p/fs: Remove unneeded idr.h #includeChristophe JAILLET1-1/+0
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet1-2/+2
2022-06-179p: fix EBADF errors in cached modeDominique Martinet1-0/+13
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells1-6/+5
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds1-1/+1
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-1/+1
2022-05-099p: Convert to release_folioMatthew Wilcox (Oracle)1-9/+8
2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-48/+14
2022-03-18netfs: Add a netfs inode contextDavid Howells1-39/+4
2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells1-1/+2
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells1-3/+3
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells1-8/+8
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)1-5/+5
2022-03-159p: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)1-10/+2
2022-03-159p: Convert to invalidate_folioMatthew Wilcox (Oracle)1-12/+3
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-0/+5
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells1-1/+2
2022-01-119p: fix enodata when reading growing fileDominique Martinet1-0/+5
2022-01-109p: Copy local writes to the cache when writing to the serverDavid Howells1-1/+45
2022-01-109p: Use fscache indexing rewrite and reenable cachingDavid Howells1-3/+5
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells1-3/+5
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells1-37/+46
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet1-2/+4
2021-11-039p: fix file headersDominique Martinet1-2/+0
2021-11-039p: Convert to using the netfs helper lib to do reads and cachingDavid Howells1-99/+96
2021-10-049p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells1-5/+9
2019-07-129p: pass the correct prototype to read_cache_pageChristoph Hellwig1-2/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner1-16/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-2/+2
2017-10-119p: set page uptodate when required in write_end()Alexander Levin1-3/+7
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+4
2016-12-109p: saner ->write_end() on failing copy into non-uptodate pageAl Viro1-11/+4
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-0/+1
2016-05-29missed comment updates from ->direct_IO() prototype changeAl Viro1-1/+0
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-1/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-9/+9
2015-04-18Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+1
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-1/+1
2015-04-119p: get rid of v9fs_direct_file_read()Al Viro1-11/+10
2015-04-119p: switch p9_client_read() to passing struct iov_iter *Al Viro1-11/+9
2015-04-119p: get rid of v9fs_direct_file_write()Al Viro1-9/+15
2015-04-119p: switch ->writepage() to direct use of p9_client_write()Al Viro1-22/+13
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-03-209p: kerneldoc warning fixesFabian Frederick1-2/+0
2014-10-099p: switch to %p[dD]Al Viro1-2/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-3/+2
2014-01-109P: introduction of a new cache=mmap model.Dominique Martinet1-0/+7
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-2/+3
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches1-7/+6
2011-03-15fs/9p: Add direct IO support in cached modeAneesh Kumar K.V1-2/+3
2011-03-15fs/9p: Move writeback fid to v9fs_inodeAneesh Kumar K.V1-5/+9
2011-03-15fs/9p: Add buffered write support for v9fs.Aneesh Kumar K.V1-15/+168
2011-03-15fs/9p: [fscache] wait for page write in cached modeAneesh Kumar K.V1-0/+2
2010-10-289p: Add a Direct IO support for non-cached operations.jvrao1-0/+30
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni1-1/+87
2009-07-149p: Fix incorrect parameters to v9fs_file_readn.Abhishek Kulkarni1-1/+1
2008-10-179p: move readn meta-function from client to fs layerEric Van Hensbergen1-4/+1
2008-05-149p: Documentation updatesEric Van Hensbergen1-1/+1
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov1-43/+14
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-189p: implement optional loose read cacheEric Van Hensbergen1-0/+2
2006-12-08[PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-1/+1
2006-06-30v9fs: do not include linux/version.hPaul Collins1-1/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-03-25[PATCH] v9fs: update license boilerplateEric Van Hensbergen1-3/+2
2006-01-18[PATCH] v9fs: add readpage supportEric Van Hensbergen1-0/+109