aboutsummaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)Author
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2008-11-21net: remove redundant argument commentsQinghuang Feng
2008-11-18Merge branch 'master' into nextJames Morris
2008-11-149p: restrict RDMA usageRandy Dunlap
2008-11-14Merge branch 'master' into nextJames Morris
2008-11-14CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells
2008-11-05net/9p: fix printk format warningsRandy Dunlap
2008-11-05unsigned fid->fid cannot be negativeRoel Kluin
2008-11-059p: rdma: remove duplicated #includeHuang Weiyi
2008-11-05p9: Fix leak of waitqueue in request allocation pathTom Tucker
2008-11-059p: Remove unneeded free of fcall for FlushTom Tucker
2008-11-059p: Make all client spin locks IRQ safeTom Tucker
2008-11-059p: rdma: Set trans prior to requesting async connection opsTom Tucker
2008-10-229p: fix sparse warningsEric Van Hensbergen
2008-10-229p: rdma: RDMA Transport Support for 9PTom Tucker
2008-10-229p: fix debug build errorEric Van Hensbergen
2008-10-179p: add more conservative lockingEric Van Hensbergen
2008-10-179p: fix oops in protocol stat parsing error path.Eric Van Hensbergen
2008-10-179p: Improve debug supportEric Van Hensbergen
2008-10-179p: eliminate depricated conv functionsEric Van Hensbergen
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen
2008-10-179p: remove unnecessary tag field from p9_req_t structureEric Van Hensbergen
2008-10-179p: remove 9p fcall debug printsEric Van Hensbergen
2008-10-179p: add new protocol support codeEric Van Hensbergen
2008-10-179p: encapsulate version functionEric Van Hensbergen
2008-10-179p: move dirread to fs layerEric Van Hensbergen
2008-10-179p: move readn meta-function from client to fs layerEric Van Hensbergen
2008-10-179p: consolidate read/write functionsEric Van Hensbergen
2008-10-179p: drop broken unused error path from p9_conn_create()Tejun Heo
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