summaryrefslogtreecommitdiffstats
path: root/src/java/native (follow)
Commit message (Expand)AuthorAgeFilesLines
* java: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* misc: fix various spelling errorsShengjing Zhu2018-03-101-1/+1
* java/native: s/jni: lstat/jni: stat in native_ceph_statShangzhong Zhu2018-01-271-2/+2
* cmake: s/LINK_PRIVATE/PRIVATE/Kefu Chai2017-10-131-1/+1
* java/native: Fix: misuse milliseconds to seconds when set mtime or attime in ...dengquan2017-09-061-3/+7
* Client: Add function "get_default_data_pool_name" for java clientdongdong2017-07-291-0/+45
* cmake: turn libcommon into a shared libraryKefu Chai2017-01-101-1/+2
* client: convert ceph_setattr callers to ceph_setattrxJeff Layton2016-10-121-8/+8
* jni: convert libcephfs java bindings to use ceph_statx based APIsJeff Layton2016-10-121-29/+32
* libcephfs: Fix the incorrect integer conversion in libcephfs_jni.ccwenjunhuang2016-08-101-6/+6
* cmake: version libcephfs_jniKefu Chai2016-07-021-0/+3
* cmake: install lib{rgw,cephfs_jni} into ${CMAKE_INSTALL_LIBDIR} not libKefu Chai2016-07-021-1/+1
* cmake: add libcephfs-java supportKefu Chai2016-05-241-0/+10
* java: add O_DIRECTORY to libcephfs interfaceJohn Spray2016-03-101-7/+9
* Added CephMount.flock()Xavier Roche2015-02-151-0/+51
* java: fill in stat structure correctlyNoah Watkins2014-10-231-17/+1
* cephfs-java: build against older jni headersGreg Farnum2014-05-221-1/+1
* libcephfs_jni.cc: reduce scope of ret variableDanny Al-Gaaf2013-05-101-2/+1
* java: support ceph_get_osd_addrNoah Watkins2013-03-244-0/+303
* java: support ceph_get_osd_crush_locationNoah Watkins2013-03-241-0/+82
* java: support ceph_get_file_extent_osdsNoah Watkins2013-03-241-0/+86
* libcephfs_jni.cc: prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-131-3/+3
* libcephfs_jni.cc: fix indentionDanny Al-Gaaf2013-03-131-273/+273
* java: remove extra whitespaceNoah Watkins2013-01-251-1/+0
* java: support ceph_get_file_pool_nameNoah Watkins2013-01-241-0/+61
* java: fix exception name typoNoah Watkins2013-01-241-1/+1
* java: support fchmodNoah Watkins2013-01-241-0/+26
* java: support stat()Noah Watkins2013-01-241-21/+68
* java: support get pool id/replication interfaceNoah Watkins2013-01-181-0/+60
* java: fix whitespaceNoah Watkins2013-01-051-2/+0
* java: add support for get_stripe_unit_granularityJoe Buck2013-01-051-0/+28
* java: remove deprecated libcephfsNoah Watkins2012-12-281-78/+0
* Makefile: fix libcephfs for gcov and cleanupsNoah Watkins2012-11-281-1/+1
* Merge branch 'next'Sage Weil2012-11-271-0/+52
|\
| * java: add ceph_open_layout interfaceNoah Watkins2012-11-261-0/+52
* | java: add Java exception for ENOTDIRNoah Watkins2012-11-201-0/+9
|/
* libcephfs_jni.cc: mtime and atime are Long data types. Changing the accessor ...Joe Buck2012-11-081-2/+2
* java: fix return type on JNI functionNoah Watkins2012-11-081-1/+1
* java: add AlreadyMounted exceptionNoah Watkins2012-10-261-0/+9
* java: remove deprecated ceph_shutdownNoah Watkins2012-10-261-26/+0
* java: enable ceph_releaseNoah Watkins2012-10-261-0/+22
* java: enable ceph_unmountNoah Watkins2012-10-261-0/+26
* java: log listdir contents in java clientNoah Watkins2012-10-261-1/+3
* java: add O_WRONLY open flagNoah Watkins2012-10-261-0/+2
* java: add FileAlreadyExists exceptionNoah Watkins2012-10-261-0/+9
* java: add Java and C++ source filesNoah Watkins2012-10-191-0/+2383