summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2010-02-17ceph: allow connection to be reopened by fault callbackSage Weil
2010-02-15ceph: reset osd connections after faultSage Weil
2010-02-14ceph: fix msgr to keep sent messages until ackedSage Weil
2010-02-11ceph: remove bogus invalidate_mapping_pagesSage Weil
2010-02-11ceph: invalidate pages even if truncate is pendingSage Weil
2010-02-11ceph: cleanup async writeback, truncation, invalidate helpersSage Weil
2010-02-11ceph: fix sync read eof check deadlockSage Weil
2010-02-11ceph: do not retain caps that are being revokedSage Weil
2010-02-11ceph: cap revocation fixesSage Weil
2010-02-11ceph: sync read/write considers page cacheYehuda Sadeh
2010-02-11ceph: fix truncation when not holding capsYehuda Sadeh
2010-02-11ceph: refactor ceph_write_begin, fix ceph_page_mkwriteYehuda Sadeh
2010-02-11ceph: fix short synchronous readsYehuda Sadeh
2010-02-11ceph: add uid field to ceph_pg_poolSage Weil
2010-02-11ceph: put unused osd connections on lruYehuda Sadeh
2010-02-11ceph: remove unused variableYehuda Sadeh
2010-02-11ceph: add support for auth_x authentication protocolSage Weil
2010-02-10ceph: add struct version to auth encodingSage Weil
2010-02-10ceph: allow renewal of auth credentialsSage Weil
2010-02-10ceph: aes crypto and base64 encode/decode helpersSage Weil
2010-02-10ceph: buffer decoding helpersSage Weil
2010-02-03ceph: release all pages after successful osd write responseSage Weil
2010-02-03ceph: always send truncation info with read and write osd opsYehuda Sadeh
2010-01-29ceph: remove unreachable codeYehuda Sadeh
2010-01-29ceph: include type in ceph_entity_addr, filepathSage Weil
2010-01-26ceph: precede encoded ceph_pg_pool struct with versionSage Weil
2010-01-25ceph: keep reserved replies on the request structureYehuda Sadeh
2010-01-25ceph: alloc message data pages and check if tid existsYehuda Sadeh
2010-01-25ceph: refactor messages data section allocationYehuda Sadeh
2010-01-25ceph: allocate middle of message before stating to readYehuda Sadeh
2010-01-25ceph: properly handle aborted mds requestsSage Weil
2010-01-25ceph: mark MDS CREATE as a write opSage Weil
2010-01-25ceph: remove duplicate variable initializationJulia Lawall
2010-01-14ceph: display pgid in debugfs osd request dumpSage Weil
2010-01-14ceph: remove unused erank fieldSage Weil
2010-01-14ceph: change dentry offset and position after splice_dentryYehuda Sadeh
2010-01-07ceph: fix copy_user_to_page_vector()Yehuda Sadeh
2009-12-23ceph: use ceph_pagelist for mds reconnect message; change encoding (protocol ...Sage Weil
2009-12-23ceph: support ceph_pagelist for message payloadSage Weil
2009-12-23ceph: add feature bits to connection handshake (protocol change)Sage Weil
2009-12-23ceph: include transaction id in ceph_msg_header (protocol change)Sage Weil
2009-12-23ceph: more informative msgpool errorsSage Weil
2009-12-23ceph: control access to page vector for incoming dataSage Weil
2009-12-23ceph: use connection mutex to protect read and write stagesSage Weil
2009-12-23ceph: unregister canceled/timed out osd requestsSage Weil
2009-12-23ceph: only unregister registered bdiSage Weil
2009-12-23ceph: do not touch_caps while iterating over caps listSage Weil
2009-12-22ceph: fix incremental osdmap pg_temp decoding bugSage Weil
2009-12-22ceph: fix error paths for corrupt osdmap messagesSage Weil
2009-12-22ceph: do not drop lease during revalidateSage Weil