aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-28ceph: fix use after free on mds __unregister_requestSage Weil1-1/+2
2010-03-23ceph: fix possible double-free of mds request referenceSage Weil1-1/+3
2010-03-23ceph: fix session check on mds replySage Weil1-1/+1
2010-03-23ceph: handle kmalloc() failureDan Carpenter1-0/+2
2010-03-23ceph: propagate mds session allocation failures to callerSage Weil1-1/+6
2010-03-23ceph: make write_begin wait propagate ERESTARTSYSSage Weil1-2/+8
2010-03-23ceph: fix snap rebuild conditionSage Weil1-2/+2
2010-03-23ceph: avoid reopening osd connections when address hasn't changedSage Weil3-1/+23
2010-03-23ceph: rename r_sent_stamp r_stampSage Weil2-7/+7
2010-03-23ceph: fix connection fault con_work reentrancy problemSage Weil1-2/+0
2010-03-23ceph: prevent dup stale messages to console for restarting mdsSage Weil1-1/+1
2010-03-23ceph: fix pg pool decoding from incremental osdmap updateSage Weil1-7/+10
2010-03-23ceph: fix mds sync() race with completing requestsSage Weil1-7/+20
2010-03-23ceph: only release unused caps with mds requestsSage Weil1-3/+10
2010-03-23ceph: clean up handle_cap_grant, handle_caps wrt session mutexSage Weil1-32/+25
2010-03-23ceph: fix session locking in handle_caps, ceph_check_capsSage Weil1-5/+9
2010-03-23ceph: drop unnecessary WARN_ON in caps migrationSage Weil1-2/+1
2010-03-23ceph: fix null pointer deref of r_osd in debug outputSage Weil1-1/+1
2010-03-23ceph: clean up service ticket decodingSage Weil1-8/+20
2010-03-20ceph: release old ticket_blob bufferSage Weil1-1/+5
2010-03-20ceph: fix authenticator buffer size calculationSage Weil1-6/+13
2010-03-20ceph: fix authenticator timeoutSage Weil1-8/+1
2010-03-20ceph: fix inode removal from snap realm when racing with migrationSage Weil1-0/+16
2010-03-20ceph: add missing locking to protect i_snap_realm_item during splitSage Weil1-0/+2
2010-03-20ceph: implemented caps should always be superset of issued capsSage Weil1-0/+2
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