index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
9p
/
vfs_dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs/9p: rework qid2ino logic
Eric Van Hensbergen
2024-01-26
1
-2
/
+2
*
9p: fix ignored return value in v9fs_dir_release
Dominique Martinet
2023-07-20
1
-2
/
+3
*
Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-05-05
1
-1
/
+0
|
\
|
*
9p: Remove INET dependency
Jason Andryuk
2023-05-04
1
-1
/
+0
*
|
fs/9p: Consolidate file operations and add readahead and writeback
Eric Van Hensbergen
2023-03-27
1
-3
/
+7
|
/
*
fs/9p: fix error reporting in v9fs_dir_release
Eric Van Hensbergen
2023-02-24
1
-3
/
+4
*
Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linux
Linus Torvalds
2022-12-23
1
-1
/
+0
|
\
|
*
9p/fs: Remove unneeded idr.h #include
Christophe JAILLET
2022-12-02
1
-1
/
+0
*
|
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-25
1
-1
/
+1
|
/
*
9p fid refcount: add p9_fid_get/put wrappers
Dominique Martinet
2022-07-02
1
-1
/
+1
*
9p: Use fscache indexing rewrite and reenable caching
David Howells
2022-01-10
1
-0
/
+13
*
9p: fix file headers
Dominique Martinet
2021-11-03
1
-2
/
+0
*
9p: fix minor indentation and codestyle
Sohaib Mohamed
2021-11-03
1
-1
/
+3
*
9p: add refcount to p9_fid struct
Jianyong Wu
2020-11-19
1
-4
/
+5
*
fs/9p: track open fids
Greg Kurz
2020-11-03
1
-0
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188
Thomas Gleixner
2019-05-30
1
-16
/
+1
*
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-11-01
1
-1
/
+1
|
\
|
*
iov_iter: Separate type from direction and use accessor functions
David Howells
2018-10-24
1
-1
/
+1
*
|
9p: do not trust pdu content for stat item size
Gertjan Halkes
2018-09-08
1
-5
/
+3
*
|
v9fs_dir_readdir: fix double-free on p9stat_read error
Dominique Martinet
2018-08-29
1
-11
/
+0
|
/
*
9p: switch to ->iterate_shared()
Al Viro
2016-05-09
1
-2
/
+2
*
fs/9p: fix readdir()
Johannes Berg
2015-04-24
1
-0
/
+2
*
9p: switch p9_client_read() to passing struct iov_iter *
Al Viro
2015-04-11
1
-4
/
+11
*
9p: switch to %p[dD]
Al Viro
2014-10-09
1
-2
/
+2
*
fs/9p: kerneldoc fixes
Fabian Frederick
2014-06-04
1
-1
/
+0
*
[readdir] convert 9p
Al Viro
2013-06-29
1
-44
/
+28
*
locking in fs/9p ->readdir()
Al Viro
2013-02-10
1
-69
/
+23
*
9p: Reduce object size with CONFIG_NET_9P_DEBUG
Joe Perches
2012-01-05
1
-7
/
+6
*
net/9p: Convert net/9p protocol dumps to tracepoints
Aneesh Kumar K.V
2011-10-24
1
-7
/
+5
*
fs/9p: Update zero-copy implementation in 9p
Aneesh Kumar K.V
2011-10-24
1
-1
/
+1
*
fs/9p: We need not writeback dirty pages during close
Aneesh Kumar K.V
2011-03-15
1
-1
/
+0
*
9p: Add datasync to client side TFSYNC/RFSYNC for dotl
Venkateswararao Jujjuri (JV)
2010-10-28
1
-0
/
+1
*
9p: Pass the correct end of buffer to p9dirent_read
Sripathi Kodi
2010-10-28
1
-1
/
+2
*
9p: Check for NULL fid in v9fs_dir_release()
jvrao
2010-09-13
1
-2
/
+4
*
9p: readdir implementation for 9p2000.L
Sripathi Kodi
2010-08-02
1
-16
/
+118
*
9p: Pass the correct end of buffer to p9stat_read
Latchesar Ionkov
2010-07-27
1
-1
/
+1
*
9p: VFS switches for 9p2000.L: VFS switches
Sripathi Kodi
2010-05-21
1
-0
/
+8
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
2010-04-05
1
-0
/
+2
|
\
|
*
9p: return on mutex_lock_interruptible()
Dan Carpenter
2010-04-05
1
-0
/
+2
*
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
|
/
*
fs/9p: re-init the wstat in readdir loop
Aneesh Kumar K.V
2010-03-13
1
-1
/
+10
*
9P2010.L handshake: Remove "dotu" variable
Sripathi Kodi
2010-03-05
1
-1
/
+1
*
9p: fix readdir corner cases
Eric Van Hensbergen
2009-11-02
1
-27
/
+67
*
9p: fix a small bug in readdir for long directories
Martin Stava
2009-11-02
1
-0
/
+1
*
9p: eliminate depricated conv functions
Eric Van Hensbergen
2008-10-17
1
-8
/
+12
*
9p: rework client code to use new protocol support functions
Eric Van Hensbergen
2008-10-17
1
-2
/
+2
*
9p: move dirread to fs layer
Eric Van Hensbergen
2008-10-17
1
-16
/
+38
*
[PATCH] fix ->llseek() for a bunch of directories
Al Viro
2008-08-25
1
-0
/
+1
*
9p: Documentation updates
Eric Van Hensbergen
2008-05-14
1
-1
/
+1
*
9p: Reorganization of 9p file system code
Latchesar Ionkov
2007-07-14
1
-121
/
+34
[next]