mirror of
https://github.com/ceph/ceph
synced 2025-01-11 05:29:51 +00:00
Ceph is a distributed object, block, and file storage platform
4c6431bb0c
The goal is to fix race issues between open reply processing (previously in calling processes context) and subsequent file_cap messages. This just pushes generic mds reply handling into the reply handler, including the ceph_insert_trace (somewhat heavyweight, unfortunately) and the cap creation/update. This effectively pushes a lot more code into the single thread thats doing mds replies, but simplifies a lot of code. Until scaling issues arise, I think it's fine. |
||
---|---|---|
branches/aleung/security1 | ||
debian | ||
fusetrace | ||
src | ||
web | ||
.gitignore | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README |
Ceph - a scalable distributed file system ----------------------------------------- Please see http://ceph.sourceforge.net/ for current info. INSTALL for basic build instructions.