summaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* use less confusing names for iov_iter direction initializersAl Viro2023-02-093-5/+5
* 9p: Fix some kernel-doc commentsYang Li2022-07-021-2/+2
* 9p fid refcount: cleanup p9_fid_put callsDominique Martinet2022-07-026-90/+64
* 9p fid refcount: add p9_fid_get/put wrappersDominique Martinet2022-07-0210-69/+69
* 9p: Fix minor typo in code commentTyler Hicks2022-07-021-1/+1
* 9p: Remove unnecessary variable for old fids while walking from d_parentTyler Hicks2022-07-021-3/+3
* 9p: Make the path walk logic more clear about when cloning is requiredTyler Hicks2022-07-021-4/+3
* 9p: Track the root fid with its own variable during lookupsTyler Hicks2022-07-021-12/+14
* 9p: fix EBADF errors in cached modeDominique Martinet2022-06-171-0/+13
* 9p: Fix refcounting during full path walks for fid lookupsTyler Hicks2022-06-151-13/+9
* 9p: fix fid refcount leak in v9fs_vfs_get_linkDominique Martinet2022-06-151-4/+4
* 9p: fix fid refcount leak in v9fs_vfs_atomic_open_dotlDominique Martinet2022-06-151-0/+3
* 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-103-3/+4
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-095-13/+9
* 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-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