Chris Lu
178532e63a
fix(mount): add -posixDirNlink option for correct directory nlink
...
Add optional POSIX-compliant directory nlink counting
(nlink = 2 + number_of_subdirectories) behind the -posixDirNlink
flag. This requires listing cached directory entries on every stat,
which has a performance cost, so it's off by default.
When disabled (default), directories report nlink=2, which is the
POSIX-compliant baseline for empty directories and a common default
in distributed filesystems.
- Set nlink baseline to 2 for all directories (was 1)
- Add applyDirNlink() gated behind option.PosixDirNlink
- Add -posixDirNlink CLI flag
2026-04-10 14:08:04 -07:00
..
2026-03-29 13:33:17 -07:00
2026-04-03 16:04:27 -07:00
2026-02-20 18:42:00 -08:00
2026-01-04 01:12:37 -08:00
2026-01-06 10:50:54 -08:00
2026-03-25 20:06:34 -07:00
2026-03-07 09:19:40 -08:00
2026-03-23 13:35:16 -07:00
2026-04-08 15:55:06 -07:00
2026-03-30 18:25:11 -07:00
2026-03-30 18:25:11 -07:00
2026-03-07 09:19:40 -08:00
2026-03-07 09:19:40 -08:00
2026-01-07 13:06:08 -08:00
2026-03-07 09:19:40 -08:00
2026-03-24 11:43:25 -07:00
2026-03-24 12:24:56 -07:00
2022-08-26 17:04:11 -07:00
2026-01-04 01:12:37 -08:00
2026-03-24 11:43:25 -07:00
2026-03-24 11:43:25 -07:00
2026-04-03 16:04:27 -07:00
2026-04-10 09:52:16 -07:00
2026-03-25 20:06:34 -07:00
2026-01-06 10:50:54 -08:00
2026-01-06 10:50:54 -08:00
2026-01-06 10:50:54 -08:00
2026-04-10 14:08:04 -07:00
2026-04-10 14:08:04 -07:00
2026-04-10 09:52:16 -07:00
2026-03-29 13:33:17 -07:00
2026-03-29 13:33:17 -07:00
2026-03-29 13:33:17 -07:00
2026-04-10 11:51:06 -07:00
2026-03-24 11:43:41 -07:00
2026-03-24 11:43:25 -07:00
2026-01-06 10:50:54 -08:00
2026-03-29 13:33:17 -07:00
2026-04-10 11:51:06 -07:00
2026-01-06 10:50:54 -08:00
2026-04-10 11:51:06 -07:00
2026-04-10 09:52:16 -07:00
2026-04-10 09:52:16 -07:00
2026-03-22 15:24:08 -07:00
2026-01-07 13:06:08 -08:00
2026-04-10 11:51:06 -07:00
2026-04-10 11:51:06 -07:00
2026-01-07 13:06:08 -08:00
2025-12-17 01:14:01 -08:00
2026-03-29 13:33:17 -07:00
2026-04-10 09:52:16 -07:00
2026-01-07 13:06:08 -08:00
2026-03-25 20:06:34 -07:00
2026-03-25 20:06:34 -07:00
2026-04-10 09:52:16 -07:00
2026-03-24 11:43:41 -07:00
2025-07-16 23:39:27 -07:00
2026-01-06 10:50:54 -08:00
2026-02-20 18:42:00 -08:00
2026-04-10 14:08:04 -07:00
2025-12-31 13:04:05 -08:00
2026-04-10 09:52:16 -07:00