index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
9p
Age
Commit message (
Expand
)
Author
Files
Lines
17 hours
Merge tag '9p-for-7.2-rc1' of https://github.com/martinetd/linux
Linus Torvalds
11
-62
/
+283
29 hours
9p: skip nlink update in cacheless mode to fix WARN_ON
Breno Leitao
1
-0
/
+9
29 hours
9p: v9fs_file_do_lock: replace WARN_ONCE with p9_debug
Dominique Martinet
1
-1
/
+1
29 hours
9p: Enable symlink caching in page cache
Remi Pommarel
3
-10
/
+88
29 hours
9p: Set default negative dentry retention time for cache=loose
Remi Pommarel
1
-0
/
+10
29 hours
9p: Add mount option for negative dentry cache retention
Remi Pommarel
2
-11
/
+28
29 hours
9p: Cache negative dentries for lookup performance
Remi Pommarel
7
-24
/
+126
29 hours
9p: avoid returning ERR_PTR(0) from mkdir operations
Hongling Zeng
2
-15
/
+8
2026-05-19
9p: invalidate readdir buffer on seek
Pierre Barre
1
-0
/
+12
2026-05-19
9p: use kvzalloc for readdir buffer
Pierre Barre
1
-1
/
+1
2026-05-12
netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
David Howells
3
-19
/
+12
2026-04-24
Merge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linux
Linus Torvalds
2
-3
/
+7
2026-04-16
9p: fix access mode flags being ORed instead of replaced
Pierre Barre
1
-0
/
+4
2026-04-16
9p: fix memory leak in v9fs_init_fs_context error path
Sasha Levin
1
-3
/
+3
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
3
-8
/
+8
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-02-09
Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-13
/
+3
2026-01-16
posix_acl: make posix_acl_to_xattr() alloc the buffer
Miklos Szeredi
1
-13
/
+3
2026-01-12
fs: remove simple_nosetlease()
Jeff Layton
2
-4
/
+0
2026-01-12
9p: don't allow delegations to be set on directories
Jeff Layton
1
-0
/
+2
2025-12-07
Merge tag '9p-for-6.19-rc1' of https://github.com/martinetd/linux
Linus Torvalds
7
-292
/
+386
2025-12-05
9p: fix new mount API cache option handling
Eric Sandeen
1
-12
/
+32
2025-12-05
9p: fix cache/debug options printing in v9fs_show_options
Eric Sandeen
1
-2
/
+2
2025-12-01
Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-13
/
+4
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+2
2025-11-05
fs: inline current_umask() and move it to fs_struct.h
Mateusz Guzik
1
-0
/
+1
2025-11-03
9p: convert to the new mount API
Eric Sandeen
3
-309
/
+380
2025-11-03
fs/9p: delete unnnecessary condition
Dan Carpenter
1
-1
/
+0
2025-11-03
fs/9p: Don't open remote file with APPEND mode when writeback cache is used
Tingmao Wang
3
-6
/
+10
2025-10-29
9p: don't opencode filemap_fdatawrite_range in v9fs_mmap_vm_close
Christoph Hellwig
1
-13
/
+4
2025-10-22
Revert "fs/9p: Refresh metadata in d_revalidate for uncached mode too"
Dominique Martinet
3
-22
/
+4
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
2
-2
/
+2
2025-10-09
Merge tag '9p-for-6.18-rc1' of https://github.com/martinetd/linux
Linus Torvalds
4
-13
/
+52
2025-10-03
Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-32
/
+17
2025-09-27
9p: sysfs_init: don't hardcode error to ENOMEM
Randall P. Embry
1
-2
/
+5
2025-09-27
9p: fix /sys/fs/9p/caches overwriting itself
Randall P. Embry
1
-1
/
+1
2025-09-27
9p: clean up comment typos
Randall P. Embry
1
-4
/
+3
2025-09-16
9p: simplify v9fs_vfs_atomic_open_dotl()
Al Viro
1
-10
/
+5
2025-09-16
9p: simplify v9fs_vfs_atomic_open()
Al Viro
1
-22
/
+12
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
1
-1
/
+1
2025-08-23
fs/9p: Add p9_debug(VFS) in d_revalidate
Tingmao Wang
1
-4
/
+20
2025-08-23
fs/9p: Invalidate dentry if inode type change detected in cached mode
Tingmao Wang
1
-1
/
+1
2025-08-23
fs/9p: Refresh metadata in d_revalidate for uncached mode too
Tingmao Wang
3
-3
/
+24
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-6
/
+7
2025-06-19
fs: convert most other generic_file_*mmap() users to .mmap_prepare()
Lorenzo Stoakes
1
-5
/
+6
2025-06-17
fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
Lorenzo Stoakes
1
-1
/
+1
2025-06-11
9p: don't bother with always_delete_dentry
Al Viro
2
-3
/
+4
2025-06-10
new helper: set_default_d_op()
Al Viro
1
-2
/
+2
[next]