It seems that UDF fs has been in not-well-supported state for a while now. It seems that Scott Long, original author and maintainer, has moved on to other more important (and, perhaps, interesting) things. ("perhaps" - because RE does not seem to be too exciting on the first glance) Meanwhile, there are several bugs still opened for UDF. Some of them are pretty obvious, some with good patches, some not so trivial, some unhelpful and some are mine :-) I think the following PRs are good candidates for review and possible inclusion into source: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/77234 http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/78987 http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/92040 http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/84983 http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/90521 http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/97786 Also, from our private conversations I know that Bruce Evans has even more fixes for more problems and better fixes for some bugs described in the above PRs. Those patches that I personally submitted do WorkForMe (TM), but I think that Bruce has much better understanding of VFS stuff and done much better job. Would some committer be so kind to adopt UDF, review the PRs and fix at least the most obvious bugs before 6.2 ? I personally promise to help with testing and discussing things. -- Andriy Gapon
[ CC: Bruce ] Bruce, On Wed, 24 May 2006, 16:17+0300, Andriy Gapon wrote:> > It seems that UDF fs has been in not-well-supported state for a while > now. It seems that Scott Long, original author and maintainer, has moved > on to other more important (and, perhaps, interesting) things. > ("perhaps" - because RE does not seem to be too exciting on the first > glance) > > Meanwhile, there are several bugs still opened for UDF. Some of them are > pretty obvious, some with good patches, some not so trivial, some > unhelpful and some are mine :-) > I think the following PRs are good candidates for review and possible > inclusion into source: > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/77234 > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/78987 > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/92040 > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/84983 > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/90521 > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/97786 > > Also, from our private conversations I know that Bruce Evans has even > more fixes for more problems and better fixes for some bugs described in > the above PRs. Those patches that I personally submitted do WorkForMe > (TM), but I think that Bruce has much better understanding of VFS stuff > and done much better job. > > Would some committer be so kind to adopt UDF, review the PRs and fix at > least the most obvious bugs before 6.2 ? > I personally promise to help with testing and discussing things.Why don't you just commit these fixes? -- Maxim Konovalov
Sometime ago and have setup 5.3-STABLE box with quotas for jailed users. At that time quotas did not work inside jails, so i just created some group on host machine and group with the same ID inside jail and then put a quota upon that group on the host box. That was quotas are observed. However, user iside jail cannot check their quota this way. Do quotas work now (as of 6.1-STABLE) inside jails correctly? Artem
Andriy Gapon wrote:> It seems that UDF fs has been in not-well-supported state for a while > now. It seems that Scott Long, original author and maintainer, has moved > on to other more important (and, perhaps, interesting) things. > ("perhaps" - because RE does not seem to be too exciting on the first > glance) > > Meanwhile, there are several bugs still opened for UDF. Some of them are > pretty obvious, some with good patches, some not so trivial, some > unhelpful and some are mine :-) > I think the following PRs are good candidates for review and possible > inclusion into source: > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/77234 > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/78987 > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/92040 > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/84983 > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/90521 > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/97786 > > Also, from our private conversations I know that Bruce Evans has even > more fixes for more problems and better fixes for some bugs described in > the above PRs. Those patches that I personally submitted do WorkForMe > (TM), but I think that Bruce has much better understanding of VFS stuff > and done much better job. > > Would some committer be so kind to adopt UDF, review the PRs and fix at > least the most obvious bugs before 6.2 ? > I personally promise to help with testing and discussing things. >Sorry I've been remiss. I'll look at these this weekend. Scott