Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / fs / ceph / osd_client.c
2010-05-11 Sage Weilceph: resubmit requests on pg mapping change (not just...
2010-05-11 Sage Weilceph: unregister osd request on failure
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-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