summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2010-02-11ceph: aes crypto and base64 encode/decode helpersSage Weil5-0/+557
2010-02-11ceph: buffer decoding helpersSage Weil3-0/+53
2010-02-03ceph: release all pages after successful osd write responseSage Weil1-3/+7
2010-02-03ceph: always send truncation info with read and write osd opsYehuda Sadeh3-18/+6
2010-01-29ceph: remove unreachable codeYehuda Sadeh1-9/+0
2010-01-29ceph: include type in ceph_entity_addr, filepathSage Weil4-3/+6
2010-01-26ceph: precede encoded ceph_pg_pool struct with versionSage Weil2-2/+8
2010-01-25ceph: keep reserved replies on the request structureYehuda Sadeh4-50/+100
2010-01-25ceph: alloc message data pages and check if tid existsYehuda Sadeh4-59/+45
2010-01-25ceph: refactor messages data section allocationYehuda Sadeh1-28/+39
2010-01-25ceph: allocate middle of message before stating to readYehuda Sadeh5-80/+115
2010-01-25ceph: properly handle aborted mds requestsSage Weil3-11/+34
2010-01-25ceph: mark MDS CREATE as a write opSage Weil1-2/+2
2010-01-25ceph: remove duplicate variable initializationJulia Lawall1-1/+1
2010-01-14ceph: display pgid in debugfs osd request dumpSage Weil3-2/+7
2010-01-14ceph: remove unused erank fieldSage Weil4-32/+15
2010-01-14ceph: change dentry offset and position after splice_dentryYehuda Sadeh1-0/+29
2010-01-07ceph: fix copy_user_to_page_vector()Yehuda Sadeh1-4/+4
2009-12-23ceph: use ceph_pagelist for mds reconnect message; change encoding (protocol ...Sage Weil2-101/+57
2009-12-23ceph: support ceph_pagelist for message payloadSage Weil5-5/+130
2009-12-23ceph: add feature bits to connection handshake (protocol change)Sage Weil4-17/+53
2009-12-23ceph: include transaction id in ceph_msg_header (protocol change)Sage Weil7-27/+20
2009-12-23ceph: more informative msgpool errorsSage Weil1-1/+2
2009-12-23ceph: control access to page vector for incoming dataSage Weil4-10/+67
2009-12-23ceph: use connection mutex to protect read and write stagesSage Weil2-19/+33
2009-12-23ceph: unregister canceled/timed out osd requestsSage Weil1-1/+2
2009-12-23ceph: only unregister registered bdiSage Weil1-1/+2
2009-12-23ceph: do not touch_caps while iterating over caps listSage Weil3-7/+19
2009-12-22ceph: fix incremental osdmap pg_temp decoding bugSage Weil1-2/+1
2009-12-22ceph: fix error paths for corrupt osdmap messagesSage Weil2-5/+8
2009-12-22ceph: do not drop lease during revalidateSage Weil1-2/+0
2009-12-22ceph: ensure rename target dentry fails revalidationSage Weil1-0/+4
2009-12-22ceph: writeback congestion controlYehuda Sadeh4-2/+105
2009-12-22ceph: writepage grabs and releases inodeYehuda Sadeh1-1/+6
2009-12-22ceph: remove unaccessible codeYehuda Sadeh1-4/+0
2009-12-22ceph: include link to bdi in debugfsSage Weil2-0/+8
2009-12-22ceph: make mds ops interruptibleSage Weil1-6/+9
2009-12-22ceph: plug leak of incoming message during connection fault/closeSage Weil1-2/+8
2009-12-22ceph: hex dump corrupt server data to KERN_DEBUGSage Weil10-7/+41
2009-12-22ceph: fix msgpool reservation leakYehuda Sadeh2-1/+5
2009-12-22ceph: don't save sent messages on lossy connectionsSage Weil1-3/+7
2009-12-22ceph: detect lossy state of connectionSage Weil1-2/+4
2009-12-22ceph: plug msg leak in con_faultSage Weil1-2/+7
2009-12-22ceph: carry explicit msg reference for currently sending messageSage Weil2-4/+19
2009-12-11ceph: fix leak of monc mutexSage Weil1-2/+3
2009-12-10ceph: do not feed bad device ids to crushSage Weil1-0/+5
2009-12-08ceph: use kref for ceph_msgSage Weil3-35/+27
2009-12-08ceph: use kref for ceph_osd_requestSage Weil2-22/+26
2009-12-07ceph: use kref for struct ceph_mds_requestSage Weil2-38/+42
2009-12-07ceph: simplify ceph_buffer interfaceSage Weil5-29/+35