From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751822AbcBKPap (ORCPT ); Thu, 11 Feb 2016 10:30:45 -0500 Received: from eastrmfepo103.cox.net ([68.230.241.215]:47803 "EHLO eastrmfepo103.cox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750884AbcBKPai (ORCPT ); Thu, 11 Feb 2016 10:30:38 -0500 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020206.56BCA91D.0132,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=2.0 cv=FIzFMZUs c=1 sm=1 a=o8MzhWZKAVwkrls/iQsG+Q==:17 a=iox4zFpeAAAA:8 a=FP58Ms26AAAA:8 a=NEAV23lmAAAA:8 a=IgLft6wjhx5bZh7FEfkA:9 a=pILNOxqGKmIA:10 a=o8MzhWZKAVwkrls/iQsG+Q==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Subject: Re: fs/udf and udftools To: Jan Kara References: <56BBABAC.8010008@ou.edu> <56BBEA40.90202@infradead.org> <20160211021906.GB32580@milliways> <56BC03C1.2010802@ou.edu> <20160211100352.GB21760@quack.suse.cz> Cc: Ken Moffat , Randy Dunlap , linux-kernel@vger.kernel.org, Robert Howard , Jan Kara From: Steve Kenton Message-ID: <56BCA91C.1090401@ou.edu> Date: Thu, 11 Feb 2016 09:30:36 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160211100352.GB21760@quack.suse.cz> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/11/2016 04:03 AM, Jan Kara wrote: > On Wed 10-02-16 21:45:05, Steve Kenton wrote: >> On 02/10/2016 08:19 PM, Ken Moffat wrote: >>> On Wed, Feb 10, 2016 at 05:56:16PM -0800, Randy Dunlap wrote: >>>> [add Jan Kara] >>>> >>>> On 02/10/16 13:29, Steve Kenton wrote: >>>>> Is anyone maintaining these or am I about to volunteer for another job? >> >> I guess I should have said "developing" rather than "maintaining" for >> fs/udf since it's clear that someone has been keeping it running in-tree. >> I started with udftools from source forge and then discovered that the >> kernel udf driver does not support fallocate() which I was hoping to use. >> >> Thanks for the pointer to Jan Kara. I'll see how he feels about patches >> from the wilderness. > > So I don't have too much time for UDF. That's why I mostly fix bugs someone > reports, occasionally improve stuff or review patches others send but I > don't have time for development of new features for UDF. OK, I'll see what I can do and try not to bother you until stuff is working well. > >>>> CUrrent MAINTAINERS file says: >>>> >>>> UDF FILESYSTEM >>>> M: Jan Kara >>>> S: Maintained >>>> F: Documentation/filesystems/udf.txt >>>> F: fs/udf/ >>>> >>>> and that Doc. file says: >>>> >>>> For the latest version and toolset see: >>>> http://linux-udf.sourceforge.net/ >> >> Yes, that's where I started. The last release was 1.0.0b3 in 2004. >> Which is what the Ubuntu 14.04LTS package reports as it's version too. > > Pali Rohar has recently startted a repo on github for udftools. It is at > https://github.com/pali/udftools > > So userspace patches go to him. Perfect! All of my googling pointed to source forge but this is what I was hoping for. smk > > Honza >