ceph: use connection mutex to protect read and write stages
[sfrench/cifs-2.6.git] / fs / ceph / messenger.c
2009-12-23 Sage Weilceph: use connection mutex to protect read and write...
2009-12-22 Yehuda Sadehceph: remove unaccessible code
2009-12-22 Sage Weilceph: plug leak of incoming message during connection...
2009-12-22 Sage Weilceph: hex dump corrupt server data to KERN_DEBUG
2009-12-22 Sage Weilceph: don't save sent messages on lossy connections
2009-12-22 Sage Weilceph: detect lossy state of connection
2009-12-22 Sage Weilceph: plug msg leak in con_fault
2009-12-22 Sage Weilceph: carry explicit msg reference for currently sendin...
2009-12-07 Sage Weilceph: use kref for ceph_msg
2009-12-07 Sage Weilceph: simplify ceph_buffer interface
2009-11-20 Sage Weilceph: reset msgr backoff during open, not after success...
2009-11-19 Sage Weilceph: negotiate authentication protocol; implement...
2009-11-18 Sage Weilceph: remove unnecessary ceph_con_shutdown
2009-11-10 Sage Weilceph: separate banner and connect during handshake...
2009-11-05 Sage Weilceph: convert port endianness
2009-11-03 Sage Weilceph: use fixed endian encoding for ceph_entity_addr
2009-10-09 Sage Weilceph: update to mon client protocol v15
2009-10-06 Sage Weilceph: messenger library