index
:
pub/scm/linux/kernel/git/rt/linux-stable-rt.git
master
Linux kernel fork
RT group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
9p
/
vfs_inode_dotl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+0
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
1
-2
/
+1
2026-07-01
9p: drop redundant S_IFDIR from mkdir
Jori Koolstra
1
-1
/
+0
2026-06-21
Merge tag '9p-for-7.2-rc1' of https://github.com/martinetd/linux
Linus Torvalds
1
-7
/
+51
2026-06-21
9p: Enable symlink caching in page cache
Remi Pommarel
1
-5
/
+49
2026-06-21
9p: avoid returning ERR_PTR(0) from mkdir operations
Hongling Zeng
1
-2
/
+2
2026-05-12
netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
David Howells
1
-4
/
+8
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-3
/
+3
2025-12-07
Merge tag '9p-for-6.19-rc1' of https://github.com/martinetd/linux
Linus Torvalds
1
-1
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2025-11-03
fs/9p: Don't open remote file with APPEND mode when writeback cache is used
Tingmao Wang
1
-1
/
+1
2025-10-22
Revert "fs/9p: Refresh metadata in d_revalidate for uncached mode too"
Dominique Martinet
1
-7
/
+1
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-1
/
+1
2025-10-09
Merge tag '9p-for-6.18-rc1' of https://github.com/martinetd/linux
Linus Torvalds
1
-1
/
+7
2025-09-16
9p: simplify v9fs_vfs_atomic_open_dotl()
Al Viro
1
-10
/
+5
2025-08-23
fs/9p: Refresh metadata in d_revalidate for uncached mode too
Tingmao Wang
1
-1
/
+7
2025-04-03
Merge tag '9p-for-6.15-rc1' of https://github.com/martinetd/linux
Linus Torvalds
1
-1
/
+1
2025-03-17
fs/9p: fix NULL pointer dereference on mkdir
Christian Schoenebeck
1
-1
/
+1
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+4
2024-10-25
Revert "fs/9p: simplify iget to remove unnecessary paths"
Dominique Martinet
1
-17
/
+75
2024-10-25
Revert "fs/9p: fix uaf in in v9fs_stat2inode_dotl"
Dominique Martinet
1
-1
/
+1
2024-10-25
Revert "fs/9p: remove redundant pointer v9ses"
Dominique Martinet
1
-0
/
+4
2024-10-25
Revert " fs/9p: mitigate inode collisions"
Dominique Martinet
1
-20
/
+8
2024-04-22
fs/9p: mitigate inode collisions
Eric Van Hensbergen
1
-8
/
+20
2024-03-25
fs/9p: remove redundant pointer v9ses
Colin Ian King
1
-4
/
+0
2024-03-25
fs/9p: fix uaf in in v9fs_stat2inode_dotl
Lizhi Xu
1
-1
/
+1
2024-01-26
fs/9p: simplify iget to remove unnecessary paths
Eric Van Hensbergen
1
-75
/
+17
2024-01-26
fs/9p: rework qid2ino logic
Eric Van Hensbergen
1
-4
/
+2
2024-01-26
fs/9p: Eliminate redundant non-cache path in mknod
Eric Van Hensbergen
1
-26
/
+10
2024-01-26
fs/9p: remove walk and inode allocation from symlink
Eric Van Hensbergen
1
-33
/
+0
2024-01-26
fs/9p: convert mkdir to use get_new_inode
Eric Van Hensbergen
1
-25
/
+10
2024-01-03
9p: Fix initialisation of netfs_inode for 9p
David Howells
1
-0
/
+1
2023-12-28
9p: Use netfslib read/write_iter
David Howells
1
-2
/
+5
2023-10-18
9p: convert to new timestamp accessors
Jeff Layton
1
-8
/
+8
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-6
/
+6
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-2
/
+2
2023-07-20
9p: remove dead stores (variable set again without being read)
Dominique Martinet
1
-1
/
+0
2023-07-13
9p: convert to ctime accessor functions
Jeff Layton
1
-4
/
+4
2023-05-05
Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-1
/
+0
2023-05-04
9p: Remove INET dependency
Jason Andryuk
1
-1
/
+0
2023-04-28
fs/9p: Fix bit operation logic error
Eric Van Hensbergen
1
-1
/
+1
2023-04-09
fs/9p: Rework cache modes and add new options to Documentation
Eric Van Hensbergen
1
-12
/
+14
2023-03-27
fs/9p: remove writeback fid and fix per-file modes
Eric Van Hensbergen
1
-29
/
+19
2023-03-27
fs/9p: Consolidate file operations and add readahead and writeback
Eric Van Hensbergen
1
-5
/
+25
2023-03-01
Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+4
2023-02-23
fs/9p: Expand setup of writeback cache to all levels
Eric Van Hensbergen
1
-3
/
+4
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-5
/
+4
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-2
/
+3
[next]