summaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_inode_dotl.c
Commit message (Expand)AuthorAgeFilesLines
* fs/9p: mitigate inode collisionsEric Van Hensbergen2024-04-221-8/+20
* 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
* fs/9p: simplify iget to remove unnecessary pathsEric Van Hensbergen2024-01-261-75/+17
* fs/9p: rework qid2ino logicEric Van Hensbergen2024-01-261-4/+2
* 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
* 9p: Fix initialisation of netfs_inode for 9pDavid Howells2024-01-031-0/+1
* 9p: Use netfslib read/write_iterDavid Howells2023-12-281-2/+5
* 9p: convert to new timestamp accessorsJeff Layton2023-10-181-8/+8
* Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-6/+6
|\
| * fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-2/+2
| * 9p: convert to ctime accessor functionsJeff Layton2023-07-131-4/+4
* | 9p: remove dead stores (variable set again without being read)Dominique Martinet2023-07-201-1/+0
|/
* Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-051-1/+0
|\
| * 9p: Remove INET dependencyJason Andryuk2023-05-041-1/+0
* | fs/9p: Fix bit operation logic errorEric Van Hensbergen2023-04-281-1/+1
* | fs/9p: Rework cache modes and add new options to DocumentationEric Van Hensbergen2023-04-091-12/+14
* | fs/9p: remove writeback fid and fix per-file modesEric Van Hensbergen2023-03-271-29/+19
* | fs/9p: Consolidate file operations and add readahead and writebackEric Van Hensbergen2023-03-271-5/+25
|/
* Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-03-011-3/+4
|\
| * fs/9p: Expand setup of writeback cache to all levelsEric Van Hensbergen2023-02-231-3/+4
* | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-5/+4
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-2/+3
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
|/
* Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds2022-12-231-1/+0
|\
| * 9p/fs: Remove unneeded idr.h #includeChristophe JAILLET2022-12-021-1/+0
* | 9p: implement set acl methodChristian Brauner2022-10-201-0/+2
* | 9p: implement get acl methodChristian Brauner2022-10-201-2/+4
* | fs: rename current get acl methodChristian Brauner2022-10-201-2/+2
|/
* 9p fid refcount: cleanup p9_fid_put callsDominique Martinet2022-07-021-40/+18
* 9p fid refcount: add p9_fid_get/put wrappersDominique Martinet2022-07-021-21/+21
* 9p: fix fid refcount leak in v9fs_vfs_atomic_open_dotlDominique Martinet2022-06-151-0/+3
* Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds2022-01-161-9/+20
|\
| * 9p: only copy valid iattrs in 9P2000.L setattr implementationChristian Brauner2022-01-101-9/+20
* | 9p: Use fscache indexing rewrite and reenable cachingDavid Howells2022-01-101-1/+2
|/
* 9p: fix a bunch of checkpatch warningsDominique Martinet2021-11-041-4/+5
* 9p: fix file headersDominique Martinet2021-11-031-2/+0
* 9p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells2021-10-041-2/+9
* 9p: missing chunk of "fs/9p: Don't update file type when updating file attrib...Al Viro2021-03-121-7/+3
* new helper: inode_wrong_type()Al Viro2021-03-081-2/+2
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-14/+17
* stat: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* 9p: add refcount to p9_fid structJianyong Wu2020-11-191-6/+28
* fs/9p: track open fidsGreg Kurz2020-11-031-0/+1