Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / fs / ceph / messenger.c
2010-05-12 Sage Weilceph: preserve seq # on requeued messages after transie...
2010-05-11 Sage Weilceph: zero unused message header, footer fields
2010-05-03 Sage Weilceph: discard incoming messages with bad seq #
2010-05-03 Sage Weilceph: fix seq counting for skipped messages
2010-04-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-04-13 Sage Weilceph: use separate class for ceph sockets' sk_lock
2010-04-02 Sage Weilceph: fix ack counter reset on connection reset
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-23 Sage Weilceph: avoid reopening osd connections when address...
2010-03-23 Sage Weilceph: fix connection fault con_work reentrancy problem
2010-03-21 Sage Weilceph: fix authenticator timeout
2010-03-01 Sage Weilceph: reset front len on return to msgpool; BUG on...
2010-03-01 Sage Weilceph: reset bits on connection close
2010-02-25 Sage Weilceph: fix connection fault STANDBY check
2010-02-25 Sage Weilceph: invalidate_authorizer without con->mutex held
2010-02-23 Sage Weilceph: fix up unexpected message handling
2010-02-17 Sage Weilceph: cancel delayed work when closing connection
2010-02-17 Sage Weilceph: allow connection to be reopened by fault callback
2010-02-14 Sage Weilceph: fix msgr to keep sent messages until acked
2010-02-10 Sage Weilceph: allow renewal of auth credentials
2010-01-29 Sage Weilceph: include type in ceph_entity_addr, filepath
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: refactor messages data section allocation
2010-01-25 Yehuda Sadehceph: allocate middle of message before stating to...
2010-01-14 Sage Weilceph: remove unused erank field
2009-12-23 Sage Weilceph: support ceph_pagelist for message payload
2009-12-23 Sage Weilceph: add feature bits to connection handshake (protoco...
2009-12-23 Sage Weilceph: control access to page vector for incoming data
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