summaryrefslogtreecommitdiff
path: root/fs/9p/vfs_inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-22 fs/9p: mitigate inode collisionsEric Van Hensbergen1-8/+29
2024-04-10fs/9p: remove erroneous nlink init from legacy stat2inodeEric Van Hensbergen1-2/+0
2024-03-28fs/9p: translate O_TRUNC into OTRUNCJoakim Sindholt1-0/+3
2024-03-28fs/9p: only translate RWX permissions for plain 9P2000Joakim Sindholt1-1/+1
2024-03-25fs/9p: fix uninitialized values during inode evictEric Van Hensbergen1-6/+10
2024-01-26fs/9p: simplify iget to remove unnecessary pathsEric Van Hensbergen1-77/+21
2024-01-26fs/9p: rework qid2ino logicEric Van Hensbergen1-24/+2
2024-01-26fs/9p: Eliminate now unused v9fs_get_inodeEric Van Hensbergen1-30/+0
2024-01-039p: Fix initialisation of netfs_inode for 9pDavid Howells1-3/+3
2023-12-289p: Use netfslib read/write_iterDavid Howells1-3/+2
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells1-1/+1
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells1-2/+1
2023-10-189p: convert to new timestamp accessorsJeff Layton1-3/+3
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+4
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-2/+2
2023-07-209p: remove dead stores (variable set again without being read)Dominique Martinet1-6/+0
2023-07-139p: convert to ctime accessor functionsJeff Layton1-2/+2
2023-05-06Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+0
2023-05-049p: Remove INET dependencyJason Andryuk1-1/+0
2023-04-28fs/9p: Fix bit operation logic errorEric Van Hensbergen1-1/+1
2023-04-10fs/9p: Rework cache modes and add new options to DocumentationEric Van Hensbergen1-11/+23
2023-03-27fs/9p: remove writeback fid and fix per-file modesEric Van Hensbergen1-30/+15
2023-03-27fs/9p: Consolidate file operations and add readahead and writebackEric Van Hensbergen1-21/+23
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