summaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* fs/9p: mitigate inode collisionsEric Van Hensbergen2024-04-221-8/+29
* fs/9p: remove erroneous nlink init from legacy stat2inodeEric Van Hensbergen2024-04-091-2/+0
* fs/9p: translate O_TRUNC into OTRUNCJoakim Sindholt2024-03-281-0/+3
* fs/9p: only translate RWX permissions for plain 9P2000Joakim Sindholt2024-03-281-1/+1
* fs/9p: fix uninitialized values during inode evictEric Van Hensbergen2024-03-251-6/+10
* fs/9p: simplify iget to remove unnecessary pathsEric Van Hensbergen2024-01-261-77/+21
* fs/9p: rework qid2ino logicEric Van Hensbergen2024-01-261-24/+2
* fs/9p: Eliminate now unused v9fs_get_inodeEric Van Hensbergen2024-01-261-30/+0
* 9p: Fix initialisation of netfs_inode for 9pDavid Howells2024-01-031-3/+3
* 9p: Use netfslib read/write_iterDavid Howells2023-12-281-3/+2
* netfs: Optimise away reads above the point at which there can be no dataDavid Howells2023-12-281-1/+1
* netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2023-12-241-2/+1
* 9p: convert to new timestamp accessorsJeff Layton2023-10-181-3/+3
* Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-4/+4
|\
| * fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-2/+2
| * 9p: convert to ctime accessor functionsJeff Layton2023-07-131-2/+2
* | 9p: remove dead stores (variable set again without being read)Dominique Martinet2023-07-201-6/+0
|/
* Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-051-1/+0
|\
| * 9p: Remove INET dependencyJason Andryuk2023-05-041-1/+0
* | fs/9p: Fix bit operation logic errorEric Van Hensbergen2023-04-281-1/+1
* | fs/9p: Rework cache modes and add new options to DocumentationEric Van Hensbergen2023-04-091-11/+23
* | fs/9p: remove writeback fid and fix per-file modesEric Van Hensbergen2023-03-271-30/+15
* | fs/9p: Consolidate file operations and add readahead and writebackEric Van Hensbergen2023-03-271-21/+23
|/
* Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-03-011-2/+1
|\
| * fs/9p: Expand setup of writeback cache to all levelsEric Van Hensbergen2023-02-231-2/+1
* | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
|/
* 9p/fs: Remove unneeded idr.h #includeChristophe JAILLET2022-12-021-1/+0
* 9p fid refcount: cleanup p9_fid_put callsDominique Martinet2022-07-021-37/+24
* 9p fid refcount: add p9_fid_get/put wrappersDominique Martinet2022-07-021-24/+24
* 9p: fix fid refcount leak in v9fs_vfs_get_linkDominique Martinet2022-06-151-4/+4
* netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds2022-06-101-1/+2
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-2/+2
* Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-311-3/+10
|\
| * netfs: Add a netfs inode contextDavid Howells2022-03-181-3/+10
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* 9p: Copy local writes to the cache when writing to the serverDavid Howells2022-01-101-0/+4
* 9p: Use fscache indexing rewrite and reenable cachingDavid Howells2022-01-101-9/+13
* 9p: fix a bunch of checkpatch warningsDominique Martinet2021-11-041-5/+9
* 9p p9mode2perm: remove useless strlcpy and check sscanf return codeDominique Martinet2021-11-031-4/+9
* 9p: fix file headersDominique Martinet2021-11-031-2/+0
* 9p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells2021-10-041-8/+16
* new helper: inode_wrong_type()Al Viro2021-03-081-2/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-02-271-12/+9
|\