aboutsummaryrefslogtreecommitdiff
path: root/fs/9p/vfs_inode.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-029p fid refcount: cleanup p9_fid_put callsGravatar Dominique Martinet 1-37/+24
2022-07-029p fid refcount: add p9_fid_get/put wrappersGravatar Dominique Martinet 1-24/+24
2022-06-159p: fix fid refcount leak in v9fs_vfs_get_linkGravatar Dominique Martinet 1-4/+4
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedGravatar Linus Torvalds 1-1/+2
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-2/+2
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+10
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-18netfs: Add a netfs inode contextGravatar David Howells 1-3/+10
2022-01-109p: Copy local writes to the cache when writing to the serverGravatar David Howells 1-0/+4
2022-01-109p: Use fscache indexing rewrite and reenable cachingGravatar David Howells 1-9/+13
2021-11-049p: fix a bunch of checkpatch warningsGravatar Dominique Martinet 1-5/+9
2021-11-039p p9mode2perm: remove useless strlcpy and check sscanf return codeGravatar Dominique Martinet 1-4/+9
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-8/+16
2021-03-08new helper: inode_wrong_type()Gravatar Al Viro 1-2/+2
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-12/+9
2021-02-239p: fix misuse of sscanf() in v9fs_stat2inode()Gravatar Al Viro 1-12/+9
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-11/+15
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2020-11-199p: add refcount to p9_fid structGravatar Jianyong Wu 1-8/+29
2020-11-03fs/9p: track open fidsGravatar Greg Kurz 1-1/+5
2020-11-03fs/9p: fix create-unlink-getattr idiomGravatar Eric Van Hensbergen 1-0/+4
2020-07-319p: Remove unneeded cast from memory allocationGravatar Li Heng 1-2/+1
2020-07-199p: remove unused code in 9pGravatar Jianyong Wu 1-53/+0
2020-07-199p: retrieve fid from file when file instance exist.Gravatar Jianyong Wu 1-2/+7
2020-03-279p: Remove unneeded semicolonGravatar zhengbin 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Gravatar Thomas Gleixner 1-16/+1
2019-05-019p: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2019-03-039p: use inode->i_lock to protect i_size_write() under 32-bitGravatar Hou Tao 1-12/+11
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Gravatar Al Viro 1-2/+1
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Gravatar Al Viro 1-1/+1
2018-07-12introduce FMODE_CREATED and switch to itGravatar Al Viro 1-1/+1
2018-05-229p: unify paths in v9fs_vfs_lookup()Gravatar Al Viro 1-20/+15
2018-04-059p: don't maintain dir i_nlink if the exported fs doesn't eitherGravatar Eryu Guan 1-4/+22
2017-10-23fs/9p: Compare qid.path in v9fs_test_inodeGravatar Tuomas Tynkkynen 1-0/+3
2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+5
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-4/+6
2017-01-129p: constify ->d_name handlingGravatar Al Viro 1-5/+5
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+6
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+5
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-2/+2
2016-09-27fs: make remaining filesystems use .rename2Gravatar Miklos Szeredi 1-3/+7
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-08-039p: use clone_fid()Gravatar Al Viro 1-1/+1
2016-08-039p: fix braino introduced in "9p: new helper - v9fs_parent_fid()"Gravatar Al Viro 1-2/+2
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+5