summaryrefslogtreecommitdiffstats
path: root/fs/9p
AgeCommit message (Expand)AuthorFilesLines
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds9-9/+0
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-146/+170
2022-12-029p/fs: Remove unneeded idr.h #includeChristophe JAILLET9-9/+0
2022-11-25use less confusing names for iov_iter direction initializersAl Viro3-5/+5
2022-10-209p: use stub posix acl handlersChristian Brauner3-126/+4
2022-10-209p: implement set acl methodChristian Brauner3-0/+99
2022-10-209p: implement get acl methodChristian Brauner3-22/+69
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2
2022-07-029p: Fix some kernel-doc commentsYang Li1-2/+2
2022-07-029p fid refcount: cleanup p9_fid_put callsDominique Martinet6-90/+64
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet10-69/+69
2022-07-029p: Fix minor typo in code commentTyler Hicks1-1/+1
2022-07-029p: Remove unnecessary variable for old fids while walking from d_parentTyler Hicks1-3/+3
2022-07-029p: Make the path walk logic more clear about when cloning is requiredTyler Hicks1-4/+3
2022-07-029p: Track the root fid with its own variable during lookupsTyler Hicks1-12/+14
2022-06-179p: fix EBADF errors in cached modeDominique Martinet1-0/+13
2022-06-159p: Fix refcounting during full path walks for fid lookupsTyler Hicks1-13/+9
2022-06-159p: fix fid refcount leak in v9fs_vfs_get_linkDominique Martinet1-4/+4
2022-06-159p: fix fid refcount leak in v9fs_vfs_atomic_open_dotlDominique Martinet1-0/+3
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells1-6/+5
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds3-3/+4
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells5-13/+9
2022-05-099p: Convert to release_folioMatthew Wilcox (Oracle)1-9/+8
2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-65/+37
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-27/+10
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-18netfs: Add a netfs inode contextDavid Howells5-56/+27
2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells1-1/+2
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells1-3/+3
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells1-8/+8
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)1-5/+5
2022-03-159p: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)1-10/+2
2022-03-159p: Convert to invalidate_folioMatthew Wilcox (Oracle)1-12/+3
2022-01-30Revert "fs/9p: search open fids first"Dominique Martinet1-5/+4
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds3-13/+27
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells1-1/+2
2022-01-119p: fix enodata when reading growing fileDominique Martinet1-0/+5
2022-01-109p: Copy local writes to the cache when writing to the serverDavid Howells3-1/+52
2022-01-109p: Use fscache indexing rewrite and reenable cachingDavid Howells10-210/+91
2022-01-109p: only copy valid iattrs in 9P2000.L setattr implementationChristian Brauner1-9/+20
2022-01-109p: Use BUG_ON instead of if condition followed by BUG.Zhang Mingyu1-2/+1
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells1-3/+5
2022-01-07fscache, cachefiles: Disable configurationDavid Howells1-1/+1
2021-12-18fs: 9p: remove unneeded variableChangcheng Deng1-2/+1
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells2-47/+56
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet12-37/+58
2021-11-049p: set readahead and io size according to maxsizeDominique Martinet1-0/+3