Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[pandora-kernel.git] / fs / ceph / osd_client.c
2010-03-30 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2010-03-29 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2010-03-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-29 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc-2.6
2010-03-26 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2010-03-26 Linus TorvaldsMerge branch 'timers-fixes-for-linus' of git://git...
2010-03-26 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2010-03-26 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2010-03-26 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2010-03-26 Linus TorvaldsMerge branch 'irq-fixes-for-linus' of git://git./linux...
2010-03-26 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2010-03-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-25 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-03-24 Linus TorvaldsMerge branch 'for-linus' of git://gitorious.org/linux...
2010-03-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-23 Sage Weilceph: avoid reopening osd connections when address...
2010-03-23 Sage Weilceph: rename r_sent_stamp r_stamp
2010-03-23 Sage Weilceph: fix null pointer deref of r_osd in debug output
2010-03-23 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2010-03-22 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-03-22 Mark BrownMerge commit 'v2.6.34-rc2' into for-2.6.34
2010-03-20 Linus TorvaldsMerge git://git./linux/kernel/git/lethal/sh-2.6
2010-03-20 Linus TorvaldsMerge branch 'for-upstream' of git://git./linux/kernel...
2010-03-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-19 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2010-03-19 Linus TorvaldsMerge branch 'zerolen' of git://git./linux/kernel/git...
2010-03-19 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/tty-2.6
2010-03-19 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2010-03-19 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2010-03-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-04 Yehuda Sadehceph: reset osd after relevant messages timed out
2010-03-01 Sage Weilceph: set osd request message front length correctly
2010-03-01 Sage Weilceph: use single osd op reply msg
2010-02-26 Sage Weilceph: remove fragile __map_osds optimization
2010-02-23 Sage Weilceph: fix up unexpected message handling
2010-02-15 Sage Weilceph: reset osd connections after fault
2010-02-11 Yehuda Sadehceph: put unused osd connections on lru
2010-02-10 Sage Weilceph: allow renewal of auth credentials
2010-02-03 Yehuda Sadehceph: always send truncation info with read and write...
2010-01-25 Yehuda Sadehceph: keep reserved replies on the request structure
2010-01-25 Yehuda Sadehceph: alloc message data pages and check if tid exists
2010-01-25 Yehuda Sadehceph: allocate middle of message before stating to...
2010-01-14 Sage Weilceph: display pgid in debugfs osd request dump
2010-01-14 Sage Weilceph: remove unused erank field
2009-12-23 Sage Weilceph: include transaction id in ceph_msg_header (protoc...
2009-12-23 Sage Weilceph: control access to page vector for incoming data
2009-12-23 Sage Weilceph: unregister canceled/timed out osd requests
2009-12-22 Sage Weilceph: fix error paths for corrupt osdmap messages
2009-12-22 Sage Weilceph: hex dump corrupt server data to KERN_DEBUG
2009-12-22 Yehuda Sadehceph: fix msgpool reservation leak
2009-12-07 Sage Weilceph: use kref for ceph_osd_request
2009-12-03 Sage Weilceph: whitespace cleanup
2009-12-01 Sage Weilceph: plug leak of request_mutex
2009-11-21 Julia Lawallfs/ceph: Move a dereference below a NULL test
2009-11-20 Sage Weilceph: fix debugfs entry, simplify fsid checks
2009-11-19 Sage Weilceph: negotiate authentication protocol; implement...
2009-11-18 Sage Weilceph: handle errors during osd client init
2009-11-18 Sage Weilceph: remove bad calls to ceph_con_shutdown
2009-11-05 Sage Weilceph: fix endian conversions for ceph_pg
2009-10-27 Sage Weilceph: allocate and parse mount args before client instance
2009-10-16 Sage Weilceph: warn on allocation from msgpool with larger front_len
2009-10-14 Sage Weilceph: convert encode/decode macros to inlines
2009-10-09 Sage Weilceph: cancel osd requests before resending them
2009-10-09 Sage Weilceph: reset osd session on fault, not peer_reset
2009-10-09 Sage Weilceph: revoke osd request message on request completion
2009-10-09 Sage Weilceph: fix osd request submission race
2009-10-06 Sage Weilceph: OSD client