From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751516AbcBJWJP (ORCPT ); Wed, 10 Feb 2016 17:09:15 -0500 Received: from fed1rmfepi206.cox.net ([68.230.241.151]:43310 "EHLO fed1rmfepi206.cox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751187AbcBJWJN (ORCPT ); Wed, 10 Feb 2016 17:09:13 -0500 X-Greylist: delayed 2398 seconds by postgrey-1.27 at vger.kernel.org; Wed, 10 Feb 2016 17:09:13 EST X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020203.56BBABAA.01C4,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=2.0 cv=MMC+brll c=1 sm=1 a=o8MzhWZKAVwkrls/iQsG+Q==:17 a=OYJeWbpmLRa-c3nE1XMA:9 a=QEXdDO2ut3YA:10 a=o8MzhWZKAVwkrls/iQsG+Q==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none To: linux-kernel@vger.kernel.org From: Steve Kenton Subject: fs/udf and udftools Cc: Robert Howard Message-ID: <56BBABAC.8010008@ou.edu> Date: Wed, 10 Feb 2016 15:29:16 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Is anyone maintaining these or am I about to volunteer for another job? I'm having to dig into fs/udf and udftools/mkudffs as part of a project I'm working on. It looks like both have been lacking in personal TLC for quite a while. The changes to fs/udf seem to be tree wide VFS work but not updates to things like write support and udftools seems to have been frozen for >10 years. Both ~work but I'd like to fix an oops I'm getting in udftools and work on adding fallocate() support to fs/udf and then feed it back to the community rather than let the changes bit rot locally. Where to go from here? I've been reading LKML on marc: for years, mainly to see what Linus, Al and a variable group of other people say/do but I've never done more than tinker with the kernel locally. I'm using git for the project mentioned above but again am not an expert but willing to learn. I'm not currently subscribed so please cc me if you could. smk