summaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* fs/9p: mitigate inode collisionsEric Van Hensbergen11 days4-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
* Merge tag '9p-for-6.7-rc1' of https://github.com/martinetd/linuxLinus Torvalds2023-11-043-3/+4
|\
| * 9p/fs: add MODULE_DESCIPTIONDominique Martinet2023-10-271-0/+1
| * 9p: v9fs_listxattr: fix %s null argument warningDominique Martinet2023-10-261-2/+3
| * fs/9p: Remove unused function declaration v9fs_inode2stat()Yue Haibing2023-10-241-1/+0
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-302-11/+11
|\ \
| * | 9p: convert to new timestamp accessorsJeff Layton2023-10-182-11/+11
| |/
* / 9p: move xattr-related structs to .rodataWedson Almeida Filho2023-10-092-5/+5
|/
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-0/+2
|\
| * mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells2023-08-181-0/+2
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-282-10/+10
|\ \ | |/ |/|
| * fs: pass the request_mask to generic_fillattrJeff Layton2023-08-092-4/+4
| * 9p: convert to ctime accessor functionsJeff Layton2023-07-132-6/+6
* | fs/9p: Remove unused extern declarationYueHaibing2023-07-201-2/+0
* | 9p: remove dead stores (variable set again without being read)Dominique Martinet2023-07-202-7/+0
* | 9p: fix ignored return value in v9fs_dir_releaseDominique Martinet2023-07-201-2/+3
* | fs/9p: remove unnecessary invalidate_inode_pages2Eric Van Hensbergen2023-07-201-1/+0
* | fs/9p: fix type mismatch in file cache mode helperEric Van Hensbergen2023-07-201-2/+2
* | fs/9p: fix typo in comparison logic for cache modeEric Van Hensbergen2023-07-201-1/+1