Ok, i made some tests and i think i found something really relevant. I tested in 2 different machines various kernel versions, this is my report: 2.6.26 debian flavoured - no bug 2.6.29.6 - no bug 2.6.30.9 - acl bug present 2.6.31.12 - acl bug present 2.6.32.8, 2.6.32.9, 2.6.32.10 - acl bug present Then the really interesting thing. If you try my test mkfsreiserfs /dev/sdc1 mount -o acl /dev/sdc1 /mnt cd /mnt mkdir dir_with_many_files touch dir_with_many_files/{1..100000} setfacl -R -m u:username:rw dir_with_many_files setfacl -R -x u:username dir_with_many_files setfacl -R -b dir_with_many_files when using the setfacl command keep an eye on the space occupation on the partition/disc you are testing. With kernels with bug present when issuing "setfacl -R -x ..." the used space get reduced like there is no acl at all (or a kind of). Let's make it clear: - after creating 300000 empty files in a directory i have 60MB of space used; - after "setfacl -R -m ..." i have 1.3GB of space used; - after "setfacl -R -x ..." with bugged kernels i have 153MB of space used; - after "setfacl -R -x ..." with NO bugged kernels i still have 1.3GB of space used; - after "setfacl -R -b ..." with NO bugged kernels i have 119MB of space used. It seems to me that the changes introduced in kernel version 2.6.30 have modified heavily the behaviour in handling extended attributes, but i'm not a kernel hacker then i'll leave you looking through the code! Hope this helps and if you have some patch (i hope against 2.6.32) i'll be glad to test it. Cheers Marco -- To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html