index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
libcephfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: add explicit braces to avoid ambiguous ‘else’ and to silence warnings
Jos Collin
2017-04-12
1
-1
/
+2
*
test/libcephfs: avoid buffer overflow when testing ceph_getdents()
Yan, Zheng
2017-02-15
1
-1
/
+1
*
Merge pull request #12830 from renhwztetecs/renhw-wip-libcephfs-misc
John Spray
2017-01-20
1
-0
/
+17
|
\
|
*
test/libcephfs: add the missing test cases
huanwen ren
2017-01-11
1
-0
/
+17
*
|
Merge pull request #12550 from stiopaa1/B9935_segfaultInRmDir
John Spray
2017-01-19
1
-0
/
+38
|
\
\
|
*
|
client/Client.cc: prevent segfaulting
Michal Jarzabek
2017-01-12
1
-0
/
+38
*
|
|
cmake: turn libcommon into a shared library
Kefu Chai
2017-01-10
1
-0
/
+1
*
|
|
test: flesh out the setuid/setgit clearing test
Jeff Layton
2016-12-08
1
-8
/
+39
*
|
|
test: add missing ceph_ll_close calls
Jeff Layton
2016-12-08
2
-0
/
+6
|
/
/
*
|
test: add new testcase for clearing setuid/setgid bits on chown/chgrp
Jeff Layton
2016-12-07
1
-0
/
+37
*
|
test: remove improper casts from SetSize test
Jeff Layton
2016-12-07
1
-2
/
+2
|
/
*
test/libcephfs: ensure that we set the mode of the libcephfs root before testing
Jeff Layton
2016-11-30
2
-0
/
+50
*
client: add an optional Inode ** parm to ceph_readdirplus_r
Jeff Layton
2016-10-25
1
-2
/
+2
*
client: change args to ceph_readdirplus_r
Jeff Layton
2016-10-25
1
-8
/
+7
*
client: convert ceph_ll_rename and ceph_ll_unlink to UserPerm
Jeff Layton
2016-10-25
2
-12
/
+17
*
client: convert ceph_ll_link to UserPerm and remove struct stat parameter
Jeff Layton
2016-10-25
1
-3
/
+3
*
client: change ceph_ll_mkdir to ceph_statx and UserPerm args
Jeff Layton
2016-10-25
1
-1
/
+1
*
client: add ll_createx
Jeff Layton
2016-10-25
2
-27
/
+25
*
client: convert ceph_ll_setxattr, listxattr, removexattr to take a UserPerms ...
Jeff Layton
2016-10-25
1
-1
/
+1
*
client: convert ceph_ll_getxattr to take a UserPerm pointer
Jeff Layton
2016-10-25
1
-1
/
+1
*
ceph: fix arguments to ceph_ll_setattr and remove ceph_ll_setattrx
Jeff Layton
2016-10-25
1
-5
/
+6
*
client: switch arguments on ceph_ll_lookup to use ceph_statx and UserPerm
Jeff Layton
2016-10-25
1
-7
/
+16
*
client: rename ceph_ll_getattrx to ceph_ll_getattr, and drop the original
Jeff Layton
2016-10-25
1
-1
/
+1
*
client: remove ceph_stat, ceph_lstat, ceph_fstat, ceph_setattr, and ceph_fset...
Jeff Layton
2016-10-25
1
-1
/
+0
*
client: add a ceph_fsetattrx
Jeff Layton
2016-10-25
1
-7
/
+6
*
Merge pull request #11191 from renhwztetecs/renhw-wip-add-libcephfs
John Spray
2016-10-25
1
-0
/
+28
|
\
|
*
test/libcephfs: add ceph_fsetattr() test
huanwen ren
2016-10-22
1
-0
/
+28
*
|
Merge pull request #11211 from ceph/wip-no-recordlock-test
John Spray
2016-10-17
2
-5
/
+8
|
\
\
|
*
|
test: temporarily disable fork()'ing tests
John Spray
2016-10-14
2
-5
/
+8
*
|
|
client: convert ceph_setattr callers to ceph_setattrx
Jeff Layton
2016-10-12
1
-1
/
+1
*
|
|
client: convert some ceph_fstat callers to ceph_fstatx
Jeff Layton
2016-10-12
2
-17
/
+17
*
|
|
client: convert some ceph_stat and ceph_lstat calls to ceph_statx
Jeff Layton
2016-10-12
3
-47
/
+46
|
/
/
*
/
test: temporarily disable tests which relied on MDS' incorrect GID-adding beh...
Greg Farnum
2016-09-26
1
-3
/
+4
|
/
*
client: switch ceph_statx time fields to struct timespec
Jeff Layton
2016-09-20
1
-19
/
+18
*
client: extend the Btime test to cover fstatx as well
Jeff Layton
2016-08-29
1
-0
/
+8
*
client: add the ability to set the btime
Jeff Layton
2016-08-29
1
-0
/
+31
*
test: add test for change attribute of directories
Jeff Layton
2016-08-29
1
-0
/
+37
*
tests: add a ChangeAttr test
Jeff Layton
2016-08-29
1
-0
/
+44
*
libcephfs: add a test for "lazy" statx
Jeff Layton
2016-08-29
1
-0
/
+49
*
libcephfs: add a ceph_ll_getattrx and ceph_statx
Jeff Layton
2016-08-29
1
-0
/
+35
*
Merge pull request #9694 from renhwztetecs/renhw-wip-librados-iotest
Kefu Chai
2016-08-19
1
-2
/
+8
|
\
|
*
test/libcephfs: add the necessary judgment
huanwen ren
2016-06-14
1
-2
/
+8
*
|
client: add a testcase for "/.." handling
Jeff Layton
2016-08-13
1
-0
/
+59
*
|
Merge pull request #9566 from ffilz/master
John Spray
2016-08-07
2
-0
/
+1081
|
\
\
|
*
|
libcephfs: Add unit tests for ceph_ll_setlk and ceph_ll_getlk
Frank S. Filz
2016-07-29
2
-0
/
+1081
*
|
|
Merge pull request #10452 from jcsp/wip-16556
John Spray
2016-08-07
2
-3
/
+17
|
\
\
\
|
*
|
|
test: break out librados-using cephfs test
John Spray
2016-07-27
2
-3
/
+17
|
|
/
/
*
/
/
test: add a link count test
Jeff Layton
2016-08-02
1
-0
/
+34
|
/
/
*
|
test/libcephfs: fix gcc sys/fcntl.h warnings
John Coyle
2016-07-05
7
-7
/
+7
*
|
test: fix libcephfs test
xie xingguo
2016-06-22
1
-1
/
+1
[next]