index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ceph_fuse.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
client: enable using external Objecter
John Spray
2017-05-03
1
-2
/
+2
*
ceph_fuse.cc: fix 64/32bit detection
Danny Al-Gaaf
2017-04-10
1
-2
/
+2
*
Merge pull request #13785 from liewegas/wip-cleanup-features
Sage Weil
2017-03-08
1
-2
/
+2
|
\
|
*
msg/Messenger: drop useless 'supported' arg to Policy ctor
Sage Weil
2017-03-03
1
-2
/
+2
*
|
common: add override in header file
liuchang0812
2017-03-03
1
-1
/
+1
|
/
*
ceph_fuse: fix daemonization when pid file is non-empty
Yan, Zheng
2017-02-23
1
-15
/
+19
*
Merge pull request #13443 from Liuchang0812/cleanup-common
Kefu Chai
2017-02-16
1
-2
/
+2
|
\
|
*
common: add override for common submodule and misc
liuchang0812
2017-02-16
1
-2
/
+2
*
|
ceph-fuse: always free allocated fuse_args
Kefu Chai
2017-02-13
1
-7
/
+7
|
/
*
fuse: remove dead code after usage() call
Nathan Cutler
2017-01-05
1
-1
/
+0
*
ceph_fuse: pid_file default to empty
Nathan Cutler
2017-01-05
1
-2
/
+4
*
dout: Use dout_context
Adam C. Emerson
2016-12-22
1
-4
/
+6
*
ceph-fuse: rewrite the fork hackery using Prefork
Kefu Chai
2016-12-08
1
-51
/
+22
*
ceph-fuse: start up log on parent process before shutdown
Greg Farnum
2016-12-07
1
-0
/
+2
*
Merge pull request #11733 from tchaikov/wip-17762
Kefu Chai
2016-11-24
1
-3
/
+3
|
\
|
*
common,test: g_ceph_context->put() upon return
Kefu Chai
2016-11-24
1
-3
/
+3
*
|
Merge pull request #12031 from liewegas/wip-ceph-abort
Kefu Chai
2016-11-23
1
-1
/
+1
|
\
\
|
*
|
assert(0) -> ceph_abort()
Sage Weil
2016-11-22
1
-1
/
+1
|
|
/
*
/
client: improve failure messages/debugging
Patrick Donnelly
2016-11-18
1
-2
/
+2
|
/
*
Merge pull request #11218 from ceph/wip-getuid
Gregory Farnum
2016-10-04
1
-2
/
+4
|
\
|
*
client: add a UserPerm param to mount
Greg Farnum
2016-09-22
1
-2
/
+4
*
|
ceph_fuse: use sizeof get the buf length
Leo Zhang
2016-09-21
1
-1
/
+1
|
/
*
client/fuse: return will never be called
huanwen ren
2016-05-04
1
-1
/
+0
*
client/fuse: object release order error
huanwen ren
2016-04-28
1
-5
/
+2
*
ceph-fuse: reopen log file on SIGHUP
Sage Weil
2016-04-07
1
-0
/
+7
*
compat: fix build on non-linux
Mykola Golub
2016-03-09
1
-0
/
+2
*
src/ceph_fuse.cc: init members in ctor
Danny Al-Gaaf
2016-01-29
1
-1
/
+1
*
Merge pull request #6868 from H3C/wip-11642-cephfuse-useage
Gregory Farnum
2016-01-19
1
-0
/
+4
|
\
|
*
ceph-fuse:print usage information when no parameter specified
Bo Cai
2015-12-09
1
-0
/
+4
*
|
threads: add thread names
Igor Podoski
2016-01-05
1
-1
/
+1
*
|
ceph-fuse: fix double free of args
Ilya Shipitsin
2015-12-22
1
-1
/
+0
*
|
ceph-fuse: add process to ceph-fuse --help
Wei Feng
2015-12-15
1
-1
/
+27
|
/
*
Merge pull request #6224 from vmcloud/wip-13443
Sage Weil
2015-10-25
1
-3
/
+2
|
\
|
*
ceph-fuse.cc: While starting ceph-fuse, start the log thread first
wenjunhuang
2015-10-10
1
-3
/
+2
*
|
drop envz.h includes
John Coyle
2015-10-19
1
-4
/
+0
|
/
*
Merge pull request #6022 from jdurgin/wip-13032
Sage Weil
2015-09-25
1
-3
/
+1
|
\
|
*
use simplifed messenger constructor for clients
Josh Durgin
2015-09-22
1
-3
/
+1
*
|
Merge pull request #5416 from zhouyuan/ceph_fuse_12204
Gregory Farnum
2015-09-22
1
-1
/
+3
|
\
\
|
*
|
ceph-fuse: warn and shut down when there is no MDS present
Yuan Zhou
2015-08-29
1
-1
/
+3
*
|
|
compat: include proper headers for FreeBSD
Yan, Zheng
2015-09-11
1
-1
/
+1
|
|
/
|
/
|
*
|
client: don't try trimming kernel dcache on DARWIN/FreeBSD
Yan, Zheng
2015-08-31
1
-0
/
+4
|
/
*
Merge pull request #4493 from ceph/wip-use-get-linux-version
Gregory Farnum
2015-04-30
1
-13
/
+5
|
\
|
*
use get_linux_version() instead ad-hoc uname().release parsing
Ilya Dryomov
2015-04-29
1
-13
/
+5
*
|
ceph-fuse: check return value on system() invocation
Greg Farnum
2015-04-30
1
-1
/
+14
|
/
*
ceph-fuse: test dentry invalidation options and fail out if we fail
Greg Farnum
2015-02-27
1
-10
/
+62
*
Messenger: Create an Messenger implementation by name.
Haomai Wang
2014-12-18
1
-1
/
+1
*
ceph_fuse: include mount point in client metadata
John Spray
2014-09-17
1
-0
/
+2
*
ceph_fuse: refactor init to make mount_point accessible
John Spray
2014-09-17
1
-2
/
+8
*
ceph-fuse: fix uninitialized variable
Sage Weil
2013-06-14
1
-1
/
+1
*
ceph-fuse: create finisher threads after fork()
Sage Weil
2013-06-03
1
-28
/
+32
[next]