Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / net / 9p /
2012-02-26 Jim Garlicknet/9p: handle flushed Tclunk/Tremove
2012-02-26 Jim Garlicknet/9p: don't allow Tflush to be interrupted
2012-01-12 Rusty Russellvirtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf
2012-01-05 Joe Perches9p: Reduce object size with CONFIG_NET_9P_DEBUG
2011-10-24 Aneesh Kumar K.Vnet/9p: Convert net/9p protocol dumps to tracepoints
2011-10-24 Dan Carpenterfs/9p: change an int to unsigned int
2011-10-24 Aneesh Kumar K.Vfs/9p: Cleanup option parsing in 9p
2011-10-24 Dan Carpenter9p: move dereference after NULL check
2011-10-24 Aneesh Kumar K.Vfs/9p: Update zero-copy implementation in 9p
2011-09-06 Aneesh Kumar K.Vnet/9p: Fix kernel crash with msize 512K
2011-07-23 Venkateswararao... net/9p: Fix the msize calculation.
2011-07-23 Aneesh Kumar K.Vfs/9p: add 9P2000.L unlinkat operation
2011-07-23 Aneesh Kumar K.Vfs/9p: add 9P2000.L renameat operation
2011-07-23 Prem Karatfs/9p: Clean-up get_protocol_version() to use strcmp
2011-07-23 Aneesh Kumar K.Vfs/9p: Fid is not valid after a failed clunk.
2011-07-23 jvraoVirtIO can transfer VIRTQUEUE_NUM of pages.
2011-07-23 jvraoFix the size of receive buffer packing onto VirtIO...
2011-07-23 Eric Van Hensbergen9p: clean up packet dump code
2011-07-23 Eric Van Hensbergennet/9p: fix client code to fail more gracefully on...
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-25 Sean HeftyRDMA/cma: Pass QP type into rdma_create_id()
2011-05-25 Rob Landleynet/9p: enable 9p to work in non-default network namespace
2011-05-25 Aneesh Kumar K.Vnet/9p: p9_idpool_get return -1 on error
2011-05-25 Eric Van Hensbergen9p: remove experimental tag from tested configurations
2011-05-25 Rob Landley9p: typo fixes and minor cleanups
2011-05-25 Rob Landleynet/9p: Change linuxdoc names to match functions.
2011-05-20 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2011-05-19 David S. Miller9p: Kill unused variable 'ret' in trans_rdma.c:parse_opts()
2011-05-19 David S. Miller9p: Kill set but not used variable 'ret' in parse_opts()
2011-05-12 Pedro Scarapicchia... net/9p/protocol.c: Fix a memory leak
2011-05-10 M. Mohan Kumarnet/9p: Handle get_user_pages_fast return properly
2011-04-15 Harsh Prateek Boranet/9p: nwname should be an unsigned int
2011-04-15 Aneesh Kumar K.V9p: Fix sparse error
2011-04-15 Aneesh Kumar K.V9p: revert tsyncfs related changes
2011-04-12 David S. Miller9p: Kill set but unused variable in 9p_client_{read...
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-22 Venkateswararao... [net/9p]: Introduce basic flow-control for VirtIO trans...
2011-03-22 Venkateswararao... [net/9p] Don't re-pin pages on retrying virtqueue_add_b...
2011-03-22 Venkateswararao... [net/9p] Set the condition just before waking up.
2011-03-22 Venkateswararao... [net/9p] unconditional wake_up to proc waiting for...
2011-03-22 Aneesh Kumar K.Vnet/9p: Fix compile warning
2011-03-22 Aneesh Kumar K.Vnet/9p: Convert the in the 9p rpc call path to GFP_NOFS
2011-03-16 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2011-03-16 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-15 Aneesh Kumar K.Vnet/9p: Implement syncfs 9P operation
2011-03-15 Venkateswararao... [net/9p] Small non-IO PDUs for zero-copy supporting...
2011-03-15 Venkateswararao... [net/9p] Handle Zero Copy TREAD/RERROR case in !dotl...
2011-03-15 Venkateswararao... [net/9p] readdir zerocopy changes for 9P2000.L protocol.
2011-03-15 Venkateswararao... [net/9p] Write side zerocopy changes for 9P2000.L protocol.
2011-03-15 Venkateswararao... [net/9p] Read side zerocopy changes for 9P2000.L protocol.
2011-03-15 Venkateswararao... [net/9p] Add preferences to transport layer.
2011-03-15 Venkateswararao... [net/9p] Add gup/zero_copy support to VirtIO transport...
2011-03-15 Venkateswararao... [net/9p] Assign type of transaction to tc->pdu->id...
2011-03-15 Venkateswararao... [net/9p] Preparation and helper functions for zero...
2011-02-01 Tejun Heonet/9p: replace p9_poll_task with a work
2011-02-01 Tejun Heonet/9p: use system_wq instead of p9_mux_wq
2011-01-20 Shan Weinet: cleanup unused macros in net directory
2011-01-11 M. Mohan Kumarnet/9p: Use proper data types
2010-12-08 Thiago Farinanet/9p/protocol.c: Remove duplicated macros.
2010-10-28 Sanchit Gargnet/9p: Return error on read with NULL buffer
2010-10-28 Venkateswararao... 9p: Add datasync to client side TFSYNC/RFSYNC for dotl
2010-10-28 Aneesh Kumar K.Vnet/9p: Return error if we fail to encode protocol...
2010-10-28 Venkateswararao... net/9p: Add waitq to VirtIO transport.
2010-10-28 Venkateswararao... [net/9p]Serialize virtqueue operations to make VirtIO...
2010-10-28 M. Mohan Kumar9p: Implement TREADLINK operation for 9p2000.L
2010-10-28 M. Mohan Kumar9p: Implement TGETLOCK
2010-10-28 M. Mohan Kumar9p: Implement TLOCK
2010-10-28 Venkateswararao... [9p] Introduce client side TFSYNC/RFSYNC for dotl.
2010-10-28 jvraonet/9p: Add a Warning to catch NULL fids passed to...
2010-10-28 Arun R Bharadwajnet/9p: This patch implements TLERROR/RLERROR on the...
2010-10-21 stephen hemminger9p: client code cleanup
2010-10-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-10-04 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-09-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-09-27 Sven Eckelmannnet/9p: Mount only matching virtio channels
2010-09-27 Davidlohr Buesonet/9p: fix memory handling/allocation in rdma_request()
2010-09-23 Eric Dumazetnet: return operator cleanup
2010-09-13 Latchesar Ionkovfs/9p, net/9p: memory leak fixes
2010-09-07 Julia Lawallnet/9p/trans_fd.c: Fix unsigned return type
2010-08-10 Dan Carpenter9p: strlen() doesn't count the terminator
2010-08-02 Aneesh Kumar K.Vfs/9p: destroy fid on failed remove
2010-08-02 Aneesh Kumar K.Vnet/9p: Implement TXATTRCREATE 9p call
2010-08-02 Aneesh Kumar K.Vnet/9p: Implement attrwalk 9p call
2010-08-02 M. Mohan Kumar9p: Implement LOPEN
2010-08-02 Venkateswararao... fs/9p: This patch implements TLCREATE for 9p2000.L...
2010-08-02 M. Mohan Kumar9p: Implement TMKDIR
2010-08-02 M. Mohan Kumar9p: Implement TMKNOD
2010-08-02 Venkateswararao... 9p: Define and implement TSYMLINK for 9P2000.L
2010-08-02 Venkateswararao... 9p: Define and implement TLINK for 9P2000.L
2010-08-02 Sripathi Kodi9p: Implement client side of setattr for 9P2000.L protocol.
2010-08-02 Sripathi Kodi9p: getattr client implementation for 9P2000.L protocol.
2010-08-02 Aneesh Kumar K.Vnet/9p: Handle the server returned error properly
2010-08-02 Sripathi Kodi9p: readdir implementation for 9p2000.L
2010-08-02 Dan Carpenter9p: strlen() doesn't count the terminator
2010-07-13 Dan Carpenter9p: strlen() doesn't count the terminator
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-25 Alexey Dobriyankernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MI...
2010-05-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-05-22 Linus TorvaldsMerge branch 'virtio' of git://git./linux/kernel/git...
next