index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
9p
/
protocol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: 9p: avoid freeing uninit memory in p9pdu_vreadf
Fedor Pchelkin
2023-12-13
1
-4
/
+13
*
net/9p: add p9_msg_buf_size()
Christian Schoenebeck
2022-10-05
1
-0
/
+167
*
9p: convert to advancing variant of iov_iter_get_pages_alloc()
Al Viro
2022-08-08
1
-2
/
+1
*
9p: fix a bunch of checkpatch warnings
Dominique Martinet
2021-11-04
1
-17
/
+19
*
9p: fix file headers
Dominique Martinet
2021-11-03
1
-2
/
+0
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188
Thomas Gleixner
2019-05-30
1
-16
/
+1
*
9p: p9dirent_read: check network-provided name length
Dominique Martinet
2018-09-08
1
-3
/
+9
*
9p: do not trust pdu content for stat item size
Gertjan Halkes
2018-09-08
1
-1
/
+2
*
9p: clear dangling pointers in p9stat_free
Dominique Martinet
2018-08-29
1
-0
/
+5
*
9p/net/protocol.c: return -ENOMEM when kmalloc() failed
piaojun
2018-08-13
1
-1
/
+1
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-5
/
+6
*
net/9p: switch to copy_from_iter_full()
Al Viro
2017-04-21
1
-1
/
+1
*
Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2015-04-18
1
-3
/
+3
|
\
|
*
9p: use unsigned integers for nwqid/count
Kirill A. Shutemov
2015-03-20
1
-3
/
+3
*
|
net/9p: switch the guts of p9_client_{read,write}() to iov_iter
Al Viro
2015-04-11
1
-16
/
+8
|
/
*
9p: Modify the stat structures to use kuid_t and kgid_t
Eric W. Biederman
2013-02-12
1
-6
/
+7
*
9p: Add 'u' and 'g' format specifies for kuids and kgids
Eric W. Biederman
2013-02-12
1
-0
/
+36
*
9p: fix min_t() casting in p9pdu_vwritef()
Dan Carpenter
2012-06-27
1
-1
/
+1
*
9p: Reduce object size with CONFIG_NET_9P_DEBUG
Joe Perches
2012-01-05
1
-4
/
+4
*
net/9p: Convert net/9p protocol dumps to tracepoints
Aneesh Kumar K.V
2011-10-24
1
-41
/
+12
*
fs/9p: Update zero-copy implementation in 9p
Aneesh Kumar K.V
2011-10-24
1
-45
/
+1
*
9p: clean up packet dump code
Eric Van Hensbergen
2011-07-23
1
-27
/
+17
*
net/9p/protocol.c: Fix a memory leak
Pedro Scarapicchia Junior
2011-05-12
1
-0
/
+1
*
net/9p: nwname should be an unsigned int
Harsh Prateek Bora
2011-04-15
1
-2
/
+2
*
9p: Fix sparse error
Aneesh Kumar K.V
2011-04-15
1
-1
/
+2
*
net/9p: Convert the in the 9p rpc call path to GFP_NOFS
Aneesh Kumar K.V
2011-03-22
1
-3
/
+3
*
[net/9p] readdir zerocopy changes for 9P2000.L protocol.
Venkateswararao Jujjuri (JV)
2011-03-15
1
-0
/
+18
*
[net/9p] Read side zerocopy changes for 9P2000.L protocol.
Venkateswararao Jujjuri (JV)
2011-03-15
1
-0
/
+21
*
[net/9p] Assign type of transaction to tc->pdu->id which is otherwise unsed.
Venkateswararao Jujjuri (JV)
2011-03-15
1
-0
/
+1
*
[net/9p] Preparation and helper functions for zero copy
Venkateswararao Jujjuri (JV)
2011-03-15
1
-0
/
+4
*
net/9p: Use proper data types
M. Mohan Kumar
2011-01-11
1
-12
/
+10
*
net/9p/protocol.c: Remove duplicated macros.
Thiago Farina
2010-12-08
1
-24
/
+9
*
net/9p: Return error if we fail to encode protocol data
Aneesh Kumar K.V
2010-10-28
1
-3
/
+2
*
9p: Implement client side of setattr for 9P2000.L protocol.
Sripathi Kodi
2010-08-02
1
-0
/
+17
*
9p: getattr client implementation for 9P2000.L protocol.
Sripathi Kodi
2010-08-02
1
-0
/
+28
*
9p: readdir implementation for 9p2000.L
Sripathi Kodi
2010-08-02
1
-0
/
+27
*
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...
Alexey Dobriyan
2010-05-25
1
-1
/
+1
*
9p: VFS switches for 9p2000.L: protocol and client changes
Sripathi Kodi
2010-05-21
1
-2
/
+4
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
9P2010.L handshake: Remove "dotu" variable
Sripathi Kodi
2010-03-05
1
-33
/
+41
*
9p: fix endian issues [attempt 3]
Eric Van Hensbergen
2009-02-06
1
-9
/
+13
*
9p: fix sparse warnings
Eric Van Hensbergen
2008-10-22
1
-12
/
+12
*
9p: fix debug build error
Eric Van Hensbergen
2008-10-22
1
-0
/
+9
*
9p: fix oops in protocol stat parsing error path.
Eric Van Hensbergen
2008-10-17
1
-2
/
+2
*
9p: Improve debug support
Eric Van Hensbergen
2008-10-17
1
-6
/
+15
*
9p: eliminate depricated conv functions
Eric Van Hensbergen
2008-10-17
1
-0
/
+13
*
9p: rework client code to use new protocol support functions
Eric Van Hensbergen
2008-10-17
1
-3
/
+82
*
9p: add new protocol support code
Eric Van Hensbergen
2008-10-17
1
-0
/
+457