From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward Shishkin Subject: Re: Reiser4 Upstream Git Repositories on GitHub Date: Tue, 27 Sep 2016 16:13:21 +0200 Message-ID: <1921c810-5d7f-1de0-ec3d-48d123dba41f@gmail.com> References: <57E6DF37.1050702@gmail.com> <1474927548.10826.6.camel@intelfx.name> <57E9A32D.3000108@gmail.com> <1474944195.1773.15.camel@intelfx.name> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=r7V49xhXAh+UsJKH+mavgkcXpbgNlTOznCApa4Gy+vk=; b=VKvFh2LLty/sqxZqUp6m9I6M/V2J+M3ulMmdw+0AJlwlU9PQ6xwsQHY19hzAHa9AoZ PqP8DsoP1sdml9ihQYGgcHobnpG3IQO7fU/k4P7zNnUQtVxujLbO3DZLv+cuBwppjuwm 55arAbqrV3OblCWKwzwJNLlIUDjni98lrvxtAcxPcQoPrpIo7Q1LAPJj8D7n7JQQaUkw nMz3Vo7pqFU9ID8KxHMDe0K2zR4uw1He85mSHKQuMoW+fRAT1UWi8kTOTFXySghKnTbb F+n6PWJKZjvq6vrEr0b9OYoe5JMwwxTeiJDAZ4hsQxIo9+wEpMkNd8IrHsNE8iCR4ulQ KhEw== In-Reply-To: <1474944195.1773.15.camel@intelfx.name> Sender: reiserfs-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: intelfx@intelfx.name, ReiserFS development mailing list On 09/27/2016 04:43 AM, Ivan Shapovalov wrote: > On 2016-09-27 at 00:37 +0200, Edward Shishkin wrote: >> On 09/27/2016 12:05 AM, Ivan Shapovalov wrote: >>> On 2016-09-24 at 22:16 +0200, Edward Shishkin wrote: >>>> Hello everyone, >>>> >>>> I have set up the updated Namesys repositories at my Github page. >>>> Those repositories are supposed to contain the latest updates in >>>> the (stable) master branch and in other (experimental) branches >>>> that >>>> I'll announce. >>>> >>>> 1) https://github.com/edward6/reiser4 >>>> >>>> This is a "standalone" reiser4 tree, which doesn't include >>>> specific >>>> changes of Linux kernel needed for reiser4 port. Such changes can >>>> be >>>> found at the project's page on Sourceforge: >>>> https://sourceforge.net/projects/reiser4/ >>>> >>>> An example of work with the standalone reiser4 tree: >>>> >>>> . Patch the respective kernel with the latest available stuff >>>> from >>>> Sourceforge; >>>> . cd to the "fs" directory; >>>> . delete the directory reiser4; >>>> . instead of the deleted stuff clone the standalone reiser4 >>>> repository from Github; >>>> . build and install as usual. >>>> >>>> 2) Libaal and Reiser4progs: >>>> >>>> https://github.com/edward6/libaal >>>> https://github.com/edward6/reiser4progs >>>> >>>> Before building Libaal and Reiser4progs execute the ./prepare >>>> script, >>>> which will create files needed for build process. >>>> >>>> Thanks, >>>> Edward. >>> Wow, finally. >>> >>> Maybe we could avoid that "all changes for 10 years" commit? >> Hi Ivan, >> Sorry, don't have a time to granulate it. >> >>> I tried to keep track of all patches since 3.2... >> There will be "all changes for 6 years" commit. >> Is it much better? > So well, I finished splitting off all known diffs from that big commit. > Tt was 12k(+)/8k(-), now it is 7k(+)/7k(-). > > The updated branch is here: https://github.com/intelfx/reiser4 > (unfortunately, not fast-forward). > > Moreover, my tree has accumulated quite a few differences from your > one. I've dropped trivial discrepancies (comments, formatting etc.) > and put the larger ones in separate branches: > > 1. https://github.com/intelfx/reiser4/tree/differences/enotty > (unsupported ioctls return -ENOTTY, not -ENOSYS) > > 2. https://github.com/intelfx/reiser4/tree/differences/migratepage > (the ->migratepage() implementation, which I still do not completely > understand, but it works) > > 3. https://github.com/intelfx/reiser4/tree/differences/renameat2 > (renameat2(RENAME_NOREPLACE) implementation, which you haven't > merged somewhy) > > 4. https://github.com/intelfx/reiser4/tree/differences/adjust-to-3.15 > (part of porting to 3.15 which, again, you haven't merged somewhy) > > These branches are on top of that granular "master". > Anyway, please take a look. It was definitely useful work, I'll look at those differences.. Thanks! Edward.