aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-05ceph: update for write_inode API changeStephen Rothwell2-2/+5
2010-03-04ceph: reset osd after relevant messages timed outYehuda Sadeh4-57/+113
2010-03-01ceph: fix flush_dirty_caps race with caps migrationSage Weil2-7/+39
2010-03-01ceph: include migrating caps in issued setSage Weil1-1/+1
2010-03-01ceph: fix osdmap decoding when pools include (removed) snapsSage Weil1-2/+2
2010-03-01ceph: return EBADF if waiting for caps on closed fileSage Weil2-3/+9
2010-03-01ceph: set osd request message front length correctlySage Weil1-0/+3
2010-03-01ceph: reset front len on return to msgpool; BUG on mismatched front iovSage Weil2-0/+6
2010-03-01ceph: fix snaptrace decoding on cap migration between mdsSage Weil1-2/+3
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