1
0
mirror of https://github.com/minio/minio.git synced 2025-01-17 09:43:14 -05:00

3 Commits

Author SHA1 Message Date
Harshavardhana
a207bd6790
turn-off Nlink readdir() optimization for NFS/CIFS ()
fixes 
fixes 
2024-04-05 08:17:08 -07:00
Harshavardhana
e385f54185
fix: nLink is unreliable on all filesystems ()
ext4, xfs support this behavior however
btrfs, nfs may not support it properly.

in-case when we see Nlink < 2 then we know
that we need to fallback on readdir()

fixes a regression from 

fixes 
2024-03-04 15:58:35 -08:00
Anis Eleuch
8f03c6e0db
xl: Avoid called getdents for folders in listing () 2024-03-01 08:01:28 -08:00