summaryrefslogtreecommitdiff
path: root/fs/9p/vfs_inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-01Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+1
2023-02-24fs/9p: Expand setup of writeback cache to all levelsEric Van Hensbergen1-2/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-4/+4
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-4/+4
2022-12-029p/fs: Remove unneeded idr.h #includeChristophe JAILLET1-1/+0
2022-07-029p fid refcount: cleanup p9_fid_put callsDominique Martinet1-37/+24
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet1-24/+24
2022-06-159p: fix fid refcount leak in v9fs_vfs_get_linkDominique Martinet1-4/+4
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds1-1/+2
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-2/+2
2022-04-01Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+10
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-18netfs: Add a netfs inode contextDavid Howells1-3/+10
2022-01-109p: Copy local writes to the cache when writing to the serverDavid Howells1-0/+4
2022-01-109p: Use fscache indexing rewrite and reenable cachingDavid Howells1-9/+13
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet1-5/+9
2021-11-039p p9mode2perm: remove useless strlcpy and check sscanf return codeDominique Martinet1-4/+9
2021-11-039p: fix file headersDominique Martinet1-2/+0
2021-10-059p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells1-8/+16
2021-03-08new helper: inode_wrong_type()Al Viro1-2/+2
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-12/+9
2021-02-239p: fix misuse of sscanf() in v9fs_stat2inode()Al Viro1-12/+9
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-11/+15
2021-01-24stat: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-11-199p: add refcount to p9_fid structJianyong Wu1-8/+29
2020-11-03fs/9p: track open fidsGreg Kurz1-1/+5
2020-11-03fs/9p: fix create-unlink-getattr idiomEric Van Hensbergen1-0/+4
2020-07-319p: Remove unneeded cast from memory allocationLi Heng1-2/+1
2020-07-199p: remove unused code in 9pJianyong Wu1-53/+0
2020-07-199p: retrieve fid from file when file instance exist.Jianyong Wu1-2/+7
2020-03-279p: Remove unneeded semicolonzhengbin1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner1-16/+1
2019-05-029p: switch to ->free_inode()Al Viro1-8/+2
2019-03-039p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao1-12/+11
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
2018-05-229p: unify paths in v9fs_vfs_lookup()Al Viro1-20/+15
2018-04-069p: don't maintain dir i_nlink if the exported fs doesn't eitherEryu Guan1-4/+22
2017-10-24fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen1-0/+3
2017-03-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+5
2017-03-03statx: Add a system call to make enhanced file info availableDavid Howells1-4/+6