| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-12 | Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -20/+36 |
| 2012-10-11 | 9P: Fix race between p9_write_work() and p9_fd_request() | Simon Derr | 1 | -1/+2 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -9/+7 |
| 2012-09-26 | unexport sock_map_fd(), switch to sock_alloc_file() | Al Viro | 1 | -9/+7 |
| 2012-09-17 | 9P: Fix race in p9_write_work() | Simon Derr | 1 | -9/+10 |
| 2012-09-17 | 9P: fix test at the end of p9_write_work() | Simon Derr | 1 | -1/+1 |
| 2012-09-17 | 9P: Fix race in p9_read_work() | Simon Derr | 1 | -7/+7 |
| 2012-09-06 | net/9p: Check errno validity | Simon Derr | 1 | -2/+16 |
| 2012-08-20 | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 1 | -1/+1 |
| 2012-07-10 | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 1 | -1/+1 |
| 2012-06-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+2 |
| 2012-06-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
| 2012-06-27 | 9p: fix min_t() casting in p9pdu_vwritef() | Dan Carpenter | 1 | -1/+1 |
| 2012-06-11 | 9p: BUG before corrupting memory | Sasha Levin | 1 | -1/+1 |
| 2012-06-04 | net/9p: Add __force to cast of __user pointer | Joe Perches | 1 | -1/+1 |
| 2012-06-04 | net: Remove casts to same type | Joe Perches | 1 | -1/+1 |
| 2012-05-21 | Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+2 |
| 2012-05-22 | 9p: disconnect channel when PCI device is removed | Sasha Levin | 1 | -1/+2 |
| 2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 2 | -4/+4 |
| 2012-02-26 | net/9p: handle flushed Tclunk/Tremove | Jim Garlick | 1 | -3/+15 |
| 2012-02-26 | net/9p: don't allow Tflush to be interrupted | Jim Garlick | 1 | -0/+8 |
| 2012-01-12 | virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf | Rusty Russell | 1 | -2/+4 |
| 2012-01-05 | 9p: Reduce object size with CONFIG_NET_9P_DEBUG | Joe Perches | 8 | -216/+248 |
| 2011-10-24 | net/9p: Convert net/9p protocol dumps to tracepoints | Aneesh Kumar K.V | 3 | -79/+54 |
| 2011-10-24 | fs/9p: change an int to unsigned int | Dan Carpenter | 1 | -1/+2 |
| 2011-10-24 | fs/9p: Cleanup option parsing in 9p | Aneesh Kumar K.V | 1 | -7/+5 |
| 2011-10-24 | 9p: move dereference after NULL check | Dan Carpenter | 1 | -2/+2 |
| 2011-10-24 | fs/9p: Update zero-copy implementation in 9p | Aneesh Kumar K.V | 6 | -331/+500 |
| 2011-09-06 | net/9p: Fix kernel crash with msize 512K | Aneesh Kumar K.V | 1 | -5/+12 |
| 2011-07-23 | net/9p: Fix the msize calculation. | Venkateswararao Jujjuri (JV) | 1 | -2/+2 |
| 2011-07-23 | fs/9p: add 9P2000.L unlinkat operation | Aneesh Kumar K.V | 1 | -0/+23 |
| 2011-07-23 | fs/9p: add 9P2000.L renameat operation | Aneesh Kumar K.V | 1 | -1/+32 |
| 2011-07-23 | fs/9p: Clean-up get_protocol_version() to use strcmp | Prem Karat | 2 | -16/+35 |
| 2011-07-23 | fs/9p: Fid is not valid after a failed clunk. | Aneesh Kumar K.V | 1 | -2/+4 |
| 2011-07-23 | VirtIO can transfer VIRTQUEUE_NUM of pages. | jvrao | 1 | -1/+1 |
| 2011-07-23 | Fix the size of receive buffer packing onto VirtIO ring. | jvrao | 1 | -1/+1 |
| 2011-07-23 | 9p: clean up packet dump code | Eric Van Hensbergen | 2 | -46/+37 |
| 2011-07-23 | net/9p: fix client code to fail more gracefully on protocol error | Eric Van Hensbergen | 1 | -1/+2 |
| 2011-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -1/+2 |
| 2011-05-25 | RDMA/cma: Pass QP type into rdma_create_id() | Sean Hefty | 1 | -1/+2 |
| 2011-05-25 | net/9p: enable 9p to work in non-default network namespace | Rob Landley | 1 | -3/+4 |
| 2011-05-25 | net/9p: p9_idpool_get return -1 on error | Aneesh Kumar K.V | 2 | -9/+13 |
| 2011-05-25 | 9p: remove experimental tag from tested configurations | Eric Van Hensbergen | 1 | -4/+4 |
| 2011-05-25 | 9p: typo fixes and minor cleanups | Rob Landley | 1 | -5/+5 |
| 2011-05-25 | net/9p: Change linuxdoc names to match functions. | Rob Landley | 1 | -2/+2 |
| 2011-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 3 | -10/+3 |
| 2011-05-19 | 9p: Kill unused variable 'ret' in trans_rdma.c:parse_opts() | David S. Miller | 1 | -2/+0 |
| 2011-05-19 | 9p: Kill set but not used variable 'ret' in parse_opts() | David S. Miller | 1 | -2/+0 |
| 2011-05-12 | net/9p/protocol.c: Fix a memory leak | Pedro Scarapicchia Junior | 1 | -0/+1 |
| 2011-05-09 | net/9p: Handle get_user_pages_fast return properly | M. Mohan Kumar | 2 | -9/+4 |
| 2011-04-15 | net/9p: nwname should be an unsigned int | Harsh Prateek Bora | 2 | -6/+6 |
| 2011-04-15 | 9p: Fix sparse error | Aneesh Kumar K.V | 3 | -6/+14 |
| 2011-04-15 | 9p: revert tsyncfs related changes | Aneesh Kumar K.V | 1 | -21/+0 |
| 2011-04-12 | 9p: Kill set but unused variable in 9p_client_{read,write}() and p9_client_re... | David S. Miller | 1 | -6/+3 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 3 | -4/+4 |
| 2011-03-22 | [net/9p]: Introduce basic flow-control for VirtIO transport. | Venkateswararao Jujjuri (JV) | 1 | -1/+22 |
| 2011-03-22 | [net/9p] Don't re-pin pages on retrying virtqueue_add_buf(). | Venkateswararao Jujjuri (JV) | 1 | -2/+2 |
| 2011-03-22 | [net/9p] Set the condition just before waking up. | Venkateswararao Jujjuri (JV) | 1 | -22/+22 |
| 2011-03-22 | [net/9p] unconditional wake_up to proc waiting for space on VirtIO ring | Venkateswararao Jujjuri (JV) | 1 | -4/+3 |
| 2011-03-22 | net/9p: Fix compile warning | Aneesh Kumar K.V | 1 | -5/+5 |
| 2011-03-22 | net/9p: Convert the in the 9p rpc call path to GFP_NOFS | Aneesh Kumar K.V | 5 | -13/+13 |
| 2011-03-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -1/+0 |
| 2011-03-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 6 | -50/+419 |
| 2011-03-15 | net/9p: Implement syncfs 9P operation | Aneesh Kumar K.V | 1 | -0/+21 |
| 2011-03-15 | [net/9p] Small non-IO PDUs for zero-copy supporting transports. | Venkateswararao Jujjuri (JV) | 1 | -6/+17 |
| 2011-03-15 | [net/9p] Handle Zero Copy TREAD/RERROR case in !dotl case. | Venkateswararao Jujjuri (JV) | 1 | -23/+41 |
| 2011-03-15 | [net/9p] readdir zerocopy changes for 9P2000.L protocol. | Venkateswararao Jujjuri (JV) | 2 | -2/+27 |
| 2011-03-15 | [net/9p] Write side zerocopy changes for 9P2000.L protocol. | Venkateswararao Jujjuri (JV) | 1 | -6/+15 |
| 2011-03-15 | [net/9p] Read side zerocopy changes for 9P2000.L protocol. | Venkateswararao Jujjuri (JV) | 2 | -8/+39 |
| 2011-03-15 | [net/9p] Add preferences to transport layer. | Venkateswararao Jujjuri (JV) | 1 | -0/+1 |
| 2011-03-15 | [net/9p] Add gup/zero_copy support to VirtIO transport layer. | Venkateswararao Jujjuri (JV) | 2 | -5/+126 |
| 2011-03-15 | [net/9p] Assign type of transaction to tc->pdu->id which is otherwise unsed. | Venkateswararao Jujjuri (JV) | 1 | -0/+1 |
| 2011-03-15 | [net/9p] Preparation and helper functions for zero copy | Venkateswararao Jujjuri (JV) | 4 | -0/+131 |
| 2011-02-01 | net/9p: replace p9_poll_task with a work | Tejun Heo | 1 | -24/+8 |
| 2011-02-01 | net/9p: use system_wq instead of p9_mux_wq | Tejun Heo | 1 | -15/+5 |
| 2011-01-19 | net: cleanup unused macros in net directory | Shan Wei | 1 | -1/+0 |
| 2011-01-11 | net/9p: Use proper data types | M. Mohan Kumar | 1 | -12/+10 |
| 2010-12-08 | net/9p/protocol.c: Remove duplicated macros. | Thiago Farina | 1 | -24/+9 |
| 2010-10-28 | net/9p: Return error on read with NULL buffer | Sanchit Garg | 1 | -4/+1 |
| 2010-10-28 | 9p: Add datasync to client side TFSYNC/RFSYNC for dotl | Venkateswararao Jujjuri (JV) | 1 | -3/+4 |
| 2010-10-28 | net/9p: Return error if we fail to encode protocol data | Aneesh Kumar K.V | 2 | -3/+4 |
| 2010-10-28 | net/9p: Add waitq to VirtIO transport. | Venkateswararao Jujjuri (JV) | 2 | -8/+41 |
| 2010-10-28 | [net/9p]Serialize virtqueue operations to make VirtIO transport SMP safe. | Venkateswararao Jujjuri (JV) | 1 | -10/+24 |
| 2010-10-28 | 9p: Implement TREADLINK operation for 9p2000.L | M. Mohan Kumar | 1 | -0/+26 |
| 2010-10-28 | 9p: Implement TGETLOCK | M. Mohan Kumar | 1 | -0/+34 |
| 2010-10-28 | 9p: Implement TLOCK | M. Mohan Kumar | 1 | -0/+33 |
| 2010-10-28 | [9p] Introduce client side TFSYNC/RFSYNC for dotl. | Venkateswararao Jujjuri (JV) | 1 | -0/+25 |
| 2010-10-28 | net/9p: Add a Warning to catch NULL fids passed to p9_client_clunk(). | jvrao | 1 | -0/+6 |
| 2010-10-28 | net/9p: This patch implements TLERROR/RLERROR on the 9P client. | Arun R Bharadwaj | 1 | -16/+27 |
| 2010-10-21 | 9p: client code cleanup | stephen hemminger | 1 | -50/+1 |
| 2010-10-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -12/+24 |
| 2010-10-04 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+2 |
| 2010-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+2 |
| 2010-09-27 | net/9p: Mount only matching virtio channels | Sven Eckelmann | 1 | -1/+2 |
| 2010-09-27 | net/9p: fix memory handling/allocation in rdma_request() | Davidlohr Bueso | 1 | -11/+18 |
| 2010-09-23 | net: return operator cleanup | Eric Dumazet | 1 | -2/+2 |
| 2010-09-13 | fs/9p, net/9p: memory leak fixes | Latchesar Ionkov | 1 | -1/+6 |
| 2010-09-06 | net/9p/trans_fd.c: Fix unsigned return type | Julia Lawall | 1 | -1/+1 |
| 2010-08-02 | fs/9p: destroy fid on failed remove | Aneesh Kumar K.V | 1 | -2/+1 |
| 2010-08-02 | net/9p: Implement TXATTRCREATE 9p call | Aneesh Kumar K.V | 1 | -0/+25 |
| 2010-08-02 | net/9p: Implement attrwalk 9p call | Aneesh Kumar K.V | 1 | -0/+50 |
| 2010-08-02 | 9p: Implement LOPEN | M. Mohan Kumar | 1 | -7/+10 |
| 2010-08-02 | fs/9p: This patch implements TLCREATE for 9p2000.L protocol. | Venkateswararao Jujjuri (JV) | 1 | -0/+44 |
| 2010-08-02 | 9p: Implement TMKDIR | M. Mohan Kumar | 1 | -0/+31 |
| 2010-08-02 | 9p: Implement TMKNOD | M. Mohan Kumar | 1 | -0/+31 |
| 2010-08-02 | 9p: Define and implement TSYMLINK for 9P2000.L | Venkateswararao Jujjuri (JV) | 1 | -0/+34 |
| 2010-08-02 | 9p: Define and implement TLINK for 9P2000.L | Venkateswararao Jujjuri (JV) | 1 | -0/+19 |
| 2010-08-02 | 9p: Implement client side of setattr for 9P2000.L protocol. | Sripathi Kodi | 2 | -0/+47 |
| 2010-08-02 | 9p: getattr client implementation for 9P2000.L protocol. | Sripathi Kodi | 2 | -0/+87 |
| 2010-08-02 | net/9p: Handle the server returned error properly | Aneesh Kumar K.V | 1 | -1/+2 |
| 2010-08-02 | 9p: readdir implementation for 9p2000.L | Sripathi Kodi | 2 | -0/+74 |
| 2010-08-02 | 9p: strlen() doesn't count the terminator | Dan Carpenter | 1 | -1/+1 |
| 2010-05-25 | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT... | Alexey Dobriyan | 1 | -1/+1 |
| 2010-05-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2 | -3/+73 |
| 2010-05-21 | Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 1 | -3/+3 |
| 2010-05-21 | 9p: add 9P2000.L rename operation | Sripathi Kodi | 1 | -0/+28 |
| 2010-05-21 | 9p: add 9P2000.L statfs operation | Sripathi Kodi | 1 | -0/+39 |
| 2010-05-21 | 9p: VFS switches for 9p2000.L: protocol and client changes | Sripathi Kodi | 2 | -3/+6 |
| 2010-05-19 | trans_virtio: use virtqueue_xxx wrappers | Michael S. Tsirkin | 1 | -3/+3 |
| 2010-05-17 | net: Remove unnecessary returns from void function()s | Joe Perches | 1 | -1/+0 |
| 2010-04-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 1 | -4/+19 |
| 2010-04-05 | 9p: saving negative to unsigned char | Dan Carpenter | 1 | -2/+3 |
| 2010-04-05 | 9p: Make sure we are able to clunk the cached fid on umount | Aneesh Kumar K.V | 1 | -2/+16 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 6 | -0/+6 |
| 2010-03-13 | 9p: Change the name of new protocol from 9p2010.L to 9p2000.L | Sripathi Kodi | 1 | -8/+8 |
| 2010-03-13 | net/9p: Add sysfs mount_tag file for virtio 9P device | Aneesh Kumar K.V | 1 | -0/+20 |
| 2010-03-13 | net/9p: Use the tag name in the config space for identifying mount point | Aneesh Kumar K.V | 1 | -6/+38 |
| 2010-03-05 | 9P2010.L handshake: .L protocol negotiation | Sripathi Kodi | 1 | -3/+22 |
| 2010-03-05 | 9P2010.L handshake: Remove "dotu" variable | Sripathi Kodi | 3 | -62/+83 |
| 2010-03-05 | 9P2010.L handshake: Add mount option | Sripathi Kodi | 1 | -0/+28 |
| 2010-03-05 | net/9p: Handle mount errors correctly. | Aneesh Kumar K.V | 1 | -1/+3 |
| 2010-03-05 | net/9p: Remove MAX_9P_CHAN limit | Aneesh Kumar K.V | 1 | -43/+27 |
| 2010-03-05 | net/9p: Add multi channel support. | Aneesh Kumar K.V | 1 | -6/+8 |
| 2010-02-08 | 9p: fix p9_client_destroy unconditional calling v9fs_put_trans | Eric Van Hensbergen | 1 | -12/+19 |
| 2010-02-08 | 9p: Fix the kernel crash on a failed mount | Aneesh Kumar K.V | 1 | -1/+2 |
| 2010-02-08 | 9p: fix option parsing | Eric Van Hensbergen | 3 | -12/+16 |
| 2010-02-08 | net/9p: fix statsize inside twstat | Eric Van Hensbergen | 1 | -2/+3 |
| 2010-02-08 | net/9p: fail when user specifies a transport which we can't find | Eric Van Hensbergen | 1 | -0/+8 |
| 2010-02-08 | net/9p: fix virtio transport to correctly update status on connect | Eric Van Hensbergen | 1 | -0/+1 |
| 2009-12-16 | 9p connect fixes | Al Viro | 1 | -66/+46 |
| 2009-11-29 | net: Move && and || to end of previous line | Joe Perches | 1 | -2/+2 |
| 2009-11-02 | 9p: fix readdir corner cases | Eric Van Hensbergen | 1 | -3/+2 |
| 2009-10-22 | virtio: let header files include virtio_ids.h | Christian Borntraeger | 1 | -1/+0 |
| 2009-09-23 | virtio: add virtio IDs file | Fernando Luis Vazquez Cao | 1 | -0/+1 |
| 2009-09-23 | virtio: get rid of redundant VIRTIO_ID_9P definition | Fernando Luis Vazquez Cao | 1 | -2/+0 |
| 2009-09-23 | virtio: make add_buf return capacity remaining | Rusty Russell | 1 | -1/+1 |
| 2009-08-17 | net/9p: insulate the client against an invalid error code sent by a 9p server | Abhishek Kulkarni | 2 | -7/+2 |
| 2009-08-17 | 9p: minor comment fixes | Abhishek Kulkarni | 4 | -22/+20 |
| 2009-07-14 | 9p: Possible regression in p9_client_stat | Abhishek Kulkarni | 1 | -5/+2 |
| 2009-07-14 | 9p: default 9p transport module fix | Abhishek Kulkarni | 1 | -3/+3 |
| 2009-07-02 | net/9p: Fix crash due to bad mount parameters. | Abhishek Kulkarni | 1 | -6/+8 |
| 2009-06-12 | virtio: find_vqs/del_vqs virtio operations | Michael S. Tsirkin | 1 | -3/+3 |
| 2009-06-12 | virtio: add names to virtqueue struct, mapping from devices to queues. | Rusty Russell | 1 | -1/+1 |
| 2009-04-05 | net/9p: handle correctly interrupted 9P requests | Latchesar Ionkov | 4 | -60/+30 |
| 2009-04-05 | net/9p: return error when p9_client_stat fails | Latchesar Ionkov | 1 | -1/+5 |
| 2009-04-05 | net/9p: set correct stat size when sending Twstat messages | Latchesar Ionkov | 1 | -3/+31 |
| 2009-02-26 | 9p: fix sparse warning: cast adds address space | Hannes Eder | 1 | -1/+1 |
| 2009-02-06 | 9p: fix endian issues [attempt 3] | Eric Van Hensbergen | 1 | -9/+13 |
| 2009-01-19 | net/9p: fid->fid is used uninitialized | Roel Kluin | 1 | -1/+1 |
| 2009-01-15 | 9p: disallow RDMA if RDMA CM isn't available | Roland Dreier | 1 | -1/+1 |
| 2008-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -2/+0 |
| 2008-11-21 | net: remove redundant argument comments | Qinghuang Feng | 1 | -2/+0 |
| 2008-11-18 | Merge branch 'master' into next | James Morris | 1 | -4/+6 |
| 2008-11-14 | 9p: restrict RDMA usage | Randy Dunlap | 1 | -4/+6 |
| 2008-11-14 | Merge branch 'master' into next | James Morris | 2 | -27/+37 |
| 2008-11-14 | CRED: Wrap task credential accesses in 9P2000 filesystem | David Howells | 1 | -1/+1 |
| 2008-11-05 | net/9p: fix printk format warnings | Randy Dunlap | 1 | -11/+20 |
| 2008-11-05 | unsigned fid->fid cannot be negative | Roel Kluin | 1 | -4/+5 |
| 2008-11-05 | 9p: rdma: remove duplicated #include | Huang Weiyi | 1 | -1/+0 |
| 2008-11-05 | p9: Fix leak of waitqueue in request allocation path | Tom Tucker | 1 | -0/+3 |
| 2008-11-05 | 9p: Remove unneeded free of fcall for Flush | Tom Tucker | 1 | -6/+0 |
| 2008-11-05 | 9p: Make all client spin locks IRQ safe | Tom Tucker | 1 | -4/+6 |
| 2008-11-05 | 9p: rdma: Set trans prior to requesting async connection ops | Tom Tucker | 1 | -1/+3 |
| 2008-10-22 | 9p: fix sparse warnings | Eric Van Hensbergen | 2 | -12/+13 |
| 2008-10-22 | 9p: rdma: RDMA Transport Support for 9P | Tom Tucker | 3 | -0/+722 |
| 2008-10-22 | 9p: fix debug build error | Eric Van Hensbergen | 2 | -3/+10 |
| 2008-10-17 | 9p: add more conservative locking | Eric Van Hensbergen | 1 | -7/+17 |
| 2008-10-17 | 9p: fix oops in protocol stat parsing error path. | Eric Van Hensbergen | 1 | -2/+2 |
| 2008-10-17 | 9p: Improve debug support | Eric Van Hensbergen | 2 | -27/+70 |
| 2008-10-17 | 9p: eliminate depricated conv functions | Eric Van Hensbergen | 3 | -1055/+13 |
| 2008-10-17 | 9p: rework client code to use new protocol support functions | Eric Van Hensbergen | 5 | -515/+572 |
| 2008-10-17 | 9p: remove unnecessary tag field from p9_req_t structure | Eric Van Hensbergen | 1 | -1/+1 |
| 2008-10-17 | 9p: remove 9p fcall debug prints | Eric Van Hensbergen | 4 | -385/+0 |
| 2008-10-17 | 9p: add new protocol support code | Eric Van Hensbergen | 3 | -0/+489 |
| 2008-10-17 | 9p: encapsulate version function | Eric Van Hensbergen | 1 | -30/+44 |
| 2008-10-17 | 9p: move dirread to fs layer | Eric Van Hensbergen | 1 | -103/+0 |
| 2008-10-17 | 9p: move readn meta-function from client to fs layer | Eric Van Hensbergen | 1 | -26/+0 |
| 2008-10-17 | 9p: consolidate read/write functions | Eric Van Hensbergen | 1 | -122/+28 |
| 2008-10-17 | 9p: drop broken unused error path from p9_conn_create() | Tejun Heo | 1 | -16/+1 |
| 2008-10-17 | 9p: make rpc code common and rework flush code | Eric Van Hensbergen | 3 | -307/+311 |
| 2008-10-17 | 9p: use the rcall structure passed in the request in trans_fd read_work | Eric Van Hensbergen | 1 | -63/+66 |
| 2008-10-17 | 9p: apply common request code to trans_fd | Eric Van Hensbergen | 3 | -171/+117 |
| 2008-10-17 | 9p: apply common tagpool handling to trans_fd | Eric Van Hensbergen | 1 | -34/+10 |
| 2008-10-17 | 9p: move request management to client code | Eric Van Hensbergen | 2 | -127/+161 |
| 2008-10-17 | 9p: eliminate callback complexity | Eric Van Hensbergen | 1 | -83/+66 |
| 2008-10-17 | 9p: consolidate mux_rpc and request structure | Eric Van Hensbergen | 1 | -46/+22 |
| 2008-10-17 | 9p: remove unnecessary prototypes | Eric Van Hensbergen | 2 | -548/+495 |
| 2008-10-17 | 9p: remove duplicate client state | Eric Van Hensbergen | 1 | -15/+11 |
| 2008-10-17 | 9p: consolidate transport structure | Eric Van Hensbergen | 4 | -157/+120 |
| 2008-10-17 | 9p-trans_fd: use single poller | Tejun Heo | 1 | -166/+86 |