index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
9p
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
net/9p: fix double req put in p9_fd_cancelled
Nalivayko Sergey
1
-4
/
+4
2024-12-14
9p/xen: fix release of IRQ
Alex Zenla
1
-1
/
+1
2024-12-14
9p/xen: fix init sequence
Alex Zenla
1
-2
/
+5
2024-11-17
9p: fix slab cache name creation for real
Linus Torvalds
1
-1
/
+3
2024-11-17
9p: Avoid creating multiple slab caches with the same name
Pedro Falcato
1
-1
/
+9
2024-06-16
net/9p: fix uninit-value in p9_client_rpc()
Nikita Zhandarovich
1
-0
/
+2
2024-01-05
net: 9p: avoid freeing uninit memory in p9pdu_vreadf
Fedor Pchelkin
1
-4
/
+13
2023-11-28
9p: v9fs_listxattr: fix %s null argument warning
Dominique Martinet
1
-1
/
+1
2023-11-28
9p/trans_fd: Annotate data-racy writes to file::f_flags
Marco Elver
1
-3
/
+10
2023-11-20
9p/net: fix possible memory leak in p9_check_errors()
Hangyu Hua
1
-2
/
+4
2023-09-19
9p: virtio: make sure 'offs' is initialized in zc_request
Dominique Martinet
1
-1
/
+1
2023-04-20
9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race condition
Zheng Wang
1
-0
/
+4
2023-03-22
net/9p: fix bug in client create for .L
Eric Van Hensbergen
1
-1
/
+1
2023-03-11
9p/rdma: unmap receive dma buffer in rdma_request()/post_recv()
Zhengchao Shao
1
-3
/
+12
2023-03-11
9p/xen: fix connection sequence
Juergen Gross
1
-15
/
+23
2023-03-11
9p/xen: fix version parsing
Juergen Gross
1
-2
/
+8
2022-12-31
9p: set req refcount to zero to avoid uninitialized usage
Schspa Shi
1
-0
/
+5
2022-12-14
9p/xen: check logical size for buffer size
Dominique Martinet
1
-0
/
+9
2022-12-14
9p/fd: Use P9_HDRSZ for header size
GUO Zihua
1
-3
/
+3
2022-12-08
net/9p: Fix a potential socket leak in p9_socket_open
Wang Hai
1
-1
/
+3
2022-12-02
9p/fd: fix issue of list_del corruption in p9_fd_cancel()
Zhengchao Shao
1
-0
/
+2
2022-11-26
net/9p: use a dedicated spinlock for trans_fd
Dominique Martinet
1
-16
/
+25
2022-11-26
9p/trans_fd: always use O_NONBLOCK read/write
Tetsuo Handa
1
-0
/
+3
2022-11-26
9p: trans_fd/p9_conn_cancel: drop client lock earlier
Dominique Martinet
1
-1
/
+2
2022-08-17
net/9p: Initialize the iounit field during fid creation
Tyler Hicks
1
-4
/
+1
2022-08-17
net: 9p: fix refcount leak in p9_read_work() error handling
Hangyu Hua
1
-0
/
+1
2022-08-17
9p: Add client parameter to p9_req_put()
Kent Overstreet
5
-16
/
+16
2022-08-17
9p: Drop kref usage
Kent Overstreet
1
-11
/
+8
2022-08-17
9p: fix a bunch of checkpatch warnings
Dominique Martinet
6
-246
/
+237
2022-03-11
xen/9p: use alloc/free_pages_exact()
Juergen Gross
1
-8
/
+6
2021-11-18
9p/net: fix missing error check in p9_check_errors
Dominique Martinet
1
-0
/
+2
2021-09-05
net/9p: increase default msize to 128k
Christian Schoenebeck
1
-1
/
+1
2021-09-05
net/9p: use macro to define default msize
Christian Schoenebeck
1
-2
/
+4
2021-09-05
net/9p: increase tcp max msize to 1MB
Dominique Martinet
1
-1
/
+1
2021-07-27
9p/xen: Fix end of loop tests for list_for_each_entry
Harshvardhan Jha
1
-2
/
+2
2021-07-27
9p/trans_virtio: Remove sysfs file on probe failure
Xie Yongji
1
-1
/
+3
2021-06-02
9p/trans_virtio: Fix spelling mistakes
Zheng Yongjun
1
-3
/
+3
2021-03-28
net: 9p: Correct function names in the kerneldoc comments
Xiongfeng Wang
1
-2
/
+2
2021-03-28
9p/trans_fd: Correct function name p9_mux_destroy() in the kerneldoc
Xiongfeng Wang
1
-1
/
+1
2021-03-28
net: 9p: Correct function name errstr2errno() in the kerneldoc comments
Xiongfeng Wang
1
-1
/
+1
2021-03-03
net: 9p: advance iov on empty read
Jisheng Zhang
1
-4
/
+0
2021-01-27
net: remove redundant 'depends on NET'
Masahiro Yamada
1
-1
/
+0
2020-12-21
Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linux
Linus Torvalds
1
-5
/
+9
2020-11-19
9p: apply review requests for fid refcounting
Dominique Martinet
1
-2
/
+2
2020-11-19
9p: add refcount to p9_fid struct
Jianyong Wu
1
-4
/
+5
2020-11-03
fs/9p: fix create-unlink-getattr idiom
Eric Van Hensbergen
1
-1
/
+4
2020-11-02
net: 9p: Fix kerneldoc warnings of missing parameters etc
Andrew Lunn
5
-6
/
+19
2020-10-12
net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...
Anant Thazhemadam
1
-1
/
+1
2020-10-09
9p/xen: Fix format argument warning
Ye Bin
1
-2
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
[next]