summaryrefslogtreecommitdiffstats
path: root/src/ceph_fuse.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* client: enable using external ObjecterJohn Spray2017-05-031-2/+2
* ceph_fuse.cc: fix 64/32bit detectionDanny Al-Gaaf2017-04-101-2/+2
* Merge pull request #13785 from liewegas/wip-cleanup-featuresSage Weil2017-03-081-2/+2
|\
| * msg/Messenger: drop useless 'supported' arg to Policy ctorSage Weil2017-03-031-2/+2
* | common: add override in header fileliuchang08122017-03-031-1/+1
|/
* ceph_fuse: fix daemonization when pid file is non-emptyYan, Zheng2017-02-231-15/+19
* Merge pull request #13443 from Liuchang0812/cleanup-commonKefu Chai2017-02-161-2/+2
|\
| * common: add override for common submodule and miscliuchang08122017-02-161-2/+2
* | ceph-fuse: always free allocated fuse_argsKefu Chai2017-02-131-7/+7
|/
* fuse: remove dead code after usage() callNathan Cutler2017-01-051-1/+0
* ceph_fuse: pid_file default to emptyNathan Cutler2017-01-051-2/+4
* dout: Use dout_contextAdam C. Emerson2016-12-221-4/+6
* ceph-fuse: rewrite the fork hackery using PreforkKefu Chai2016-12-081-51/+22
* ceph-fuse: start up log on parent process before shutdownGreg Farnum2016-12-071-0/+2
* Merge pull request #11733 from tchaikov/wip-17762Kefu Chai2016-11-241-3/+3
|\
| * common,test: g_ceph_context->put() upon returnKefu Chai2016-11-241-3/+3
* | Merge pull request #12031 from liewegas/wip-ceph-abortKefu Chai2016-11-231-1/+1
|\ \
| * | assert(0) -> ceph_abort()Sage Weil2016-11-221-1/+1
| |/
* / client: improve failure messages/debuggingPatrick Donnelly2016-11-181-2/+2
|/
* Merge pull request #11218 from ceph/wip-getuidGregory Farnum2016-10-041-2/+4
|\
| * client: add a UserPerm param to mountGreg Farnum2016-09-221-2/+4
* | ceph_fuse: use sizeof get the buf lengthLeo Zhang2016-09-211-1/+1
|/
* client/fuse: return will never be calledhuanwen ren2016-05-041-1/+0
* client/fuse: object release order errorhuanwen ren2016-04-281-5/+2
* ceph-fuse: reopen log file on SIGHUPSage Weil2016-04-071-0/+7
* compat: fix build on non-linuxMykola Golub2016-03-091-0/+2
* src/ceph_fuse.cc: init members in ctorDanny Al-Gaaf2016-01-291-1/+1
* Merge pull request #6868 from H3C/wip-11642-cephfuse-useageGregory Farnum2016-01-191-0/+4
|\
| * ceph-fuse:print usage information when no parameter specifiedBo Cai2015-12-091-0/+4
* | threads: add thread namesIgor Podoski2016-01-051-1/+1
* | ceph-fuse: fix double free of argsIlya Shipitsin2015-12-221-1/+0
* | ceph-fuse: add process to ceph-fuse --helpWei Feng2015-12-151-1/+27
|/
* Merge pull request #6224 from vmcloud/wip-13443Sage Weil2015-10-251-3/+2
|\
| * ceph-fuse.cc: While starting ceph-fuse, start the log thread firstwenjunhuang2015-10-101-3/+2
* | drop envz.h includesJohn Coyle2015-10-191-4/+0
|/
* Merge pull request #6022 from jdurgin/wip-13032Sage Weil2015-09-251-3/+1
|\
| * use simplifed messenger constructor for clientsJosh Durgin2015-09-221-3/+1
* | Merge pull request #5416 from zhouyuan/ceph_fuse_12204Gregory Farnum2015-09-221-1/+3
|\ \
| * | ceph-fuse: warn and shut down when there is no MDS presentYuan Zhou2015-08-291-1/+3
* | | compat: include proper headers for FreeBSDYan, Zheng2015-09-111-1/+1
| |/ |/|
* | client: don't try trimming kernel dcache on DARWIN/FreeBSDYan, Zheng2015-08-311-0/+4
|/
* Merge pull request #4493 from ceph/wip-use-get-linux-versionGregory Farnum2015-04-301-13/+5
|\
| * use get_linux_version() instead ad-hoc uname().release parsingIlya Dryomov2015-04-291-13/+5
* | ceph-fuse: check return value on system() invocationGreg Farnum2015-04-301-1/+14
|/
* ceph-fuse: test dentry invalidation options and fail out if we failGreg Farnum2015-02-271-10/+62
* Messenger: Create an Messenger implementation by name.Haomai Wang2014-12-181-1/+1
* ceph_fuse: include mount point in client metadataJohn Spray2014-09-171-0/+2
* ceph_fuse: refactor init to make mount_point accessibleJohn Spray2014-09-171-2/+8
* ceph-fuse: fix uninitialized variableSage Weil2013-06-141-1/+1
* ceph-fuse: create finisher threads after fork()Sage Weil2013-06-031-28/+32