summaryrefslogtreecommitdiff
path: root/fs/9p
AgeCommit message (Expand)Author
2026-08-239p: skip nlink update in cacheless mode to fix WARN_ONBreno Leitao
2025-12-079p: sysfs_init: don't hardcode error to ENOMEMRandall P. Embry
2025-12-079p: fix /sys/fs/9p/caches overwriting itselfRandall P. Embry
2024-11-22fs/9p: fix uninitialized values during inode evictEric Van Hensbergen
2024-08-299P FS: Fix wild-memory-access write in v9fs_get_aclIvan Orlov
2024-06-169p: add missing locking around taking dentry fid listDominique Martinet
2024-05-17fs/9p: drop inodes immediately on non-.L tooJoakim Sindholt
2024-05-179p: explicitly deny setlease attemptsJeff Layton
2024-05-17fs/9p: translate O_TRUNC into OTRUNCJoakim Sindholt
2024-05-17fs/9p: only translate RWX permissions for plain 9P2000Joakim Sindholt
2024-02-059p: Fix initialisation of netfs_inode for 9pDavid Howells
2024-01-10mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells
2023-11-289p: v9fs_listxattr: fix %s null argument warningDominique Martinet
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2022-07-029p: Fix some kernel-doc commentsYang Li
2022-07-029p fid refcount: cleanup p9_fid_put callsDominique Martinet
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet
2022-07-029p: Fix minor typo in code commentTyler Hicks
2022-07-029p: Remove unnecessary variable for old fids while walking from d_parentTyler Hicks
2022-07-029p: Make the path walk logic more clear about when cloning is requiredTyler Hicks
2022-07-029p: Track the root fid with its own variable during lookupsTyler Hicks
2022-06-179p: fix EBADF errors in cached modeDominique Martinet
2022-06-159p: Fix refcounting during full path walks for fid lookupsTyler Hicks
2022-06-159p: fix fid refcount leak in v9fs_vfs_get_linkDominique Martinet
2022-06-159p: fix fid refcount leak in v9fs_vfs_atomic_open_dotlDominique Martinet
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