summaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)Author
2008-10-179p: make rpc code common and rework flush codeEric Van Hensbergen
2008-10-179p: use the rcall structure passed in the request in trans_fd read_workEric Van Hensbergen
2008-10-179p: apply common request code to trans_fdEric Van Hensbergen
2008-10-179p: apply common tagpool handling to trans_fdEric Van Hensbergen
2008-10-179p: move request management to client codeEric Van Hensbergen
2008-10-179p: eliminate callback complexityEric Van Hensbergen
2008-10-179p: consolidate mux_rpc and request structureEric Van Hensbergen
2008-10-179p: remove unnecessary prototypesEric Van Hensbergen
2008-10-179p: remove duplicate client stateEric Van Hensbergen
2008-10-179p: consolidate transport structureEric Van Hensbergen
2008-10-179p-trans_fd: use single pollerTejun Heo
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-09-249p: fix put_data error handlingEric Van Hensbergen
2008-09-249p: introduce missing kfreeJulia Lawall
2008-09-249p-trans_fd: fix and clean up module init/exit pathsTejun Heo
2008-09-249p-trans_fd: don't do fs segment mangling in p9_fd_poll()Tejun Heo
2008-09-249p-trans_fd: clean up p9_conn_create()Tejun Heo
2008-09-249p-trans_fd: fix trans_fd::p9_conn_destroy()Tejun Heo
2008-09-249p: implement proper trans module refcounting and unregistrationTejun Heo
2008-07-24flag parameters: socket and socketpairUlrich Drepper
2008-05-149p: fix error path during early mountEric Van Hensbergen
2008-05-149p: make cryptic unknown error from server less scaryEric Van Hensbergen
2008-05-149p: fix flags length in netSteven Rostedt
2008-05-149p: Correct fidpool creation failure in p9_client_createJosef 'Jeff' Sipek
2008-05-149p: use struct mutex instead of struct semaphoreJosef 'Jeff' Sipek
2008-05-149p: propagate parse_option changes to client and transportsEric Van Hensbergen
2008-05-149p: Documentation updatesEric Van Hensbergen
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-28net/9p/trans_fd.c:p9_trans_fd_init(): module_init functions should return 0 o...Andrew Morton
2008-03-23Merge branch 'master' of ../net-2.6/David S. Miller
2008-03-22[9P] net/9p/trans_fd.c: remove unused variableJulia Lawall
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-19net/9p/trans_virtio.c: kmalloc() enough memoryAdrian Bunk
2008-02-17net/9p/trans_virtio.c: Use BUG_ONJulia Lawall
2008-02-069p: fix p9_printfcall exportAndrew Morton
2008-02-069p: transport API reorganizationEric Van Hensbergen
2008-02-069p: add remove function to trans_virtioEric Van Hensbergen
2008-02-069p: Convert semaphore to spinlock for p9_idpoolAnthony Liguori
2008-02-069p: Fix soft lockup in virtio transportEric Van Hensbergen
2008-02-069p: block-based virtio clientEric Van Hensbergen
2008-02-069p: create transport rpc cut-thruEric Van Hensbergen
2008-02-069p: fix bug in p9_clone_statMartin Stava
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell
2008-02-04virtio: simplify config mechanism.Rusty Russell
2008-01-31[NET] 9p: kill dead static inline buf_put_stringIlpo Järvinen
2007-11-069p: add missing end-of-options record for trans_fdLatchesar Ionkov
2007-11-069p: return NULL when trans not foundLatchesar Ionkov
2007-10-23[9P]: Fix missing unlock before return in p9_mux_poll_startRoel Kluin
2007-10-239p: add virtio transportEric Van Hensbergen
2007-10-20typo fixesMatt LaPlante