summaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-315-65/+37
|\
| * netfs: Add a netfs inode contextDavid Howells2022-03-185-56/+27
| * 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
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-27/+10
|\ \
| * | 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
| |/
* / fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* Revert "fs/9p: search open fids first"Dominique Martinet2022-01-301-5/+4
* Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds2022-01-163-13/+27
|\
| * 9p: fix enodata when reading growing fileDominique Martinet2022-01-111-0/+5
| * 9p: only copy valid iattrs in 9P2000.L setattr implementationChristian Brauner2022-01-101-9/+20
| * 9p: Use BUG_ON instead of if condition followed by BUG.Zhang Mingyu2022-01-101-2/+1
| * fs: 9p: remove unneeded variableChangcheng Deng2021-12-181-2/+1
* | 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-103-1/+52
* | 9p: Use fscache indexing rewrite and reenable cachingDavid Howells2022-01-1010-210/+91
* | fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells2022-01-071-3/+5
* | fscache, cachefiles: Disable configurationDavid Howells2022-01-071-1/+1
|/
* netfs, 9p, afs, ceph: Use foliosDavid Howells2021-11-102-47/+56
* 9p: fix a bunch of checkpatch warningsDominique Martinet2021-11-0412-37/+58
* 9p: set readahead and io size according to maxsizeDominique Martinet2021-11-041-0/+3
* 9p p9mode2perm: remove useless strlcpy and check sscanf return codeDominique Martinet2021-11-031-4/+9
* 9p v9fs_parse_options: replace simple_strtoul with kstrtouintDominique Martinet2021-11-031-6/+7
* 9p: fix file headersDominique Martinet2021-11-0312-54/+4
* fs/9p: fix indentation and Add missing a blank line after declarationSohaib Mohamed2021-11-031-1/+2
* fs/9p: fix warnings found by checkpatch.plSohaib Mohamed2021-11-031-4/+4
* 9p: fix minor indentation and codestyleSohaib Mohamed2021-11-031-1/+3
* fs/9p: cleanup: opening brace at the beginning of the next lineSohaib Mohamed2021-11-031-1/+2
* 9p: Convert to using the netfs helper lib to do reads and cachingDavid Howells2021-11-036-334/+122
* 9p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells2021-10-047-52/+60
* Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-022-2/+5
|\
| * vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
* | Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-08-311-6/+1
|\ \
| * | 9p: migrate from sync_inode to filemap_fdatawrite_wbcJosef Bacik2021-08-231-6/+1
| |/
* / fs: remove mandatory file locking supportJeff Layton2021-08-231-13/+0
|/
* Merge tag '9p-for-5.13-rc1' of git://github.com/martinetd/linuxLinus Torvalds2021-05-072-3/+3
|\
| * fs: 9p: fix v9fs_file_open writeback fid error checkYang Yingliang2021-03-311-2/+2
| * 9p: Constify static struct v9fs_attr_groupRikard Falkeborn2021-03-311-1/+1
* | 9p: missing chunk of "fs/9p: Don't update file type when updating file attrib...Al Viro2021-03-121-7/+3
* | new helper: inode_wrong_type()Al Viro2021-03-082-4/+4
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-02-271-12/+9
|\
| * 9p: fix misuse of sscanf() in v9fs_stat2inode()Al Viro2021-02-231-12/+9
* | fs: make helpers idmap mount awareChristian Brauner2021-01-245-29/+38
* | stat: handle idmapped mountsChristian Brauner2021-01-242-4/+4
* | acl: handle idmapped mountsChristian Brauner2021-01-242-1/+4
* | attr: handle idmapped mountsChristian Brauner2021-01-242-4/+4
* | inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-242-2/+2
|/