aboutsummaryrefslogtreecommitdiff
path: root/fs/9p
AgeCommit message (Expand)AuthorFilesLines
2022-06-179p: fix EBADF errors in cached modeGravatar Dominique Martinet 1-0/+13
2022-06-159p: Fix refcounting during full path walks for fid lookupsGravatar Tyler Hicks 1-13/+9
2022-06-159p: fix fid refcount leak in v9fs_vfs_get_linkGravatar Dominique Martinet 1-4/+4
2022-06-159p: fix fid refcount leak in v9fs_vfs_atomic_open_dotlGravatar Dominique Martinet 1-0/+3
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 3-3/+4
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 5-13/+9
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 5-65/+37
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-27/+10
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-18netfs: Add a netfs inode contextGravatar David Howells 5-56/+27
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-30Revert "fs/9p: search open fids first"Gravatar Dominique Martinet 1-5/+4
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxGravatar Linus Torvalds 3-13/+27
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 3-1/+52
2022-01-109p: Use fscache indexing rewrite and reenable cachingGravatar David Howells 10-210/+91
2022-01-109p: only copy valid iattrs in 9P2000.L setattr implementationGravatar Christian Brauner 1-9/+20
2022-01-109p: Use BUG_ON instead of if condition followed by BUG.Gravatar Zhang Mingyu 1-2/+1
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteGravatar David Howells 1-3/+5
2022-01-07fscache, cachefiles: Disable configurationGravatar David Howells 1-1/+1
2021-12-18fs: 9p: remove unneeded variableGravatar Changcheng Deng 1-2/+1
2021-11-10netfs, 9p, afs, ceph: Use foliosGravatar David Howells 2-47/+56
2021-11-049p: fix a bunch of checkpatch warningsGravatar Dominique Martinet 12-37/+58
2021-11-049p: set readahead and io size according to maxsizeGravatar Dominique Martinet 1-0/+3
2021-11-039p p9mode2perm: remove useless strlcpy and check sscanf return codeGravatar Dominique Martinet 1-4/+9
2021-11-039p v9fs_parse_options: replace simple_strtoul with kstrtouintGravatar Dominique Martinet 1-6/+7
2021-11-039p: fix file headersGravatar Dominique Martinet 12-54/+4
2021-11-03fs/9p: fix indentation and Add missing a blank line after declarationGravatar Sohaib Mohamed 1-1/+2
2021-11-03fs/9p: fix warnings found by checkpatch.plGravatar Sohaib Mohamed 1-4/+4
2021-11-039p: fix minor indentation and codestyleGravatar Sohaib Mohamed 1-1/+3
2021-11-03fs/9p: cleanup: opening brace at the beginning of the next lineGravatar Sohaib Mohamed 1-1/+2
2021-11-039p: Convert to using the netfs helper lib to do reads and cachingGravatar David Howells 6-334/+122
2021-10-049p: Fix a bunch of kerneldoc warnings shown up by W=1Gravatar David Howells 7-52/+60
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+5
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-6/+1
2021-08-239p: migrate from sync_inode to filemap_fdatawrite_wbcGravatar Josef Bacik 1-6/+1
2021-08-23fs: remove mandatory file locking supportGravatar Jeff Layton 1-13/+0
2021-08-18vfs: add rcu argument to ->get_acl() callbackGravatar Miklos Szeredi 2-2/+5
2021-05-07Merge tag '9p-for-5.13-rc1' of git://github.com/martinetd/linuxGravatar Linus Torvalds 2-3/+3