summaryrefslogtreecommitdiff
path: root/fs/9p
AgeCommit message (Expand)Author
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-279p: fix ->rename_sem exclusionAl Viro
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells
2024-12-20netfs: Drop the was_async arg from netfs_read_subreq_terminated()David Howells
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells
2024-12-20netfs: Work around recursion by abandoning retry if nothing readDavid Howells
2024-11-16fs/9p: replace functions v9fs_cache_{register|unregister} with direct callsColin Ian King
2024-10-25Merge tag '9p-for-6.12-rc5' of https://github.com/martinetd/linuxLinus Torvalds
2024-10-25Revert "fs/9p: simplify iget to remove unnecessary paths"Dominique Martinet
2024-10-25Revert "fs/9p: fix uaf in in v9fs_stat2inode_dotl"Dominique Martinet
2024-10-25Revert "fs/9p: remove redundant pointer v9ses"Dominique Martinet
2024-10-25Revert " fs/9p: mitigate inode collisions"Dominique Martinet
2024-10-24Revert "9p: Enable multipage folios"Dominique Martinet
2024-10-19Merge tag '9p-for-6.12-rc4' of https://github.com/martinetd/linuxLinus Torvalds
2024-09-239p: Enable multipage foliosDavid Howells
2024-09-239p: v9fs_fid_find: also lookup by inode if not found dentryDominique Martinet
2024-09-12netfs: Speed up buffered readingDavid Howells
2024-08-139p: Fix DIO read through netfsDominique Martinet
2024-05-29Merge tag '9p-for-6.10-rc2' of https://github.com/martinetd/linuxLinus Torvalds
2024-05-27netfs, 9p: Fix race between umount and async request completionDavid Howells
2024-05-239p: add missing locking around taking dentry fid listDominique Martinet
2024-05-01netfs: Remove the old writeback codeDavid Howells
2024-05-01netfs: Cut over to using new writeback codeDavid Howells
2024-05-01netfs, 9p: Implement helpers for new write codeDavid Howells
2024-05-019p: Use alternative invalidation to using launder_folioDavid Howells
2024-04-22 fs/9p: mitigate inode collisionsEric Van Hensbergen
2024-04-11fs/9p: drop inodes immediately on non-.L tooJoakim Sindholt
2024-04-11fs/9p: Revert "fs/9p: fix dups even in uncached mode"Eric Van Hensbergen
2024-04-09fs/9p: remove erroneous nlink init from legacy stat2inodeEric Van Hensbergen
2024-03-289p: explicitly deny setlease attemptsJeff Layton
2024-03-28fs/9p: fix the cache always being enabled on files with qid flagsJoakim Sindholt
2024-03-28fs/9p: translate O_TRUNC into OTRUNCJoakim Sindholt
2024-03-28fs/9p: only translate RWX permissions for plain 9P2000Joakim Sindholt
2024-03-25fs/9p: fix uninitialized values during inode evictEric Van Hensbergen
2024-03-25fs/9p: remove redundant pointer v9sesColin Ian King
2024-03-25fs/9p: fix uaf in in v9fs_stat2inode_dotlLizhi Xu
2024-03-15Merge tag '9p-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ericv...Linus Torvalds
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-02-059p: adapt to breakup of struct file_lockJeff Layton
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton
2024-02-059p: rename fl_type variable in v9fs_file_do_lockJeff Layton
2024-01-26fs/9p: fix dups even in uncached modeEric Van Hensbergen
2024-01-26fs/9p: simplify iget to remove unnecessary pathsEric Van Hensbergen
2024-01-26fs/9p: rework qid2ino logicEric Van Hensbergen
2024-01-26fs/9p: Eliminate now unused v9fs_get_inodeEric Van Hensbergen
2024-01-26fs/9p: Eliminate redundant non-cache path in mknodEric Van Hensbergen
2024-01-26fs/9p: remove walk and inode allocation from symlinkEric Van Hensbergen
2024-01-26fs/9p: convert mkdir to use get_new_inodeEric Van Hensbergen
2024-01-26fs/9p: switch vfsmount to use v9fs_get_new_inodeEric Van Hensbergen