Created attachment 164791 [details] add ocfs2 umask support ocfs2 in default vanilla (o2cb, no acl/noacl mount flags) ignores umask. Found & fixed in 3.18.3, tested linux-3.19.0-rc5-next-20150123-dirty - all same. In old versions visually present "& ~current_umask()" in acl.c, removed by commit 702e5bc68ad2c02f1b12b53ef7093074af9d2441 "ocfs2: use generic posix ACL infrastructure" 3.13.0 (no compiling and run +-this versions now, so bisected not complete). Fixed in "single point" manner, working for me, but looks too different with pre-3.13. Also I don't understang how umask interoperated with acl's. But proposing patch...