aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_inode_dotl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-029p fid refcount: cleanup p9_fid_put callsDominique Martinet1-40/+18
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet1-21/+21
2022-06-159p: fix fid refcount leak in v9fs_vfs_atomic_open_dotlDominique Martinet1-0/+3
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-9/+20
2022-01-109p: Use fscache indexing rewrite and reenable cachingDavid Howells1-1/+2
2022-01-109p: only copy valid iattrs in 9P2000.L setattr implementationChristian Brauner1-9/+20
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet1-4/+5
2021-11-039p: fix file headersDominique Martinet1-2/+0
2021-10-049p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells1-2/+9
2021-03-129p: missing chunk of "fs/9p: Don't update file type when updating file attributes"Al Viro1-7/+3
2021-03-08new helper: inode_wrong_type()Al Viro1-2/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-14/+17
2021-01-24stat: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2020-11-199p: add refcount to p9_fid structJianyong Wu1-6/+28
2020-11-03fs/9p: track open fidsGreg Kurz1-0/+1
2020-07-199p: retrieve fid from file when file instance exist.Jianyong Wu1-2/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner1-16/+1
2019-03-039p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao1-13/+14
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro1-2/+1
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro1-1/+1
2018-07-12introduce FMODE_CREATED and switch to itAl Viro1-1/+1
2017-10-23fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen1-0/+3
2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+10
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-2/+3
2017-01-129p: constify ->d_name handlingAl Viro1-10/+10
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-9/+0
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-08-039p: use clone_fid()Al Viro1-1/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+5
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro1-1/+1
2016-05-299p: new helper - v9fs_parent_fid()Al Viro1-11/+5
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-4/+5
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-4/+10
2015-11-09fs/9p: remove unnecessary new_valid_dev() checksYaowei Bai1-3/+0
2015-07-129p: don't leave a half-initialized inode sitting aroundAl Viro1-2/+1
2015-05-15get rid of assorted nameidata-related debrisAl Viro1-2/+1
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-4/+3
2015-05-109p: don't bother with __getname() in ->follow_link()Al Viro1-23/+8
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-8/+8
2014-11-19assorted conversions to %p[dD]Al Viro1-2/+2
2014-10-099p: switch to %p[dD]Al Viro1-4/+4
2014-06-04fs/9p: kerneldoc fixesFabian Frederick1-4/+3
2014-01-109P: introduction of a new cache=mmap model.Dominique Martinet1-4/+5
2013-11-239p: remove useless 'name' variable and assignmentGeyslan G. Bem1-3/+0
2013-11-239p: remove useless variable and assignmentGeyslan G. Bem1-3/+0
2013-11-239p: remove never used return variableGeyslan G. Bem1-2/+0