Commit Graph

105 Commits (d8caa83967d62c05f406d34abaaf2e1baa172c6c)

Author SHA1 Message Date
Eric Van Hensbergen 5503ac5659 9p: remove unnecessary prototypes 17 years ago
Eric Van Hensbergen bead27f0a8 9p: remove duplicate client state 17 years ago
Eric Van Hensbergen 8b81ef589a 9p: consolidate transport structure 17 years ago
Tejun Heo 992b3f1dbe 9p-trans_fd: use single poller 17 years ago
Steven Whitehouse a447c09324 vfs: Use const for kernel parser table 17 years ago
Eric Van Hensbergen 16ec470012 9p: fix put_data error handling 17 years ago
Julia Lawall 620678244b 9p: introduce missing kfree 17 years ago
Tejun Heo 206ca50de7 9p-trans_fd: fix and clean up module init/exit paths 17 years ago
Tejun Heo ec3c68f232 9p-trans_fd: don't do fs segment mangling in p9_fd_poll() 17 years ago
Tejun Heo 571ffeafff 9p-trans_fd: clean up p9_conn_create() 17 years ago
Tejun Heo 7dc5d24be0 9p-trans_fd: fix trans_fd::p9_conn_destroy() 17 years ago
Tejun Heo 72029fe85d 9p: implement proper trans module refcounting and unregistration 17 years ago
Ulrich Drepper a677a039be flag parameters: socket and socketpair 17 years ago
Eric Van Hensbergen 887b3ece65 9p: fix error path during early mount 17 years ago
Eric Van Hensbergen 332c421e67 9p: make cryptic unknown error from server less scary 17 years ago
Steven Rostedt d0c447180b 9p: fix flags length in net 17 years ago
Josef 'Jeff' Sipek 728fc4ef17 9p: Correct fidpool creation failure in p9_client_create 17 years ago
Josef 'Jeff' Sipek c1549497e9 9p: use struct mutex instead of struct semaphore 17 years ago
Eric Van Hensbergen bb8ffdfc3e 9p: propagate parse_option changes to client and transports 17 years ago
Eric Van Hensbergen ee443996a3 9p: Documentation updates 17 years ago
Andrew Morton 3387b804d8 net/9p/trans_fd.c:p9_trans_fd_init(): module_init functions should return 0 on success 17 years ago
Julia Lawall 53a6201fdf [9P] net/9p/trans_fd.c: remove unused variable 17 years ago
Harvey Harrison 0dc47877a3 net: replace remaining __FUNCTION__ occurrences 17 years ago
Adrian Bunk 15e29b8b05 net/9p/trans_virtio.c: kmalloc() enough memory 17 years ago
Julia Lawall d6584f3a08 net/9p/trans_virtio.c: Use BUG_ON 17 years ago
Andrew Morton 7276744354 9p: fix p9_printfcall export 17 years ago
Eric Van Hensbergen 8a0dc95fd9 9p: transport API reorganization 17 years ago
Eric Van Hensbergen f39335453f 9p: add remove function to trans_virtio 17 years ago
Anthony Liguori dea7bbb603 9p: Convert semaphore to spinlock for p9_idpool 17 years ago
Eric Van Hensbergen 7c7d90f2dd 9p: Fix soft lockup in virtio transport 17 years ago
Eric Van Hensbergen e2735b7720 9p: block-based virtio client 17 years ago
Eric Van Hensbergen 043aba403e 9p: create transport rpc cut-thru 17 years ago
Martin Stava afcf0c13ae 9p: fix bug in p9_clone_stat 17 years ago
Rusty Russell 18445c4d50 virtio: explicit enable_cb/disable_cb rather than callback return. 17 years ago
Rusty Russell a586d4f601 virtio: simplify config mechanism. 17 years ago
Ilpo Järvinen 8674204a49 [NET] 9p: kill dead static inline buf_put_string 17 years ago
Latchesar Ionkov 55762690e2 9p: add missing end-of-options record for trans_fd 18 years ago
Latchesar Ionkov dd1a458412 9p: return NULL when trans not found 18 years ago
Roel Kluin 0ffdd58149 [9P]: Fix missing unlock before return in p9_mux_poll_start 18 years ago
Eric Van Hensbergen b530cc7940 9p: add virtio transport 18 years ago
Matt LaPlante 01dd2fbf0d typo fixes 18 years ago
Eric Van Hensbergen 982c37cfb6 9p: remove sysctl 18 years ago
Eric Van Hensbergen fb0466c3ae 9p: fix bad kconfig cross-dependency 18 years ago
Latchesar Ionkov ba17674fe0 9p: attach-per-user 18 years ago
Eric Van Hensbergen a80d923e13 9p: Make transports dynamic 18 years ago
Mariusz Kozlowski 02881d9478 9p: fix bad error path in conversion routines 18 years ago
Eric Van Hensbergen 1a3cac6c6d 9p: fix use after free 18 years ago
Mariusz Kozlowski bbe06f6bf7 fs: 9p/conv.c error path fix 18 years ago
Eric W. Biederman b053c204ed 9p: Don't use binary sysctl numbers. 18 years ago
Eric Van Hensbergen 0af8887ebf 9p: fix a race condition bug in umount which caused a segfault 18 years ago