summaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_addr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-1/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-9/+9
* Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-04-181-2/+0
|\
| * 9p: kerneldoc warning fixesFabian Frederick2015-03-201-2/+0
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+1
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-1/+1
* | 9p: get rid of v9fs_direct_file_read()Al Viro2015-04-111-11/+10
* | 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-111-11/+9
* | 9p: get rid of v9fs_direct_file_write()Al Viro2015-04-111-9/+15
* | 9p: switch ->writepage() to direct use of p9_client_write()Al Viro2015-04-111-22/+13
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
|/
* 9p: switch to %p[dD]Al Viro2014-10-091-2/+2
* pass iov_iter to ->direct_IO()Al Viro2014-05-061-3/+2