aboutsummaryrefslogtreecommitdiff
path: root/fs/9p/vfs_inode_dotl.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-22 fs/9p: mitigate inode collisionsGravatar Eric Van Hensbergen 1-8/+20
2024-03-25fs/9p: remove redundant pointer v9sesGravatar Colin Ian King 1-4/+0
2024-03-25fs/9p: fix uaf in in v9fs_stat2inode_dotlGravatar Lizhi Xu 1-1/+1
2024-01-26fs/9p: simplify iget to remove unnecessary pathsGravatar Eric Van Hensbergen 1-75/+17
2024-01-26fs/9p: rework qid2ino logicGravatar Eric Van Hensbergen 1-4/+2
2024-01-26fs/9p: Eliminate redundant non-cache path in mknodGravatar Eric Van Hensbergen 1-26/+10
2024-01-26fs/9p: remove walk and inode allocation from symlinkGravatar Eric Van Hensbergen 1-33/+0
2024-01-26fs/9p: convert mkdir to use get_new_inodeGravatar Eric Van Hensbergen 1-25/+10
2024-01-039p: Fix initialisation of netfs_inode for 9pGravatar David Howells 1-0/+1
2023-12-289p: Use netfslib read/write_iterGravatar David Howells 1-2/+5
2023-10-189p: convert to new timestamp accessorsGravatar Jeff Layton 1-8/+8
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-6/+6
2023-08-09fs: pass the request_mask to generic_fillattrGravatar Jeff Layton 1-2/+2
2023-07-209p: remove dead stores (variable set again without being read)Gravatar Dominique Martinet 1-1/+0
2023-07-139p: convert to ctime accessor functionsGravatar Jeff Layton 1-4/+4
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-1/+0
2023-05-049p: Remove INET dependencyGravatar Jason Andryuk 1-1/+0
2023-04-28fs/9p: Fix bit operation logic errorGravatar Eric Van Hensbergen 1-1/+1
2023-04-09fs/9p: Rework cache modes and add new options to DocumentationGravatar Eric Van Hensbergen 1-12/+14
2023-03-27fs/9p: remove writeback fid and fix per-file modesGravatar Eric Van Hensbergen 1-29/+19
2023-03-27fs/9p: Consolidate file operations and add readahead and writebackGravatar Eric Van Hensbergen 1-5/+25
2023-03-01Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+4
2023-02-23fs/9p: Expand setup of writeback cache to all levelsGravatar Eric Van Hensbergen 1-3/+4
2023-01-19fs: port ->mknod() to pass mnt_idmapGravatar Christian Brauner 1-5/+4
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapGravatar Christian Brauner 1-2/+3
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-4/+4
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxGravatar Linus Torvalds 1-1/+0
2022-12-029p/fs: Remove unneeded idr.h #includeGravatar Christophe JAILLET 1-1/+0
2022-10-209p: implement set acl methodGravatar Christian Brauner 1-0/+2
2022-10-209p: implement get acl methodGravatar Christian Brauner 1-2/+4
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 1-2/+2
2022-07-029p fid refcount: cleanup p9_fid_put callsGravatar Dominique Martinet 1-40/+18
2022-07-029p fid refcount: add p9_fid_get/put wrappersGravatar Dominique Martinet 1-21/+21
2022-06-159p: fix fid refcount leak in v9fs_vfs_atomic_open_dotlGravatar Dominique Martinet 1-0/+3
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxGravatar Linus Torvalds 1-9/+20
2022-01-109p: Use fscache indexing rewrite and reenable cachingGravatar David Howells 1-1/+2
2022-01-109p: only copy valid iattrs in 9P2000.L setattr implementationGravatar Christian Brauner 1-9/+20
2021-11-049p: fix a bunch of checkpatch warningsGravatar Dominique Martinet 1-4/+5
2021-11-039p: fix file headersGravatar Dominique Martinet 1-2/+0
2021-10-049p: Fix a bunch of kerneldoc warnings shown up by W=1Gravatar David Howells 1-2/+9
2021-03-129p: missing chunk of "fs/9p: Don't update file type when updating file attrib...Gravatar Al Viro 1-7/+3
2021-03-08new helper: inode_wrong_type()Gravatar Al Viro 1-2/+2
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-14/+17
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2020-11-199p: add refcount to p9_fid structGravatar Jianyong Wu 1-6/+28
2020-11-03fs/9p: track open fidsGravatar Greg Kurz 1-0/+1