ceph/src/mds
Sage Weil 2c7c27ab6c Merge branch 'master' into wip-remove-unused-class-declaration 2016-12-16 17:38:32 -06:00
..
balancers mantle: store balancer in RADOS, balancer version in MDSMap 2016-10-25 13:27:34 -07:00
events mds: remove unused EFragment::OP_ONESHOT 2016-11-10 00:08:07 +00:00
Beacon.cc mds: make cache size health warning factor configurable 2016-12-12 12:02:43 +00:00
Beacon.h mds: organize Beacon class members 2016-11-21 16:40:54 -05:00
CDentry.cc Merge pull request #12031 from liewegas/wip-ceph-abort 2016-11-23 19:00:10 +08:00
CDentry.h mds: more deterministic timing on frag split/join 2016-11-24 10:36:35 +00:00
CDir.cc Merge pull request #12133 from jcsp/wip-16924 2016-12-07 14:12:53 +00:00
CDir.h Merge pull request #12125 from ukernel/wip-17990 2016-12-06 12:18:38 +00:00
CInode.cc Merge pull request #12031 from liewegas/wip-ceph-abort 2016-11-23 19:00:10 +08:00
CInode.h mds: use projected path construction for access 2016-11-18 23:40:22 -05:00
CMakeLists.txt mantle: write balancer policies in Lua 2016-10-25 13:27:32 -07:00
Capability.cc
Capability.h mds: organize Capability class members 2016-11-21 16:40:55 -05:00
DamageTable.cc assert(0) -> ceph_abort() 2016-11-21 23:37:31 -05:00
DamageTable.h
FSMap.cc src/mds: fix MDSMap upgrade decoding 2016-11-22 23:42:38 +00:00
FSMap.h mon: clean up MDSMonitor interface 2016-11-15 23:09:21 +00:00
FSMapUser.cc
FSMapUser.h
InoTable.cc
InoTable.h
JournalPointer.cc
JournalPointer.h
LocalLock.h
Locker.cc Merge pull request #11994 from ukernel/wip-17193 2016-11-23 18:31:54 +00:00
Locker.h mds: avoid wrapping contexts during logging 2016-10-21 14:40:53 +08:00
LogEvent.cc
LogEvent.h assert(0) -> ceph_abort() 2016-11-21 23:37:31 -05:00
LogSegment.h
MDBalancer.cc mds/MDBalancer: separate out fragmentation from hit_dir 2016-11-24 10:36:42 +00:00
MDBalancer.h mds/MDBalancer: separate out fragmentation from hit_dir 2016-11-24 10:36:42 +00:00
MDCache.cc mds: make cache size health warning factor configurable 2016-12-12 12:02:43 +00:00
MDCache.h mds: release pool allocator memory after exceeding size limit 2016-12-12 12:02:40 +00:00
MDLog.cc Merge pull request #12208 from ukernel/wip-18047 2016-12-07 14:15:25 +00:00
MDLog.h mds: don't access mdsmap from log submit thread 2016-11-29 22:44:06 +08:00
MDSAuthCaps.cc
MDSAuthCaps.h
MDSCacheObject.cc
MDSCacheObject.h assert(0) -> ceph_abort() 2016-11-21 23:37:31 -05:00
MDSContext.cc assert(0) -> ceph_abort() 2016-11-21 23:37:31 -05:00
MDSContext.h assert(0) -> ceph_abort() 2016-11-21 23:37:31 -05:00
MDSContinuation.h
MDSDaemon.cc assert(0) -> ceph_abort() 2016-11-21 23:37:31 -05:00
MDSDaemon.h
MDSMap.cc mantle: re-design and fixes 2016-10-25 13:27:34 -07:00
MDSMap.h mantle: re-design and fixes 2016-10-25 13:27:34 -07:00
MDSRank.cc mds: fix fragment thrasher 2016-11-24 10:32:48 +00:00
MDSRank.h mds: add a performance counter for dirfrag merge 2016-11-24 10:22:45 +00:00
MDSTable.cc
MDSTable.h
MDSTableClient.cc mds: avoid wrapping contexts during logging 2016-10-21 14:40:53 +08:00
MDSTableClient.h mds/MDSTableClient.h: add const to member funct 2016-10-27 23:42:31 +01:00
MDSTableServer.cc mds: avoid wrapping contexts during logging 2016-10-21 14:40:53 +08:00
MDSTableServer.h assert(0) -> ceph_abort() 2016-11-21 23:37:31 -05:00
Mantle.cc lua: use simpler lua_next traversal structure 2016-11-13 21:55:53 -05:00
Mantle.h Merge pull request #11886 from stiopaa1/mds_mantle_includeCorrectHeaders 2016-11-10 16:09:42 +08:00
Migrator.cc Merge pull request #12031 from liewegas/wip-ceph-abort 2016-11-23 19:00:10 +08:00
Migrator.h assert(0) -> ceph_abort() 2016-11-21 23:37:31 -05:00
Mutation.cc common/TrackedOp: remove unused 'now' in _dump() 2016-11-15 22:02:19 +00:00
Mutation.h common/TrackedOp: remove unused 'now' in _dump() 2016-11-15 22:02:19 +00:00
RecoveryQueue.cc
RecoveryQueue.h
ScatterLock.h mds: force client flush snap data before truncating objects 2016-11-15 21:52:06 +08:00
ScrubHeader.h mds/ScrubHeader.h: pass string by const reference 2016-11-10 22:49:26 +00:00
ScrubStack.cc mds: use projected path construction for access 2016-11-18 23:40:22 -05:00
ScrubStack.h
Server.cc mds: clear setuid/setgid bits on ownership changes 2016-12-07 12:10:56 -05:00
Server.h mds: enable rmxattr on pool_namespace attrs 2016-11-04 13:00:05 +00:00
SessionMap.cc Merge pull request #12031 from liewegas/wip-ceph-abort 2016-11-23 19:00:10 +08:00
SessionMap.h
SimpleLock.cc
SimpleLock.h Merge pull request #11994 from ukernel/wip-17193 2016-11-23 18:31:54 +00:00
SnapClient.h
SnapRealm.cc Merge pull request #11609 from stiopaa1/mds_snaprealm_unneededuseofcount 2016-10-28 11:01:59 +01:00
SnapRealm.h Merge pull request #11609 from stiopaa1/mds_snaprealm_unneededuseofcount 2016-10-28 11:01:59 +01:00
SnapServer.cc assert(0) -> ceph_abort() 2016-11-21 23:37:31 -05:00
SnapServer.h mds/SnapServer: add const to member function 2016-10-30 08:28:03 +00:00
StrayManager.cc mds: avoid wrapping contexts during logging 2016-10-21 14:40:53 +08:00
StrayManager.h mds: avoid wrapping contexts during logging 2016-10-21 14:40:53 +08:00
flock.cc assert(0) -> ceph_abort() 2016-11-21 23:37:31 -05:00
flock.h mds/flock: add const to member functions 2016-10-30 15:11:25 +00:00
inode_backtrace.cc
inode_backtrace.h
journal.cc assert(0) -> ceph_abort() 2016-11-21 23:37:31 -05:00
locks.c mds: force client flush snap data before truncating objects 2016-11-15 21:52:06 +08:00
locks.h mds: force client flush snap data before truncating objects 2016-11-15 21:52:06 +08:00
mds_table_types.h assert(0) -> ceph_abort() 2016-11-21 23:37:31 -05:00
mdstypes.cc
mdstypes.h mds: use unique_ptr bufferlist in inline_data_t 2016-11-22 19:03:23 -05:00
snap.cc
snap.h mds/snap.h: remove unused declaration 2016-12-13 03:15:19 +00:00