SEARCH  

NEWS

2010.10.06:11:36:28
Spotkania Netcamp wracają już 14 października
Fundacja Netcamp zaprasza na pierwsze po wakacjach spotkanie branży internetowej, które odbędzie się w czwartek 14 października 2010 r. o godzinie 18:00 w Klubie 13 Muz w Szczecinie. Gościem specjalnym będzie startup Zubibu - laureat nagrody publiczności konkursu Start with e-nnovation, który opowie o mobilnych sklepach internetowych.

 

156120124522_555460007084Josef Bacik
This patch removes the pinned_mutex. The extent io map has an internal tree lock that protects the tree itself, and since we only copy the extent io map when we are committing the transaction we don

 
196329164734_599760007713Josef Bacik
This patch removes the pinned_mutex. The extent io map has an internal tree lock that protects the tree itself, and since we only copy the extent io map when we are committing the transaction we don

 
113826084342_514860007406CSights
This patch cleans up the free space cache code a bit. It better documents the idiosyncrasies of tree_search_offset and makes the code make a bit more sense. I took out the info allocation at the sta

 
198324204961_588760007694CSights
This patch cleans up the free space cache code a bit. It better documents the idiosyncrasies of tree_search_offset and makes the code make a bit more sense. I took out the info allocation at the sta

 
137629934032_573760007249Chris Mason

 
152222374262_504360007083Chris Mason

 
112827545000_586360007699Chris Mason
This is true, cp makes a full copy of the file. The btrfs utilities include a program called bcp that makes a COW copy of a single file (or directory tree) with a btrfs specific ioctl. Okay,

 
157628884306_591860007805Chris Mason
This is true, cp makes a full copy of the file. The btrfs utilities include a program called bcp that makes a COW copy of a single file (or directory tree) with a btrfs specific ioctl. Okay,

 
132320194224_528460007156Chris Mason
Hi everyone, Here is an expanded example which is how I imagined COW would handle changes to the files data ("file contents"). One can pretend it is an attempt to inject mali

 
197822824149_500960007826Dmitri Nikulin
On Tue, Mar 17, 2009 at 1:35 AM, CSights <csights@xxxxxxxxxxx wrote: Hi everyone,        Im curious what would happen in btrfs if the following commands were issued: #

 
125925424062_552160007855Luca Bruno
There are still some warnings of the form: format %llu expects type long long unsigned int but argument has type u64 In conjunction with -Werror, this is causing some build failures. Now theyre pro

 
160527144608_560460007358Chris Mason
Hello, recently I installed a distribution I want to look at via chroot into a btrfs subvolume on a multidevice btrfs. Now I tried to boot this, the kernel command line in GRUB looks as follows so

 
130221514246_560960007283Chris Mason

 
141323924302_563860007208Chris Mason

 
179526544491_594460007511Chris Mason

 
177029234052_583260007638Chris Mason

 
168620484352_529460007928Aaron Straus
If were waiting for a transaction to end, and it started more than five minutes ago, emit a warning. Signed-off-by: Chris Ball <cjb@xxxxxxxxxx --- fs/btrfs/transaction.c | 1 + 1 files chang

 
165329564079_589960007148David John
Signed-off-by: Stoyan Gaydarov <stoyboyker@xxxxxxxxx --- fs/btrfs/ctree.c | 3 +-- fs/btrfs/extent-tree.c | 3 +-- fs/btrfs/free-space-cache.c | 3 +-- fs/btrfs/tree-log

 
118129784540_548460007216Oliver Mattos
On Tue, Mar 10, 2009 at 4:16 AM, David John <davidjonx@xxxxxxxxx wrote: Stoyan Gaydarov wrote: Signed-off-by: Stoyan Gaydarov <stoyboyker@xxxxxxxxx ---  fs/btrfs/ctree.c  

 
169224104870_518360007534Hugo Mills
On Tue, 2009-03-10 at 00:10 -0500, Stoyan Gaydarov wrote: Signed-off-by: Stoyan Gaydarov <stoyboyker@xxxxxxxxx --- fs/btrfs/ctree.c | 3 +-- fs/btrfs/extent-tree.c |

 
169421234457_574660007901Chris Mason
On Mon, Mar 09, 2009 at 10:31:41AM +0000, Hugo Mills wrote: After an online resize, the filesystem reports its new size, but still runs out of space at the old size: [...] Unmounting and

 
138426424950_573660007602Jens Axboe
I tried applying this patch, but the fragmentation_percent function is giving me: WARNING: "__udivdi3" [/home/partition6/yien/git/linux-git/fs/btrfs/btrfs.ko] undefined! when I compile, a

 
166425894557_574460007121Simon Holm ThxF8gers
Thanks Jens! My research had indicated something about 64-bit division and using do_div, but you cleared it up for me. The fragmentation_percent function ultimately does another divide to get the p

 
189226694099_543260007716Josef Bacik

 
164828444126_551860007480Josef Bacik

 
105127214604_550960007559Josef Bacik
This patch improves the allocators packing ability to greatly improve cold-cache reads. Instead of handling the empty_size logic within find_free_extent, we simply pass it to btrfs_find_free_space,

 
140928514201_535860007137Josef Bacik
Last night, this event jammed up a good chunk of my server: Mar 4 01:51:36 vlad kernel: btrfs searching for 1716224 bytes, num_bytes 1716224, loop 2, allowed_alloc 1 Mar 4 01:51:36 vlad kernel:

 
196122504726_551860007212Yien Zheng
On Wed, Mar 04, 2009 at 01:50:53PM -0500, Josef Bacik wrote: On Wed, Mar 04, 2009 at 06:06:19PM +0000, Hugo Mills wrote: Last night, this event jammed up a good chunk of my server:

 
164028864881_574060007033Dmitri Nikulin
I just tried umounting the partition and got this: [ 1395.028651] btrfs searching for 69632 bytes, num_bytes 69632, loop 2, allowed_alloc 1 [ 1395.028661] btrfs allocation failed flags 1, wanted 696

 
145529654878_558160007905Hugo Mills
This is just a hunch, but maybe the handling of spare files (such as .vdi) is not ideal or not what were used to with extN. Normally "skipped" blocks do not count towards the disk f

 
106125354625_566560007091Jan Engelhardt
This patch lets each root keep track of a small area of contigous space from which to allocate from in order to keep blocks for different roots interleaving themselves on disk. This happens in two p

 
122424524942_542560007528Jan Engelhardt
On Tue, Mar 03, 2009 at 04:09:38AM +0100, Jan Engelhardt wrote: Hi, The following oops was obtained by doing some copying; its tainted-P by nvidia but maybe it still gives some hints.

 
156227724779_528760007773Jan Engelhardt
On Tue, Mar 03, 2009 at 05:11:06PM +0100, Jan Engelhardt wrote: On Tuesday 2009-03-03 16:40, Josef Bacik wrote: The following oops was obtained by doing some copying; its tainted-P by

 
150029304658_538160007976Peter Vander Klippe
Hi, I just wanted to inform you all that Ive built btrfs packages for ubuntu (intrepid). You can find them in my PPA ( rel="nofollow" launchpad.net/~brcha/+archive/ppa launchpad.net/~brcha/+a

 
141421244940_529160007423Marc Schoechlin
Hello Developers, it seems that i discovered a bug in btrfs while testing it on a zSeries mainframe :-) ## Test environment: - IBM System z900 Mainframe - Debian SID with 64 Bit Kernel - GIT Sourc

 
119527674958_582160007000Marc Schoechlin
On Thu, 2009-02-26 at 21:16 +0100, Marc Schoechlin wrote: Hello Developers, it seems that i discovered a bug in btrfs while testing it on a zSeries mainframe :-) Thanks, Ill try to repro

 
191226564453_585360007264Josef Bacik
On Thu, Feb 26, 2009 at 09:36:08PM +0100, Marc Schoechlin (linux-btrfs@xxxxxxxxxxxxxxx) wrote: [ 359.658789] btrfs allocation failed flags 68, wanted 4096 [ 359.659966] space_info has 932491264

 
138126434036_516060007326Lee Trager
Hello everyone, Ive rebased the experimental branch again with my latest performance fixes. I took out the delayed unlink code, it wasnt making a big enough difference in any benchmarks to justify

 
193424304255_559160007925Lee Trager
Hello everyone, Ive rebased the experimental branch again with my latest performance fixes. I took out the delayed unlink code, it wasnt making a big enough difference in any benchmarks to justify

 
156722244048_550760007753Lee Trager

 
193027124519_588760007951Lee Trager

 
188824434606_534060007687Steven Pratt

 
160526784329_564160007258Steven Pratt

 
196727714689_522160007499Steven Pratt
On Thu, 2009-02-26 at 16:54 -0600, Steven Pratt wrote: Chris Mason wrote: Hello everyone, Ive rebased the experimental branch again with my latest performance fixes. I took

 
114629294724_519460007239Steven Pratt
On Miércoles 25 Febrero 2009 22:07:33 Steven Pratt escribió: All in all good progress. Results and graphs can be found here: rel="nofollow" btrfs.boxacle.net/repository/raid/h

 
194823654951_546760007482Steven Pratt
On Thu, 2009-02-26 at 16:54 -0600, Steven Pratt wrote: Chris Mason wrote: Hello everyone, Ive rebased the experimental branch again with my latest performance fixes. I took

 
141721394926_502360007221Chris Ball
On Miércoles 25 Febrero 2009 23:55:08 Steven Pratt escribió: Unless I am missing something, what you are referring to is a simple wraping/alignment issue in the key on the long name

 
171020844899_503960007737Steven Pratt
On Miércoles 25 Febrero 2009 22:07:33 Steven Pratt escribió: All in all good progress. Results and graphs can be found here: rel="nofollow" btrfs.boxacle.net/repository/raid/h

 
129726914508_598760007870Yan Zheng
On Wed, Feb 25, 2009 at 02:13:10PM -0500, Chris Ball wrote: Hi, This patch (against experimental HEAD) attempts to make shrinking more robust, by only updating device size if weve succeeded

 
148520584799_520860007234Chris Ball
On Miércoles 25 Febrero 2009 23:55:08 Steven Pratt escribió: Unless I am missing something, what you are referring to is a simple wraping/alignment issue in the key on the long name