summaryrefslogtreecommitdiff
path: root/fs/9p
AgeCommit message (Expand)Author
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-05-099p: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-18netfs: Add a netfs inode contextDavid Howells
2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)
2022-03-159p: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)
2022-03-159p: Convert to invalidate_folioMatthew Wilcox (Oracle)
2022-01-30Revert "fs/9p: search open fids first"Dominique Martinet
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells
2022-01-119p: fix enodata when reading growing fileDominique Martinet
2022-01-109p: Copy local writes to the cache when writing to the serverDavid Howells
2022-01-109p: Use fscache indexing rewrite and reenable cachingDavid Howells
2022-01-109p: only copy valid iattrs in 9P2000.L setattr implementationChristian Brauner
2022-01-109p: Use BUG_ON instead of if condition followed by BUG.Zhang Mingyu
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells
2022-01-07fscache, cachefiles: Disable configurationDavid Howells
2021-12-18fs: 9p: remove unneeded variableChangcheng Deng
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet
2021-11-049p: set readahead and io size according to maxsizeDominique Martinet
2021-11-039p p9mode2perm: remove useless strlcpy and check sscanf return codeDominique Martinet
2021-11-039p v9fs_parse_options: replace simple_strtoul with kstrtouintDominique Martinet
2021-11-039p: fix file headersDominique Martinet
2021-11-03fs/9p: fix indentation and Add missing a blank line after declarationSohaib Mohamed
2021-11-03fs/9p: fix warnings found by checkpatch.plSohaib Mohamed
2021-11-039p: fix minor indentation and codestyleSohaib Mohamed
2021-11-03fs/9p: cleanup: opening brace at the beginning of the next lineSohaib Mohamed
2021-11-039p: Convert to using the netfs helper lib to do reads and cachingDavid Howells
2021-10-049p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-08-239p: migrate from sync_inode to filemap_fdatawrite_wbcJosef Bacik
2021-08-23fs: remove mandatory file locking supportJeff Layton
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-05-07Merge tag '9p-for-5.13-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2021-03-31fs: 9p: fix v9fs_file_open writeback fid error checkYang Yingliang
2021-03-319p: Constify static struct v9fs_attr_groupRikard Falkeborn
2021-03-129p: missing chunk of "fs/9p: Don't update file type when updating file attrib...Al Viro
2021-03-08new helper: inode_wrong_type()Al Viro