aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2010-03-28ceph: fix use after free on mds __unregister_requestSage Weil
2010-03-23ceph: fix possible double-free of mds request referenceSage Weil
2010-03-23ceph: fix session check on mds replySage Weil
2010-03-23ceph: handle kmalloc() failureDan Carpenter
2010-03-23ceph: propagate mds session allocation failures to callerSage Weil
2010-03-23ceph: make write_begin wait propagate ERESTARTSYSSage Weil
2010-03-23ceph: fix snap rebuild conditionSage Weil
2010-03-23ceph: avoid reopening osd connections when address hasn't changedSage Weil
2010-03-23ceph: rename r_sent_stamp r_stampSage Weil
2010-03-23ceph: fix connection fault con_work reentrancy problemSage Weil
2010-03-23ceph: prevent dup stale messages to console for restarting mdsSage Weil
2010-03-23ceph: fix pg pool decoding from incremental osdmap updateSage Weil
2010-03-23ceph: fix mds sync() race with completing requestsSage Weil
2010-03-23ceph: only release unused caps with mds requestsSage Weil
2010-03-23ceph: clean up handle_cap_grant, handle_caps wrt session mutexSage Weil
2010-03-23ceph: fix session locking in handle_caps, ceph_check_capsSage Weil
2010-03-23ceph: drop unnecessary WARN_ON in caps migrationSage Weil
2010-03-23ceph: fix null pointer deref of r_osd in debug outputSage Weil
2010-03-23ceph: clean up service ticket decodingSage Weil
2010-03-20ceph: release old ticket_blob bufferSage Weil
2010-03-20ceph: fix authenticator buffer size calculationSage Weil
2010-03-20ceph: fix authenticator timeoutSage Weil
2010-03-20ceph: fix inode removal from snap realm when racing with migrationSage Weil
2010-03-20ceph: add missing locking to protect i_snap_realm_item during splitSage Weil
2010-03-20ceph: implemented caps should always be superset of issued capsSage Weil
2010-03-05ceph: update for write_inode API changeStephen Rothwell
2010-03-04ceph: reset osd after relevant messages timed outYehuda Sadeh
2010-03-01ceph: fix flush_dirty_caps race with caps migrationSage Weil
2010-03-01ceph: include migrating caps in issued setSage Weil
2010-03-01ceph: fix osdmap decoding when pools include (removed) snapsSage Weil
2010-03-01ceph: return EBADF if waiting for caps on closed fileSage Weil
2010-03-01ceph: set osd request message front length correctlySage Weil
2010-03-01ceph: reset front len on return to msgpool; BUG on mismatched front iovSage Weil
2010-03-01ceph: fix snaptrace decoding on cap migration between mdsSage Weil
2010-03-01ceph: use single osd op reply msgSage Weil
2010-03-01ceph: reset bits on connection closeSage Weil
2010-02-26ceph: remove bogus mds forward warningSage Weil
2010-02-26ceph: remove fragile __map_osds optimizationSage Weil
2010-02-25ceph: fix connection fault STANDBY checkSage Weil
2010-02-25ceph: invalidate_authorizer without con->mutex heldSage Weil
2010-02-23ceph: don't clobber write return value when using O_SYNCYehuda Sadeh
2010-02-23ceph: fix client_request_forward decodingSage Weil
2010-02-23ceph: drop messages on unregistered mds sessions; cleanupSage Weil
2010-02-23ceph: fix comments, locking in destroy_inodeSage Weil
2010-02-23ceph: move dereference after NULL testAlexander Beregalov
2010-02-23ceph: fix up unexpected message handlingSage Weil
2010-02-19ceph: cleanup redundant code in handle_cap_grantYehuda Sadeh
2010-02-19ceph: don't truncate dirty pages in invalidate work threadYehuda Sadeh
2010-02-19ceph: remove page upon writeback completion if lost cache capYehuda Sadeh
2010-02-19ceph: fix check for invalidate_mapping_pages successSage Weil