Fix common misspellings
[linux-flexiantxendom0-3.2.10.git] / net / 9p / client.c
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-22 Aneesh Kumar K.Vnet/9p: Convert the in the 9p rpc call path to GFP_NOFS
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.
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 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-09-23 Eric Dumazetnet: return operator cleanup
2010-09-13 Latchesar Ionkovfs/9p, net/9p: memory leak fixes
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-05-21 Sripathi Kodi9p: add 9P2000.L rename operation
2010-05-21 Sripathi Kodi9p: add 9P2000.L statfs operation
2010-05-21 Sripathi Kodi9p: VFS switches for 9p2000.L: protocol and client...
2010-04-05 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-04-05 Dan Carpenter9p: saving negative to unsigned char
2010-04-05 Aneesh Kumar K.V9p: Make sure we are able to clunk the cached fid on...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-13 Sripathi Kodi9p: Change the name of new protocol from 9p2010.L to...
2010-03-05 Sripathi Kodi9P2010.L handshake: .L protocol negotiation
2010-03-05 Sripathi Kodi9P2010.L handshake: Remove "dotu" variable
2010-03-05 Sripathi Kodi9P2010.L handshake: Add mount option
2010-02-09 Eric Van Hensbergen9p: fix p9_client_destroy unconditional calling v9fs_pu...
2010-02-08 Eric Van Hensbergen9p: fix option parsing
2010-02-08 Eric Van Hensbergennet/9p: fix statsize inside twstat
2010-02-08 Eric Van Hensbergennet/9p: fail when user specifies a transport which...
2009-11-02 Eric Van Hensbergen9p: fix readdir corner cases
2009-08-17 Abhishek Kulkarninet/9p: insulate the client against an invalid error...
2009-08-17 Abhishek Kulkarni9p: minor comment fixes
2009-07-14 Abhishek Kulkarni9p: Possible regression in p9_client_stat
2009-07-14 Abhishek Kulkarni9p: default 9p transport module fix
2009-04-05 Latchesar Ionkovnet/9p: handle correctly interrupted 9P requests
2009-04-05 Latchesar Ionkovnet/9p: return error when p9_client_stat fails
2009-04-05 Latchesar Ionkovnet/9p: set correct stat size when sending Twstat messages
2009-01-20 Roel Kluinnet/9p: fid->fid is used uninitialized
2008-11-14 James MorrisMerge branch 'master' into next
2008-11-13 David HowellsCRED: Wrap task credential accesses in 9P2000 filesystem
2008-11-05 Randy Dunlapnet/9p: fix printk format warnings
2008-11-05 Roel Kluinunsigned fid->fid cannot be negative
2008-11-05 Tom Tuckerp9: Fix leak of waitqueue in request allocation path
2008-11-05 Tom Tucker9p: Remove unneeded free of fcall for Flush
2008-11-05 Tom Tucker9p: Make all client spin locks IRQ safe
2008-11-05 Randy Dunlapnet/9p: fix printk format warnings
2008-10-22 Eric Van Hensbergen9p: fix sparse warnings
2008-10-17 Eric Van Hensbergen9p: Improve debug support
2008-10-17 Eric Van Hensbergen9p: rework client code to use new protocol support...
2008-10-17 Eric Van Hensbergen9p: remove 9p fcall debug prints
2008-10-17 Eric Van Hensbergen9p: encapsulate version function
2008-10-17 Eric Van Hensbergen9p: move dirread to fs layer
2008-10-17 Eric Van Hensbergen9p: move readn meta-function from client to fs layer
2008-10-17 Eric Van Hensbergen9p: consolidate read/write functions
2008-10-17 Eric Van Hensbergen9p: make rpc code common and rework flush code
2008-10-17 Eric Van Hensbergen9p: apply common request code to trans_fd
2008-10-17 Eric Van Hensbergen9p: move request management to client code
2008-10-17 Eric Van Hensbergen9p: remove unnecessary prototypes
2008-10-17 Eric Van Hensbergen9p: consolidate transport structure
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-09-24 Tejun Heo9p: implement proper trans module refcounting and unreg...
2008-05-15 Josef 'Jeff' Sipek9p: Correct fidpool creation failure in p9_client_create
2008-05-15 Eric Van Hensbergen9p: propagate parse_option changes to client and transports
2008-02-07 Eric Van Hensbergen9p: transport API reorganization
2008-02-07 Eric Van Hensbergen9p: block-based virtio client
2008-02-07 Eric Van Hensbergen9p: create transport rpc cut-thru
2008-02-07 Martin Stava9p: fix bug in p9_clone_stat
2007-10-17 Eric Van Hensbergen9p: fix bad kconfig cross-dependency
2007-10-17 Latchesar Ionkov9p: attach-per-user
2007-10-17 Eric Van Hensbergen9p: Make transports dynamic
2007-07-14 Eric Van Hensbergen9p: fix a race condition bug in umount which caused...
2007-07-14 Latchesar Ionkov9p: Reorganization of 9p file system code