summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-03-01ceph: use single osd op reply msgSage Weil2-97/+46
2010-03-01ceph: reset bits on connection closeSage Weil2-1/+3
2010-02-26ceph: remove bogus mds forward warningSage Weil1-5/+1
2010-02-26ceph: remove fragile __map_osds optimizationSage Weil1-17/+4
2010-02-25ceph: fix connection fault STANDBY checkSage Weil1-18/+13
2010-02-25ceph: invalidate_authorizer without con->mutex heldSage Weil1-8/+9
2010-02-23ceph: don't clobber write return value when using O_SYNCYehuda Sadeh1-3/+6
2010-02-23ceph: fix client_request_forward decodingSage Weil1-8/+2
2010-02-23ceph: drop messages on unregistered mds sessions; cleanupSage Weil4-59/+46
2010-02-23ceph: fix comments, locking in destroy_inodeSage Weil1-7/+4
2010-02-23ceph: move dereference after NULL testAlexander Beregalov1-1/+3
2010-02-23ceph: fix up unexpected message handlingSage Weil3-17/+43
2010-02-19ceph: cleanup redundant code in handle_cap_grantYehuda Sadeh1-5/+1
2010-02-19ceph: don't truncate dirty pages in invalidate work threadYehuda Sadeh1-1/+45
2010-02-19ceph: remove page upon writeback completion if lost cache capYehuda Sadeh1-0/+11
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