Hi There, We have an application that iterates through a large directory (that has around 1.2 million files) and lists the names of all the files in the directory. Files stored in the directory could be concurrently deleted by another thread in the application while the application lists the files. Our application can tolerate false positives when listing a directory. However false negatives in directory listing *cannot* be tolerated. To this end could someone tell me how directory listing in XFS behaves with concurrent deletes? Is it possible to see false negatives ? Thank you Emalayan-- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html