summaryrefslogtreecommitdiffstats
path: root/src/ceph_fuse.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ceph_fuse: make it to force invalidating dentries when kernel >=3.18Xiubo Li2023-01-301-6/+2
* ceph_fuse: retry the test_dentry_handling if failsXiubo Li2023-01-301-3/+14
* ceph-fuse: perform cleanup if test_dentry_handling failedNikhilkumar Shelke2022-02-031-1/+6
* common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-191-2/+1
* ceph_fuse: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* global: reexpand the conf meta in all the child processesXiubo Li2020-11-231-2/+1
* ceph-fuse: show fuse helper options for libfuse >= 3.0Xiubo Li2020-07-081-1/+9
* fuse: update to newer FUSE_USE_VERSIONJeff Layton2020-06-031-2/+1
* libfuse: check the libfuse version from the pkconfig/fuse{3}.pc fileXiubo Li2020-05-251-0/+1
* osdc: Asiofact the ObjecterAdam C. Emerson2020-05-151-1/+1
* monc: Asifoact MonClientAdam C. Emerson2020-05-151-1/+7
* ceph-fuse: link to libfuse3 if fuse3 is installedXiubo Li2020-04-181-0/+11
* Revert "Merge pull request #16715 from adamemerson/wip-I-Object!"Sage Weil2019-11-221-8/+2
* osdc: Asiofact the ObjecterAdam C. Emerson2019-11-041-1/+1
* monc: Asifoact MonClientAdam C. Emerson2019-11-041-1/+7
* 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
|/