summaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '9p-for-6.12-rc5' of https://github.com/martinetd/linuxLinus Torvalds2024-10-255-87/+192
|\
| * Revert "fs/9p: simplify iget to remove unnecessary paths"Dominique Martinet2024-10-255-45/+180
| * Revert "fs/9p: fix uaf in in v9fs_stat2inode_dotl"Dominique Martinet2024-10-251-1/+1
| * Revert "fs/9p: remove redundant pointer v9ses"Dominique Martinet2024-10-251-0/+4
| * Revert " fs/9p: mitigate inode collisions"Dominique Martinet2024-10-254-56/+22
* | Revert "9p: Enable multipage folios"Dominique Martinet2024-10-241-1/+0
|/
* Merge tag '9p-for-6.12-rc4' of https://github.com/martinetd/linuxLinus Torvalds2024-10-192-3/+3
|\
| * 9p: Enable multipage foliosDavid Howells2024-09-231-0/+1
| * 9p: v9fs_fid_find: also lookup by inode if not found dentryDominique Martinet2024-09-231-3/+2
* | netfs: Speed up buffered readingDavid Howells2024-09-121-3/+8
|/
* 9p: Fix DIO read through netfsDominique Martinet2024-08-131-1/+2
* Merge tag '9p-for-6.10-rc2' of https://github.com/martinetd/linuxLinus Torvalds2024-05-291-2/+7
|\
| * 9p: add missing locking around taking dentry fid listDominique Martinet2024-05-231-2/+7
* | netfs, 9p: Fix race between umount and async request completionDavid Howells2024-05-271-0/+1
* | netfs: Remove the old writeback codeDavid Howells2024-05-011-34/+0
* | netfs: Cut over to using new writeback codeDavid Howells2024-05-011-4/+2
* | netfs, 9p: Implement helpers for new write codeDavid Howells2024-05-011-0/+48
* | 9p: Use alternative invalidation to using launder_folioDavid Howells2024-05-011-2/+0
|/
* fs/9p: mitigate inode collisionsEric Van Hensbergen2024-04-224-22/+56
* fs/9p: drop inodes immediately on non-.L tooJoakim Sindholt2024-04-111-0/+1
* fs/9p: Revert "fs/9p: fix dups even in uncached mode"Eric Van Hensbergen2024-04-111-0/+16
* fs/9p: remove erroneous nlink init from legacy stat2inodeEric Van Hensbergen2024-04-091-2/+0
* 9p: explicitly deny setlease attemptsJeff Layton2024-03-281-0/+2
* fs/9p: fix the cache always being enabled on files with qid flagsJoakim Sindholt2024-03-281-3/+0
* fs/9p: translate O_TRUNC into OTRUNCJoakim Sindholt2024-03-281-0/+3
* fs/9p: only translate RWX permissions for plain 9P2000Joakim Sindholt2024-03-281-1/+1
* fs/9p: fix uninitialized values during inode evictEric Van Hensbergen2024-03-251-6/+10
* fs/9p: remove redundant pointer v9sesColin Ian King2024-03-251-4/+0
* fs/9p: fix uaf in in v9fs_stat2inode_dotlLizhi Xu2024-03-251-1/+1
* Merge tag '9p-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ericv...Linus Torvalds2024-03-156-364/+71
|\
| * fs/9p: fix dups even in uncached modeEric Van Hensbergen2024-01-261-16/+0
| * fs/9p: simplify iget to remove unnecessary pathsEric Van Hensbergen2024-01-265-180/+45
| * fs/9p: rework qid2ino logicEric Van Hensbergen2024-01-264-31/+12
| * fs/9p: Eliminate now unused v9fs_get_inodeEric Van Hensbergen2024-01-262-32/+0
| * fs/9p: Eliminate redundant non-cache path in mknodEric Van Hensbergen2024-01-261-26/+10
| * fs/9p: remove walk and inode allocation from symlinkEric Van Hensbergen2024-01-261-33/+0
| * fs/9p: convert mkdir to use get_new_inodeEric Van Hensbergen2024-01-261-25/+10
| * fs/9p: switch vfsmount to use v9fs_get_new_inodeEric Van Hensbergen2024-01-261-28/+1
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
* | 9p: adapt to breakup of struct file_lockJeff Layton2024-02-051-20/+19
* | filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-0/+1
* | 9p: rename fl_type variable in v9fs_file_do_lockJeff Layton2024-02-051-3/+3
|/
* 9p: Use length of data written to the server in preference to errorDavid Howells2024-01-041-4/+3
* 9p: Do a couple of cleanupsDavid Howells2024-01-041-8/+9
* 9p: Fix initialisation of netfs_inode for 9pDavid Howells2024-01-033-3/+5
* 9p: Use netfslib read/write_iterDavid Howells2023-12-284-309/+85
* netfs: Optimise away reads above the point at which there can be no dataDavid Howells2023-12-281-1/+1
* netfs: Provide invalidate_folio and release_folio callsDavid Howells2023-12-241-31/+2
* netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2023-12-243-38/+12
* netfs, fscache: Remove ->begin_cache_operationDavid Howells2023-12-241-16/+0