Merge branch 'master' into next
[safe/jmp/linux-2.6] / net / 9p / client.c
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