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-04-07 13:20:59 -07:00
2026-04-07 14:12:05 -07:00
2026-01-07 13:06:08 -08:00
2026-02-16 02:15:14 -08:00
2026-01-07 13:06:08 -08:00
2026-02-23 16:27:08 -08:00
2026-02-16 02:15:14 -08:00
2026-04-03 16:04:27 -07:00
2022-07-29 00:17:28 -07:00
2026-03-23 11:59:34 -07:00
2026-04-06 00:32:27 -07:00
2025-08-06 10:09:26 -07:00
2026-02-23 19:11:17 -08:00
2026-01-14 21:37:50 -08:00
2026-02-20 18:42:00 -08:00
2026-02-20 18:42:00 -08:00
2026-01-07 13:06:08 -08:00
2026-03-30 18:25:11 -07:00
2026-01-07 13:06:08 -08:00
2026-03-19 21:18:52 -07:00
2026-03-30 18:25:11 -07:00
2026-01-07 13:06:08 -08:00
2024-07-16 09:15:55 -07:00
2026-03-25 15:43:25 -07:00
2026-03-25 15:43:25 -07:00
2026-03-30 18:25:11 -07:00
2026-02-20 18:42:00 -08:00
2026-03-26 23:55:42 -07:00
2026-04-07 14:11:44 -07:00
2026-04-03 20:01:28 -07:00
2025-10-13 18:05:17 -07:00
2026-02-20 18:42:00 -08:00
2026-03-18 12:18:40 -07:00
2025-12-25 11:36:38 -08:00
2025-12-14 16:02:06 -08:00
2026-01-26 11:28:23 -08:00
2026-02-18 13:42:41 -08:00
2025-12-17 12:27:43 -08:00
2026-03-18 23:28:07 -07:00
2026-04-08 21:08:50 -07:00
2026-03-30 18:25:11 -07:00
2026-03-30 18:25:11 -07:00
2026-03-15 09:44:14 -07:00
2026-04-04 14:15:56 -07:00
2026-03-18 12:18:40 -07:00
2026-03-18 12:18:40 -07:00
2026-03-18 12:18:40 -07:00
2026-02-20 18:42:00 -08:00
2026-02-20 18:42:00 -08:00
2026-04-10 14:08:04 -07:00
2026-04-10 14:08:04 -07:00
2025-07-11 10:19:27 -07:00
2025-12-18 17:44:36 -08:00
2025-10-13 18:05:17 -07:00
2026-03-07 18:30:58 -08:00
2026-04-10 11:18:11 -07:00
2025-07-02 18:03:17 -07:00
2026-04-04 14:15:56 -07:00
2026-02-25 14:30:21 -08:00
2026-04-08 13:07:15 -07:00
2026-02-20 18:42:00 -08:00
2026-01-07 13:06:08 -08:00
2024-11-04 12:08:25 -08:00
2026-01-07 13:06:08 -08:00
2022-07-29 00:17:28 -07:00
2026-03-30 18:18:52 -07:00
2026-01-28 10:36:19 -08:00
2026-03-07 18:30:58 -08:00
2026-03-14 21:34:53 -07:00
2026-03-07 18:30:58 -08:00