Re: Change total in btrfs filesystem df output to alloc

2014-08-31 Thread Mike Hartman
On Aug 30, 2014 9:55 PM, Shriramana Sharma samj...@gmail.com wrote: Hello. There seem to be lots of questions in various forums re the output of btrfs fi df -- especially w.r.t. the usage of the word total. For example see https://community.oracle.com/thread/2459838 I feel it would make the

find_mount_root() issue

2014-08-31 Thread Remco Hosman - Yerf IT.nl
issue: on my system i have 2 entries for /, one with the type ‘rootfs’ and a 2nd one with the type ‘btrfs’. find_mount_root() uses the first one and reports a fail. My change: if (longest_matchlen len) { into: if (longest_matchlen = len) { i have not tested this, but in my understanding it

Re: find_mount_root() issue

2014-08-31 Thread Duncan
Remco Hosman - Yerf IT.nl posted on Sun, 31 Aug 2014 09:37:38 +0200 as excerpted: issue: on my system i have 2 entries for /, one with the type ‘rootfs’ and a 2nd one with the type ‘btrfs’. find_mount_root() uses the first one and reports a fail. My change: if (longest_matchlen len) {

Re: 3.17: Yay! New sizes in df -h

2014-08-31 Thread Martin Steigerwald
Am Mittwoch, 27. August 2014, 10:54:56 schrieb Chris Murphy: On Aug 27, 2014, at 5:45 AM, Martin Steigerwald mar...@lichtvoll.de wrote: Hi! Now I get this with 3.17-rc2: merkaba:~ LANG=C df -hT / /home Filesystem Type Size Used Avail Use% Mounted on /dev/dm-5 btrfs

Re: [PATCH v3] Btrfs: fix task hang under heavy compressed write

2014-08-31 Thread Martin Steigerwald
Am Dienstag, 26. August 2014, 15:20:21 schrieb Martin Steigerwald: Am Dienstag, 26. August 2014, 09:02:23 schrieb Chris Mason: On 08/26/2014 06:20 AM, Martin Steigerwald wrote: Am Montag, 25. August 2014, 10:58:13 schrieb Chris Mason: On 08/15/2014 11:36 AM, Liu Bo wrote: This has been

Re: [PATCH v3] Btrfs: fix task hang under heavy compressed write

2014-08-31 Thread Liu Bo
On Sun, Aug 31, 2014 at 01:48:36PM +0200, Martin Steigerwald wrote: Am Dienstag, 26. August 2014, 15:20:21 schrieb Martin Steigerwald: Am Dienstag, 26. August 2014, 09:02:23 schrieb Chris Mason: On 08/26/2014 06:20 AM, Martin Steigerwald wrote: Am Montag, 25. August 2014, 10:58:13

Re: 3.17: Yay! New sizes in df -h

2014-08-31 Thread Chris Murphy
On Aug 31, 2014, at 4:34 AM, Martin Steigerwald mar...@lichtvoll.de wrote: I also use compress=lzo on it, although it I wonder whether its necessary as I think the Crucial m500 mSATA SSD firmware compresses itself while the Intel SSD 320 SATA SSD firmware does not. But still even with

Re: btrfs: add -k option to filesystem df

2014-08-31 Thread Alexandre Oliva
On Aug 30, 2014, Shriramana Sharma samj...@gmail.com wrote: But somehow I feel the name of the long option could be made better than --kbytes which is not exactly descriptive of what it accomplishes. IIUC so far only bytes are displayed right? kbytes displays KiBs, whereas the preexisting

bitte antworten

2014-08-31 Thread Dr. Martin Dustin
-- Lieber Freund, Wie geht es Ihnen heute? Ich hoffe, fein, ich bin Dr. Martin Dustin aus Harlesden , North West London, hier in England. Ich arbeite für NatWest Bank London (National Westminster Bank Plc. ) . Ich schreibe Ihnen aus meinem Büro , die von einer großen immensen Nutzen für

bitte antworten

2014-08-31 Thread Dr. Martin Dustin
-- Lieber Freund, Wie geht es Ihnen heute? Ich hoffe, fein, ich bin Dr. Martin Dustin aus Harlesden , North West London, hier in England. Ich arbeite für NatWest Bank London (National Westminster Bank Plc. ) . Ich schreibe Ihnen aus meinem Büro , die von einer großen immensen Nutzen für

Re: [PATCH] btrfs: Avoid trucating page or punching hole in a already existed hole.

2014-08-31 Thread Qu Wenruo
Original Message Subject: Re: [PATCH] btrfs: Avoid trucating page or punching hole in a already existed hole. From: Liu Bo bo.li@oracle.com To: Filipe David Manana fdman...@gmail.com Date: 2014年08月27日 18:34 [snip] Why do we round_up lockstart but round_down lockend?

Re: [PATCH 3/3] btrfs-progs: remove meaningless debug info for restore

2014-08-31 Thread Gui Hecheng
On Fri, 2014-08-29 at 16:49 +0200, David Sterba wrote: On Thu, Aug 28, 2014 at 10:25:55AM +0800, Gui Hecheng wrote: The printf of @offset enlightens the user little. And the restore cmd is not a debugging tool, so just remove the debug-info-like printf. I'd like to let the restore