index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
9p
/
vfs_super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-22
fs/9p: mitigate inode collisions
Eric Van Hensbergen
1
-1
/
+1
2024-04-12
fs/9p: drop inodes immediately on non-.L too
Joakim Sindholt
1
-0
/
+1
2024-04-12
fs/9p: Revert "fs/9p: fix dups even in uncached mode"
Eric Van Hensbergen
1
-0
/
+16
2024-01-26
fs/9p: fix dups even in uncached mode
Eric Van Hensbergen
1
-16
/
+0
2024-01-26
fs/9p: simplify iget to remove unnecessary paths
Eric Van Hensbergen
1
-1
/
+1
2024-01-26
fs/9p: switch vfsmount to use v9fs_get_new_inode
Eric Van Hensbergen
1
-28
/
+1
2023-12-24
netfs: Move pinning-for-writeback from fscache to netfs
David Howells
1
-12
/
+2
2023-05-06
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-10
fs/9p: Rework cache modes and add new options to Documentation
Eric Van Hensbergen
1
-2
/
+2
2023-03-27
fs/9p: remove writeback fid and fix per-file modes
Eric Van Hensbergen
1
-26
/
+7
2023-03-27
fs/9p: allow disable of xattr support on mount
Eric Van Hensbergen
1
-1
/
+2
2023-03-27
fs/9p: Remove unnecessary superblock flags
Eric Van Hensbergen
1
-3
/
+1
2022-12-02
9p/fs: Remove unneeded idr.h #include
Christophe JAILLET
1
-1
/
+0
2022-07-02
9p fid refcount: cleanup p9_fid_put calls
Dominique Martinet
1
-1
/
+1
2022-07-02
9p fid refcount: add p9_fid_get/put wrappers
Dominique Martinet
1
-3
/
+3
2022-01-10
9p: Copy local writes to the cache when writing to the server
David Howells
1
-0
/
+3
2021-11-04
9p: fix a bunch of checkpatch warnings
Dominique Martinet
1
-2
/
+5
2021-11-04
9p: set readahead and io size according to maxsize
Dominique Martinet
1
-0
/
+3
2021-11-03
9p: fix file headers
Dominique Martinet
1
-4
/
+0
2020-11-19
9p: add refcount to p9_fid struct
Jianyong Wu
1
-0
/
+1
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+1
2020-09-24
bdi: initialize ->ra_pages and ->io_pages in bdi_init
Christoph Hellwig
1
-2
/
+4
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
1
-2
/
+1
2019-09-28
Merge tag '9p-for-5.4' of git://github.com/martinetd/linux
Linus Torvalds
1
-2
/
+2
2019-09-03
9p/vfs_super.c: Remove unused parameter data in v9fs_fill_super
Bharath Vedartham
1
-2
/
+2
2019-08-30
9p: Fill min and max timestamps in sb
Deepa Dinamani
1
-1
/
+5
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188
Thomas Gleixner
1
-16
/
+1
2019-05-02
9p: switch to ->free_inode()
Al Viro
1
-2
/
+2
2019-03-17
Merge tag '9p-for-5.1' of git://github.com/martinetd/linux
Linus Torvalds
1
-2
/
+2
2019-03-12
mm: refactor readahead defines in mm.h
Nikolay Borisov
1
-1
/
+1
2019-03-03
9p: use inode->i_lock to protect i_size_write() under 32-bit
Hou Tao
1
-2
/
+2
2018-04-06
fs/9p: don't set SB_NOATIME by default
Yiwen Jiang
1
-1
/
+1
2017-11-28
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
1
-3
/
+3
2017-07-11
9p: Implement show_options
David Howells
1
-4
/
+2
2017-04-20
9p: Convert to separately allocated bdi
Jan Kara
1
-3
/
+12
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-1
/
+1
2015-06-08
v9fs: fix error handling in v9fs_session_init()
Tejun Heo
1
-6
/
+2
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-4
/
+4
2014-01-10
9P: introduction of a new cache=mmap model.
Dominique Martinet
1
-3
/
+5
2013-03-04
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
1
-0
/
+1
2013-02-26
vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op
Jeff Layton
1
-1
/
+1
2012-07-14
VFS: Pass mount flags to sget()
David Howells
1
-2
/
+2
2012-03-28
Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2012-03-21
switch open-coded instances of d_make_root() to new helper
Al Viro
1
-2
/
+1
2012-03-11
9p: statfs should not override server f_type
Jim Garlick
1
-1
/
+1
2012-01-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
1
-6
/
+6
2012-01-05
9p: Reduce object size with CONFIG_NET_9P_DEBUG
Joe Perches
1
-6
/
+6
2012-01-04
9p: propagate umode_t
Al Viro
1
-1
/
+1
2011-09-06
fs/9p: Don't update file type when updating file attributes
Aneesh Kumar K.V
1
-1
/
+1
[next]