summaryrefslogtreecommitdiffstats
path: root/src/pybind/cephfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* client: return EOPNOTSUPP for fallocate with mode 0Milind Changire2024-10-301-6/+6
* pybind: use syntax supported by python3.6Alexander Indenbaum2024-03-291-1/+2
* pybind: use LDFLAGS in env variable when check for building envKefu Chai2024-03-271-0/+5
* pybind/cephfs: drop gil during cephfs calloutsPatrick Donnelly2023-07-021-3/+6
* pybind/cephfs: add snapdiff api bindingIgor Fedotov2023-04-103-3/+112
* src/pybind/cephfs: fix grammarZac Dover2022-11-191-3/+3
* src/pybind: fix typo in cephfs.pyxZac Dover2022-11-181-1/+1
* client: switch AT_NO_ATTR_SYNC to AT_STATX_DONT_SYNCXiubo Li2022-04-191-3/+6
* Add mapping for ernno:13 and adding path in error msg in opendir()/cephfs.pyxSarthak07022022-02-211-2/+4
* pybind/cephfs: interface to fetch file system idVenky Shankar2021-05-313-0/+14
* pybind: do not 'import print_function'Kefu Chai2021-05-241-2/+0
* Merge PR #40885 into masterPatrick Donnelly2021-05-183-0/+21
|\
| * pybind/cephfs: add interface to set mount timeoutVenky Shankar2021-05-043-0/+21
* | pybind/cephfs: Fix docstring of get_layoutNiklas Hambüchen2021-05-051-2/+2
|/
* pybind/cephfs: Add lchmod python bindingKotresh HR2021-03-193-0/+23
* Merge pull request #39740 from tchaikov/wip-pybind-rtypeKefu Chai2021-03-071-23/+25
|\
| * pybind/cephfs: use type annotation for rtype docstringKefu Chai2021-02-281-23/+25
* | mds/client: create cephfs errno aliasesMilind Changire2021-03-021-43/+67
* | pybind/cephfs: DT_REG and DT_LNK values are wrongVarsha Rao2021-02-241-2/+2
|/
* Merge PR #38692 into masterPatrick Donnelly2020-12-241-3/+3
|\
| * pybind/cephfs: pass command as size-1 array of stringsPatrick Donnelly2020-12-221-3/+3
* | pybind/cephfs: python bindings for new snapshot APIsVenky Shankar2020-12-173-0/+120
|/
* Merge pull request #38431 from tchaikov/wip-rtd-docKefu Chai2020-12-105-201/+432
|\
| * pybind: check for READTHEDOC env variableKefu Chai2020-12-051-1/+1
| * pybind/cephfs: use stub implementations when building documentKefu Chai2020-12-053-10/+245
| * pybind/cephfs: drop duplicated declarationKefu Chai2020-12-051-1/+0
| * pybind/cephfs: extract non-shared interface definitionsKefu Chai2020-12-053-192/+189
* | pybind/cephfs: fix missing terminating NULL char in readlink()'s C stringTuan Hoang2020-12-071-1/+1
|/
* pybind: s/unicode/str/Kefu Chai2020-09-111-1/+1
* *: convert more blacklist to blocklistPatrick Donnelly2020-08-241-1/+1
* pybind: Silence distutils/setuptools warningAdam C. Emerson2020-07-171-7/+6
* Merge PR #33912 into masterPatrick Donnelly2020-07-091-6/+12
|\
| * pybind: add special values for not reading conffileKefu Chai2020-07-051-6/+12
* | pybind/cephfs: raise custom Exception with same argumentsRamana Raja2020-07-051-2/+2
* | pybind/cephfs: add DiskQuotaExceeded exceptionRamana Raja2020-07-051-1/+7
|/
* pybind: drop py2 supportKefu Chai2020-07-052-11/+2
* Merge PR #33406 into masterPatrick Donnelly2020-06-121-14/+953
|\
| * libcephfs/pybind: Add truncate, ftruncateKotresh HR2020-05-211-0/+32
| * libcephfs/pybind: Add get_layout, get_default_poolKotresh HR2020-05-211-0/+81
| * libcephfs/pybind: Add setattrx, fsetattrxKotresh HR2020-05-211-0/+106
| * libcephfs/pybind: Add pwritev, preadvKotresh HR2020-05-211-0/+86
| * libcephfs/pybind: Add rewinddir, telldir, seekdirKotresh HR2020-05-211-0/+61
| * libcephfs/pybind: Add set_uuid, set_session_timeoutKotresh HR2020-04-141-0/+33
| * libcephfs/pybind: Add debug_get_fd_caps, debug_get_file_caps, get_cap_return_...Kotresh HR2020-04-141-0/+62
| * libcephfs/pybind: Add get_pool_id, get_pool_replicationKotresh HR2020-04-141-0/+43
| * libcephfs/pybind: Add get_file_replication, get_path_replicationKotresh HR2020-04-141-0/+42
| * libcephfs/pybind: Add lazyio, lazyio_propagate, lazyio_synchronizeKotresh HR2020-04-141-0/+82
| * libcephfs/pybind: Add fallocate, mknodKotresh HR2020-04-141-0/+74
| * libcephfs/pybind: Add lsetxattr, lremovexattr, lgetxattr, llistxattrKotresh HR2020-04-141-15/+83
| * libcephfs/pybind: Add fsetxattr, fgetxattr, fremovexattr, flistxattrKotresh HR2020-04-141-0/+124