summaryrefslogtreecommitdiff
path: root/fs/9p/vfs_inode.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-07-31Remove excl arg to ->create inode_operationNeilBrown1-2/+1
2026-07-019p: drop redundant S_IFDIR from mkdirJori Koolstra1-1/+1
2026-06-21Merge tag '9p-for-7.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds1-20/+26
2026-06-219p: skip nlink update in cacheless mode to fix WARN_ONBreno Leitao1-0/+9
2026-06-219p: Enable symlink caching in page cacheRemi Pommarel1-2/+4
2026-06-219p: Cache negative dentries for lookup performanceRemi Pommarel1-5/+7
2026-06-219p: avoid returning ERR_PTR(0) from mkdir operationsHongling Zeng1-13/+6
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells1-2/+4
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-3/+3
2025-12-07Merge tag '9p-for-6.19-rc1' of https://github.com/martinetd/linuxLinus Torvalds1-2/+1
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-11-03fs/9p: Don't open remote file with APPEND mode when writeback cache is usedTingmao Wang1-2/+1
2025-10-22Revert "fs/9p: Refresh metadata in d_revalidate for uncached mode too"Dominique Martinet1-7/+1
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-1/+1
2025-10-09Merge tag '9p-for-6.18-rc1' of https://github.com/martinetd/linuxLinus Torvalds1-1/+7
2025-09-169p: simplify v9fs_vfs_atomic_open()Al Viro1-22/+12
2025-08-23fs/9p: Refresh metadata in d_revalidate for uncached mode tooTingmao Wang1-1/+7
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+3
2024-10-25Merge tag '9p-for-6.12-rc5' of https://github.com/martinetd/linuxLinus Torvalds1-47/+82
2024-10-25Revert "fs/9p: simplify iget to remove unnecessary paths"Dominique Martinet1-21/+77
2024-10-25Revert " fs/9p: mitigate inode collisions"Dominique Martinet1-29/+8
2024-10-24Revert "9p: Enable multipage folios"Dominique Martinet1-1/+0
2024-09-239p: Enable multipage foliosDavid Howells1-0/+1
2024-05-27netfs, 9p: Fix race between umount and async request completionDavid Howells1-0/+1
2024-04-22 fs/9p: mitigate inode collisionsEric Van Hensbergen1-8/+29
2024-04-09fs/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-05Merge 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-09fs/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-23fs/9p: Expand setup of writeback cache to all levelsEric Van Hensbergen1-2/+1