aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-19ceph: fix check for invalidate_mapping_pages successSage Weil1-32/+50
2010-02-17ceph: fix typo in ceph_queue_writeback debug outputSage Weil1-2/+2
2010-02-17ceph: v0.19 releaseSage Weil1-1/+1
2010-02-17ceph: use rbtree for pg pools; decode new osdmap formatSage Weil4-50/+104
2010-02-17ceph: fix memory leak when destroying osdmap with pg_temp mappingsSage Weil1-16/+33
2010-02-17ceph: fix iterate_caps removal raceSage Weil4-36/+70
2010-02-17ceph: clean up readdir caps reservationSage Weil4-13/+33
2010-02-16ceph: fix authentication races, auth_none oopsSage Weil1-16/+13
2010-02-16ceph: use rbtree for mon statfs requestsSage Weil3-32/+54
2010-02-16ceph: use rbtree for snap_realmsSage Weil4-24/+48
2010-02-16ceph: use rbtree for mds requestsSage Weil3-69/+97
2010-02-16ceph: cancel delayed work when closing connectionSage Weil1-2/+5
2010-02-16ceph: allow connection to be reopened by fault callbackSage Weil1-1/+1
2010-02-15ceph: reset osd connections after faultSage Weil1-2/+3
2010-02-13ceph: fix msgr to keep sent messages until ackedSage Weil1-2/+2
2010-02-11ceph: remove bogus invalidate_mapping_pagesSage Weil1-6/+0
2010-02-11ceph: invalidate pages even if truncate is pendingSage Weil1-1/+0
2010-02-11ceph: cleanup async writeback, truncation, invalidate helpersSage Weil4-43/+65
2010-02-11ceph: fix sync read eof check deadlockSage Weil1-13/+26
2010-02-11ceph: do not retain caps that are being revokedSage Weil1-4/+6
2010-02-11ceph: cap revocation fixesSage Weil1-5/+17
2010-02-11ceph: sync read/write considers page cacheYehuda Sadeh1-2/+16
2010-02-11ceph: fix truncation when not holding capsYehuda Sadeh1-2/+10
2010-02-11ceph: refactor ceph_write_begin, fix ceph_page_mkwriteYehuda Sadeh1-29/+51
2010-02-11ceph: fix short synchronous readsYehuda Sadeh1-9/+9
2010-02-11ceph: add uid field to ceph_pg_poolSage Weil2-0/+28
2010-02-11ceph: put unused osd connections on lruYehuda Sadeh4-9/+76
2010-02-11ceph: remove unused variableYehuda Sadeh1-1/+0
2010-02-11ceph: add support for auth_x authentication protocolSage Weil5-1/+801
2010-02-10ceph: add struct version to auth encodingSage Weil2-0/+4
2010-02-10ceph: allow renewal of auth credentialsSage Weil10-33/+144
2010-02-10ceph: aes crypto and base64 encode/decode helpersSage Weil5-0/+557
2010-02-10ceph: buffer decoding helpersSage Weil3-0/+53
2010-02-02ceph: release all pages after successful osd write responseSage Weil1-3/+7
2010-02-02ceph: 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-25ceph: 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-06ceph: fix copy_user_to_page_vector()Yehuda Sadeh1-4/+4
2009-12-23ceph: use ceph_pagelist for mds reconnect message; change encoding (protocol change)Sage Weil2-101/+57