]> git.apps.os.sepia.ceph.com Git - ceph.git/history
ceph.git
4 days ago Matan Breizmanqa/suites/crimson-rados: run simple_thrash only with...
4 days ago Matan Breizmanqa/tasks/admin_socket: fix ceph-ci/main usage
4 days ago Matan Breizmanqa/suites/crimson-rados/obejctstore_tool: disable rbm
4 days ago Matan Breizmanqa/objectstore/crimson/seastore: add 2q cache type
4 days ago Matan Breizmanqa/suites/crimson-rados: restructure objectstore dir
4 days ago Matan Breizmanqa/suites/crimson-rados: update clusters dir
7 days ago Venky ShankarMerge PR #66036 into main
7 days ago Venky ShankarMerge PR #66025 into main
7 days ago Venky ShankarMerge pull request #61137 from chrisphoffman/wip-fscrypt
7 days ago Igor FedotovMerge pull request #66147 from chungfengz-syno/fix...
7 days ago Ilya DryomovMerge pull request #65953 from VinayBhaskar-V/wip-Vinay...
7 days ago Matan BreizmanMerge pull request #65849 from mohit84/lock_excl_wait
7 days ago chungfengzbluestore/BlueFS: fix bytes_written_slow counter with... 66147/head
8 days ago haoyixingclient: fix dump_mds_requests to valid json format 66025/head
8 days ago Nizamudeen AMerge pull request #66089 from rhcs-dashboard/secure...
8 days ago Nizamudeen AMerge pull request #66103 from rhcs-dashboard/fix-cepha...
8 days ago Mohit Agrawalcrimson: Move send_to_osd call outside with_obc lambda 65849/head
8 days ago Patrick DonnellyMerge PR #66130 into main
8 days ago Christopher Hoffmandoc: Add fscrypt documentation 61137/head
8 days ago Christopher Hoffmancephfs: Only build client with fscrypt on linux
8 days ago Christopher Hoffmanpython-common/ceph: Fix lint and various python errors
8 days ago Christopher Hoffmanclient: Do not check file size during trim read
8 days ago Christopher Hoffmantest/client: When testing large io, consider fscrypt
8 days ago Christopher Hoffmanclient: Use nearest fscrypt block when clamping max...
8 days ago Christopher Hoffmanqa: Do not use ec_profile with fscrypt dummy
8 days ago Christopher Hoffmanclient: Do not expose ceph_fscrypt_key_identifier in api
8 days ago Christopher Hoffmanqa: Grant ALL caps fscrypt integration tests
8 days ago Christopher Hoffmanmds: When setting fscrypt attrs ensure client has ALL...
8 days ago Christopher Hoffmanclient: During fscrypt get policy do not display inbuf
8 days ago Christopher Hoffmanclient: clean up warnings in client
8 days ago Christopher Hoffmanclient: clean up warnings in fscrypt
8 days ago Christopher Hoffmanqa: Add fscrypt dummy encryption to fs workloads
8 days ago Christopher Hoffmantest: Add test for fscrypt dummy encryption
8 days ago Christopher Hoffmanclient: Add fscrypt dummy encryption
8 days ago Christopher Hoffmantest: Clean up after fscrypt unit tests
8 days ago Marcus Wattslibcephfs: ll_set_fscrypt_policy_v2 - use in->dirstat
8 days ago Marcus Wattsclient: ll_set_fscrypt_policy_v2 separate "directory...
8 days ago Rishabh Davetest/pybind/cephfs: add tests for fcopyfile()
8 days ago Rishabh Daveclient: in fcopyfile(), update len to read only leftove...
8 days ago Christopher Hoffmantest: Test unsupported fscrypt policy
8 days ago Christopher Hoffmanclient: Check for supported fscrypt policy
8 days ago Christopher Hoffmanqa/cephfs: Add test case for enctag too long
8 days ago Christopher Hoffmanmgr/volumes: Enforce enctag max size
8 days ago Christopher Hoffmanqa: Add interop testing between fscrypt fuse and kclient
8 days ago Christopher Hoffmanclient: make FSCryptDecryptedInodes std::shared_ptr
8 days ago Christopher Hoffmanlibcephfs: Include libcephfs.h def for ceph_get_fscrypt...
8 days ago Christopher Hoffmandoc/cephfs, qa/cephfs: Reword some documentation.
8 days ago Christopher Hoffmanclient: During fscrypt write skip unneeded reads
8 days ago Christopher Hoffmanqa/tasks/vstart_runner.py: remove write_file from Local...
8 days ago Christopher Hoffmanclient: Address misc comments
8 days ago Christopher Hoffmanclient: turn is_encrypted into helper
8 days ago Christopher Hoffmanclient: skip fscrypt decrypt_bl if data bl is empty.
8 days ago Christopher Hoffmanclient: Match functionality of nonblocking_read_sync...
8 days ago Christopher Hoffmanclient: During fscrypt rmw (write) use correct read...
8 days ago Christopher Hoffmanclient: During fscrypt set policy check null dentries
8 days ago Christopher Hoffmanclient: During fscrypt set policy bail if policy exists
8 days ago Christopher Hoffmanclient, libcephfs: Expose fscrypt apis as low level
8 days ago Christopher Hoffmanclient: Breakout fscrypt get policy into method
8 days ago Christopher Hoffmanclient: Rework fscrypt set policy to match fscrypt...
8 days ago Christopher Hoffmanclient: Fix logic in fscrypt hole optimization
8 days ago Christopher HoffmanAddress misc comments
8 days ago Christopher Hoffmanclient: Cache client_fscrypt_as config value
8 days ago Christopher Hoffmanclient, test: Remove FS_IOC_GETFLAGS and STATX_ATTR_ENC...
8 days ago Christopher Hoffmanclient: Skip fscrypt_last_block if in non-fscrypt mode
8 days ago Christopher Hoffmanclient: Implement cloning fscrypt subvolume snaps
8 days ago Christopher Hoffmanclient, libcephfs: Add fcopyfile bindings
8 days ago Christopher Hoffmanpybind/mgr/volumes/fs: Prepare mgr to clone fscrypt...
8 days ago Christopher Hoffmanqa: Add tests for fscrypt subvolume
8 days ago Christopher Hoffmanclient: Allow for reading raw written data.
8 days ago Igor Golikovfuse client: map ENOKEY return value to itself
8 days ago Christopher Hoffmanclient: do not fscrypt encrypt snapshot names
8 days ago Christopher Hoffmanclient: Simplify getting decrypted fname
8 days ago Christopher Hoffmanclient: Rework vxattr_cb_fscrypt_file_set to assign...
8 days ago Christopher Hoffmanclient: provide fscrypt vxattrs in CapSnap
8 days ago Christopher Hoffmanclient: Only run complete in read_modify_write if finis...
8 days ago Venky Shankarclient: correctly account for Client::WriteEncMgr(...
8 days ago Venky Shankarclient: remove unneeded goto jump
8 days ago Christopher Hoffmantest: clean up some warnings
8 days ago Christopher Hoffmanqa: Add fscrypt unit tests to workunits
8 days ago Christopher Hoffmanclient: Add additional case for fscrypt enabled setattr
8 days ago Christopher Hoffmanclient: Check for dname max len before wrapping name
8 days ago Christopher Hoffmanclient: Add fscrypt enc support to C_Read_Sync_NonBlocking
8 days ago Christopher Hoffmanclient: Address misc comments Mar 24
8 days ago Christopher HoffmanFix Testclient bug
8 days ago Christopher Hoffmanclient: Add shared_mutex
8 days ago Christopher Hoffmanclient: When creating WriteEncMgr take into account...
8 days ago Christopher Hoffmanclient: Add client_fscrypt_as option
8 days ago Patrick Donnellyclient: simplify some filepath constructions
8 days ago Patrick Donnellyclient: print readable encrypted names
8 days ago Patrick Donnellyclient: do not wrap ceph special names
8 days ago Patrick Donnellyclient: remove remaining fscrypt conflicts
8 days ago Patrick Donnellyclient: use path walk and on-the-fly enc/dec for fscrypt
8 days ago Christopher Hoffmanclient: Use correct sizes in write_success
8 days ago Christopher Hoffmanclient: Use PATH_MAX for max size of fscrypt enabled...
8 days ago Christopher Hoffmancephfs/test_volumes: Create tests for enctag
8 days ago Christopher Hoffmandoc: Add documentation for enctag in subvolume
8 days ago Christopher Hoffmanclient: Add is_encrypted libcephfs api
8 days ago Christopher Hoffmanmgr/volumes: Add enctag to subvol
8 days ago Christopher Hoffmanclient: Use new errno identifiers
8 days ago Christopher Hoffmanclient: use fscrypt headers provided by linux
next