index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java
/
native
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
java: build without "using namespace std"
Kefu Chai
2021-08-13
1
-0
/
+2
*
misc: fix various spelling errors
Shengjing Zhu
2018-03-10
1
-1
/
+1
*
java/native: s/jni: lstat/jni: stat in native_ceph_stat
Shangzhong Zhu
2018-01-27
1
-2
/
+2
*
cmake: s/LINK_PRIVATE/PRIVATE/
Kefu Chai
2017-10-13
1
-1
/
+1
*
java/native: Fix: misuse milliseconds to seconds when set mtime or attime in ...
dengquan
2017-09-06
1
-3
/
+7
*
Client: Add function "get_default_data_pool_name" for java client
dongdong
2017-07-29
1
-0
/
+45
*
cmake: turn libcommon into a shared library
Kefu Chai
2017-01-10
1
-1
/
+2
*
client: convert ceph_setattr callers to ceph_setattrx
Jeff Layton
2016-10-12
1
-8
/
+8
*
jni: convert libcephfs java bindings to use ceph_statx based APIs
Jeff Layton
2016-10-12
1
-29
/
+32
*
libcephfs: Fix the incorrect integer conversion in libcephfs_jni.cc
wenjunhuang
2016-08-10
1
-6
/
+6
*
cmake: version libcephfs_jni
Kefu Chai
2016-07-02
1
-0
/
+3
*
cmake: install lib{rgw,cephfs_jni} into ${CMAKE_INSTALL_LIBDIR} not lib
Kefu Chai
2016-07-02
1
-1
/
+1
*
cmake: add libcephfs-java support
Kefu Chai
2016-05-24
1
-0
/
+10
*
java: add O_DIRECTORY to libcephfs interface
John Spray
2016-03-10
1
-7
/
+9
*
Added CephMount.flock()
Xavier Roche
2015-02-15
1
-0
/
+51
*
java: fill in stat structure correctly
Noah Watkins
2014-10-23
1
-17
/
+1
*
cephfs-java: build against older jni headers
Greg Farnum
2014-05-22
1
-1
/
+1
*
libcephfs_jni.cc: reduce scope of ret variable
Danny Al-Gaaf
2013-05-10
1
-2
/
+1
*
java: support ceph_get_osd_addr
Noah Watkins
2013-03-24
4
-0
/
+303
*
java: support ceph_get_osd_crush_location
Noah Watkins
2013-03-24
1
-0
/
+82
*
java: support ceph_get_file_extent_osds
Noah Watkins
2013-03-24
1
-0
/
+86
*
libcephfs_jni.cc: prefer prefix ++operator for iterators
Danny Al-Gaaf
2013-03-13
1
-3
/
+3
*
libcephfs_jni.cc: fix indention
Danny Al-Gaaf
2013-03-13
1
-273
/
+273
*
java: remove extra whitespace
Noah Watkins
2013-01-25
1
-1
/
+0
*
java: support ceph_get_file_pool_name
Noah Watkins
2013-01-24
1
-0
/
+61
*
java: fix exception name typo
Noah Watkins
2013-01-24
1
-1
/
+1
*
java: support fchmod
Noah Watkins
2013-01-24
1
-0
/
+26
*
java: support stat()
Noah Watkins
2013-01-24
1
-21
/
+68
*
java: support get pool id/replication interface
Noah Watkins
2013-01-18
1
-0
/
+60
*
java: fix whitespace
Noah Watkins
2013-01-05
1
-2
/
+0
*
java: add support for get_stripe_unit_granularity
Joe Buck
2013-01-05
1
-0
/
+28
*
java: remove deprecated libcephfs
Noah Watkins
2012-12-28
1
-78
/
+0
*
Makefile: fix libcephfs for gcov and cleanups
Noah Watkins
2012-11-28
1
-1
/
+1
*
Merge branch 'next'
Sage Weil
2012-11-27
1
-0
/
+52
|
\
|
*
java: add ceph_open_layout interface
Noah Watkins
2012-11-26
1
-0
/
+52
*
|
java: add Java exception for ENOTDIR
Noah Watkins
2012-11-20
1
-0
/
+9
|
/
*
libcephfs_jni.cc: mtime and atime are Long data types. Changing the accessor ...
Joe Buck
2012-11-08
1
-2
/
+2
*
java: fix return type on JNI function
Noah Watkins
2012-11-08
1
-1
/
+1
*
java: add AlreadyMounted exception
Noah Watkins
2012-10-26
1
-0
/
+9
*
java: remove deprecated ceph_shutdown
Noah Watkins
2012-10-26
1
-26
/
+0
*
java: enable ceph_release
Noah Watkins
2012-10-26
1
-0
/
+22
*
java: enable ceph_unmount
Noah Watkins
2012-10-26
1
-0
/
+26
*
java: log listdir contents in java client
Noah Watkins
2012-10-26
1
-1
/
+3
*
java: add O_WRONLY open flag
Noah Watkins
2012-10-26
1
-0
/
+2
*
java: add FileAlreadyExists exception
Noah Watkins
2012-10-26
1
-0
/
+9
*
java: add Java and C++ source files
Noah Watkins
2012-10-19
1
-0
/
+2383