summaryrefslogtreecommitdiffstats
path: root/src/test/libcephfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: add explicit braces to avoid ambiguous ‘else’ and to silence warningsJos Collin2017-04-121-1/+2
* test/libcephfs: avoid buffer overflow when testing ceph_getdents()Yan, Zheng2017-02-151-1/+1
* Merge pull request #12830 from renhwztetecs/renhw-wip-libcephfs-miscJohn Spray2017-01-201-0/+17
|\
| * test/libcephfs: add the missing test caseshuanwen ren2017-01-111-0/+17
* | Merge pull request #12550 from stiopaa1/B9935_segfaultInRmDirJohn Spray2017-01-191-0/+38
|\ \
| * | client/Client.cc: prevent segfaultingMichal Jarzabek2017-01-121-0/+38
* | | cmake: turn libcommon into a shared libraryKefu Chai2017-01-101-0/+1
* | | test: flesh out the setuid/setgit clearing testJeff Layton2016-12-081-8/+39
* | | test: add missing ceph_ll_close callsJeff Layton2016-12-082-0/+6
|/ /
* | test: add new testcase for clearing setuid/setgid bits on chown/chgrpJeff Layton2016-12-071-0/+37
* | test: remove improper casts from SetSize testJeff Layton2016-12-071-2/+2
|/
* test/libcephfs: ensure that we set the mode of the libcephfs root before testingJeff Layton2016-11-302-0/+50
* client: add an optional Inode ** parm to ceph_readdirplus_rJeff Layton2016-10-251-2/+2
* client: change args to ceph_readdirplus_rJeff Layton2016-10-251-8/+7
* client: convert ceph_ll_rename and ceph_ll_unlink to UserPermJeff Layton2016-10-252-12/+17
* client: convert ceph_ll_link to UserPerm and remove struct stat parameterJeff Layton2016-10-251-3/+3
* client: change ceph_ll_mkdir to ceph_statx and UserPerm argsJeff Layton2016-10-251-1/+1
* client: add ll_createxJeff Layton2016-10-252-27/+25
* client: convert ceph_ll_setxattr, listxattr, removexattr to take a UserPerms ...Jeff Layton2016-10-251-1/+1
* client: convert ceph_ll_getxattr to take a UserPerm pointerJeff Layton2016-10-251-1/+1
* ceph: fix arguments to ceph_ll_setattr and remove ceph_ll_setattrxJeff Layton2016-10-251-5/+6
* client: switch arguments on ceph_ll_lookup to use ceph_statx and UserPermJeff Layton2016-10-251-7/+16
* client: rename ceph_ll_getattrx to ceph_ll_getattr, and drop the originalJeff Layton2016-10-251-1/+1
* client: remove ceph_stat, ceph_lstat, ceph_fstat, ceph_setattr, and ceph_fset...Jeff Layton2016-10-251-1/+0
* client: add a ceph_fsetattrxJeff Layton2016-10-251-7/+6
* Merge pull request #11191 from renhwztetecs/renhw-wip-add-libcephfsJohn Spray2016-10-251-0/+28
|\
| * test/libcephfs: add ceph_fsetattr() testhuanwen ren2016-10-221-0/+28
* | Merge pull request #11211 from ceph/wip-no-recordlock-testJohn Spray2016-10-172-5/+8
|\ \
| * | test: temporarily disable fork()'ing testsJohn Spray2016-10-142-5/+8
* | | client: convert ceph_setattr callers to ceph_setattrxJeff Layton2016-10-121-1/+1
* | | client: convert some ceph_fstat callers to ceph_fstatxJeff Layton2016-10-122-17/+17
* | | client: convert some ceph_stat and ceph_lstat calls to ceph_statxJeff Layton2016-10-123-47/+46
|/ /
* / test: temporarily disable tests which relied on MDS' incorrect GID-adding beh...Greg Farnum2016-09-261-3/+4
|/
* client: switch ceph_statx time fields to struct timespecJeff Layton2016-09-201-19/+18
* client: extend the Btime test to cover fstatx as wellJeff Layton2016-08-291-0/+8
* client: add the ability to set the btimeJeff Layton2016-08-291-0/+31
* test: add test for change attribute of directoriesJeff Layton2016-08-291-0/+37
* tests: add a ChangeAttr testJeff Layton2016-08-291-0/+44
* libcephfs: add a test for "lazy" statxJeff Layton2016-08-291-0/+49
* libcephfs: add a ceph_ll_getattrx and ceph_statxJeff Layton2016-08-291-0/+35
* Merge pull request #9694 from renhwztetecs/renhw-wip-librados-iotestKefu Chai2016-08-191-2/+8
|\
| * test/libcephfs: add the necessary judgmenthuanwen ren2016-06-141-2/+8
* | client: add a testcase for "/.." handlingJeff Layton2016-08-131-0/+59
* | Merge pull request #9566 from ffilz/masterJohn Spray2016-08-072-0/+1081
|\ \
| * | libcephfs: Add unit tests for ceph_ll_setlk and ceph_ll_getlkFrank S. Filz2016-07-292-0/+1081
* | | Merge pull request #10452 from jcsp/wip-16556John Spray2016-08-072-3/+17
|\ \ \
| * | | test: break out librados-using cephfs testJohn Spray2016-07-272-3/+17
| |/ /
* / / test: add a link count testJeff Layton2016-08-021-0/+34
|/ /
* | test/libcephfs: fix gcc sys/fcntl.h warningsJohn Coyle2016-07-057-7/+7
* | test: fix libcephfs testxie xingguo2016-06-221-1/+1