sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / net / 9p /
2009-11-02 Eric Van Hensbergen9p: fix readdir corner cases
2009-10-22 Christian Borntraegervirtio: let header files include virtio_ids.h
2009-09-23 Fernando Luis Vazq... virtio: add virtio IDs file
2009-09-23 Fernando Luis Vazq... virtio: get rid of redundant VIRTIO_ID_9P definition
2009-09-23 Rusty Russellvirtio: make add_buf return capacity remaining
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-07-02 Abhishek Kulkarninet/9p: Fix crash due to bad mount parameters.
2009-06-12 Michael S. Tsirkinvirtio: find_vqs/del_vqs virtio operations
2009-06-12 Rusty Russellvirtio: add names to virtqueue struct, mapping from...
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-02-27 Hannes Eder9p: fix sparse warning: cast adds address space
2009-02-07 Eric Van Hensbergen9p: fix endian issues [attempt 3]
2009-01-20 Roel Kluinnet/9p: fid->fid is used uninitialized
2009-01-16 Roland Dreier9p: disallow RDMA if RDMA CM isn't available
2008-12-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2008-11-22 Qinghuang Fengnet: remove redundant argument comments
2008-11-18 James MorrisMerge branch 'master' into next
2008-11-14 Randy Dunlap9p: restrict RDMA usage
2008-11-14 James MorrisMerge branch 'master' into next
2008-11-13 David HowellsCRED: Wrap task credential accesses in 9P2000 filesystem
2008-11-13 Randy Dunlap9p: restrict RDMA usage
2008-11-05 Randy Dunlapnet/9p: fix printk format warnings
2008-11-05 Roel Kluinunsigned fid->fid cannot be negative
2008-11-05 Huang Weiyi9p: rdma: remove duplicated #include
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 Tom Tucker9p: rdma: Set trans prior to requesting async connectio...
2008-11-05 Randy Dunlapnet/9p: fix printk format warnings
2008-11-04 Jianjun Kongnet: remove two duplicated #include
2008-10-22 Eric Van Hensbergen9p: fix sparse warnings
2008-10-22 Tom Tucker9p: rdma: RDMA Transport Support for 9P
2008-10-22 Eric Van Hensbergen9p: fix debug build error
2008-10-17 Eric Van Hensbergen9p: add more conservative locking
2008-10-17 Eric Van Hensbergen9p: fix oops in protocol stat parsing error path.
2008-10-17 Eric Van Hensbergen9p: Improve debug support
2008-10-17 Eric Van Hensbergen9p: eliminate depricated conv functions
2008-10-17 Eric Van Hensbergen9p: rework client code to use new protocol support...
2008-10-17 Eric Van Hensbergen9p: remove unnecessary tag field from p9_req_t structure
2008-10-17 Eric Van Hensbergen9p: remove 9p fcall debug prints
2008-10-17 Eric Van Hensbergen9p: add new protocol support code
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 Tejun Heo9p: drop broken unused error path from p9_conn_create()
2008-10-17 Eric Van Hensbergen9p: make rpc code common and rework flush code
2008-10-17 Eric Van Hensbergen9p: use the rcall structure passed in the request in...
2008-10-17 Eric Van Hensbergen9p: apply common request code to trans_fd
2008-10-17 Eric Van Hensbergen9p: apply common tagpool handling to trans_fd
2008-10-17 Eric Van Hensbergen9p: move request management to client code
2008-10-17 Eric Van Hensbergen9p: eliminate callback complexity
2008-10-17 Eric Van Hensbergen9p: consolidate mux_rpc and request structure
2008-10-17 Eric Van Hensbergen9p: remove unnecessary prototypes
2008-10-17 Eric Van Hensbergen9p: remove duplicate client state
2008-10-17 Eric Van Hensbergen9p: consolidate transport structure
2008-10-17 Tejun Heo9p-trans_fd: use single poller
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-09-24 Eric Van Hensbergen9p: fix put_data error handling
2008-09-24 Julia Lawall9p: introduce missing kfree
2008-09-24 Tejun Heo9p-trans_fd: fix and clean up module init/exit paths
2008-09-24 Tejun Heo9p-trans_fd: don't do fs segment mangling in p9_fd_poll()
2008-09-24 Tejun Heo9p-trans_fd: clean up p9_conn_create()
2008-09-24 Tejun Heo9p-trans_fd: fix trans_fd::p9_conn_destroy()
2008-09-24 Tejun Heo9p: implement proper trans module refcounting and unreg...
2008-07-24 Ulrich Drepperflag parameters: socket and socketpair
2008-05-15 Eric Van Hensbergen9p: fix error path during early mount
2008-05-15 Eric Van Hensbergen9p: make cryptic unknown error from server less scary
2008-05-15 Steven Rostedt9p: fix flags length in net
2008-05-15 Josef 'Jeff' Sipek9p: Correct fidpool creation failure in p9_client_create
2008-05-15 Josef 'Jeff' Sipek9p: use struct mutex instead of struct semaphore
2008-05-15 Eric Van Hensbergen9p: propagate parse_option changes to client and transports
2008-05-15 Eric Van Hensbergen9p: Documentation updates
2008-04-03 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-28 Andrew Mortonnet/9p/trans_fd.c:p9_trans_fd_init(): module_init funct...
2008-03-24 David S. MillerMerge branch 'master' of ../net-2.6/
2008-03-23 Julia Lawall[9P] net/9p/trans_fd.c: remove unused variable
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-02-20 Adrian Bunknet/9p/trans_virtio.c: kmalloc() enough memory
2008-02-18 Julia Lawallnet/9p/trans_virtio.c: Use BUG_ON
2008-02-07 Andrew Morton9p: fix p9_printfcall export
2008-02-07 Eric Van Hensbergen9p: transport API reorganization
2008-02-07 Eric Van Hensbergen9p: add remove function to trans_virtio
2008-02-07 Anthony Liguori9p: Convert semaphore to spinlock for p9_idpool
2008-02-07 Eric Van Hensbergen9p: Fix soft lockup in virtio transport
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
2008-02-04 Rusty Russellvirtio: explicit enable_cb/disable_cb rather than callb...
2008-02-04 Rusty Russellvirtio: simplify config mechanism.
2008-02-01 Ilpo Järvinen[NET] 9p: kill dead static inline buf_put_string
2007-11-06 Latchesar Ionkov9p: add missing end-of-options record for trans_fd
2007-11-06 Latchesar Ionkov9p: return NULL when trans not found
2007-10-24 Roel Kluin[9P]: Fix missing unlock before return in p9_mux_poll_start
2007-10-23 Eric Van Hensbergen9p: add virtio transport
next