| Commit message (Expand) | Author | Age | Files | Lines |
* | client: enable using external Objecter | John Spray | 2017-05-03 | 1 | -2/+3 |
* | libcephfs: handle path==null to ceph_get_osd_crush_location | Sage Weil | 2017-04-28 | 1 | -2/+4 |
* | Merge pull request #12830 from renhwztetecs/renhw-wip-libcephfs-misc | John Spray | 2017-01-20 | 1 | -12/+12 |
|\ |
|
| * | libcephfs: add extern "C" in ceph_ll_walk() | huanwen ren | 2017-01-11 | 1 | -1/+1 |
| * | libcephfs: move ceph_fstatx() for readability | huanwen ren | 2016-12-12 | 1 | -11/+11 |
* | | libcephfs: fix cct refcount constructing from rados | John Spray | 2017-01-09 | 1 | -1/+0 |
* | | libcephfs.cc: fix memory leak | Michal Jarzabek | 2016-12-18 | 1 | -1/+3 |
|/ |
|
* | libcephfs: vet the CEPH_REQ_* flags in the C wrappers | Jeff Layton | 2016-11-18 | 1 | -1/+22 |
* | 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 | -2/+3 |
* | client: convert ceph_ll_readlink and ceph_ll_rmdir to UserPerm | Jeff Layton | 2016-10-25 | 1 | -8/+6 |
* | client: change ceph_ll_symlinkx to take a UserPerm and ceph_statx | Jeff Layton | 2016-10-25 | 1 | -4/+5 |
* | client: convert ceph_ll_rename and ceph_ll_unlink to UserPerm | Jeff Layton | 2016-10-25 | 1 | -9/+6 |
* | client: convert ceph_ll_opendir to UserPerm | Jeff Layton | 2016-10-25 | 1 | -3/+2 |
* | client: convert ceph_ll_link to UserPerm and remove struct stat parameter | Jeff Layton | 2016-10-25 | 1 | -4/+2 |
* | client: change ceph_ll_mkdir to ceph_statx and UserPerm args | Jeff Layton | 2016-10-25 | 1 | -6/+6 |
* | client: convert args to ceph_ll_mknod to use ceph_statx and UserPerm | Jeff Layton | 2016-10-25 | 1 | -8/+8 |
* | client: add ll_createx | Jeff Layton | 2016-10-25 | 1 | -6/+6 |
* | client: convert ceph_ll_setxattr, listxattr, removexattr to take a UserPerms ... | Jeff Layton | 2016-10-25 | 1 | -9/+7 |
* | client: convert ceph_ll_getxattr to take a UserPerm pointer | Jeff Layton | 2016-10-25 | 1 | -3/+3 |
* | client: convert ceph_ll_open to take a UserPerm pointer | Jeff Layton | 2016-10-25 | 1 | -3/+2 |
* | client: remove ceph_ll_truncate | Jeff Layton | 2016-10-25 | 1 | -11/+0 |
* | ceph: fix arguments to ceph_ll_setattr and remove ceph_ll_setattrx | Jeff Layton | 2016-10-25 | 1 | -14/+5 |
* | client: convert ceph_ll_walk to use ceph_statx | Jeff Layton | 2016-10-25 | 1 | -4/+4 |
* | client: switch arguments on ceph_ll_lookup to use ceph_statx and UserPerm | Jeff Layton | 2016-10-25 | 1 | -6/+6 |
* | client: rename ceph_ll_getattrx to ceph_ll_getattr, and drop the original | Jeff Layton | 2016-10-25 | 1 | -13/+4 |
* | client: add a C accessor for the ceph_mount_info default_perms | Jeff Layton | 2016-10-25 | 1 | -0/+5 |
* | client: add C bindings for UserPerm constructor and destructor | Jeff Layton | 2016-10-25 | 1 | -0/+11 |
* | client: remove ceph_stat, ceph_lstat, ceph_fstat, ceph_setattr, and ceph_fset... | Jeff Layton | 2016-10-25 | 1 | -40/+0 |
* | client: add a ceph_fsetattrx | Jeff Layton | 2016-10-25 | 1 | -0/+8 |
* | Merge pull request #11191 from renhwztetecs/renhw-wip-add-libcephfs | John Spray | 2016-10-25 | 1 | -0/+8 |
|\ |
|
| * | libcephfs: add ceph_fsetattr() | huanwen ren | 2016-10-18 | 1 | -0/+8 |
* | | libcephfs: take ref when constructed with CephContext | John Spray | 2016-10-20 | 1 | -0/+3 |
* | | client: lseek shouldn't do permission checking | Jeff Layton | 2016-10-12 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'origin/master' into wip-getuid | Greg Farnum | 2016-09-24 | 1 | -0/+44 |
|\| |
|
| * | client: add a ceph_fstatx | Jeff Layton | 2016-08-29 | 1 | -0/+8 |
| * | client: add the ability to set the btime | Jeff Layton | 2016-08-29 | 1 | -0/+15 |
| * | libcephfs: add a ceph_ll_getattrx and ceph_statx | Jeff Layton | 2016-08-29 | 1 | -0/+16 |
* | | libcephfs: repeatedly use new default_perms instead of pick_my_perms() | Greg Farnum | 2016-09-22 | 1 | -110/+61 |
* | | client: add a static pick_my_perms taking a CephContext | Greg Farnum | 2016-09-22 | 1 | -1/+1 |
* | | client: pass UserPerm to mkdirs, rmdir, symlink, mknod | Greg Farnum | 2016-09-22 | 1 | -4/+8 |
* | | client: pass UserPerm to get_caps_issued() | Greg Farnum | 2016-09-22 | 1 | -15/+9 |
* | | client: pass UserPerm to describe_layout() | Greg Farnum | 2016-09-22 | 1 | -14/+28 |
* | | client: pass UserPerm to ll_walk() | Greg Farnum | 2016-09-22 | 1 | -1/+2 |
* | | client: pass UserPerm to all open() variants | Greg Farnum | 2016-09-22 | 1 | -2/+4 |
* | | client: pass UserPerm to readlink() | Greg Farnum | 2016-09-22 | 1 | -1/+2 |
* | | client: pass UserPerm to lookup_name() | Greg Farnum | 2016-09-22 | 1 | -1/+1 |
* | | client: pass UserPerm to lookup_parent() | Greg Farnum | 2016-09-22 | 1 | -1/+3 |
* | | client: pass UserPerm to lookup_ino() | Greg Farnum | 2016-09-22 | 1 | -1/+2 |
* | | client: pass UserPerm to statfs() variants | Greg Farnum | 2016-09-22 | 1 | -2/+4 |