cubefs/lcnode
Victor1319 b9c4a84f9d feat(lcnode): enhance inode retrieval and batch processing for dentries. #1000523711
- Refactor handleFile to utilize cached inode info
- Implement batchGetFileInodeInfo for efficient inode retrieval
- Update ScanDentry struct to include HasInodeInfo and InodeInfo
- Modify handleDirLimitDepthFirst and handleDirLimitBreadthFirst to use batch processing
- Add BatchInodeGet method to MetaWrapper interface

Signed-off-by: Victor1319 <zengxuewei@oppo.com>
2025-12-09 14:15:46 +08:00
..
const.go refactor(lcnode): hybrid cloud lc scanner skip trash dir #22797969 2024-12-26 09:24:22 +08:00
lc_op.go fix(meta): msg sent back to the master process async to prevent blocking the connection 2025-08-11 17:21:15 +08:00
lc_scanner_test.go feat(lc): support config file size for lifecycle rule. #1000135253 2025-08-08 14:59:30 +08:00
lc_scanner.go feat(lcnode): enhance inode retrieval and batch processing for dentries. #1000523711 2025-12-09 14:15:46 +08:00
lc_transition_test.go fix(client): folder renamed or moved out of the cache directory will no longer be cached. 2025-08-07 16:00:25 +08:00
lc_transition.go feat(meta): Add metanode global current limiting mechanism. #1000315232 2025-10-13 10:48:00 +08:00
meta_test.go feat(lcnode): enhance inode retrieval and batch processing for dentries. #1000523711 2025-12-09 14:15:46 +08:00
meta.go feat(lcnode): enhance inode retrieval and batch processing for dentries. #1000523711 2025-12-09 14:15:46 +08:00
server.go fix(client): folder renamed or moved out of the cache directory will no longer be cached. 2025-08-07 16:00:25 +08:00
snapshot_scanner_test.go chore(lcnode): golangci lint apply into lcnode 2023-12-28 17:13:05 +08:00
snapshot_scanner.go feat(client): trash can be disabled by sdk 2024-12-26 09:24:22 +08:00