| Commit message (Expand) | Author | Age | Files | Lines |
* | client: return EOPNOTSUPP for fallocate with mode 0 | Milind Changire | 2024-10-30 | 1 | -6/+6 |
* | pybind: use syntax supported by python3.6 | Alexander Indenbaum | 2024-03-29 | 1 | -1/+2 |
* | pybind: use LDFLAGS in env variable when check for building env | Kefu Chai | 2024-03-27 | 1 | -0/+5 |
* | pybind/cephfs: drop gil during cephfs callouts | Patrick Donnelly | 2023-07-02 | 1 | -3/+6 |
* | pybind/cephfs: add snapdiff api binding | Igor Fedotov | 2023-04-10 | 3 | -3/+112 |
* | src/pybind/cephfs: fix grammar | Zac Dover | 2022-11-19 | 1 | -3/+3 |
* | src/pybind: fix typo in cephfs.pyx | Zac Dover | 2022-11-18 | 1 | -1/+1 |
* | client: switch AT_NO_ATTR_SYNC to AT_STATX_DONT_SYNC | Xiubo Li | 2022-04-19 | 1 | -3/+6 |
* | Add mapping for ernno:13 and adding path in error msg in opendir()/cephfs.pyx | Sarthak0702 | 2022-02-21 | 1 | -2/+4 |
* | pybind/cephfs: interface to fetch file system id | Venky Shankar | 2021-05-31 | 3 | -0/+14 |
* | pybind: do not 'import print_function' | Kefu Chai | 2021-05-24 | 1 | -2/+0 |
* | Merge PR #40885 into master | Patrick Donnelly | 2021-05-18 | 3 | -0/+21 |
|\ |
|
| * | pybind/cephfs: add interface to set mount timeout | Venky Shankar | 2021-05-04 | 3 | -0/+21 |
* | | pybind/cephfs: Fix docstring of get_layout | Niklas Hambüchen | 2021-05-05 | 1 | -2/+2 |
|/ |
|
* | pybind/cephfs: Add lchmod python binding | Kotresh HR | 2021-03-19 | 3 | -0/+23 |
* | Merge pull request #39740 from tchaikov/wip-pybind-rtype | Kefu Chai | 2021-03-07 | 1 | -23/+25 |
|\ |
|
| * | pybind/cephfs: use type annotation for rtype docstring | Kefu Chai | 2021-02-28 | 1 | -23/+25 |
* | | mds/client: create cephfs errno aliases | Milind Changire | 2021-03-02 | 1 | -43/+67 |
* | | pybind/cephfs: DT_REG and DT_LNK values are wrong | Varsha Rao | 2021-02-24 | 1 | -2/+2 |
|/ |
|
* | Merge PR #38692 into master | Patrick Donnelly | 2020-12-24 | 1 | -3/+3 |
|\ |
|
| * | pybind/cephfs: pass command as size-1 array of strings | Patrick Donnelly | 2020-12-22 | 1 | -3/+3 |
* | | pybind/cephfs: python bindings for new snapshot APIs | Venky Shankar | 2020-12-17 | 3 | -0/+120 |
|/ |
|
* | Merge pull request #38431 from tchaikov/wip-rtd-doc | Kefu Chai | 2020-12-10 | 5 | -201/+432 |
|\ |
|
| * | pybind: check for READTHEDOC env variable | Kefu Chai | 2020-12-05 | 1 | -1/+1 |
| * | pybind/cephfs: use stub implementations when building document | Kefu Chai | 2020-12-05 | 3 | -10/+245 |
| * | pybind/cephfs: drop duplicated declaration | Kefu Chai | 2020-12-05 | 1 | -1/+0 |
| * | pybind/cephfs: extract non-shared interface definitions | Kefu Chai | 2020-12-05 | 3 | -192/+189 |
* | | pybind/cephfs: fix missing terminating NULL char in readlink()'s C string | Tuan Hoang | 2020-12-07 | 1 | -1/+1 |
|/ |
|
* | pybind: s/unicode/str/ | Kefu Chai | 2020-09-11 | 1 | -1/+1 |
* | *: convert more blacklist to blocklist | Patrick Donnelly | 2020-08-24 | 1 | -1/+1 |
* | pybind: Silence distutils/setuptools warning | Adam C. Emerson | 2020-07-17 | 1 | -7/+6 |
* | Merge PR #33912 into master | Patrick Donnelly | 2020-07-09 | 1 | -6/+12 |
|\ |
|
| * | pybind: add special values for not reading conffile | Kefu Chai | 2020-07-05 | 1 | -6/+12 |
* | | pybind/cephfs: raise custom Exception with same arguments | Ramana Raja | 2020-07-05 | 1 | -2/+2 |
* | | pybind/cephfs: add DiskQuotaExceeded exception | Ramana Raja | 2020-07-05 | 1 | -1/+7 |
|/ |
|
* | pybind: drop py2 support | Kefu Chai | 2020-07-05 | 2 | -11/+2 |
* | Merge PR #33406 into master | Patrick Donnelly | 2020-06-12 | 1 | -14/+953 |
|\ |
|
| * | libcephfs/pybind: Add truncate, ftruncate | Kotresh HR | 2020-05-21 | 1 | -0/+32 |
| * | libcephfs/pybind: Add get_layout, get_default_pool | Kotresh HR | 2020-05-21 | 1 | -0/+81 |
| * | libcephfs/pybind: Add setattrx, fsetattrx | Kotresh HR | 2020-05-21 | 1 | -0/+106 |
| * | libcephfs/pybind: Add pwritev, preadv | Kotresh HR | 2020-05-21 | 1 | -0/+86 |
| * | libcephfs/pybind: Add rewinddir, telldir, seekdir | Kotresh HR | 2020-05-21 | 1 | -0/+61 |
| * | libcephfs/pybind: Add set_uuid, set_session_timeout | Kotresh HR | 2020-04-14 | 1 | -0/+33 |
| * | libcephfs/pybind: Add debug_get_fd_caps, debug_get_file_caps, get_cap_return_... | Kotresh HR | 2020-04-14 | 1 | -0/+62 |
| * | libcephfs/pybind: Add get_pool_id, get_pool_replication | Kotresh HR | 2020-04-14 | 1 | -0/+43 |
| * | libcephfs/pybind: Add get_file_replication, get_path_replication | Kotresh HR | 2020-04-14 | 1 | -0/+42 |
| * | libcephfs/pybind: Add lazyio, lazyio_propagate, lazyio_synchronize | Kotresh HR | 2020-04-14 | 1 | -0/+82 |
| * | libcephfs/pybind: Add fallocate, mknod | Kotresh HR | 2020-04-14 | 1 | -0/+74 |
| * | libcephfs/pybind: Add lsetxattr, lremovexattr, lgetxattr, llistxattr | Kotresh HR | 2020-04-14 | 1 | -15/+83 |
| * | libcephfs/pybind: Add fsetxattr, fgetxattr, fremovexattr, flistxattr | Kotresh HR | 2020-04-14 | 1 | -0/+124 |