summaryrefslogtreecommitdiffstats
path: root/src/test/libcephfs/test.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: add new ceph_lseek testJeff Layton2020-02-241-0/+37
* Merge PR #30505 into masterPatrick Donnelly2019-10-221-1/+2
|\
| * test/libcephfs: Only use sys/xattr.h on LinuxWillem Jan Withagen2019-09-271-1/+2
* | test: define ALLPERMS if not yetKefu Chai2019-10-051-0/+4
|/
* client: don't report any vxattrs to listxattrJeff Layton2019-07-261-23/+4
* test: check listattr for snapshot btime entryDavid Disseldorp2019-04-161-0/+28
* test: extend LibCephFS.Xattrs testDavid Disseldorp2019-04-161-1/+11
* test: add libcephfs snap.btime xattr testDavid Disseldorp2019-04-151-0/+64
* test: Fix sprintf overflow warningAdam C. Emerson2018-09-121-1/+1
* test: Fix sign comparison warningsAdam C. Emerson2018-09-121-10/+10
* mds: disallow certain file operations to "." and ".." direntsVenky Shankar2018-08-171-0/+38
* test: add tests for ceph_utime() and friendsVenky Shankar2018-06-291-0/+140
* test: Enlarge a few buffersAdam C. Emerson2018-05-091-5/+5
* client: use common interp of st_nlink for dirsPatrick Donnelly2018-04-301-0/+62
* test: new testcase for ceph_ll_readv and ceph_ll_writevJeff Layton2018-02-121-0/+47
* test: pass correct buffer length to ceph_getdentsPatrick Donnelly2017-11-221-2/+3
* test: make the LibCephFS.ShutdownRacer test even more thrashyJeff Layton2017-10-111-11/+14
* client: test shutdown raceJeff Layton2017-09-161-0/+36
* qa: add chown test clearing S_ISGID and S_ISUIDPatrick Donnelly2017-08-211-2/+31
* 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
* | | test: flesh out the setuid/setgit clearing testJeff Layton2016-12-081-8/+39
* | | test: add missing ceph_ll_close callsJeff Layton2016-12-081-0/+3
|/ /
* | 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
|/
* 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-251-2/+2
* 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-251-6/+4
* 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
* | client: convert ceph_setattr callers to ceph_setattrxJeff Layton2016-10-121-1/+1
* | client: convert some ceph_fstat callers to ceph_fstatxJeff Layton2016-10-121-5/+5
* | client: convert some ceph_stat and ceph_lstat calls to ceph_statxJeff Layton2016-10-121-37/+36
|/
* 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