summaryrefslogtreecommitdiffstats
path: root/src/ceph_fuse.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* client: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-3/+3
* common: move ConfigValues out of md_config_tKefu Chai2018-07-101-6/+6
* common/config: support to save and re-expand special metavariablesZhi Zhang2018-04-201-0/+1
* ceph-fuse: exit with failure on failed mountPatrick Donnelly2018-04-121-1/+3
* Merge tag 'v13.0.2'Sage Weil2018-04-031-4/+9
|\
| * global: output usage on -h, --help, or no args before contacting monsSage Weil2018-03-151-4/+9
* | Merge PR #20798 into masterPatrick Donnelly2018-03-271-0/+13
|\ \
| * | ceph-fuse: trim ceph-fuse -V outputJos Collin2018-03-131-0/+13
| |/
* / ceph-fuse: Fix Segmentation fault --localize-readsJos Collin2018-03-171-3/+1
|/
* drop unnecessary env_to_vec callsSage Weil2018-03-061-1/+0
* mon/MonClient: one-shot mon connection on started to fetch configSage Weil2018-03-061-5/+2
* common: refactor default config value handlingSage Weil2018-03-061-2/+4
* common: Sign in early SIGHUP signalhuanwen ren2018-02-051-3/+3
* client: quit on failed remount during dentry invalidate testPatrick Donnelly2017-12-051-2/+4
* client: Switch to new style config options and some cleanupShinobu Kinjo2017-11-231-24/+37
* cephfs/ceph-fuse: add and modify ceph-fuse mount hinthuanwen ren2017-07-271-3/+3
* 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