index
:
pub/scm/linux/kernel/git/mgr/linux.git
master
Linux kernel fork
Michael Grzeschik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
9p
/
vfs_inode.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
/
+1
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
/
+1
2026-06-21
Merge tag '9p-for-7.2-rc1' of https://github.com/martinetd/linux
Linus Torvalds
1
-20
/
+26
2026-06-21
9p: skip nlink update in cacheless mode to fix WARN_ON
Breno Leitao
1
-0
/
+9
2026-06-21
9p: Enable symlink caching in page cache
Remi Pommarel
1
-2
/
+4
2026-06-21
9p: Cache negative dentries for lookup performance
Remi Pommarel
1
-5
/
+7
2026-06-21
9p: avoid returning ERR_PTR(0) from mkdir operations
Hongling Zeng
1
-13
/
+6
2026-05-12
netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
David Howells
1
-2
/
+4
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
-2
/
+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
-2
/
+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()
Al Viro
1
-22
/
+12
2025-08-23
fs/9p: Refresh metadata in d_revalidate for uncached mode too
Tingmao Wang
1
-1
/
+7
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+3
2024-10-25
Merge tag '9p-for-6.12-rc5' of https://github.com/martinetd/linux
Linus Torvalds
1
-47
/
+82
2024-10-25
Revert "fs/9p: simplify iget to remove unnecessary paths"
Dominique Martinet
1
-21
/
+77
2024-10-25
Revert " fs/9p: mitigate inode collisions"
Dominique Martinet
1
-29
/
+8
2024-10-24
Revert "9p: Enable multipage folios"
Dominique Martinet
1
-1
/
+0
2024-09-23
9p: Enable multipage folios
David Howells
1
-0
/
+1
2024-05-27
netfs, 9p: Fix race between umount and async request completion
David Howells
1
-0
/
+1
2024-04-22
fs/9p: mitigate inode collisions
Eric Van Hensbergen
1
-8
/
+29
2024-04-09
fs/9p: remove erroneous nlink init from legacy stat2inode
Eric Van Hensbergen
1
-2
/
+0
2024-03-28
fs/9p: translate O_TRUNC into OTRUNC
Joakim Sindholt
1
-0
/
+3
2024-03-28
fs/9p: only translate RWX permissions for plain 9P2000
Joakim Sindholt
1
-1
/
+1
2024-03-25
fs/9p: fix uninitialized values during inode evict
Eric Van Hensbergen
1
-6
/
+10
2024-01-26
fs/9p: simplify iget to remove unnecessary paths
Eric Van Hensbergen
1
-77
/
+21
2024-01-26
fs/9p: rework qid2ino logic
Eric Van Hensbergen
1
-24
/
+2
2024-01-26
fs/9p: Eliminate now unused v9fs_get_inode
Eric Van Hensbergen
1
-30
/
+0
2024-01-03
9p: Fix initialisation of netfs_inode for 9p
David Howells
1
-3
/
+3
2023-12-28
9p: Use netfslib read/write_iter
David Howells
1
-3
/
+2
2023-12-28
netfs: Optimise away reads above the point at which there can be no data
David Howells
1
-1
/
+1
2023-12-24
netfs: Move pinning-for-writeback from fscache to netfs
David Howells
1
-2
/
+1
2023-10-18
9p: convert to new timestamp accessors
Jeff Layton
1
-3
/
+3
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-4
/
+4
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
-6
/
+0
2023-07-13
9p: convert to ctime accessor functions
Jeff Layton
1
-2
/
+2
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
-11
/
+23
2023-03-27
fs/9p: remove writeback fid and fix per-file modes
Eric Van Hensbergen
1
-30
/
+15
2023-03-27
fs/9p: Consolidate file operations and add readahead and writeback
Eric Van Hensbergen
1
-21
/
+23
2023-03-01
Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+1
2023-02-23
fs/9p: Expand setup of writeback cache to all levels
Eric Van Hensbergen
1
-2
/
+1
[next]