DragonOS/user/apps
xboHodx 174b133cd9
feat(ext4): implement atomic rename and rename_exchange with POSIX semantics (#1758)
- Add atomic rename operation with proper POSIX semantics (no-op when source and
target refer to same inode, atomic replace when target exists)
- Implement rename_exchange for atomic swapping of directory entries
- Add directory entry replacement in place for atomic operations
- Add comprehensive test suite for rename operations
- Fix directory link count handling during rename operations
- Add cycle detection to prevent moving directories into their own
subdirectories
- Update VFS layer to support RENAME_EXCHANGE flag

Signed-off-by: xboHodx <xbohodx2024@gmail.com>
2026-02-11 00:19:11 +08:00
..
about feat(nix): 添加nix alias,formatter,以及更好的提示与原make命令集成 (#1661) 2026-01-28 00:17:18 +08:00
busybox chore(busybox): 设置默认密码算法为sha512 (#1760) 2026-02-03 11:29:46 +08:00
c_unitest feat(ext4): implement atomic rename and rename_exchange with POSIX semantics (#1758) 2026-02-11 00:19:11 +08:00
clear fix: 更新Makefile指定的Rust工具链为nightly-2025-08-10 (#1328) 2025-11-01 15:39:46 +08:00
dropbear feat: support ssh app(dropbear). (#1392) 2025-11-22 14:49:12 +08:00
go_demo feat: 实现线程组退出机制&添加go语言演示程序 (#1387) 2025-11-19 23:32:23 +08:00
ping refactor(net): the big network rebuild (#977) 2025-09-12 00:35:13 +08:00
r_unitest fix: 更新Makefile指定的Rust工具链为nightly-2025-08-10 (#1328) 2025-11-01 15:39:46 +08:00
riscv_init fix: 更新Makefile指定的Rust工具链为nightly-2025-08-10 (#1328) 2025-11-01 15:39:46 +08:00
syscall_ebpf fix: 更新Makefile指定的Rust工具链为nightly-2025-08-10 (#1328) 2025-11-01 15:39:46 +08:00
test_seqpacket refactor(net): the big network rebuild (#977) 2025-09-12 00:35:13 +08:00
test_sqlite3
test_tokio fix: 更新Makefile指定的Rust工具链为nightly-2025-08-10 (#1328) 2025-11-01 15:39:46 +08:00
test_tracepoint fix: 更新Makefile指定的Rust工具链为nightly-2025-08-10 (#1328) 2025-11-01 15:39:46 +08:00
tests/syscall/gvisor feat(net): implement netlink socket sendmsg/recvmsg and improve address handling (#1778) 2026-02-11 00:05:48 +08:00
user-manage feat: support ssh app(dropbear). (#1392) 2025-11-22 14:49:12 +08:00
Makefile
default.nix feat(vfs): implement fallocate syscall (#1668) 2026-02-05 21:40:37 +08:00