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
...
*
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
*
fuse: Fix cleanup code path on init failure
Sam Lang
2013-01-02
1
-2
/
+3
*
ceph-fuse: Avoid doing handle cleanup in dtor
Sam Lang
2012-12-28
1
-0
/
+2
*
ceph-fuse: Split main into init/main/finalize
Sam Lang
2012-12-28
1
-4
/
+11
*
ceph_fuse.cc: remove twice included sys/stat.h
Danny Al-Gaaf
2012-11-28
1
-1
/
+0
*
ceph-fuse: fix leak of args
Sage Weil
2012-11-10
1
-2
/
+5
*
ceph-fuse: deallocate messenger, g_ceph_context on stop
Sage Weil
2012-11-09
1
-1
/
+4
*
client: Mods to fix #3184 for messenger shutdown
Sam Lang
2012-09-27
1
-0
/
+1
*
client: Fix for #3184 cfuse segv with no keyring
Sam Lang
2012-09-26
1
-6
/
+15
*
msgr: indicate whether clients are lossy
Sage Weil
2012-07-21
1
-0
/
+5
*
msgr: name messengers
Sage Weil
2012-05-01
1
-1
/
+1
*
ceph-fuse: only call common_init_finish in child; fix admin socket
Sage Weil
2012-04-19
1
-2
/
+2
*
ceph-fuse: fix log reopen when -f is specified
Sage Weil
2012-04-04
1
-1
/
+4
*
log: new logging infrastructure
Sage Weil
2012-03-27
1
-0
/
+4
*
msgr: switch all users over to abstract interface
Sage Weil
2012-03-15
1
-4
/
+4
*
config: alternative config options for global_init()
Yehuda Sadeh
2012-03-12
1
-1
/
+1
*
msgr: make nonce a required part of the SimpleMessenger constructor.
Greg Farnum
2012-03-02
1
-2
/
+2
*
msgr: Remove the SimpleMessenger start/start_with_nonce distinction.
Greg Farnum
2012-03-02
1
-2
/
+4
*
msgr: Remove SimpleMessenger::register_entity
Greg Farnum
2012-03-02
1
-2
/
+1
*
Use cpp_strerror or strerror_r when appropriate.
Josh Durgin
2011-09-27
1
-6
/
+8
[prev]
[next]