summaryrefslogtreecommitdiff
path: root/src/mds
Commit message (Expand)AuthorAgeFilesLines
* mds: MDS: pass only heap profiler commands instead of the whole cmd vectorJoao Eduardo Luis2013-09-201-1/+3
* Merge branch 'next'Sage Weil2013-08-311-0/+1
|\
| * automake cleanup: uninitialized version_tRoald J. van Loon2013-08-311-0/+1
* | mds: remove waiting lock before merging with neighboursDavid Disseldorp2013-08-231-2/+3
|/
* enable mds rejoin with active inodes' old parent xattrsAlexandre Oliva2013-08-221-1/+1
* Merge pull request #491 from kri5/wip-clang-compilationSage Weil2013-08-1711-26/+26
|\
| * Fix compilation -Wmismatched-tags warningsChristophe Courtaut2013-08-0911-26/+26
* | mds: create only one ESubtreeMap during fs creationSage Weil2013-08-163-11/+27
|/
* mds: notify clients about deleted inodeYan, Zheng2013-08-081-0/+4
* Merge remote-tracking branch 'yan/wip-mds'Sage Weil2013-08-087-56/+52
|\
| * mds: don't issue caps while session is staleYan, Zheng2013-08-051-1/+3
| * mds: change LOCK_SCAN to unstable stateYan, Zheng2013-08-054-16/+7
| * mds: handle "state == LOCK_LOCK_XLOCK" when cancelling xlockYan, Zheng2013-08-051-2/+10
| * mds: remove "type != CEPH_LOCK_DN" check in Locker::cancel_locking()Yan, Zheng2013-08-051-7/+5
| * mds: revoke GSHARED cap when finishing xlockYan, Zheng2013-08-052-32/+27
| * mds: fix cap revoke confirmationYan, Zheng2013-08-051-3/+5
* | mds: fix locking, use-after-free/race in handle_acceptSage Weil2013-08-051-1/+2
|/
* Merge remote-tracking branch 'gh/next'Sage Weil2013-07-221-4/+3
|\
| * mds: reorder suicide/shutdown a bitSage Weil2013-07-201-4/+3
* | src/*: make Context::finish private and switch all users to use completeSamuel Just2013-07-228-41/+21
|/
* mds: tracedn should be NULL for LOOKUPINO/LOOKUPHASH replyYan, Zheng2013-07-181-1/+1
* Merge remote-tracking branch 'gh/wip-corpus' into nextSage Weil2013-07-122-1/+4
|\
| * mds: make rename_rollback::drec not assert on unexpected d_typeSage Weil2013-07-102-2/+3
| * mds: fix rename_rollback::drec cctorSage Weil2013-07-101-0/+2
* | mon: structure 'ceph status' json outputSage Weil2013-07-122-15/+46
* | CompatSet, MDSMap: formatted dumps must avoid numeric tagsDan Mick2013-07-101-2/+2
|/
* mds/MDSTable: gracefully suicide on EBLACKLISTSage Weil2013-07-052-17/+25
* mds: fix O_TRUNC lockingYan, Zheng2013-07-031-1/+1
* mds: log before respawning when standby-replay falls behindSage Weil2013-06-282-8/+14
* Merge remote-tracking branch 'gh/wip-mds'Sage Weil2013-06-2113-224/+233
|\
| * mds: rev protocolSage Weil2013-06-211-1/+1
| * mds: kill Server::handle_client_lookup_hash()Yan, Zheng2013-06-212-144/+1
| * mds: use "open-by-ino" helper to handle LOOKUPINO requestYan, Zheng2013-06-212-31/+8
| * mds: fix remote wrlock rejoinYan, Zheng2013-06-201-18/+22
| * mds: fix race between scatter gather and dirfrag exportYan, Zheng2013-06-207-10/+77
| * mds: don't journal bare dirfragYan, Zheng2013-06-173-2/+6
| * mds: fix cross-authorty rename raceYan, Zheng2013-06-173-8/+75
| * mds: try purging stray inode after storing backtraceYan, Zheng2013-06-171-1/+2
| * mds: handle undefined dirfrags when opening inodeYan, Zheng2013-06-172-4/+34
| * mds: fix frozen check in Server::try_open_auth_dirfrag()Yan, Zheng2013-06-171-1/+1
| * mds: don't update migrate_seq when importing non-auth capYan, Zheng2013-06-173-7/+9
* | mds: do not assume segment list is non-empty in standby_trim_segmentsSage Weil2013-06-212-2/+8
|/
* msgr: use ConnectionRef throughoutSage Weil2013-06-133-5/+9
* mds: fix filelock eval_gatherSage Weil2013-06-071-1/+2
* Merge pull request #352 from ceph/wip-4832Gregory Farnum2013-06-071-5/+4
|\
| * mds: do not double-queue file recovery in eval_gatherSage Weil2013-06-061-5/+4
* | Merge pull request #343 from dalgaaf/wip-da-SCA-cppcheckSage Weil2013-06-072-6/+5
|\ \ | |/ |/|
| * mds/MDCache.cc: reduce scope of 'CDir *dir' in _create_system_file_finish()Danny Al-Gaaf2013-06-031-2/+1
| * mds/Migrator.cc: reduce scope of 'in' in handle_export_prep()Danny Al-Gaaf2013-06-031-2/+2
| * mds/MDCache.cc: prefer prefix ++operator for iteratorDanny Al-Gaaf2013-06-031-2/+2