9p: saving negative to unsigned char
[safe/jmp/linux-2.6] / net / 9p / client.c
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-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