<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general">
    <title>gmane.comp.file-systems.xfs.general</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52716"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52715"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52714"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52713"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52712"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52711"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52710"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52709"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52708"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52707"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52706"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52705"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52704"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52703"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52702"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52701"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52700"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52699"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52698"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52697"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52716">
    <title>Re: [PATCH] xfstests: test data integrity under disk failure</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52716</link>
    <description>&lt;pre&gt;
It's more that you can't actually use for real power fail testing in
xfstests. Keeping stuff in xfstests that the harness won't or can't
ever use is just an added maintenance burden that we don't need.
xfstests is not a dumping ground for random test source code that
*might* be useful outside xfstests.

Regression tests need to be as simple as possible so their
functioning is obvious and easy to understand. There is nothing
worse than a test failing and having to spend time determining if
the test itself is failing or whether it's uncovered a real bug or
not. And anytime I see a test with 500 lines of test infrasrtucture
that can be replaced with a printf() call and some redirection in
the test harness I see a test that is going to be trouble....


Sure, and now you want to put it in xfstests and the hwflush-check
infrastructure is just too complex....

Cheers,

Dave.
&lt;/pre&gt;</description>
    <dc:creator>Dave Chinner</dc:creator>
    <dc:date>2013-05-19T01:32:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52715">
    <title>Re: XFS hangup - Failed to recover EFIs</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52715</link>
    <description>&lt;pre&gt;
That's a corrupted freespace btree. Your only option at this point
is to zero the log and hope that xfs_repair can clean everything
up without too much loss.


Damage has already been done, there's no way we can find the cause
from the state you have on disk at this point, unfortunately.

Cheers,

Dave.
&lt;/pre&gt;</description>
    <dc:creator>Dave Chinner</dc:creator>
    <dc:date>2013-05-19T01:20:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52714">
    <title>Re: 3.5+, xfs and 32bit armhf - xfs_buf_get: failed to map pages</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52714</link>
    <description>&lt;pre&gt;
Hi Paolo,

You've already contacted me off list about this and pointed me to
this:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1176977

which contains information that everyone looking at the problem
should know. Also, any progress on testing the backported fix
mentioned in the bug?


You're testing swift benchmark which is probably a small file
workload with large attributes attached.  It's a good chance that
the workload is fragmenting free space because swift is doing bad
things to allocation patterns.  It's almost certainly exacerbated by
the tiny filesystem you are using (1.5GB), but you can probably work
around this problem for now with allocsize=4096.

I've got a fix that I'm testing for the underlying cause of the
problem I'm aware of with this workload, but I'll need more
information about your storage/filesystem config to confirm it is
the same root cause first. Can you include the info from here:

http://xfs.org/index.php/XFS_FAQ#Q:_What_information_should_I_include_when_reporting_a_pro&lt;/pre&gt;</description>
    <dc:creator>Dave Chinner</dc:creator>
    <dc:date>2013-05-19T01:13:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52713">
    <title>Re: XFS hangup - Failed to recover EFIs</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52713</link>
    <description>&lt;pre&gt;

I'd recommend to let the Ubuntu 13.04 kernel settle for a while,

Martin.
&lt;/pre&gt;</description>
    <dc:creator>Martin Spott</dc:creator>
    <dc:date>2013-05-18T19:56:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52712">
    <title>XFS hangup - Failed to recover EFIs</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52712</link>
    <description>&lt;pre&gt;Hello

After upgrading my laptop from Ubuntu 12.04 LTS to Ubuntu 13.04 Raring i noticed that my Linux would not boot again. 
So after inserting Ubuntu 13.04 boot disk , this is what i've found out:

ubuntu&amp;lt; at &amp;gt;ubuntu:~$ uname -a
Linux ubuntu 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

ubuntu&amp;lt; at &amp;gt;ubuntu:~$ sudo xfs_repair -v /dev/sda3
Phase 1 - find and verify superblock...
 - block cache size set to 363760 entries
Phase 2 - using internal log
 - zero log...
zero_log: head block 32468 tail block 31799
ERROR: The filesystem has valuable metadata changes in a log which needs to
be replayed. Mount the filesystem to replay the log, and unmount it before
re-running xfs_repair. If you are unable to mount the filesystem, then use
the -L option to destroy the log and attempt a repair.
Note that destroying the log may cause corruption -- please attempt a mount
of the filesystem before doing this.
ubuntu&amp;lt; at &amp;gt;ubuntu:~$ ls /mnt/
ubuntu&amp;lt; at &amp;gt;ubuntu:~$ sudo mount /dev/sda3 /mnt
 ^C^C -&amp;gt; moun&lt;/pre&gt;</description>
    <dc:creator>Punk Rider</dc:creator>
    <dc:date>2013-05-18T18:39:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52711">
    <title>Re: [PATCH 00/30] xfsprogs: Initial CRC support</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52711</link>
    <description>&lt;pre&gt;
This seemed to be worthy of early note:

xfs/031 30s ...[  587.843478] XFS (sdb6): Version 5 superblock detected. 
This kernel has EXPERIMENTAL support enabled!
[  587.843478] Use of these features in this kernel is at your own risk!
*** Error in `/sbin/mkfs.xfs': malloc(): smallbin double linked list 
corrupted: 0x0907f7d0 ***

The test doesn't seem to finish, but Ctrl-c ends the test cleanly.  No 
dmesg stuff is added, and strace doesn't show anything between the mount 
message and the error message.  I'll need to re-enable tracers to 
provide a trace...and as traces can be huge, I'll wait on your advice.

[BTW, the "30s" reference time is from the non-CRC run of your patched 
xfsprogs.  The non-CRC run looked good.]

Thanks!

Michael

_______________________________________________
xfs mailing list
xfs&amp;lt; at &amp;gt;oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

&lt;/pre&gt;</description>
    <dc:creator>Michael L. Semon</dc:creator>
    <dc:date>2013-05-18T18:13:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52710">
    <title>Re: [PATCH] xfstests: test data integrity under disk failure</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52710</link>
    <description>&lt;pre&gt;In fact the reason is quite simple. Initially the this tool was designed
for real disk cache testing under power failure conditions. And want to
share it with community. Off course it is possible to simplify things 
for 'one hose' case but it is not too big. Let's review it one and keep
it simple but useful not just for local but also for real power failure
tests.
Fairly to say that initial idea was to add persistent state to FIO.
But logic starts to getting too complex so we write hwflush-check.


_______________________________________________
xfs mailing list
xfs&amp;lt; at &amp;gt;oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

&lt;/pre&gt;</description>
    <dc:creator>Dmitry Monakhov</dc:creator>
    <dc:date>2013-05-18T12:13:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52709">
    <title>Crie seu Site na Internet</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52709</link>
    <description>&lt;pre&gt;
 Olá, 

Gostaríamos de convidar-lhe a conhecer o nosso trabalho. A Agência
Triskel oferece serviço de criação de um site moderno para você ou
para sua empresa.

Pedimos que visite o nosso portfólio em nosso web site:

http://www.triskelwebdesign.com &amp;lt;http://www.triskelwebdesign.com/&amp;gt;

Poderá com isto verificar a qualidade do nosso trabalho.

Criamos sites gerenciáveis, que você mesmo poderá administrar,
atualizando e modificando as informações com grande facilidade.

Criamos sites com a sua cara, o design é personalizado, sempre
moderno e elegante, único, buscando atender e satisfazer os seus
interesses.

Por que a criação de um site é algo importante para você? 

Já passou o tempo em que web sites eram complicados e parte pequena
do marketing de uma empresa. Com o crescimento substancial da
internet, o marketing virtual tem se tornado imprescindível. Aumente
suas chances de crescimento pessoal e profissional, invista em si
mesmo e nos seus empreendimentos!

Apresentamos algumas propos&lt;/pre&gt;</description>
    <dc:creator>Juliana</dc:creator>
    <dc:date>2013-05-18T10:17:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52708">
    <title>Re: [PATCH 00/30] xfsprogs: Initial CRC support</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52708</link>
    <description>&lt;pre&gt;VM running via virtual box.

The kernel is based on the updated xfs-next tree.

root&amp;lt; at &amp;gt;linux32bit:/home/jeff# uname -a
Linux linux32bit 3.10.0-rc1+ #1 SMP Sat May 18 15:30:11 CST 2013 i686
i686 i386 GNU/Linux

Thanks,
-Jeff

_______________________________________________
xfs mailing list
xfs&amp;lt; at &amp;gt;oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

&lt;/pre&gt;</description>
    <dc:creator>Jeff Liu</dc:creator>
    <dc:date>2013-05-18T08:46:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52707">
    <title>Re: 3.5+, xfs and 32bit armhf - xfs_buf_get: failed to map pages</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52707</link>
    <description>&lt;pre&gt;
I tried to reproduce this issue against the latest upstream tree on 32-bit system
but no luck.

Could you please supply the following info:

1) xfs_db -r "-c freesp -s" /dev/sda5
2) xfs_info /mnt/sdb1

Thanks,
-Jeff

_______________________________________________
xfs mailing list
xfs&amp;lt; at &amp;gt;oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

&lt;/pre&gt;</description>
    <dc:creator>Jeff Liu</dc:creator>
    <dc:date>2013-05-18T08:43:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52706">
    <title>Re: [PATCH 00/30] xfsprogs: Initial CRC support</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52706</link>
    <description>&lt;pre&gt;

Ah, excellent explanation!  guilt sounds awesome.  Not finding anything 
that looked like an official site for guilt that worked, I grabbed the 
guilt source from the wheezy section at packages.debian.org.  At the 
next opportunity, I will learn it, live it, love it.

Michael

_______________________________________________
xfs mailing list
xfs&amp;lt; at &amp;gt;oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

&lt;/pre&gt;</description>
    <dc:creator>Michael L. Semon</dc:creator>
    <dc:date>2013-05-18T07:42:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52705">
    <title>Re: [PATCH 00/30] xfsprogs: Initial CRC support</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52705</link>
    <description>&lt;pre&gt;

I read this and did not chime in because I don't know about the "no 
space left on device" error.

The first issue the customer had, though, was one I had on a 2.8GHz 
Pentium 4.  The idea of using a tunable to increase vmalloc space made 
me think, "What, am I using FreeBSD or something?  Why didn't Linux 
auto-tune this?" so I dug deeper.  [Disclaimer:  I use FreeBSD and find 
value in it, but it requires at least some sysctl tuning for things that 
Linux will tune automatically.]

Basically, I had vmalloc space to have an environment set up perfectly 
in 768 MB of RAM.  Then I added another 512 MB, and Linux saw only 896 
MB for lack of highmem support.  At that point I enabled highmem 
support, Linux decided to auto-tune my vmalloc space down to 128 MB, 
which was not enough to handle an xfsdump of a 30 GB device-mapper crypt 
partition.  The PC, when left alone, could develop those same oops-y 
messages while doing incremental xfsdumps overnight, and if left alone 
for days, even simple cp commands co&lt;/pre&gt;</description>
    <dc:creator>Michael L. Semon</dc:creator>
    <dc:date>2013-05-18T06:27:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52704">
    <title>Re: [PATCH 00/30] xfsprogs: Initial CRC support</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52704</link>
    <description>&lt;pre&gt;....

It shouldn't.


....

Thanks, i'll have a look at them on monday...


Being able to add and remove patches and reorder them easily is
exactly why I use guilt. The raw git workflow is, well, less than
optimal IMO.


So, once I've have a patch series imported into git as a guilt
stack, it's managed as a series of patches rather than as individual
patches or commits. The order is kept in a series file. So, updating
the underlying release for a specific patch set is effectively:

$ guilt checkout working# go to base tree branch
$ guilt pop -a# remove all patches in the branch
$ git reset --hard v3.10-rc1# reset branch to known clean state
$ git remote update
$ git merge origin/master# linus tree
$ git merge xfs-oss/master# xfs tree
$ guilt push -a# push all local patches back into branch

At this point I have an up-to-date linus + xfs + local patches
branch.

Say now I want add a new patchset in from the list. I save it as an
mbox file "saved-patches". Then I create a new branch from the xfs
tree&lt;/pre&gt;</description>
    <dc:creator>Dave Chinner</dc:creator>
    <dc:date>2013-05-18T06:27:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52703">
    <title>Re: [PATCH 00/30] xfsprogs: Initial CRC support</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52703</link>
    <description>&lt;pre&gt;
If it makes any difference at all, I'm saving these patches using 
Thunderbird...

The pre-patchset xfsprogs has been saved as a tarball, so I can provide 
a non-git patch session if necessary.  Sorry so vague last time:  I was 
overjoyed that everything went through git so cleanly.

This is the result of the patches about which `git am` complained:

PATCH 08:

Applying: libxfs: add support for crc headers on remote symlinks
/usr/src/xfs/xfsprogs/.git/rebase-apply/patch:282: new blank line at EOF.
+

PATCH 14:

Applying: xfs: add CRCs to dir2/da node blocks
/usr/src/xfs/xfsprogs/.git/rebase-apply/patch:61: trailing whitespace.
                                         nodehdr.level, id-&amp;gt;ino,
warning: 1 line adds whitespace errors.

PATCH 16:

Applying: xfs: split remote attribute code out
/usr/src/xfs/xfsprogs/.git/rebase-apply/patch:722: new blank line at EOF.
+
warning: 1 line adds whitespace errors.

PATCH 17:

Applying: xfs: add CRC protection to remote attributes
/usr/src/xfs/xfsprogs/.git/rebase-apply/&lt;/pre&gt;</description>
    <dc:creator>Michael L. Semon</dc:creator>
    <dc:date>2013-05-18T05:40:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52702">
    <title>Re: [PATCH 00/30] xfsprogs: Initial CRC support</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52702</link>
    <description>&lt;pre&gt;
No, #jeffpc is Josef Sipek. Author of guilt and many other useful
things.


Sounds good to me ;)

Cheers,

Dave.
&lt;/pre&gt;</description>
    <dc:creator>Dave Chinner</dc:creator>
    <dc:date>2013-05-18T05:39:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52701">
    <title>Re: [PATCH 00/30] xfsprogs: Initial CRC support</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52701</link>
    <description>&lt;pre&gt;Ah? #jeffpc == me ? #jeffpc is up and listening... : just ignore;

Looks our test for 32-bit system is insufficient.  There has another bug
reports regarding 32-bit yesterday:
http://oss.sgi.com/archives/xfs/2013-05/msg00494.html

So I'm going to setup a 32-bit test environment for such tests together
with Michael.

Thanks,
-Jeff

_______________________________________________
xfs mailing list
xfs&amp;lt; at &amp;gt;oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

&lt;/pre&gt;</description>
    <dc:creator>Jeff Liu</dc:creator>
    <dc:date>2013-05-18T05:07:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52700">
    <title>Re: [PATCH 00/30] xfsprogs: Initial CRC support</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52700</link>
    <description>&lt;pre&gt;
Can you send me the output indicating where the whitespace errors
are? I don't get any warnings from guilt about them when I apply the
patchset here...


Not surprising - I haven't got a crc enabled filesystem all the way
through xfstests yet. remote attributes are the current piece I'm
working on getting fixed.


And reporting bugs :)


How are you managing patches right now? When taking in a new
patchset from a mailing list, I save them all in a mbox file,
then use git-am to apply them to a temporary git branch. I then move
to my real working branch, and do a 'guilt import-commit x..y' to
convert the commits in the temporary branch to a set of guilt
patches, and then go from there....

The worst step for me is, by far, the git-am step. Resolving patch
conflicts is painful because you have to manually apply the patch,
then remember to git add all the files modified by the patch, etc.

It'd be really cool if guilt could do the import directly from the
mbox file without applying the patches, so the normal gu&lt;/pre&gt;</description>
    <dc:creator>Dave Chinner</dc:creator>
    <dc:date>2013-05-18T03:25:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52699">
    <title>Re: Crash recovery/zero-byte file question</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52699</link>
    <description>&lt;pre&gt;
Hi Josh -


For starters, have you engaged your RH support folks?


Which one?  RH support can probably help you decide if that bug report
applies, and where/when it was fixed.


shouldn't be because they had all been properly synced to disk
before the power loss, or?  (just in general, files not fsynced
aren't guaranteed to be in any particular state if you lose power,
though of course there are certain expectations of timely flushing).


If you have backups that's probably the best option.

-Eric

p.s. xfs_check is deprecated in favor of xfs_repair [-n]


_______________________________________________
xfs mailing list
xfs&amp;lt; at &amp;gt;oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

&lt;/pre&gt;</description>
    <dc:creator>Eric Sandeen</dc:creator>
    <dc:date>2013-05-17T21:44:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52698">
    <title>Re: [PATCH 0/5] xfs: fixes for 3.10-rc2</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52698</link>
    <description>&lt;pre&gt;Hi Dave,

On Fri, May 17, 2013 at 11:10:24AM +1000, Dave Chinner wrote:

I'll take a look, thanks.

-Ben

_______________________________________________
xfs mailing list
xfs&amp;lt; at &amp;gt;oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

&lt;/pre&gt;</description>
    <dc:creator>Ben Myers</dc:creator>
    <dc:date>2013-05-17T21:43:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52697">
    <title>Re: [PATCH v8 2/5] xfs: Add pquota fields where gquota is used.</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52697</link>
    <description>&lt;pre&gt;
&amp;lt;snip&amp;gt;


Jeff,

"if else" construct is preferred for readability than "? :" construct.

So, I am leaving it as is.


&amp;lt;snip&amp;gt;

_______________________________________________
xfs mailing list
xfs&amp;lt; at &amp;gt;oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

&lt;/pre&gt;</description>
    <dc:creator>Chandra Seetharaman</dc:creator>
    <dc:date>2013-05-17T21:15:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52696">
    <title>Re: [PATCH 00/30] xfsprogs: Initial CRC support</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.xfs.general/52696</link>
    <description>&lt;pre&gt;
OK.  The basics look good so far.  The patchset applied without need for 
additional work with vi and patch.  Whitespace errors were reported for 
Patches 8, 14, 16, 17, 24, 25, and 27.  xfsprogs built with no 
additional errors over a normal xfsprogs build.

That all stated, the `tar -xvf qt-source.tar.xz` still fails on a 
CRC-enabled filesystem.  Worse, until I return home, I won't be able to 
do serial-console capture of hard oopses.  However, the initial oops I 
got was a soft one, so it is included after my closing.  The kernel is 
this...

last night's kernel git

last night's xfs-oss/master

some of your recent patches (didn't apply your 6_5 patch yet)

J. Liu's most recent patchset + 2 older bitness patches

Chandra's v8 pquota/gquota patchset + one E-mail fix

Shaggy's JFS patch to make it through the old xfstests #068 on JFS

an NILFS2 patch to address broken bmap handling, lurked from the NILFS2 
mailing list

one local removed assert to make it through the old xfstests #111

maybe one or two XF&lt;/pre&gt;</description>
    <dc:creator>Michael L. Semon</dc:creator>
    <dc:date>2013-05-17T20:54:47</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.file-systems.xfs.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.file-systems.xfs.general</link>
  </textinput>
</rdf:RDF>
